From: J.M. \Jersey\ M. <je...@ib...> - 2008-05-23 11:47:44
|
Hi, How could I use "if" and "else" statements in the LaTex templates: For example: If <%terms%> 'text' else 'another text' Or if <%somevalue%> => 10 'text' else 'another text' <%if terms%> will process "text" and "another text" in case when terms have a value. Best regards "Jersey" |