From: Martin Mares Date: Mon, 13 Jul 2015 15:49:42 +0000 (+0200) Subject: \vhang and \vhanglines are \long X-Git-Tag: v1.99~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a57598aea4dbde5524675173df2f8494a7519b93;p=ucwmac.git \vhang and \vhanglines are \long --- diff --git a/ucwmac.tex b/ucwmac.tex index 102496e..86dc5e5 100644 --- a/ucwmac.tex +++ b/ucwmac.tex @@ -102,10 +102,10 @@ \long\def\placeat#1#2#3{\smashedhbox{\hskip #1\lower #2\hbox{#3}}} % Like \vbox, but with reference point in the upper left corner -\def\vhang#1{\vtop{\hrule height 0pt\relax #1}} +\long\def\vhang#1{\vtop{\hrule height 0pt\relax #1}} % Like \vhang, but respecting interline skips -\def\vhanglines#1{\vtop{\hbox to 0pt{}#1}} +\long\def\vhanglines#1{\vtop{\hbox to 0pt{}#1}} % Crosshair with reference point in its center \def\crosshair#1{\clap{\vrule height 0.2pt width #1}\clap{\vrule height #1 width 0.2pt}}