location: LaTeX

Institute of Mathematics - PublicMathWiki:

Revision 137 as of 2019-02-08 11:47:07

Clear message

LaTeX



TeX/LaTeX Documentation

UZH Style Templates

If you are working with the I-MATH Terminals, you can right away use the templates for letters and presentations provided below.

Letter

The UZH Letter style is based on the KOMA Letter package. Documentation: http://www.ctan.org/pkg/scrlttr2

The official LaTeX templates for correspondence are located at /scratch/templates/latex/korrespondenz/.

Copy the desired template to your home directory (see below for a preview of each template), or any other suitable location (Do not edit the files in /scratch/templates/latex/korrespondenz/) and edit it with your favorite LaTeX editor.

Please make sure that the return address (Institute of Mathematics) is mentioned on the envelope!

Preview of templates:

  • UZH Brief deutsch mit Absender (pdf) (ps) (tex)

  • UZH Brief deutsch ohne Absender (pdf) (ps) (tex)

  • UZH Letter English with Sender (pdf) (ps) (tex)

  • UZH Letter English without Sender (pdf) (ps) (tex)

Please replace the text enclosed by angle brackets (<>) with the appropriate information.

Presentation

The official LaTeX templates for correspondence are located at /scratch/templates/latex/praesentation/.

Copy the desired template to your home directory (see below for a preview of each template), or any other suitable location (Do not edit the files in /scratch/templates/latex/praesentation/) and edit it with your favorite LaTeX editor.

  • UZH Praesentation deutsch (informell) (pdf) (ps) (tex)

  • UZH Praesentation deutsch (pdf) (ps) (tex)

  • UZH Presentation English (informal) (pdf) (ps) (tex)

  • UZH Presentation English (pdf) (ps) (tex)

Installation of Corporate Design Templates

You have to perform the steps below only when using the LaTeX on your Notebook or Personal Computer. If you are working with the I-MATH Terminals, see #Letter and #Presentation

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 installed the following Ubuntu packages:

  • texlive-fonts-extra

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

Beamer Templates

  • Download the LaTeX Beamer templates from math www (access).

  • 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 install the required fonts.
  • prior 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: https://tug.org/fonts/getnonfreefonts/install-getnonfreefonts

    • open a terminal
    • Navigate (cd) into the directory containing the downloaded file
    • type sudo texlua install-getnonfreefonts

    • not need to 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 Arial font 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 may 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 may 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 to enter your password to perform the action

UZH Logo

If you want to include the UZH logo in a LaTeX document, download this zip file. Read the README.pdf file for instructions.

Tips and tricks

Count words in a latex documents

Kile: File > Statistics

kdvi

Custom paper size

\documentclass[a4paper]{amsart}
\usepackage{amssymb,latexsym}
\usepackage{graphicx, pgf, pst-all}

\usepackage[paperwidth=17truecm, paperheight=24truecm, centering, twoside, margin=1.58cm,heightrounded]{geometry}

\textwidth14truecm
\textheight20truecm

Looking for symbol

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. It probably won't work on the Terminals.

Example

  • movie.tex

\documentclass[12pt,landscape]{article}
\usepackage{geometry}
\geometry{verbose,letterpaper}
\usepackage{movie15}
\usepackage{hyperref}
\begin{document}
Whispering-gallery mode in a quarter circle:
\begin{figure}[ht]

\includemovie[
  poster,
  text={\small(2-twist-spun.mp4)}
]{6cm}{4.8cm}{2-twist-spun.mp4}

\end{figure}
\end{document}

pdflatex movie.tex

Grafic / Drawing

xfig

inkscape

Save your image, eg as “image.svg”. In addition, in Inkscape go to the
option File -> Save a Copy and chose PDF as your output format in the
same folder as the SVG. In the PDF options popup that comes right after
select the options:

  * PDF+LaTeX: Omit text in PDF and create LaTeX file
  * Export area is drawing

Save and go to your LaTeX document.

\begin{figure}
    \centering
    \def\svgwidth{\columnwidth} % sets the image width, this is optional
    \input{image.pdf_tex}
\end{figure}

Kile

Path setting

Kile users should make sure, that under Settings|Configure Kile|Tools|Build for LaTeX and PDFLaTeX the command is /usr/sepp/bin/latex resp. /usr/sepp/bin/pdflatex.

Access: restrictions

  • Some files are copyright protected. To access such files (links named 'math www'), you have to provide your I-MATH credentials.

Converting Latex to Word (and more)

way

Correct math symbols

Keep Layout

Editable

Open the PDF under Windows in Adobe Acrobat (not Adobe Reader) and 'Export as Word'

-

-

(./)

Open the PDF under Windows in Adobe Acrobat (not Adobe Reader) and 'Export as Image'. Take all Images, one per side in an empty Word Document.

(./)

(./)

-

LyX > ODT > Word

?

?

?

pandoc > DOCX

?

?

?

TeX4HT: http://www.tug.org/applications/tex4ht/mn.html
* All possible filters: ls -l /usr/share/tex4ht
* Converting a LaTeX Document to MS Word: mk4ht oolatex filename.tex

?

-

(./)