Facebook
From Perl Marmoset, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 66
  1. \newlength{\conditionwd}
  2. \newenvironment{conditions}[1][where: ]
  3.   {%
  4.    #1\tabularx{\textwidth-\widthof{#1}}[t]{
  5.      >{$}l<{$} @{${}={}$} X@{}
  6.    }%
  7.   }
  8.   {\endtabularx\\[\belowdisplayskip]}
  9.