info:latex
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
info:latex [2011/02/07 14:27] – created moritz | info:latex [2011/07/22 11:09] (current) – [Miscellaneous] fix markup moritz | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Latex ====== | ====== Latex ====== | ||
Collected ideas... | Collected ideas... | ||
+ | |||
+ | ===== Formatting Authors ===== | ||
+ | |||
+ | 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.1297088830.txt.gz · Last modified: 2011/02/07 14:27 by moritz