Tuesday, 9 June 2009

Latex-Part 1

Here is the latex code as a starter. Copy and past the following code and save it as yourfilename.tex

% start here

\documentclass[12pt]{article}

\begin{document}
\title{\textbf{Lesson 1 - LATEX}}
\author{\textbf{H. Lenando}}
\date{\textbf{October 2009}}
\maketitle

\section{Introduction}
Type you documents here ....! Type you documents here ....! Typeyou documents here ....! \textbf{how to make it bold: highlight thetext, then click the B from the menu bar"}

\begin{itemize}
\item List 1
\item List 2
\end{itemize}

\section{Literature Review}
\subsubsection{Java Programming}

\end{document}

% up to here


Enjoy the simple code!

No comments:

Post a Comment