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
Even a stopped clock is right once a day.
English proverb
< 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/Theorems.tex:
LaTeX Listing: /usr/local/Slides/1_Disciplines/4_Latex/04/Theorems.tex. PDF   ZIP*  
\newtheorem{Axiom}{Axioma}
\newtheorem{Theorem}{Teorema}[section]
\newtheorem
    {Definition}
    [Theorem]
    {Definição}
\newtheorem
    {Proposition}
    [Theorem]
    {Proposição}
\newtheorem
    {Corollary}
    [Theorem]
    {Corolário}
\newtheorem
    {Lemma}
    [Theorem]
    {Lema}

\newtheorem
    {Comment}
    [Theorem]
    {Comment}
< Poster | $\LaTeX$ IV | Beamer >
Messages:
0 secs.