Search found 1 match

by jj2
Fri Jul 19, 2013 6:12 pm
Forum: General
Topic: Add text to a variable
Replies: 1
Views: 4569

Add text to a variable

Hi,

How do i add text to a variable which i defined earlier in the document? I tried it like this:

Code: Select all

\def\exos{some text}
\def\variable{\exos}
\def\exos{\variable added text}
but that doesn't work.