heading in margin + grid
Dear fellow Contexters, there are some subheadings I’d like to place in the margin approximately like that: ···8<···························································· \def\text{knuth} \setuplayout[grid=yes] \showgrid \setuphead[section][ %grid=yes, style={\tf\bf\color[red]}, command=\placeheadinmargin, before=,after=, ] \setupwhitespace[none] \def\placeheadinmargin#1#2{% %\margintitle{#2}% \margintitle{\raise-\baselineskip\hbox{#2}}% needed with grid } \starttext \dorecurse{10}{% \section{\text} \input \text \par } \stoptext ···8<···························································· Question is: how do I get rid of the empty line before the heading? I thought I exhausted every possibility by unsetting the ‘after’ and ‘before’ keys and disabling interpar whitespace -- but not quite! Thanks for any suggestions, Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
Am 21.11.2010 um 12:28 schrieb Philipp Gesang:
Dear fellow Contexters,
there are some subheadings I’d like to place in the margin approximately like that:
\setuplayout[grid=yes]\showgrid \define[2]\SectionCommand {\inleftmargin{#2}} \setuphead [section] [alternative=text, style=bold, color=red, command=\SectionCommand, distance=0pt, before={\blank[nowhite]}] \starttext \dorecurse{10} {\section{Knuth} \input knuth\par} \stoptext Wolfgang
On 2010-11-21 <13:22:32>, Wolfgang Schuster wrote:
Am 21.11.2010 um 12:28 schrieb Philipp Gesang:
Dear fellow Contexters,
there are some subheadings I’d like to place in the margin approximately like that:
\setuplayout[grid=yes]\showgrid
\define[2]\SectionCommand {\inleftmargin{#2}}
\setuphead [section] [alternative=text, style=bold, color=red, command=\SectionCommand, distance=0pt, before={\blank[nowhite]}]
\starttext
\dorecurse{10} {\section{Knuth} \input knuth\par}
\stoptext
Wolfgang
Works like a charm, many, many thanks!
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
participants (2)
-
Philipp Gesang
-
Wolfgang Schuster