Showing posts with label LaTex. Show all posts
Showing posts with label LaTex. Show all posts

Monday, May 30, 2011

Latex Tips

The standard Table of content (TOC) in LaTex doesn't include other pages like , Declaration, Certificate, etc..  So to add additional pages in the TOC use the syntax given below just above the corresponding contents in LaTex document.

\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Declaration}



  

Latex Ideas

You can use \vspace*{20 mm} instead of \vspace{20 mm} for forced vertical alignment.  This will be useful when you creating certificate or declaration page in a latex report style .

Latex Ideas

How add a blank page after title page.
Most of the thesis kept a blank page after the title page.  There is way to use Latex command to keep the same (Blank page)  in your report.
Try these commands

\thispagestyle{empty}
\clearpage\mbox{}\clearpage



Monday, December 20, 2010

Beamer presentation guide

A very good beamer presentation guide from Beamer presentation guide from Ki-Joo Kim (a.k.a. Daisyweb).
Click here to download