-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Using the \verb|| macro inside a parenthesis and a breakline in the middle of the parenthesis makes everything after it to be indented to the right. E.g:
\documentclass{article}
\begin{document}
Please include this command in the preamble (before the
command ``\verb|\begin{document}|'') of your \LaTeX\ source...
This is some additional line.
\end{document}Becomes
\documentclass{article}
\begin{document}
Please include this command in the preamble (before the
command ``\verb|\begin{document}|'') of your \LaTeX\ source...
This is some additional line.
\end{document}I noticed this when formatting the ACM official template. Thanks for the great work btw! <3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels