The UZH offers LaTeX templates with official corporate design. Below you can find versions of these templates adapted for the Institute of Mathematics.
Letter
The UZH Letter style is based on the KOMA Letter package. Documentation: http://www.ctan.org/pkg/scrlttr2
Please make sure that the return address (Institute of Mathematics) is mentioned on the envelope!
Direct downloads of the letter templates:
Please replace the text enclosed by angle brackets (<>) with the appropriate information.
Presentation
Direct downloads of the persentation templates:
Working with Templates on the I-MATH Terminals
If you are working with the I-MATH Terminals, you can also find the official LaTeX templates linked above at /scratch/templates/latex. Copy the desired template to your home directory, or any other suitable location (Do not edit the files in /scratch/templates/latex) and edit it with your favorite LaTeX editor.
Installation of Corporate Design Templates
You have to perform the steps below only when using the LaTeX on your Notebook or Personal Computer.
Windows
This instruction assumes that the latest MikTeX is installed including KOMA-Script, lastpage, mptopdf, and arial package. In order to ensure you're running the latest version or installing missing packages, start the MikTeX Package Administrator found under Start|All Programs|MikTeX X.Y|Maintenance (Admin)|Package Manager (Admin) and run the Update Wizard found under Task|Update Wizard. Please refer to the MikTeX Documentation for further information on this topic by pointing your browser to http://www.miktex.org/docs.
Letter Templates
Download the LaTeX Letter templates from math www (access). Unzip the package, and copy the entire nmathletter directory to C:\Program Files\MiKTeX X.Y\tex\latex.
Go to Start|All Programs|MiKTeX X.Y|Maintenance (Admin)|Settings (Admin) and click in the first tab on Refresh FNDB.
Beamer Templates
Download the LaTeX Beamer templates from math www (access). Unzip the package, and copy the entire mathbeamer directory to C:\Program Files\MiKTeX X.Y\tex\latex.
Go to Start|All Programs|MiKTeX X.Y|Maintenance (Admin)|Settings (Admin) and click in the first tab on Refresh FNDB.
Ubuntu
You need to have the Ubuntu package texlive-fonts-extra installed:
In order to install the Arial font, type on a command line: sudo getnonfreefonts --sys arial-urw
If there is no getnonfreefonts :
cd /var/tmp curl -O http://tug.org/fonts/getnonfreefonts/install-getnonfreefonts texlua install-getnonfreefonts getnonfreefonts --sys arial-urw
Letter Templates
Unzip the package, and copy the entire nmathletter directory /usr/local/share/texmf/tex/latex.
Download http://prdownload.berlios.de/koma-script3/koma-script-20120729.tds.zip and save it to /usr/local/share/texmf/ and unzip the file in that directory.
Run sudo mktexlsr in order to update the search database of latex.
Beamer Templates
Unzip the package, and copy the entire mathbeamer directory to /usr/local/share/texmf/tex/latex.
Run sudo mktexlsr in order to update the search database of latex.
MacOS X
installation of required packages and prepare installation
Download and install the latest MacTeX. MacTeX can be obtained here.
- next, you need to install the required fonts.
before this can be performed, you need to set the correct installation path. Please open a terminal and type export PATH="/Library/TeX/texbin/:$PATH"
Download the installer "install-getnonfreefonts" to i.e. the Downloads directory: getnonfreefonts can be obtained here
- assuming the terminal is still open, please navigate (cd) into the directory containing the downloaded file
type sudo texlua install-getnonfreefonts
- do not close the terminal, as we need it for the next steps
Installing the Arial Font
- in the terminal type now:
sudo getnonfreefonts --sys arial-urw
- The font Arial will be downloaded
- next, in order to install the fonts run this command in the same terminal
updmap-user
Further notes can be found:
Letter Templates
Download the LaTeX Letter templates from math www. Unzip the package, and copy the entire nmathletter directory /usr/local/texlive/texmf-local/tex/latex/local (you need administrative privileges to perform this task and you will be asked to enter your password).
Run sudo mktexlsr in a terminal in order to update the search database of latex.
Beamer Templates
Download the LaTeX Beamer templates from math www. Unzip the package, and copy the entire mathbeamer directory to /usr/local/texlive/texmf-local/tex/latex/local (you need administrative privileges to perform this task and you will be asked to enter your password).
Run sudo mktexlsr in a terminal in order to update the search database of latex.
- note: all sudo introduced command requires a password to perform the action