Re: [NTG-context] temporarily move up a section title

2020-11-08 Thread Sylvain Hubert
On Sun, 8 Nov 2020 at 10:12, Wolfgang Schuster <
wolfgang.schuster.li...@gmail.com> wrote:

> Sylvain Hubert schrieb am 08.11.2020 um 03:19:
> > Dear List,
> >
> > I'm trying to move up a section title (section b) 2cm upward:
> >
> >  \starttext
> >  \section{a}
> >  \blank[-2cm,force]\
>
> \blank[back,disable]
>
> Wolfgang
>

Works as a charm! Thanks!

Sylvain
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] temporarily move up a section title

2020-11-08 Thread Sylvain Hubert
Hi Hraban,

On Sun, 8 Nov 2020 at 07:57, Henning Hraban Ramm  wrote:

>
>
> > Am 08.11.2020 um 03:19 schrieb Sylvain Hubert :
> >
> > Dear List,
> >
> > I'm trying to move up a section title (section b) 2cm upward:
> >
> > \starttext
> > \section{a}
> > \blank[-2cm,force]\
> > \section{b}
> > \section{c}
> > \stoptext
> >
> > The empty space (\ ) after the \blank is necessary here, without which
> the \blank does nothing.
> > I would like to ask whether there is a less hacky way to let \blank work
> than the hidden space.
>
> You could use the low level method of \vskip-2cm
>

Indeed this is a clearer hack.
Thank you for the suggestion!

Sylvain
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] temporarily move up a section title

2020-11-08 Thread Wolfgang Schuster

Sylvain Hubert schrieb am 08.11.2020 um 03:19:

Dear List,

I'm trying to move up a section title (section b) 2cm upward:

     \starttext
     \section{a}
     \blank[-2cm,force]\


\blank[back,disable]

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] temporarily move up a section title

2020-11-07 Thread Henning Hraban Ramm


> Am 08.11.2020 um 03:19 schrieb Sylvain Hubert :
> 
> Dear List,
> 
> I'm trying to move up a section title (section b) 2cm upward:
> 
> \starttext
> \section{a}
> \blank[-2cm,force]\ 
> \section{b}
> \section{c}
> \stoptext
> 
> The empty space (\ ) after the \blank is necessary here, without which the 
> \blank does nothing.
> I would like to ask whether there is a less hacky way to let \blank work than 
> the hidden space.

You could use the low level method of \vskip-2cm

Hraban
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] temporarily move up a section title

2020-11-07 Thread Sylvain Hubert
Dear List,

I'm trying to move up a section title (section b) 2cm upward:

\starttext
\section{a}
\blank[-2cm,force]\
\section{b}
\section{c}
\stoptext

The empty space (\ ) after the \blank is necessary here, without which the
\blank does nothing.
I would like to ask whether there is a less hacky way to let \blank work
than the hidden space.

Thanks in advance.

Best,
Sylvain
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___