Created
June 25, 2022 20:50
-
-
Save fmitha/277f71107715d0e680c9da4c836ae5e9 to your computer and use it in GitHub Desktop.
This file contains 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} | |
\begin{document} | |
\newcommand{\somearg}{xx} | |
\newcommand{\someotherarg}{yy} | |
\newcommand{\yetsomeotherarg}{zz} | |
\foo{\somearg}{\someotherarg} | |
\bar{\somearg}{\someotherarg}{\yetsomeotherarg} | |
\baz{\somearg}{\yetsomeotherarg} | |
\end{document} | |
%%% Local Variables: | |
%%% mode: latex | |
%%% TeX-master: t | |
%%% End: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment