domingo, 4 de mayo de 2014

Ajustes para SSD.

In Firefox
all you need to do to move your caches to RAM is: open up about:config and make a few tweaks.

Once you get into about:config, type browser.cache into the filter bar at the top.

Find browser.cache.disk.enable and set it to false by double clicking on it.

You'll then want to set browser.cache.memory.enable to true (mine seemed to already be set as such), and create a new preference by right clicking anywhere, hitting New, and choosing Integer.

Call the preference browser.cache.memory.capacity and hit OK.

In the next window, type in the number of kilobytes you want to assign to the cache (for example, typing 100000 would create a cache of 100,000 kilobytes or 100 megabytes).

 A value of -1 will tell Firefox to dynamically determine the cache size depending on how much RAM you have

domingo, 23 de marzo de 2014

Calc2LaTeX installation on OpenOffice

Exportar hoja de cálculo a Latex.

Convertir de OpenOffice/LibreOffice Calc a LaTeX

Si necesitas alguna vez convertir una tabla realizada con Calc en OpenOffice/LibreOffice a código LaTeX, puedes utilizar la macro calc2latex.

Una vez descargada e instalada (puedes seguir las instrucciones de instalación aquí), procedemos a exportar las celdas que deseemos.
  1. Selecciona el conjunto de celdas a exportar.
  2. Pulsa Herramientas/Macros/Ejecutar macros desde el menú de Calc.
  3. Seleccionamos la macro calc2latex y a la derecha marcamos la función Main. Pulsamos Ejecutar.
  4. Escogemos las opciones que queramos y pulsamos Convert.
  5. Pegamos el código generado en nuestro editor LaTeX.
Como habrás podido observar esta macro conserva las negritas y cursivas, aunque es recomendable repasar el código porque en algunos casos se puede mejorar.
 
 
 
Para Instalarlo
 
 
 
http://i.imgur.com/RaCznjH.jpg
http://i.imgur.com/LicRkT2.jpg
http://i.imgur.com/73kPPQm.jpg
http://i.imgur.com/KjJCd0i.jpg
http://i.imgur.com/88YtXLp.jpg
 
 
 
Fuentes :