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
Quando eu dou de comer aos pobres
Me chamam de santo
Quando eu pergunto por que eles são pobres
Me chamam de comunista
Dom Helder Câmera
< 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/2_Palestras/2020/01_Latex_Friends/04/Listings.tex:
LaTeX Listing: /usr/local/Slides/2_Palestras/2020/01_Latex_Friends/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.