Tagged Questions
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}
...