Deyan Ginev edited section_LaTeX_Programming_Only_if__.tex  almost 9 years ago

Commit id: e9e1a1bad7953b92078f1e78e7c275c00ee99e6b

deletions | additions      

       

\subsection{Generating a multiplication table}  To illustrate why you should \textbf{avoid} doing any low-level {\TeX} programming yourself\footnote{Unless you really know what you are doing, and you really must} here is an example of the hoops you need to jump through to typeset the multiplication table from one to five:  \noindent\begin{minipage}{0.7\textwidth} \noindent\begin{minipage}{0.6\textwidth}  \begin{lstlisting}  % We realize our loop variables via TeX counters  \newcounter{a}