1
0
Fork 0
master
Mike Gerwitz 2013-08-23 15:51:17 -04:00
parent 50b41ff98a
commit 64ba2a1dea
1 changed files with 4 additions and 0 deletions

View File

@ -416,6 +416,10 @@
\fi%
}
% enough space for a number (all numbers are the same width, so this works well
% for quick-n-dirty alignment)
\newcommand\z{\phantom{0}}
% non-technical-reader-friendly if not in math mode
\def\true{\ifmmode\top\else Yes\fi}
\def\false{\ifmmode\bot\else No\fi}