On 14-9-2012 13:26, Wolfgang Schuster wrote:

Am 14.09.2012 um 00:08 schrieb Alessandro Perucchi <alessan...@perucchi.org>:

Hello,

In my experimentation, I've found that in mkii and mkiv the behavior of 
\textrule and \setuptextrule are different...

What I did was quite simple:

\textrule{Testing head}
blah blah blah
\textrule

in mkii the text in well centered between the lines.
But in mkiv the bottom line is too near the text, and I need to add something 
like \blank[halfline] to have a similar behavior as mkii.

There is a vertical skip missing in the MkIV version of the macros.

pack-mrl.mkiv

\def\pack_textrule_following#1%
   {\doifelsenothing{#1}
-    {\nointerlineskip
+    
{\vskip\dimexpr\strutdp+.5ex\ifdim\prevdepth>\strutdp\else\ifdim\prevdepth>\zeropoint-\prevdepth\fi\fi\relax
+     \nointerlineskip
       \dontleavehmode\vbox
         {\color[\directtextrulesparameter\c!rulecolor]
            
{\hrule\s!depth\directtextrulesparameter\c!rulethickness\s!height\zeropoint\s!width\availablehsize}}}
      {\pack_textrule_with_text{#1}}%
    \ifvmode
      \prevdepth\zeropoint
    \fi}

actually that's the commented code ...

\pack_textrule_correct_depth

... i'm still not that convinced if that correction always looks right (i've reenabled it but it might become an option)


And apparently the command \starttextrule ... \stoptextrule doesn't work (this was 
explain in the cont-entp.pdf page 204) in either mkii & mliv.

This does work for me:

\starttext

blah blah blah

\starttextrule{Testing head}
blah blah blah
\stoptextrule

blah blah blah

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________



--

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to