diff options
author | Hans Hagen <pragma@wxs.nl> | 2004-04-09 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2004-04-09 00:00:00 +0200 |
commit | ab3f887feadf929129087cd2cbc3783064507565 (patch) | |
tree | c0c12916ff903071880d0e157ff422b3f2cab2f4 /tex/context/base/core-pos.tex | |
parent | b3e51f52d2070a709e3089ada6054cd2080590ca (diff) | |
download | context-ab3f887feadf929129087cd2cbc3783064507565.tar.gz |
stable 2004.04.09
Diffstat (limited to 'tex/context/base/core-pos.tex')
-rw-r--r-- | tex/context/base/core-pos.tex | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tex/context/base/core-pos.tex b/tex/context/base/core-pos.tex index 5724c72ad..61257abf2 100644 --- a/tex/context/base/core-pos.tex +++ b/tex/context/base/core-pos.tex @@ -948,10 +948,24 @@ \def\textanchor{text:\realfolio} +% \def\placepositionanchors % todo : depth pagebox +% {\ifpositioning +% \setbox\scratchbox\vbox to \teksthoogte +% {\topskipcorrection +% \hbox{\strut\dopositionaction\headanchor}% +% \vfill +% \hbox{\strut\dopositionaction\tailanchor}}% +% \dp\scratchbox\zeropoint +% \wd\scratchbox\zetbreedte % not \zeropoint, else wrong text backgrounds +% \hpos\textanchor{\box\scratchbox}% +% \else +% \vskip\teksthoogte +% \fi} + \def\placepositionanchors % todo : depth pagebox {\ifpositioning \setbox\scratchbox\vbox to \teksthoogte - {\topskipcorrection + {\simpletopskipcorrection \hbox{\strut\dopositionaction\headanchor}% \vfill \hbox{\strut\dopositionaction\tailanchor}}% |