Skip to content

Instantly share code, notes, and snippets.

@fmitha
Created June 25, 2022 20: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 fmitha/277f71107715d0e680c9da4c836ae5e9 to your computer and use it in GitHub Desktop.
Save fmitha/277f71107715d0e680c9da4c836ae5e9 to your computer and use it in GitHub Desktop.
\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