info:latex
This is an old revision of the document!
Table of Contents
Latex
Collected ideas…
Formatting Authors
When citing authors, the soul package is useful. It provides small caps with additional spacing. Use it as:
\so{Author Name}
Bib and localization
Include the package babel and babelbib in the preamble:
\usepackage{babel} \usepackage{babelbib}
Use the following command to produce the bibliography:
\bibliographystyle{babalpha} \bibliography{bibliography_file}
Hyperref setup
Setup hyperref to include correct author name and opening mode for PDF files:
\hypersetup{ pdfauthor={Author Name <name@domain.tld>}, pdfstartview={FitV} }
Math extensions
Some often used operators and functions:
\providecommand{\abs}[1]{\lvert#1\rvert} \providecommand{\norm}[1]{\lVert#1\rVert} \DeclareMathOperator*{\argmax}{arg\,max}
Miscellaneous
Disable all graphics: <code latex> \renewcommand{\includegraphics}[1][]{\url} </code
info/latex.1297089621.txt.gz · Last modified: 2011/02/07 14:40 by moritz