Search found 2 matches

by bongotastic
Sun Oct 07, 2007 6:28 pm
Forum: General
Topic: Good programming reference
Replies: 0
Views: 1468

Good programming reference

Hi, where is the best reference for coding in Latex? I'm looking for something that would provide a reference for conditional statements, rules for optional arguments and other advanced topics like that. Searching the web for Advanced topics doesn't seem to go beyond creating simple macros and make ...
by bongotastic
Sun Oct 07, 2007 6:24 pm
Forum: General
Topic: Weird Scoping problem
Replies: 0
Views: 1553

Weird Scoping problem

I've run into a weird behavior: Given the minimal example below, only the myenv correctly prints the result of \mysum. The only difference between the two environments is the order in which the variable is printed. Can anyone help me figuring how to access the variable in myenv1 in a cell other than ...