From 64ba2a1dea0767df84439c51e5aed5541f7c4b10 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 23 Aug 2013 15:51:17 -0400 Subject: [PATCH] Added \z --- lvspec.cls | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lvspec.cls b/lvspec.cls index b9cd810..1c97ac4 100644 --- a/lvspec.cls +++ b/lvspec.cls @@ -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}