\documenttype{article} % This document uses none of \verb, \verbatim, \verblist % Normal gellmu-trans should be used \newcommand{\e}[1]{& \quostr{#1}} % the space is essential to allow % interpretation of the & for tab cols \surtitle{The \abbr{GELLMU} Archive} \title{Chart of Printable \abbr{ASCII}\footnote{ One of these charts may appear in a footnote. \latexcommand{\bsl;setlength\{\bsl;tabcolsep\}\{1bp\}} \begin{display} \begin{tabular}{llcccccccccccccccc} \ \e{ }& 0& 1& 2& 3& 4& 5& 6& 7& 8& 9& A& B& C& D& E& F\\ \ \\ 0\\ 1\\ 2\e{ }\e{\ }\e{!}\e{"}\e{\#}\e{\$}\e{\%}\e{\&}\e{'}\e{(}\e{)}\e{*}\e{+} \e{,}\e{-}\e{.}\e{/}\\ 3\e{ } \e{0}\e{1}\e{2}\e{3}\e{4}\e{5}\e{6}\e{7}\e{8}\e{9}\e{:}\e{;}\e{<}\e{=}\e{>} \e{?}\\ 4\e{ } \e{@}\e{A}\e{B}\e{C}\e{D}\e{E}\e{F}\e{G}\e{H}\e{I}\e{J}\e{K}\e{L}\e{M}\e{N} \e{O}\\ 5\e{ } \e{P}\e{Q}\e{R}\e{S}\e{T}\e{U}\e{V}\e{W}\e{X}\e{Y}\e{Z}\e{[}\e{\bsl}\e{]} \e{\crt}\e{\und}\\ 6\e{ } \e{`}\e{a}\e{b}\e{c}\e{d}\e{e}\e{f}\e{g}\e{h}\e{i}\e{j}\e{k}\e{l}\e{m}\e{n} \e{o}\\ 7\e{ } \e{p}\e{q}\e{r}\e{s}\e{t}\e{u}\e{v}\e{w}\e{x}\e{y}\e{z}\e{\{}\e{\vbr} \e{\}}\e{\tld} \end{tabular} \end{display} }} \begin{document} This chart should have tightened \emph{tabular} column spacing in the image typeset by \latex;. \begin{display} \latexcommand{\bsl;setlength\{\bsl;tabcolsep\}\{1bp\}} \begin{tabular}{llcccccccccccccccc} \ \e{ }& 0& 1& 2& 3& 4& 5& 6& 7& 8& 9& A& B& C& D& E& F\\ \ \\ 0\\ 1\\ 2\e{ }\e{\ }\e{!}\e{"}\e{\#}\e{\$}\e{\%}\e{\&}\e{'}\e{(}\e{)}\e{*}\e{+} \e{,}\e{-}\e{.}\e{/}\\ 3\e{ } \e{0}\e{1}\e{2}\e{3}\e{4}\e{5}\e{6}\e{7}\e{8}\e{9}\e{:}\e{;}\e{<}\e{=}\e{>} \e{?}\\ 4\e{ } \e{@}\e{A}\e{B}\e{C}\e{D}\e{E}\e{F}\e{G}\e{H}\e{I}\e{J}\e{K}\e{L}\e{M}\e{N} \e{O}\\ 5\e{ } \e{P}\e{Q}\e{R}\e{S}\e{T}\e{U}\e{V}\e{W}\e{X}\e{Y}\e{Z}\e{[}\e{\bsl}\e{]} \e{\crt}\e{\und}\\ 6\e{ } \e{`}\e{a}\e{b}\e{c}\e{d}\e{e}\e{f}\e{g}\e{h}\e{i}\e{j}\e{k}\e{l}\e{m}\e{n} \e{o}\\ 7\e{ } \e{p}\e{q}\e{r}\e{s}\e{t}\e{u}\e{v}\e{w}\e{x}\e{y}\e{z}\e{\{}\e{\vbr} \e{\}}\e{\tld} \end{tabular} \end{display} \bigskip ~\hsf\hrulefill\hsf~ \bigskip The next chart should have normal column formatting in the image of this document typeset with \latex;. The purpose of this demonstration is to make the point that \emph{latexcommand} should be allowed inside containers such as \emph{display} and \emph{footnote}. (Otherwise, if the \emph{latexcommand} used in this document for \emph{tabular} column tightening is placed \quophrase{loose} in the document, it affects all subsequent instances of the chart.) \begin{display} \begin{tabular}{llcccccccccccccccc} \ \e{ }& 0& 1& 2& 3& 4& 5& 6& 7& 8& 9& A& B& C& D& E& F\\ \ \\ 0\\ 1\\ 2\e{ }\e{\ }\e{!}\e{"}\e{\#}\e{\$}\e{\%}\e{\&}\e{'}\e{(}\e{)}\e{*}\e{+} \e{,}\e{-}\e{.}\e{/}\\ 3\e{ } \e{0}\e{1}\e{2}\e{3}\e{4}\e{5}\e{6}\e{7}\e{8}\e{9}\e{:}\e{;}\e{<}\e{=}\e{>} \e{?}\\ 4\e{ } \e{@}\e{A}\e{B}\e{C}\e{D}\e{E}\e{F}\e{G}\e{H}\e{I}\e{J}\e{K}\e{L}\e{M}\e{N} \e{O}\\ 5\e{ } \e{P}\e{Q}\e{R}\e{S}\e{T}\e{U}\e{V}\e{W}\e{X}\e{Y}\e{Z}\e{[}\e{\bsl}\e{]} \e{\crt}\e{\und}\\ 6\e{ } \e{`}\e{a}\e{b}\e{c}\e{d}\e{e}\e{f}\e{g}\e{h}\e{i}\e{j}\e{k}\e{l}\e{m}\e{n} \e{o}\\ 7\e{ } \e{p}\e{q}\e{r}\e{s}\e{t}\e{u}\e{v}\e{w}\e{x}\e{y}\e{z}\e{\{}\e{\vbr} \e{\}}\e{\tld} \end{tabular} \end{display} \end{document}