Search found 1 match

by carmelo.marchica
Tue Jan 26, 2010 1:09 pm
Forum: General
Topic: newcommand
Replies: 0
Views: 773

newcommand

Hi

Lets say I define a newcommand like that:
\newcommand{\A}{123}.

Is it possible to access this variable out of LaTex. Let's say on a shell script for example or so.
Something like this:

echo "The Variable A is" \A.


Thx a lot.

c.