Judah Jacobson
Email: jjacobson@math.ucla.edu
Office: MS 3975
Office Hours: Thursday 11am-12pm
SMC Hours: Monday 10-11am (MS 3974)
Sections
- Math 33b-2a (MS 5118)
- Math 33b-2b (MS 6627)
TeX-related stuff
A TeX puzzle:
The following lines of TeX each define \foo to "do nothing."
Which of the following definitions, if any, give \foo the
same meaning?
For the rest, give examples of usage that shows how they differ.
- \def\foo{}
- \def\foo{\relax}
- \let\foo=\relax
- \edef\foo{\ifodd1\else\fi}