Sajjad Anwar
Technology Consultant
@geohacker
LaTeX is a Document Preparation System.
Document Markup Language.
Based on TeX by Donald E Knuth.
Highest typographical quality.
Pre-designed, Professional templates.
Introduced by Leslie Lamport.
Yes.
But you don't have to be a programmer.
LaTeX can save about two months formatting time of the average 3–4 year writing cycle.
Portable.
LaTeX doesn't care if you are on Windows, Linux or Mac.Quality.
Mathematical, Multilingual.Control.
Books, Bibliography.Modular.
Document writing, one drop at a time.Freedom.
Live happily ever after.
What You Mean Is What You Get.
Header, Footer
Margins
Paragraphs
Pages
Producing LaTeX documents.
The basics.
\documentclass{article}
\begin{document}
Hello world!
\end{document}
\documentclass{article}
\begin{document}
Hello world!
\end{document}
Report.
Article.
Letter.
Book.
Slides.
\documentclass{article}
\title{My First \LaTeX\ Article}
\author{Sajjad Anwar}
\date{\today}
\begin{document}
\maketitle
Place the body of your article here.
\end{document}
\abstract{...}
\part{...}
\chapter{...}
\section{...}
\subsection{...}
\subsubsection{...}
\paragraph{...}
\subparagraph{...}
Not painful, anymore.
List and Cite. Anywhere.
\begin{thebibliography}{Dennis}
\bibitem[Dennis Ritchie, 1973]{dennis}
C Programming Language, \emph{Bell Labs}
\end{thebibliography}
Enumerated. Bulleted
\begin{enumerate}
\item Automated traffic surveillance.
\item Automated high-way/parking.
\item Automation of petrol stations.
\item Journey time monitoring.
\end{enumerate}
\begin{itemize}
\item Automated traffic surveillance.
\item Automated high-way/parking.
\item Automation of petrol stations.
\item Journey time monitoring.
\end{itemize}
Insert. Scale.
\includegraphics{logo.png}
.tex
LaTeX or TeX input file.
.sty
LaTeX macro package. Loaded using the "\usepackage" command.
.cls
Class files define what your document looks like. Selected with the "\documentclass" command.
Windows
MiKTeX | miktex.org
GNU/Linux
Kile | TeX Live | Text Editor | pdflatex
You are what you do.
If you do boring, stupid, monotonous work, chances are you'll end up boring, stupid, and monotonous.