6,058 reputation
73857
bio website
location Australia
age 31
visits member for 2 years, 10 months
seen 2 days ago
stats profile views 2,019

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.


Dec
21
awarded  Nice Answer
Dec
21
comment Subfigure captioning
@simont There are still too many unnecessary packages. Ideally you would only have the ones necessary to reproduce your problem.
Dec
21
comment Where is amsfont.sty and how do I install it for MiKTeX?
Welcome to TeX.SE!
Dec
21
revised Tools for automating document compilation
typos
Dec
21
revised Systems of equations with a single number
added tag
Dec
21
comment How to create \pagebreak-like command that actually "breaks'' the page?
Welcome to TeX.SE!
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.
Dec
20
comment Enumerate list not showing when using parallel package
@phuong The hspace{1cm} is a horizontal space to separate the line from the right-hand side column. The command the draws the line is \vrule. But yeah, other solutions provided here might work better for your case.
Dec
20
comment Standalone document with chapter
Instead of answering it in your own question, perhaps @Qrrbrbirlbel should write up an answer so this question doesn't remain unanswered?
Dec
20
comment Citations never italicized
As far as I know, the environment thm is not standard in LaTeX. Did you use a package or did you define this environment in your preamble?
Dec
20
comment Drawing Feasible region of a LP with big numbers on constraints
I provided a possible solution, but for future reference, it is much more important to include the code related to your question (ie, the tikz code) than some random code that has nothing to do with your problem (ie, the equations in the array environment).
Dec
20
comment remove comma between address/publisher and year and after parentheses
It appears to me you have two accounts with the same name, one of which you used to ask the question, and the other to "answer" it.
Dec
20
awarded  Favorite Question
Dec
20
revised Drawing Feasible region of a LP with big numbers on constraints
rewording
Dec
20
answered Drawing Feasible region of a LP with big numbers on constraints
Dec
20
revised Auto include specific part of source files
Typo
Dec
20
comment Comprehensive list of tools that simplify the generation of LaTeX tables
Not sure if the links cover this (I am on my phone now) but I had to change my font to be monospaced before The tools you mentioned could actually work for me.
Dec
20
revised Comprehensive list of tools that simplify the generation of LaTeX tables
Small typo
Dec
20
revised Multiline Header and Custom First Page Header
Completed the MWE
Dec
20
comment Multiline Header and Custom First Page Header
Welcome to TeX.SE! To help people help you, it is always a good idea to post compilable code, that is, a complete document starting at \documentclass{} and ending at \end{document}. I have done this for you this time :)