7 Aug
2010
7 Aug
'10
6:03 p.m.
How can I define a command by reusing the already defined command? \def \HelloTwo #1#2 {Hello, #1 and #2!} \def \HelloOne #1 {\HelloTwo{#1}{Vedran}} This gives me a "Runaway argument". -- Vedran Miletić