6,078 reputation
73857
bio website
location Australia
age 31
visits member for 2 years, 10 months
seen yesterday
stats profile views 2,020

I love LaTeX, and I especially enjoy drawing diagrams in tikz.

Here is a stripped down version of my preamble with some of my most used packages:

\usepackage{amsmath,amssymb,amsthm,amsfonts,bm}
\usepackage{array} % for better arrays (eg matrices) in maths
\usepackage{color}
\usepackage{graphicx}
\usepackage{float} % To get the placement H for figures
\usepackage{tikz,pgfplots}
\usetikzlibrary{positioning,shapes,shadows,arrows,fit, decorations}
\usepackage[a4paper,top=1.75truecm,bottom=1.75truecm,left=1.75truecm,right=1.75truecm]{geometry}
\usepackage[parfill]{parskip}
\usepackage[bookmarks]{hyperref}
\hypersetup{colorlinks=true, pagebackref=page, citecolor=blue, menucolor=red}
\usepackage{natbib} 
\usepackage{hypernat} 

Another package I find really useful but that is not there is standalone.


Jan
13
accepted Extra space added after equation when it is coloured
Oct
8
accepted Using full stops in figure name to replace spaces: error (confusion of file extension)
Jul
26
accepted Increasing the size of the memory: not all files are built successfully
Apr
3
accepted Coloured equation number (without changing colour of reference using hyperref)
Mar
26
accepted Is there a difference between \ge and \geq (or equivalentely between \le and leq)?
Mar
21
accepted Line tangent to a a curve (using plot or controls), starting at a point
Mar
16
accepted Error when using \bm in *numbered* section title, when hyperref is loaded
Feb
27
accepted Error when using colour in \author
Nov
29
accepted Aligning subplots in a pgfplots figure
Jun
5
accepted What's the difference between \RequirePackage and \usepackage?
Aug
10
accepted Is there a way to get two pages in one with LaTeX?
Aug
10
accepted Is there a way to add a timer to a Beamer presentation?
Aug
10
accepted Is there any way to get real-time compilation for LaTeX?
Aug
3
accepted What is the easiest way to get borders around a page in LaTeX?
Jul
31
accepted How can I create a pdf document exactly as big as my tikz picture?
Jul
31
accepted How to get rid of navigation symbols in beamer?
Jul
29
accepted How can I change the colour of my document's section numbering?
Jul
29
accepted Is there any way to do a correct word count of a LaTeX document?
Jul
27
accepted Compiling documents online
Jul
26
accepted Is there an easy way to have my whole document with a space between paragraphs rather than indentation?