Tagged Questions
2
votes
1answer
72 views
Strange chapter influence on quotation environment
The code below give a strange result when I comment out the \begingroup end \endgroup: the quotation environment has different vertical space to the text before ("Some text").
What is it that chapter ...
8
votes
2answers
353 views
\newtoks token seems to have local scope
I want to collect the first line of a quotation to use later. I have used \newtoks for a similar purpose so tried it here, this way:
\documentclass[12pt] {article}
\newtoks{\qfirstlineinternal}
...
