TeX Live 2010 Installation

14.03.2011

Download the ISO and mount it by typing: sudo mkdir /media/texlive sudo mount -o loop Downloads/texlive2010.iso /media/texlive/ navigate to the mount point and run the installation script cd /media/texlive sudo ./install-tl The following things have to be changed during the setup followed by the “Enter” key: Enter C to change collections Enter A to deselect [...]


ETH LaTeX Font

08.02.2011

In this post I assume that you have already downloaded the ETH LaTeX font and have a texlive installation up and running… To install the LaTeX ETH font manually (just for one local user) you have to set the following folder structure in your home folder: texmf |– fonts | |– map | |– tfm [...]


Gedit Goes LaTeX (3) – Customize Autocompletion

19.06.2007

Today I’m going to tell you, how you can customize the autocompletion feature of the Gedit LaTeXPlugin (LP). If you use the command \usepackage{XY}, the LP will look for a file with the name XY in the following directory: .gnome2/gedit/plugins/LaTeXPlugin/completion/ So if you want autocompletion for the package XY, you have to tell the LP [...]


Gedit Goes LaTeX (2) – Snippets

11.06.2007

As we set up LaTeX in the previous blog entry, it’s now time to make our LaTeX-publishing-life easier with Snippets. Snippets is a plugin shipped with gedit that helps you enter code, that you use very often. All you have to do is activate it! Open gedit, go to: Edit->Preferences->Plugins and activate Snippets (“Schnipsel” in [...]


Gedit Goes LaTeX (1) – gedit LaTeXPlugin

09.06.2007

Hi all! Because of the lecture “Halbleiterbauelemente” I became interested in LaTeX, which is known for its excellent way to write formulas. For an introduction to LaTeX read the excellent Book The Not So Short Introduction to LaTeX 2e by Tobias Oetiker. First of all, we install LaTeX on your system by typing the following [...]