Tagged Questions
9
votes
2answers
70 views
Do assignments need to be appended by % to remove the trailing white spaces?
The following shows code snippet taken from multido.tex. I noticed assignments are not ended with %.
See \dimen@=#1\advance\dimen@#2 in
\def\multido@step@d#1#2{%
\dimen@=#1\advance\dimen@#2
...
20
votes
3answers
307 views
@tempdima, reserved@a, @tempcnta, what else?
I'm aware that some "temporary" LaTeX dimensions etc. exist. I would, however, like to know all of them.
I know \reserved@a (macro), \@tempdima (dimension) and \@tempcnta (counter).
9
votes
4answers
186 views
Dividing dimensions to get a count
Is there a way to divide two dimens and get a count? For example, if I have a box that doesn't fit on a single page, and I want to know the number of pages I'd need for the box (i.e., \heightofbox / ...
5
votes
1answer
157 views
Is it possible to remove length, counter, dim, etc that have been declared?
Let's see the following screenshot taken from an answer of Efficient ways to anonymize a document and the given comment.
Is it possible to remove length, counter, dim, etc, that have been declared ...
