Tuesday, August 30, 2011

latex tip

If there is not make file in the latex directory, use pdflatex tool output PDF from latex.
If it is missing reference, run bibtex tool.

Latex comments: 


1). line comment: %

2). paragraph comment:
add \usepackage{comment} in the main.tex

\begin{comment}

\end{comment}

No comments: