SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

$\LaTeX$ & Friends
Viver é algo que se faz agora ou nunca...
Qual você faz?
Piet Hein
< Poster | $\LaTeX$ IV | Beamer >

Some Preambles

LaTeX Listing: Main.tex. PDF   ZIP*  
\documentclass{report}

\input{Base}
\input{Geometry}
\input{Language}

\input{MathOperators}
\input{NewCommands}
\input{Theorems}

%TikZ for drawing
\input{TikZ}

%Code listings
\input{Listings}

\begin{document}


\end{document}
Showing: /usr/local/Slides/1_Disciplines/4_Latex/04/Listings.tex:
LaTeX Listing: /usr/local/Slides/1_Disciplines/4_Latex/04/Listings.tex. PDF   ZIP*  
\usepackage{listings}
\lstset{ 
  basicstyle=\footnotesize,        % the size of the fonts that are used for the code
  breakatwhitespace=false,         % sets if automatic breaks should only happen at whitespace
  %keywordstyle=\color{blue},       % keyword style
  language=Tex,                    % the language of the code
}
< Poster | $\LaTeX$ IV | Beamer >
Messages:
0 secs.