9 Nov
2009
9 Nov
'09
12:31 p.m.
Hans Hagen wrote:
Peter Rolf wrote:
Hi,
underbar slides to the left, if the underbar area is restricted to only one char of a word. Example attached. I need this for showing the keyboard shortcuts in my graphics. :)
ok, i need to discuss this with taco
There was a luatex bug. Fix is in the repository trunk already, until the next release just keep using Hans' hack. Best wishes, Taco
quick hack:
\let\normalunderbar\underbar \def\underbar#1{\normalunderbar{#1\hskip\zeropoint\relax}}
Hans