location: Diff for "LaTeX"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 14 and 15
Revision 14 as of 2009-08-21 12:00:17
Size: 752
Editor: dcaspar
Comment:
Revision 15 as of 2009-08-21 12:23:55
Size: 2432
Editor: dcaspar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * Copy `mathletter.sty`, `unisiegel.eps`, `unisiegel.pdf` (see `/scratch/software/tex/unibrief-0.3/`) into a subdirectory of your MikTeX-Installation. For example, copy the files to `C:\Program Files\MiKTeX 2.7\tex\uzh` if you installed MikTeX into the folder `C:\Program Files\MiKTeX 2.7\`.
 * If you already want to test the mathletter document class, update your 'File Name Database' first. You can do this in your MikTeX settings dialog: Start > Programs > MikTeX > Settings > General > Refresh FNDB.
 * Install the frutiger fonts:
  *Copy the content of `/scratch/software/tex/ifi/frutiger.tar.gz` to your MikTeX installation directory as follows:

   || files/folders to copy from 'frutiger.tar.gz' || directory where to copy the files to || in our example, you would copy the files/folders to ||
   || {{{texmf\dvips\base\frutiger.map}}} || {{{fonts\map\dvips}}} || {{{C:\Program Files\MiKTeX 2.7\fonts\map\dvips}}} ||
   || {{{texmf\fonts}}} || {{{fonts}}} || {{{C:\Program Files\MiKTeX 2.7\fonts}}} ||
   || {{{texmf\tex\latex\base}}} || {{{tex\latex}}} || {{{C:\Program Files\MiKTeX 2.7\tex\latex}}} ||

  * Update the 'File Name Database' : Start > Programs > MikTeX > Settings > General > Refresh FNDB

  * Open a shell and execute the following commands in the given order:
   1. {{{mktexlsr}}}
   2. {{{initexmf --edit-config-file updmap}}}
    This opens up a file called {{{updmap.cfg}}}. Add the following line to the file, save and close it.
    {{{
Map frutiger.map
}}}
   3. {{{updmap}}}
 * Done! You can test the mathletter document class with the following example document: http://www.math.uzh.ch/fileadmin/math/divers/mathletter.tex.

TeX



General documentation

A short introduction to LaTeX (in German): http://developer.kde.org/~kdvi/DVI/l2kurz.dvi

Install the mathletter document class and frutiger fonts

MikTeX 2.7 (Windows)

  • Copy mathletter.sty, unisiegel.eps, unisiegel.pdf (see /scratch/software/tex/unibrief-0.3/) into a subdirectory of your MikTeX-Installation. For example, copy the files to C:\Program Files\MiKTeX 2.7\tex\uzh if you installed MikTeX into the folder C:\Program Files\MiKTeX 2.7\.

  • If you already want to test the mathletter document class, update your 'File Name Database' first. You can do this in your MikTeX settings dialog: Start > Programs > MikTeX > Settings > General > Refresh FNDB.

  • Install the frutiger fonts:
    • Copy the content of /scratch/software/tex/ifi/frutiger.tar.gz to your MikTeX installation directory as follows:

      • files/folders to copy from 'frutiger.tar.gz'

        directory where to copy the files to

        in our example, you would copy the files/folders to

        texmf\dvips\base\frutiger.map

        fonts\map\dvips

        C:\Program Files\MiKTeX 2.7\fonts\map\dvips

        texmf\fonts

        fonts

        C:\Program Files\MiKTeX 2.7\fonts

        texmf\tex\latex\base

        tex\latex

        C:\Program Files\MiKTeX 2.7\tex\latex

    • Update the 'File Name Database' : Start > Programs > MikTeX > Settings > General > Refresh FNDB

    • Open a shell and execute the following commands in the given order:
      1. mktexlsr

      2. initexmf --edit-config-file updmap

        • This opens up a file called updmap.cfg. Add the following line to the file, save and close it.

          Map frutiger.map
      3. updmap

  • Done! You can test the mathletter document class with the following example document: http://www.math.uzh.ch/fileadmin/math/divers/mathletter.tex.

Frequently used programs

Tips and tricks

Converting .eps-files (automatically) to .pdf-files

Include a movie in a PDF Document

Example: omega.tex omega.mpg omega.pdf

[user@host] pdflatex omega.tex

View the PDF File in Acrobat Reader.

PublicMathWiki: LaTeX (last edited 2021-02-04 10:06:06 by eseide)