Showing posts with label latex. Show all posts
Showing posts with label latex. Show all posts

12.5.08

My LaTex tips sheet

Just to collect tricks that i needed for my thesis paper:

1. Set all fonts to 14 pt size:
\documentclass[14pt]{extarticle}
2. Set depth of contents table to something other than default "2":
\setcounter{tocdepth}{3}

11.5.08

Latex: "t2aenc.def not found"? It's over now...

Well, it's true what they say: "idiots don't learn on their mistakes". Already for the second time (after clean upgrading of OS on my laptop) i forget install all of the packages i need to convert *.tex files into *.pdf docs with cyrillic symbols. While all you need is to install these packages:

tex-common
texlive-base
texlive-base-bin
texlive-common
texlive-doc-base
texlive-fonts-recommended
texlive-lang-cyrillic
texlive-latex-base
texlive-latex-recommended

Ha-ha.

PS. I should be more social animal and check forums more often.