Re: [NTG-context] section headings on a grid: less space above?

2013-08-24 Thread Lars Huttar
Marco wrote,
> On 2013–08–23 Lars Huttar wrote:
>
> >/ \setuphead[subsection][number=no,style=it,grid=top]
> /
> Add
>
>   before={\blank[line]}
>
> Marco

Thank you very much, that worked!
Can you explain how it works?
Does "before=" override the setting of "grid="? Is "before=" at a lower
level?
Yet "before=" must be at a high enough level that the grid-setting code
is able to adjust for it and still preserve the grid alignment...

Regards,
Lars

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


Re: [NTG-context] section headings on a grid: less space above?

2013-08-24 Thread Marco Patzer
On 2013–08–23 Lars Huttar wrote:

> \setuphead[subsection][number=no,style=it,grid=top]

Add

  before={\blank[line]}

Marco


signature.asc
Description: Digital signature
___
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
___

Re: [NTG-context] section headings on a grid: less space above?

2013-08-23 Thread Lars Huttar
On 8/23/2013 11:26 AM, Lars Huttar wrote:
> Hello,
>
> I'm using mkii to typeset a document with grid layout. I'm trying to
> configure the formatting of the subsection headings.
>

Here is a small, self-contained example showing what I'm talking about:

\definecolumnset [twocol] [n=2,balancing=yes]


\setuphead[subsection][number=no,style=it,grid=top]


\starttext


\startcolumnset[twocol]

\dorecurse {5}{

\subsection{Subsection Heading}

\input knuth

}

\stopcolumnset


\stoptext


When I run this in mkiv, each subsection heading takes up 4 grid lines
of space.
How can I make it take up 3 lines?


(I would also like to lower the placement of the heading text within
that space; grid=3pt or grid={line,3pt} did that in mkii, but doesn't
seem to work in mkiv.)


Thanks,
Lars

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


[NTG-context] section headings on a grid: less space above?

2013-08-23 Thread Lars Huttar
Hello,

I'm using mkii to typeset a document with grid layout. I'm trying to
configure the formatting of the subsection headings.

I have the following setuphead:
\setuphead[subsection][number=no,style={\switchtobodyfont[SansB,\subheadersize]},grid=top]

This works successfully in that the lines below the heading are aligned
to the grid.

But what I'm trying to change is the fact that 4 grid lines are taken up
by the heading: approximately two blank lines above, and one below. The
requirement is to use 3 grid lines.

I know how to move the heading text down within the space:
grid=3pt
does that.

But I can't figure out how to reduce the number of lines above the
heading text.

The document at http://www.pragma-ade.com/general/manuals/details.pdf
says that the "top" option (as in grid=top) means "add/remove an extra
line to the top". But in my experimenting, the presence or absence of
"top" seems to make no difference.
I also tried:
grid={broad,low}
grid={fit,low}
grid={line,3pt}
grid=standard
no "grid" setting at all

but none of these seems to reduce the total amount of vertical space
taken up by the heading.

Can somebody tell me how to do this? E.g. how to make the "top" option
"remove an extra line" on top?

Thanks,
Lars

P.S. version:
ConTeXt  ver: 2008.05.21 15:21 MKII  fmt: 2009.1.20
but I'm hoping the oldness of the version isn't a factor here.
___
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
___


Re: [NTG-context] section headings

2011-04-19 Thread Willi Egger
Herbert,

I tried to find out. I remembered that there was this discussion already 
earlier on this list.

on  2010-08-30 Hans Hagen wrote the following:

...
> while it should keep "A.1" instead of "1.1" for the section numbering. 

The new way is: 

\definestructureconversionset[MySet][numbers,Characters][numbers] % [per 
level] [default] 

\setupsection 
[chapter] 
[sectionconversionset=MySet] 

\starttext 

\chapter{first} 
\section{subfirst} 

\stoptext
...

I thought that it must be found along these lines. However I could not get the 
example working properly.

Willi

(This is LuaTeX, Version beta-0.66.0-2011041318 (rev 4144) 
/Users/willi/Documents/TEXdata/TEST/test-sectionnumbeconversion.tex}




test-sectionnumbeconversion.tex
Description: Binary data


On 18 Apr 2011, at 11:05, Herbert Voss wrote:

> no one has an idea?
> 
> Am 09.04.2011 20:55, schrieb Herbert Voss:
>> With the following code I get
>> 
>> 1. Teil foo
>> § 1 1 bar
>> i baz
>> 
>> but I need
>> 
>> 1. Teil foo
>> § 1 A. bar
>> I. baz
>> 
>> I cannot get the needed information from the wiki and the documentation.
>> 
>> \def\PartNo#1{#1.\,Teil}
>> \def\ChapterNo#1{§ \headnumber[part]
>> \determineheadnumber[chapter]\currentheadnumber}
>> \def\SectionNo#1{\determineheadnumber[section]\romannumeral\currentheadnumber}
>> 
>> \setuphead[part][number=yes,after=\blank,numbercommand=\PartNo,
>> style={\tfc\ss\bf},placehead=yes]
>> \setuphead[chapter][before=\blank,after=\blank,conversion=Characters,
>> numbercommand=\ChapterNo,
>> continue=yes,style={\tfb\ss\bf}]
>> \setuphead[section][conversion=Romannumerals,
>> numbercommand=\SectionNo,style={\tfb\ss\bf}]
>> 
>> \starttext
>> 
>> \part{foo}
>> \chapter{bar}
>> \section{baz}
>> \stoptext
>> 
>> 
>> Herbert
>> ___
>> 
>> 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
>> ___
> 
> ___
> 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
> ___

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

Re: [NTG-context] section headings

2011-04-18 Thread Herbert Voss

no one has an idea?

Am 09.04.2011 20:55, schrieb Herbert Voss:

With the following code I get

1. Teil foo
§ 1 1 bar
i baz

but I need

1. Teil foo
§ 1 A. bar
I. baz

I cannot get the needed information from the wiki and the documentation.

\def\PartNo#1{#1.\,Teil}
\def\ChapterNo#1{§ \headnumber[part]
\determineheadnumber[chapter]\currentheadnumber}
\def\SectionNo#1{\determineheadnumber[section]\romannumeral\currentheadnumber}

\setuphead[part][number=yes,after=\blank,numbercommand=\PartNo,
style={\tfc\ss\bf},placehead=yes]
\setuphead[chapter][before=\blank,after=\blank,conversion=Characters,
numbercommand=\ChapterNo,
continue=yes,style={\tfb\ss\bf}]
\setuphead[section][conversion=Romannumerals,
numbercommand=\SectionNo,style={\tfb\ss\bf}]

\starttext

\part{foo}
\chapter{bar}
\section{baz}
\stoptext


Herbert
___

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
___


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

[NTG-context] section headings

2011-04-09 Thread Herbert Voss

With the following code I get

1. Teil foo
§ 1 1 bar
i baz

but I need

1. Teil foo
§ 1 A. bar
I. baz

I cannot get the needed information from the wiki and the documentation.

\def\PartNo#1{#1.\,Teil}
\def\ChapterNo#1{§ \headnumber[part]
   \determineheadnumber[chapter]\currentheadnumber}
\def\SectionNo#1{\determineheadnumber[section]\romannumeral\currentheadnumber}
\setuphead[part][number=yes,after=\blank,numbercommand=\PartNo,
style={\tfc\ss\bf},placehead=yes]
\setuphead[chapter][before=\blank,after=\blank,conversion=Characters,
numbercommand=\ChapterNo,
continue=yes,style={\tfb\ss\bf}]
\setuphead[section][conversion=Romannumerals,
numbercommand=\SectionNo,style={\tfb\ss\bf}]

\starttext

\part{foo}
\chapter{bar}
\section{baz}
\stoptext


Herbert
___
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
___