From: Marcus S. <li...@lo...> - 2009-01-14 02:47:45
|
Am Mittwoch, den 14.01.2009, 02:08 +0100 schrieb Marcus Sobchak: > Hi, > > are there any further conditionals then > > <%if not varname%> > > <%if varname%> > > possible in latex templates? I'm looking for an "else" condition; > possible? Ah, got it, eg: \usepackage{ifthen} \ifthenelse{<%number%> > 1099 \and <%number%> < 1200} {true} {false} Ciao! |