Skip to content

Instantly share code, notes, and snippets.

@christianp
Created July 17, 2023 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianp/fa12989165db65eef6124c63c992a940 to your computer and use it in GitHub Desktop.
Save christianp/fa12989165db65eef6124c63c992a940 to your computer and use it in GitHub Desktop.
Chirun macro loading issue when \input doesn't have curly braces
\newcommand{\clp}{Christian Lawson-Perfect}
\newcommand{\twopi}{2\pi}
\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