2

Let's say I have have the file asdf.tex which contains the code:

\documentclass{article}
\newcommand{\asdf}{blabla}
\begin{document}
    \asdf is very cool!
\end{document}

How can I compile my latex to a version asdf_standard.tex where only the standard latex is used, i.e.:

\documentclass{article}
\begin{document}
    blabla is very cool!
\end{document}

I'm sure the compiler does this kind of procedure at some point anyway, so how can I get this as a file?

Thanks for your replies!

bersling
  • 423

0 Answers0