7 Aug
2010
7 Aug
'10
6:21 p.m.
2010/8/7 R. Bastian
On Sat, 7 Aug 2010 18:03:22 +0200 Vedran Miletić
scribit: 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ć
where is #2 for HelloTwo ?
The code \def \HelloOne #1 {\HelloTwo{#1}{Vedran} } compiles. #2 should be fixed to "Vedran", but it comes out empty. -- Vedran Miletić