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
< Examples | Programming with $\LaTeX$ | Variables >

Can You Program with $\LaTeX$?

  1. $\TeX$ primitive:

    \def{\Greetings}{\textbf {Greetings from Vikin-GO}}
  2. $\LaTeX$ command:

    \newcommand{\Vector}[1]%Number of arguments
    {
           \underline { \textbf {#1} }
    }
    \newcommand{\Matrix}[1]%Number of arguments
    {
           \underline {\underline { \textbf {#1} } }
    }
< Examples | Programming with $\LaTeX$ | Variables >
Messages:
0 secs.