We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given the following input:
\ttline=0 Listing 1: \begtt\hisyntax{C} int main() { return 0; } \endtt % \ttline=0 Listing 2: \begtt\hisyntax{C} int foo() { return 0; } \endtt \bye
I get the following result:
Is this intended? Do I need to (re)set \ttline=0 for each listing?
\ttline=0
The text was updated successfully, but these errors were encountered:
Yes, it is documented behavior. Unfortunately, numbering each listing form one is somewhat tricky:
\everytt{\ttline=0} \ttline=0
I'll think about a better solution...
Sorry, something went wrong.
No branches or pull requests
Given the following input:
I get the following result:
Is this intended?
Do I need to (re)set
\ttline=0
for each listing?The text was updated successfully, but these errors were encountered: