diff options
author | Hans Hagen <pragma@wxs.nl> | 2005-07-20 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2005-07-20 00:00:00 +0200 |
commit | e1e7a447633cde21cb8ef83878a8a2aac841d1ec (patch) | |
tree | 3fad67a494cf13189fb0c0ce467307d63feb77aa /tex/context/base/core-pos.tex | |
parent | c7f924443bf5e21f5cd9210fc76c633a3a77e20e (diff) | |
download | context-e1e7a447633cde21cb8ef83878a8a2aac841d1ec.tar.gz |
stable 2005.07.20
Diffstat (limited to 'tex/context/base/core-pos.tex')
-rw-r--r-- | tex/context/base/core-pos.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tex/context/base/core-pos.tex b/tex/context/base/core-pos.tex index 0194f2a64..2b1bbb8e5 100644 --- a/tex/context/base/core-pos.tex +++ b/tex/context/base/core-pos.tex @@ -2711,3 +2711,21 @@ % \edef\righthdistance{\the\scratchdimen}} \protect \endinput + +% todo 1: shift down option + +\startuseMPgraphic{mpos:par:columnset} + \iftracepositions show_multi_pars \else draw_multi_pars \fi ; + path p ; p := boundingbox currentpicture ; + currentpicture := currentpicture shifted (0,-StrutDepth/2) ; + setbounds currentpicture to p ; +\stopuseMPgraphic + +\setupcolors[state=start] + +\definetextbackground[underline][location=text,alternative=1,background=,frame=off,distance=2pt] + +\definestartstop + [underline] + [before={\starttextbackground[underline]}, + after=\stoptextbackground] |