/usr/local/Slides/1_Disciplines/4_Latex/09_Programming/02_Conditionals/Test.tex not found! SmtC: Show me the Code!
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

Programming with $\LaTeX$
O bem que a violência faz, é - sempre - passageiro.
O mal que ela faz, é permanente.
Mahatma Gandhi
< Variables | Conditionals | Foreach >

Conditionals

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

%Conditional file include. 
%No packages needed!
\begin{document}
   \IfFileExists{Test}
   {
      Test.tex exists!
      \input{Test}
   }{
      Test.tex non-existent!
   }
   
   \ifthenelse{\lengthtest{ \ft pt > 0 pt}}
   {
      %do something
   }
   {
      %do something else
   }
\end{document}
< Variables | Conditionals | Foreach >
Messages:
0 secs.