Created
July 17, 2023 13:50
-
-
Save christianp/fa12989165db65eef6124c63c992a940 to your computer and use it in GitHub Desktop.
Chirun macro loading issue when \input doesn't have curly braces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\newcommand{\clp}{Christian Lawson-Perfect} | |
\newcommand{\twopi}{2\pi} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\input def.tex | |
\begin{document} | |
This document was written by \clp who is confused. | |
\[ | |
\twopi \approx \frac{44}{7} | |
\] | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment