diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/documents/general/magazines/mag-1105-mkiv.pdf | bin | 54638 -> 57255 bytes | |||
-rw-r--r-- | doc/context/sources/general/magazines/mag-1105-mkiv.tex | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/context/documents/general/magazines/mag-1105-mkiv.pdf b/doc/context/documents/general/magazines/mag-1105-mkiv.pdf Binary files differindex 1a81766fb..71abf84ec 100644 --- a/doc/context/documents/general/magazines/mag-1105-mkiv.pdf +++ b/doc/context/documents/general/magazines/mag-1105-mkiv.pdf diff --git a/doc/context/sources/general/magazines/mag-1105-mkiv.tex b/doc/context/sources/general/magazines/mag-1105-mkiv.tex index df1ec7e2c..f5aaa6eb3 100644 --- a/doc/context/sources/general/magazines/mag-1105-mkiv.tex +++ b/doc/context/sources/general/magazines/mag-1105-mkiv.tex @@ -136,6 +136,16 @@ The result is: \stoppacked \stoplinecorrection +You can query the natural width, height and depth too: + +\startbuffer +used width : \the\boxlinewd 0 5, natural width : \the\boxlinenw 0 5 +used heigth : \the\boxlineht 0 5, natural height : \the\boxlinenh 0 5 +used depth : \the\boxlinedp 0 5, natural depth : \the\boxlinend 0 5 +\stopbuffer + +\typebuffer[option=TEX] \startlines \getbuffer \stoplines + Next we replace an existing line by a new line: \startbuffer |