General ⇒ More than 255 Tokens
-
- Posts: 132
- Joined: Wed Feb 11, 2009 11:38 pm
More than 255 Tokens
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
More than 255 Tokens
No. But if you include the package etex the available number is extended to 32767.Laurentius wrote:Is it possible to define a new set of numbered registers?
Code: Select all
\documentclass{article}
\usepackage{etex}
\begin{document}
\toks300={test}
contents: \the\toks300
\end{document}