Deyan Ginev edited section_LaTeX_Programming_Only_if__.tex  almost 9 years ago

Commit id: b26bc9b4340f4bda7bdc061c3949edf9ec7bcbd4

deletions | additions      

       

\section{{\LaTeX} Programming? Only if you really have to...}  Some \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 tricks used in this tutorial (all of which can be found in \href{https://www.authorea.com/users/5713/articles/28015/master/file/header.tex}{the article header}): hoops you need to jump through to typeset the multiplication table from one to five:  \subsection{For loops for quick table generation}  Source: \url{http://tex.stackexchange.com/a/134113}  \begin{lstlisting}  \newcounter{a}  \newcounter{b}