ah, I found my own solution. I had to use the latex protect command, and use global defs. i.e.
\newcommand{\ifother}[2]{{{{\ifx\myother\undefined{#2}\else{#1}\fi}}}}
\newcommand{\startother}{\global\def\myother{}}
\makeatletter
\newcommand{\finishother}{\global\let\myother\@undefined ...
Search found 3 matches
- Tue Jun 05, 2012 5:19 pm
- Forum: Math & Science
- Topic: Arrays and Expansion
- Replies: 1
- Views: 1618
- Mon Jun 04, 2012 9:34 pm
- Forum: Math & Science
- Topic: Arrays and Expansion
- Replies: 1
- Views: 1618
Arrays and Expansion
Recently I have found myself using arrays with quite fancy format specifications (particually for case distinction of mixfix operators). For example
\begin{array}{@{\llbracket}l@{,}l@{\models}l@{\rrbracket~=~}l}
M & s & true & true \\
...
\end{array}
Then the inevitable occoured, I wanted to ...
\begin{array}{@{\llbracket}l@{,}l@{\models}l@{\rrbracket~=~}l}
M & s & true & true \\
...
\end{array}
Then the inevitable occoured, I wanted to ...
- Wed Apr 25, 2012 7:41 pm
- Forum: Math & Science
- Topic: Alignedat padding issue
- Replies: 0
- Views: 1491
Alignedat padding issue
Hi, Ive recently been playing about with the alignedat environemnt, and have been porting my old definitions from arrays into it to allow for page breaking large equations.
But after much experimentation I can find how to cleanly remove the padding put around an alignedat environment. Ive looked at ...
But after much experimentation I can find how to cleanly remove the padding put around an alignedat environment. Ive looked at ...