From a57598aea4dbde5524675173df2f8494a7519b93 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 13 Jul 2015 17:49:42 +0200 Subject: [PATCH] \vhang and \vhanglines are \long --- ucwmac.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}} -- 2.39.2