User Tools

Site Tools


info:latex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
info:latex [2011/02/07 15:36] – hyperref setup. moritzinfo:latex [2011/02/07 15:40] – math + miscellaneous moritz
Line 21: Line 21:
   pdfauthor={Author Name <name@domain.tld>}, pdfstartview={FitV}   pdfauthor={Author Name <name@domain.tld>}, pdfstartview={FitV}
 }</code> }</code>
 +
 +===== Math extensions =====
 +Some often used operators and functions:
 +<code latex>\providecommand{\abs}[1]{\lvert#1\rvert}
 +\providecommand{\norm}[1]{\lVert#1\rVert}
 +
 +\DeclareMathOperator*{\argmax}{arg\,max}</code>
 +
 +
 +===== Miscellaneous  =====
 +
 +Disable all graphics:
 +<code latex>
 +\renewcommand{\includegraphics}[1][]{\url}
 +</code
 +
  
  
info/latex.txt · Last modified: 2011/07/22 13:09 by moritz

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki