Deyan Ginev edited section_LaTeX_Programming_Only_if__.tex  almost 9 years ago

Commit id: 0dab4f50cba223bff9c209284c791009ac93db4e

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.8\textwidth} \noindent\begin{minipage}{0.9\textwidth}  \begin{lstlisting}  % We realize our loop variables via TeX counters  \newcounter{a}