Search found 2 matches

by chruschtschow
Sun Jan 17, 2010 9:28 pm
Forum: General
Topic: problem division with macros
Replies: 3
Views: 2263

Re: problem division with macros

hi,
that is exactly what im looking for! Thank u guys!!
by chruschtschow
Sat Jan 16, 2010 6:04 pm
Forum: General
Topic: problem division with macros
Replies: 3
Views: 2263

problem division with macros

hi guys,
i need some little math operation in my tex code, i wana do some operation as follows:

\newcommand \NumAA{aa}
\newcommand \NumAA{ab}
\newcommand \NumAA{ba}
\newcommand \NumAA{bb}
%where aa,ab,ba,bb some numerical values
\newcommand \z {\NumAA + \NumAB}
\newcommand \n {\NumBA + \NumBB ...