6,058 reputation
73857
bio website
location Australia
age 31
visits member for 2 years, 10 months
seen 4 hours ago
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.


Mar
22
revised Referring to specific sections in org-mode latex
Included tag
Feb
22
revised Which text editor to make tables scripts human readable
corrected spelling (seperate -> separate)
Feb
22
revised Breaking equation in align enviroment to put textwidth matrix in separate line
corrected spelling, improved formatting
Feb
14
revised Where do the values of 1em and 1ex come from?
Typo in the title
Feb
11
revised How to define the badness of a river?
minor typo
Jan
22
revised How can I explain the meaning of LaTeX to my grandma?
a couple of typos
Jan
16
revised How to put white line separator for cell/column?
Fixed spelling of title
Jan
13
revised Extra space added after equation when it is coloured
More info
Jan
12
revised Inserting/Numbering/Labelling/Referencing several times the same equation written in various form
it's -> its
Jan
11
revised Including XML file into LaTeX
Formatting
Jan
10
revised What's the quickest way to write “2nd” “3rd” etc in LaTeX?
Typos
Jan
4
revised How to rearrange a tikzpicture in a page that uses the class suftesi
English adjustments
Jan
4
revised Can't Remove Date from newlfm
typo
Jan
4
revised Can't Remove Date from newlfm
Added image
Jan
4
revised Can't Remove Date from newlfm
code formatting, added image
Dec
24
revised How to call a package added previously
typos
Dec
21
revised Creating metadata using \hypersetup
typos
Dec
21
revised Tools for automating document compilation
typos
Dec
21
revised Systems of equations with a single number
added tag
Dec
21
revised Drawing Feasible region of a LP with big numbers on constraints
Cleaned the code to be consistent with egreg's edit of the question, updated image.