info:latex
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
info:latex [2011/02/07 14:29] – soul moritz | info:latex [2011/07/22 11:09] (current) – [Miscellaneous] fix markup moritz | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Formatting Authors ===== | ===== Formatting Authors ===== | ||
- | When citing authors, the [[http:// | + | When citing authors, the [[http:// |
+ | |||
+ | ===== Bib and localization ===== | ||
+ | |||
+ | Include the package babel and babelbib in the preamble: | ||
+ | <code latex> | ||
+ | \usepackage{babelbib}</ | ||
+ | |||
+ | Use the following command to produce the bibliography: | ||
+ | <code latex> | ||
+ | \bibliography{bibliography_file}</ | ||
+ | |||
+ | ===== Hyperref setup ===== | ||
+ | Setup [[http:// | ||
+ | <code latex> | ||
+ | pdfauthor={Author Name < | ||
+ | }</ | ||
+ | |||
+ | ===== Math extensions ===== | ||
+ | Some often used operators and functions: | ||
+ | <code latex> | ||
+ | \providecommand{\norm}[1]{\lVert# | ||
+ | |||
+ | \DeclareMathOperator*{\argmax}{arg\, | ||
+ | |||
+ | ==== Better Vectors ==== | ||
+ | The standard '' | ||
+ | |||
+ | ===== Miscellaneous | ||
+ | |||
+ | Disable all graphics: | ||
+ | <code latex> | ||
+ | \renewcommand{\includegraphics}[1][]{\url} | ||
+ | </ | ||
+ | |||
+ |
info/latex.1297088969.txt.gz · Last modified: 2011/02/07 14:29 by moritz