Open pauloney opened 8 years ago
In the following MWE:
`\documentclass{book}
\begin{document} \renewcommand\cont{CONTE} \input{parts/ch1} \end{document} `
ch1.tex is not included properly when running detex. Removing the \renewcommand everything works fine.
Note that with parenthesis everything works fine:
\renewcommand{\cont}{CONTE}
In the following MWE:
`\documentclass{book}
\begin{document} \renewcommand\cont{CONTE} \input{parts/ch1} \end{document} `
ch1.tex is not included properly when running detex. Removing the \renewcommand everything works fine.