Killing the space after a section.
I have the file set up with no parindent and one blank line between paragraphs. but I want to kill the extra space after \section headers. The current definition is: \setuphead[section][number=no,style=\SectSans,page=no,after={\vskip 2sp}] ...but the blank line remains. Do I need to use a negative \vskip? \SectSans is a font I set up (bold, sans serif and slightly larger. ) If there is a way to specify both bold and sans serif at a larger (e.g. \tfb) size I would be happy to use that instead. -- John Culleton Able Indexing and Typesetting Precision typesetting (tm) at reasonable cost. Satisfaction guaranteed. http://wexfordpress.com _________________________________________________________________ Need personalized email and website? Look no further. It's easy with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
On 4/12/07, John R. Culleton
I have the file set up with no parindent and one blank line between paragraphs. but I want to kill the extra space after \section headers. The current definition is: \setuphead[section][number=no,style=\SectSans,page=no,after={\vskip 2sp}]
...but the blank line remains. Do I need to use a negative \vskip? not an answer (sorry). But try this
\setuphead[section][style={\ssbfb}, before={\begingroup\ruledvbox\bgroup}, after={\egroup\endgroup}] \starttext \section{Foo} foo baa \section{gMoo()} gMoo \stoptext luigi
luigi scarso wrote:
On 4/12/07, John R. Culleton
wrote: I have the file set up with no parindent and one blank line between paragraphs. but I want to kill the extra space after \section headers. The current definition is: \setuphead[section][number=no,style=\SectSans,page=no,after={\vskip 2sp}]
...but the blank line remains. Do I need to use a negative \vskip?
not an answer (sorry). But try this
\setuphead[section][style={\ssbfb}, before={\begingroup\ruledvbox\bgroup}, after={\egroup\endgroup}] \starttext \section{Foo} foo baa \section{gMoo()} gMoo \stoptext
luigi _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
after=\nowhitespace -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
John R. Culleton
-
luigi scarso