ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* heading in margin + grid
@ 2010-11-21 11:28 Philipp Gesang
  2010-11-21 12:22 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Gesang @ 2010-11-21 11:28 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1170 bytes --]

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

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: heading in margin + grid
  2010-11-21 11:28 heading in margin + grid Philipp Gesang
@ 2010-11-21 12:22 ` Wolfgang Schuster
  2010-11-21 13:11   ` Philipp Gesang
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2010-11-21 12:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: heading in margin + grid
  2010-11-21 12:22 ` Wolfgang Schuster
@ 2010-11-21 13:11   ` Philipp Gesang
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp Gesang @ 2010-11-21 13:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1307 bytes --]

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

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-21 13:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-21 11:28 heading in margin + grid Philipp Gesang
2010-11-21 12:22 ` Wolfgang Schuster
2010-11-21 13:11   ` Philipp Gesang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).