Hello, it seems, that hanging in captions does not work: \starttext \input tufte \placefigure{\input tufte }{\framed[width=\textwidth]{bla}} \page \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \setupcaptions[align={hz,hanging}] \definebodyfont[12pt][rm,ss,tt,mm][default] \setupbodyfont[12pt] \input tufte \placefigure{\input tufte }{\framed[width=\textwidth]{bla}} \stoptext Could someone help please? Cheers, Peter -- http://pmrb.free.fr/contact/
Peter Münster wrote:
\setupcaptions[align={hz,hanging}]
I don't believe that is supposed to work, but I do not understand why the handling is reset inside the caption. This works (but is unwieldy if you have lots of floats): \placefigure% {\setupalign[hz,hanging] \input tufte } {\framed[width=\textwidth]{bla}} Cheers, Taco
Taco Hoekwater wrote:
Peter Münster wrote:
\setupcaptions[align={hz,hanging}]
I don't believe that is supposed to work, but I do not understand why the handling is reset inside the caption.
This works (but is unwieldy if you have lots of floats):
\placefigure% {\setupalign[hz,hanging] \input tufte } {\framed[width=\textwidth]{bla}}
With the original poster's code, the 'hz' part is superfluous (with 'normal' handling). Still, I spent a couple minutes with it last night, and it remained a mystery to me, too. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
participants (3)
-
Adam Lindsay
-
Peter Münster
-
Taco Hoekwater