\string\TeX
I got "TeX, but when I wrote {\tt \string\TeX}
I got \TeX?I guess it's something related to
\escapechar
, because when I changed this control sequence the output changed too:
Code: Select all
\escapechar=`^
\string\TeX
^TeX
\string\TeX
I got "TeX, but when I wrote {\tt \string\TeX}
I got \TeX?\escapechar
, because when I changed this control sequence the output changed too:
Code: Select all
\escapechar=`^
\string\TeX
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\usepackage{fonttable}
\begin{document}
\fonttable{cmr8}
\fonttable{cmtt8}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.