This web log is my online notebook for software tips and hacks to make my life and hopefully that of someone else just a little bit easy. Should you find any mistakes or have any useful suggestions, please do not hesitate to write to me. Peace! Pavan Ghatty
Thursday, November 22, 2012
Tuesday, November 6, 2012
Latex Template
Reminding myself of every detail in the assigning of packages and page type in Latex seems like a bit of a chore. So I copied the following from a working .tex file to reduce redundancy.
\documentclass[12pt,doublespace]{article}
\usepackage[top=3cm,bottom=3cm,left=2.5cm,right=2.5cm]{geometry}
\usepackage{rotating}
\usepackage{apacite}
\begin{document}
\title{}
\author{
Name
\small Affiliation
\and
New Name
\small Affiliation
}
\maketitle
\begin{abstract}
...
\end{abstract}
\section{}
Main body
\end{document}
Subscribe to:
Posts (Atom)