Monday 19 April 2010

Latex

How to use Latex and some commands are listed in this section.

Newline : \newline
Making a section :
\section{Write your heading for the section}
\label{sec:givenametothesection}
Making a subsection :
\subsection{Write your heading for the subsection}
\label{sec:givenametothesubsection}
Making Bullet Points :
\begin{itemize}
\item Write your first bullet point here
\item Write your first bullet point here 
\end{itemize}
Ordered list by number :  
\begin{enumerate}
\item Write your first bullet point here
\item Write your first bullet point here 
\end{enumerate}

No comments:

Post a Comment