Re: [NTG-context] Full-page Figure?

2022-03-30 Thread Michael Urban via ntg-context
way to accomplish this? > > I suppose you need 'postponing'. See > https://wiki.contextgarden.net/Command/startpostponing > [One can specify a page explicitly, or, more conveniently, an offset] > > First, we define a makeup and enable header, footer and page for it. Then we > can p

Re: [NTG-context] Full-page Figure?

2022-03-28 Thread śrīrāma via ntg-context
On Tuesday, March 29, 2022 4:18 AM Michael Urban via ntg-context wrote: > Is there a simple way to accomplish this? I suppose you need 'postponing'. See https://wiki.contextgarden.net/Command/startpostponing [One can specify a page explicitly, or, more conveniently, an offset] First, we def

Re: [NTG-context] long caption in 2-page spread

2020-05-07 Thread jbf
spread in the first instance: \startpostponing     \setuppagenumbering[state=stop]     \startspread     \startplacefigure[location=here,title={This is a cow!}]     \externalfigure[cow.pdf][height=\textheight]%     \stopplacefigure     \stopspread     \setuppagenumbering[state=start

[NTG-context] long caption in 2-page spread

2020-05-04 Thread jbf
, but to no avail. Perhaps this is asking too much, but there may be a workaround. Julian \startpostponing     \setuppagenumbering[state=stop]     \startspread     \startplacefigure[location=here,title={This is a cow!}]     \externalfigure[cow.pdf][height=\textheight]%     \stopplacefigure

Re: [NTG-context] image across 2 page spread

2020-04-30 Thread Hans Hagen
am sure ConTeXt has a way to do this. Could someone point me in the right direction with this please? \setuppagenumbering [alternative=doublesided] \starttext \dorecurse{3}{\input tufte \par} \startpostponing \setuppagenumbering[state=stop] \startspread \startplacefigure

Re: [NTG-context] image across 2 page spread

2020-04-30 Thread Henning Hraban Ramm
on) across a two-page > spread, such that there is no gap. You need to use \clip and calculate the sections. Thangalin already gave you an example. Here’s a convoluted one that I use: % full double page image % usage: % \startpostponing[pagenumber] % \doublepagefig[reference][left/right/width/he

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-18 Thread Mikael P. Sundqvist
3) This is a bit unrelated, but is it possible to set page > backgrounds > >>> on specific page. Something like \setupbackgrounds[page][page=3, > ...] > >>> (I cannot find any keys for this in setup-en.pdf). Right now I > can set > >>

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-15 Thread Hans Hagen
setup-en.pdf). Right now I can set it for an odd and an even page, but then if I want a background on the page after that, I have to put that code at the place where it will be used. (I got an error with \startpostponing[+1] ... \stoppostponing) 4) To be a bit more c

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-14 Thread Mikael P. Sundqvist
ssible to set page backgrounds > > on specific page. Something like \setupbackgrounds[page][page=3, ...] > > (I cannot find any keys for this in setup-en.pdf). Right now I can set > > it for an odd and an even page, but then if I want a background on the > >

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-14 Thread Hans Hagen
age after that, I have to put that code at the place where it will be used. (I got an error with \startpostponing[+1] ... \stoppostponing) 4) To be a bit more concrete on the first issue: In the example below, how can I place the columnsetspan at the bottom right? Second and third co

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-13 Thread Mikael P. Sundqvist
page backgrounds > on specific page. Something like \setupbackgrounds[page][page=3, ...] > (I cannot find any keys for this in setup-en.pdf). Right now I can set > it for an odd and an even page, but then if I want a background on the > page after that, I have to put that code at the place

[NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-11 Thread Mikael P. Sundqvist
Right now I can set it for an odd and an even page, but then if I want a background on the page after that, I have to put that code at the place where it will be used. (I got an error with \startpostponing[+1] ... \stoppostponing) 4) To be a bit more concrete on the first issue: In the example be

Re: [NTG-context] column-spanning floats

2018-08-01 Thread Dr. Thomas Möbius
is simply overlapping > > the next column, and it does not auto-migrate. > > > > Also \startpostponing does not work here because it will indeed > > move to the next page, but still only occupies the left column, > > thus overlapping any text in the second column. >

Re: [NTG-context] column-spanning floats

2018-07-31 Thread Taco Hoekwater
ved to the top of _both_ columns on the > next page. > > That was a bit tricky sometimes, but worked fine. However, when I run with > the current mkiv beta, the figure is simply overlapping the next column, and > it does not auto-migrate. > > Also \startpostponing d

[NTG-context] column-spanning floats

2018-07-31 Thread Taco Hoekwater
, but worked fine. However, when I run with the current mkiv beta, the figure is simply overlapping the next column, and it does not auto-migrate. Also \startpostponing does not work here because it will indeed move to the next page, but still only occupies the left column, thus overlapping any text

Re: [NTG-context] image file resolver in Lua?

2018-02-05 Thread Rudolf Bahr
> > > > > > The image placement functions I’m using are something Hans and others > > > helped me accomplish during the last meeting; AFAIK there’s no real > > > documentation. > > > > > > Find attached the lua part. It’s probably more c

Re: [NTG-context] image file resolver in Lua?

2018-02-04 Thread Hans Hagen
m using my image with \externalfigure in an invisible place first, so it’s current, and figures.current().status is the right one. :) Here’s my (convoluted) placement macro: % image on empty page, caption in margin % usage: % \startpostponing[pagenumber] % \pagefig[reference]{caption}{filename} % \stoppostpon

Re: [NTG-context] image file resolver in Lua?

2018-02-02 Thread Rudolf Bahr
hers helped > me accomplish during the last meeting; AFAIK there’s no real documentation. > > Find attached the lua part. It’s probably more complicated than necessary > > > I could work around my original problem: I’m using my image with > \externalfigure in an invi

Re: [NTG-context] image file resolver in Lua?

2018-02-02 Thread Henning Hraban Ramm
k around my original problem: I’m using my image with \externalfigure in an invisible place first, so it’s current, and figures.current().status is the right one. :) Here’s my (convoluted) placement macro: % image on empty page, caption in margin % usage: % \startpostponing[pagenumber] % \pagefig[reference]{c

Re: [NTG-context] hiding page number in postponed makeup page

2017-09-21 Thread Hans Hagen
[A9] \starttext \startbuffer[makeup] \startmakeup[standard][align=middle] 123 \stopmakeup \stopbuffer \getbuffer[makeup] \startpostponing[3] \getbuffer[makeup] \stoppostponing \input knuth \getbuffer[makeup] \input knuth

Re: [NTG-context] hiding page number in postponed makeup page

2017-09-20 Thread Pablo Rodriguez
makeup] \startmakeup[standard][align=middle] 123 \stopmakeup \stopbuffer \getbuffer[makeup] \startpostponing[3] \getbuffer[makeup] \stoppostponing \input knuth \getbuffer[makeup] \input knuth \getbuffer[makeup] \stoptext It is also weird tha

Re: [NTG-context] hiding page number in postponed makeup page

2017-09-19 Thread Pablo Rodriguez
eup[standard] > [page=no, > doublesided=no, > headerstate=empty, > footerstate=empty, > before=\setups{paginaoff}] > > \starttext > \input knuth > > \startpostponing[+2] > \startstandardmakeup > \setuppagenumbering[location=,] % doesn’t work > \f

[NTG-context] hiding page number in postponed makeup page

2017-09-19 Thread Henning Hraban Ramm
\stopsetups \setupmakeup[standard] [page=no, doublesided=no, headerstate=empty, footerstate=empty, before=\setups{paginaoff}] \starttext \input knuth \startpostponing[+2] \startstandardmakeup \setuppagenumbering[location=,] % doesn’t work \framed [width=\textwidth, height

Re: [NTG-context] everybeforeoutput vs everyafteroutput

2017-03-11 Thread Michael Eidenbenz
; \the\everybeforeoutput >> #content\relax >> \the\everyafteroutput}} >> >> can this be fixed? > > there is nothing wrong .. you feed some

Re: [NTG-context] everybeforeoutput vs everyafteroutput

2017-03-10 Thread Hans Hagen
\after ones but be aware of possible interferences with tex's state, hold content etc ... \startpostponing ... might do what you want Hans - Hans Hagen | PRAGMA ADE Ridderstraat

Re: [NTG-context] Skipped figure numbers

2016-03-31 Thread Alan BRASLAU
agraph break. If one refers to a float (figure or table) somewhere in a long paragraph, one might like the float to be anchored starting from that location. I achieve this using \startpostponing [+0] \startplacefigure \stopplacefigure \stoppostponing but this does not always work well.

[NTG-context] Broken floats when using postponing.

2014-06-03 Thread Alan BRASLAU
Hello, The following minimal example yields an error using the latest version from the garden: \starttext This is before \in{Figure}[fig:cow] \startpostponing [+0] \startplacefigure [reference=fig:cow] \externalfigure [cow] \stopplacefigure \stoppostponing and this is after. \stoptext tex

[NTG-context] Missing { inserted using placefigure and postponing

2013-09-21 Thread Marco Patzer
Hi, I get a “Missing { inserted.” error under certain circumstances. Here is an example: \starttext \blackrule [height=8cm] \startpostponing \placefigure [] {foo}{bar} \stoppostponing \blackrule [height=15cm] \startlines a b \stoplines \stoptext I used black rules

Re: [NTG-context] Missing { inserted using placefigure and postponing

2013-09-21 Thread Hans Hagen
On 9/21/2013 12:01 PM, Marco Patzer wrote: Hi, I get a “Missing { inserted.” error under certain circumstances. Here is an example: \starttext \blackrule [height=8cm] \startpostponing \placefigure [] {foo}{bar} \stoppostponing \blackrule [height=15cm] \startlines

Re: [NTG-context] \startplacefigure breaking paragraph flow

2013-02-10 Thread Alan BRASLAU
On Sat, 9 Feb 2013 04:15:34 +0100 Marcin Borkowski mb...@amu.edu.pl wrote: when I issue a \startplacefigure, it breaks the flow of the paragraph. I systematically use \startpostponing [+0] \startplacefigure ... \stopplacefigure \stoppostponing to prevent the paragraph break

[NTG-context] images and text stacked in the margin

2012-11-12 Thread Andy Thomas
. This does not work, it defeats the purpose (imagine a paragraph after every footnote). (4) use (3) and postponing \startpostponing [+1]% \startplacefigure[location={margin,none}]% Text text\stopplacefigure% \stoppostponing% Now, the paragraph break is gone, but the sidenote

Re: [NTG-context] images and text stacked in the margin

2012-11-12 Thread Alan BRASLAU
sentences. The first link (showing the spread) makes it more obvious. One trick used with floats to avoid the unwanted break that may or may not work here with margintext is \startpostponing [+0] \startplacemargintext \stoplacemargintext \stoppostponing Alan

Re: [NTG-context] postponing broken?

2012-07-11 Thread Hans Hagen
On 11-7-2012 14:58, Alan BRASLAU wrote: Hello, In the latest beta, postponing seems to be broken (or changed). Minimal example: \starttext \input tufte (see \in{figure}[fig:cow].) \startpostponing [+0] \startplacefigure [location=here,reference={fig:cow}, title={A cow that does

Re: [NTG-context] multi-page floats

2012-06-06 Thread luigi scarso
{ \setlayer[bg]{\externalfigure[#1][height=\dimexpr(\paperheight+6mm)]} \strut \page } \starttext \startpostponing[5] \DoublePicAt{hacker} \stoppostponing \startpostponing[6] \DoublePicAt{hacker-back} \stoppostponing \dorecurse{30}{ \section{Knuth \recurselevel} \input knuth

[NTG-context] postponing conflicts with footnotes

2012-06-06 Thread Henning Hraban Ramm
Me again... If a footnote doesn’t fit on the same page as its anchor, it gets placed on the next page - even if that’s a postponed one. I’d like to keep my postponed pages free of interfering text. \starttext \startpostponing[3] This page incidentally left blank. \page

Re: [NTG-context] multi-page floats

2012-06-06 Thread luigi scarso
\stoppostponing } \newcount\AtPageCnt \def\PostPoneA#1#2{% \startpostponing[#2]% \DoublePicAt{#1}} \def\PostPone#1#2{% \AtPageCnt=#2 \PostPoneA{#1}{\the\AtPageCnt}\stoppostponing \advance\AtPageCnt by 1% \PostPoneA{#1-back}{\the\AtPageCnt}\stoppostponing } \starttext \PostPone{hacker}{5

Re: [NTG-context] multi-page floats

2012-06-06 Thread luigi scarso
=\dimexpr(\paperheight+6mm)]} \strut \page } \newcount\AtPageCnt \def\PostPoneA#1#2{% \startpostponing[#2]% \DoublePicAt{#1}} \def\PostPone#1#2{% \AtPageCnt=#2 \PostPoneA{#1}{\the\AtPageCnt}\stoppostponing \advance\AtPageCnt by 1% \PostPoneA{#1-back}{\the\AtPageCnt

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
] \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paperwidth+3mm),height= \dimexpr(\paperheight+6mm)] \def\DoublePicAt#1#2{ \startpostponing[#2] \page[right] % tried also makeups... \resetlayer[bg] \setlayer[bg]{\externalfigure[#1][height=\dimexpr(\paperheight+6mm

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
: --- *** --- \setuppagenumbering[alternative=doublesided] \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paperwidth+3mm),height=\dimexpr(\paperheight+6mm)] \def\DoublePicAt#1#2{        \startpostponing[#2]        \page[right] % tried also makeups...        \resetlayer[bg]        \setlayer[bg

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
][background=bg] \strut \page } \def\DoublePicAt#1#2{ \startpostponing[#2] \DoDoublePicAt{#1} \stoppostponing } \starttext \DoublePicAt{hacker}{5} \dorecurse{30}{ \section{Knuth \recurselevel} \input knuth } \stoptext -- luigi

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
+6mm)]} \setupbackgrounds[page][background=bg] \strut \page } \def\DoublePicAt#1#2{ \startpostponing[#2] \DoDoublePicAt{#1} \stoppostponing } \starttext \DoublePicAt{hacker}{5} \dorecurse{30}{ \section{Knuth \recurselevel} \input knuth } \stoptext Thank you

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
]  \setlayer[bg]{\externalfigure[#1-back][height=\dimexpr(\paperheight+6mm)]}      \setupbackgrounds[page][background=bg]      \strut      \page } \def\DoublePicAt#1#2{ \startpostponing[#2] \DoDoublePicAt{#1} \stoppostponing } \starttext \DoublePicAt{hacker}{5} \dorecurse{30

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
     \page[right]      \setuppagenumber[state=start]      \resetlayer[bg]  \setlayer[bg]{\externalfigure[#1-back][height=\dimexpr(\paperheight+6mm)]}      \setupbackgrounds[page][background=bg]      \strut      \page } \def\DoublePicAt#1#2{ \startpostponing[#2] \DoDoublePicAt{#1

Re: [NTG-context] multi-page floats

2012-06-05 Thread Wolfgang Schuster
withput using \page[right]) While each works for itself, I can’t get layers working within postponing. And when that works, I need to wrap it in a macro, since I alway need to define and postpone three sequential pages. \starttext \dorecurse{3}{\input tufte\par} \startpostponing \offset [x

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
using \page[right]) While each works for itself, I can’t get layers working within postponing. And when that works, I need to wrap it in a macro, since I alway need to define and postpone three sequential pages. \starttext \dorecurse{3}{\input tufte\par} \startpostponing \offset [x

Re: [NTG-context] multi-page floats

2012-06-04 Thread Henning Hraban Ramm
Am 2012-05-31 um 23:48 schrieb Hans Hagen: On 31-5-2012 20:25, Henning Hraban Ramm wrote: Ok, some days later I'm still not where I'd like to be (and my deadline is overdue). Let’s resume: A running text is to be interrupted by spans of 3 pages. Postponing (\startpostponing) works well

Re: [NTG-context] multi-page floats

2012-05-31 Thread Henning Hraban Ramm
Ok, some days later I'm still not where I'd like to be (and my deadline is overdue). Let’s resume: A running text is to be interrupted by spans of 3 pages. Postponing (\startpostponing) works well for that, but I need to switch off page numbering on two of that 3 pages - as far as I tried

Re: [NTG-context] multi-page floats

2012-05-31 Thread Hans Hagen
On 31-5-2012 20:25, Henning Hraban Ramm wrote: Ok, some days later I'm still not where I'd like to be (and my deadline is overdue). Let’s resume: A running text is to be interrupted by spans of 3 pages. Postponing (\startpostponing) works well for that, but I need to switch off page numbering

Re: [NTG-context] multi-page floats

2012-05-28 Thread Hans Hagen
also appreciate enhancements to my macro above. (MkIV latest beta on OSX Intel.) Thank you very much in advance! \startpostponing might help (you can add [pagenumber] or [+pagenumber] if needed) Hans

Re: [NTG-context] multi-page floats

2012-05-28 Thread Henning Hraban Ramm
Am 2012-05-28 um 19:27 schrieb Hans Hagen: \startpostponing might help (you can add [pagenumber] or [+pagenumber] if needed) Oh, of course, Philipp Gesang recently reminded me. I would like to use \startpostponing[right], but fixed pages are ok. This works: \starttext \startpostponing[3

Re: [NTG-context] full page images on fixed pages

2012-05-19 Thread Henning Hraban Ramm
mechanism: \starttext \startpostponing [3] \startstandardmakeup \externalfigure [cow] [width=\hsize] \stopstandardmakeup \stoppostponing \dorecurse{42}{\input knuth \par} \stoptext

Re: [NTG-context] full page images on fixed pages

2012-05-19 Thread Willi Egger
: \starttext \startpostponing [3] \startstandardmakeup \externalfigure [cow] [width=\hsize] \stopstandardmakeup \stoppostponing \dorecurse{42}{\input knuth \par} \stoptext

Re: [NTG-context] full page images on fixed pages

2012-05-19 Thread Philipp Gesang
”. This, at least, might be solved with the postponing mechanism: \starttext \startpostponing [3] \startstandardmakeup \externalfigure [cow] [width=\hsize] \stopstandardmakeup \stoppostponing \dorecurse{42

Re: [NTG-context] full page images on fixed pages

2012-05-17 Thread Philipp Gesang
with the postponing mechanism: \starttext \startpostponing [3] \startstandardmakeup \externalfigure [cow] [width=\hsize] \stopstandardmakeup \stoppostponing \dorecurse{42}{\input knuth \par} \stoptext

Re: [NTG-context] placefigure adds break

2012-04-12 Thread Alan BRASLAU
Hello, A follow-up on the solution \startpostponing [+0] \startplacefigure … \stopplacefigure \stoppostponing As a side effect, one then needs to be careful to surround ALL placefigures with \startpostponing[+0]\stoppostponing, even those that occur after a paragraph end (where one

Re: [NTG-context] [***SPAM***] placefigure adds break

2012-04-05 Thread Aditya Mahajan
]{}{\vskip3pt{\externalfigure[foo][frame=off,width=\dimexpr(\textwidth-10mm)]}}\input tufte \input ward \input zapf \input tufte \input ward \input zapf \input tufte \input ward \input zapf \input tufte \input ward \input zapf \input tufte \input ward \input zapf \stoptext (Untested) \startpostponing

Re: [NTG-context] [***SPAM***] placefigure adds break

2012-04-05 Thread luigi scarso
On Thu, Apr 5, 2012 at 1:10 PM, Aditya Mahajan adit...@umich.edu wrote: (Untested) \startpostponing[+1] \placefigure[top]{}{...} \stoppostponing Rest of the text Aditya \starttext \switchtobodyfont[rm,10pt] \input tufte \input ward \input zapf \input tufte \input ward \input zapf

Re: [NTG-context] [***NOSPAM***] placefigure adds break

2012-04-05 Thread Steffen Wolfrum
Am 05.04.2012 um 13:25 schrieb luigi scarso: On Thu, Apr 5, 2012 at 1:10 PM, Aditya Mahajan adit...@umich.edu wrote: (Untested) \startpostponing[+1] \placefigure[top]{}{...} \stoppostponing Rest of the text Aditya \starttext \switchtobodyfont[rm,10pt] \input tufte \input

Re: [NTG-context] [***NOSPAM***] placefigure adds break

2012-04-05 Thread Alan BRASLAU
On Thu, 5 Apr 2012 13:39:42 +0200 Steffen Wolfrum cont...@st.estfiles.de wrote: Am 05.04.2012 um 13:25 schrieb luigi scarso: On Thu, Apr 5, 2012 at 1:10 PM, Aditya Mahajan adit...@umich.edu wrote: (Untested) \startpostponing[+1] \placefigure[top]{}{...} \stoppostponing

Re: [NTG-context] Bug with \startpostponing

2012-03-02 Thread Hans Hagen
On 1-3-2012 20:20, Aditya Mahajan wrote: Hi, The following works fine in MkII but gives a TeX capacity exceeded error in MkIV. \starttext \input ward \startpostponing[+1] \framed[align=normal]{\input knuth \endgraf} \stoppostponing \dorecurse{15}{\input ward} \stoptext Some circular

Re: [NTG-context] Float on opposite page

2012-03-01 Thread Aditya Mahajan
nulla vivamus consectetuer nulla, amet felis in sodales dictum parturient ipsum, consequuntur malesuada. \startpostponing[+1] \placetable[top]{Legend 1}{Content of Table 1} \placetable[top]{Legend 1}{Content of Table 2} \stoppostponing Vestibulum ut pretium fringilla dui dui odio

Re: [NTG-context] Float on opposite page

2012-03-01 Thread Charles
at. Neque duis luctus netus magna, orci nulla vivamus consectetuer nulla, amet felis in sodales dictum parturient ipsum, consequuntur malesuada. \startpostponing[+1] \placetable[top]{Legend 1}{Content of Table 1} \placetable[top]{Legend 1}{Content of Table 2} \stoppostponing Vestibulum ut

[NTG-context] Bug with \startpostponing

2012-03-01 Thread Aditya Mahajan
Hi, The following works fine in MkII but gives a TeX capacity exceeded error in MkIV. \starttext \input ward \startpostponing[+1] \framed[align=normal]{\input knuth \endgraf} \stoppostponing \dorecurse{15}{\input ward} \stoptext Aditya

[NTG-context] Columnset error with \setupheader[state=high]

2011-12-07 Thread Peter Park Nelson
the footer area. To see if a new call to \startcolumnset would fix things, I tried to find a way to automatically do \startcolumnset again at the beginning of the second page. A crude hack, using the startpostponing mechanism: \startpostponing[2] % do this block on the second page \unexpanded

Re: [NTG-context] Columnset error with \setupheader[state=high]

2011-12-07 Thread Peter Park Nelson
at the beginning of the second page. A crude hack, using the startpostponing mechanism: \startpostponing[2] % do this block on the second page \unexpanded\stopcolumnset\unexpanded\startcolumnset[name] % manually end the current columnset and then start it again. \stoppostponing This unfortunately results

Re: [NTG-context] Columns and figures in MKIV

2011-07-01 Thread Jason Earl
} \startcolumnset[Doublecoltext] This is a short paragraph. I think it should have a footnote.\footnote{And so it shall! Unfortunately you won't be able to see it because it is covered up with the text in the columnsets.} \input knuth %\startpostponing \placefigure [btlr

Re: [NTG-context] Columns and figures in MKIV

2011-06-30 Thread Willi Egger
Columnsets provide you the possibility to place column spanning pictures: Willi \definecolumnset[Doublecoltext][n=2,balance=no] \setupcolumnset[Doublecoltext][2][distance=5mm] \starttext \startcolumnset[Doublecoltext] \chapter[chap:testing]{Testing} \input knuth %\startpostponing

[NTG-context] Columns and figures in MKIV

2011-06-29 Thread Jason Earl
of the next page. Unfortunately, this does not seem to be the case with the current minimals. The following example works fine for texexec (even if I comment out the \startpostponing \stoppostponing code). The figure is placed (centered) at the top of page 2. With MKIV, however, the figure stays

Re: [NTG-context] Pagination problem with an intermezzo containing a footnote

2011-03-12 Thread Wolfgang Schuster
the notes are placed below the float. \starttext This is a sample document to demonstrate a possible bug. You will probably see a footnote below which appears before the page it's referenced from. \startpostponing \placeintermezzo[force][block:example] {Demonstrating a bug} {\startframedtext[width

[NTG-context] running headers on postponed makeup

2010-12-18 Thread Philipp Gesang
] \startmymakeup \vfill\externalfigure[cow][width=\hsize]\vfill \stopmymakeup \stopbuffer \setuppagenumbering[alternative=doublesided,location=footer] \setupheadertexts [{\getmarking[section]}] [outer] [outer] [{\getmarking[section]}] \starttext \startpostponing[+2] \getbuffer[mkup

Re: [NTG-context] Temporary landscape

2010-10-13 Thread Aditya Mahajan
page figure that you want to include in a landscape paper, you can combine \type{\adaptpapersize} with \CONTEXT's postponing mechanism. \starttyping \startpostponing \adaptpapersize[extra] \placefigure [here] [fig:reference] {The caption of the figure

Re: [NTG-context] Temporary landscape

2010-10-13 Thread Procházka Lukáš Ing . - Pontex s . r . o .
to include in a landscape paper, you can combine \type{\adaptpapersize} with \CONTEXT's postponing mechanism. \starttyping \startpostponing \adaptpapersize[extra] \placefigure [here] [fig:reference] {The caption of the figure} {\extrenalgraphics[full-page

Re: [NTG-context] LuaTeX problems

2008-06-30 Thread Diego Depaoli
2008/6/27 Wolfgang Schuster [EMAIL PROTECTED]: On Thu, Jun 26, 2008 at 9:56 PM, Diego Depaoli [EMAIL PROTECTED] wrote: 2008/6/26 Diego Depaoli [EMAIL PROTECTED]: Ooops, I was wrong... with this \startpostponing \stoppostponing luatex 0.25 fails too. \def\nodostartpostponing[#1]% {\doglobal

Re: [NTG-context] LuaTeX problems

2008-06-26 Thread Diego Depaoli
postponed ) * and this is the piece code causing the issue begins here \setupexternalfigures[location={local,global,default}] \startpostponing[4] \offset [leftoffset=-\backspace, topoffset=-\dimexpr\topspace+\headerheight\relax] {\clip [width=\paperwidth] {\externalfigure[cow

Re: [NTG-context] LuaTeX problems

2008-06-26 Thread Diego Depaoli
2008/6/26 Diego Depaoli [EMAIL PROTECTED]: Ooops, I was wrong... with this \startpostponing \stoppostponing luatex 0.25 fails too. -- Diego Depaoli ___ If your question is of interest to others as well, please add

Re: [NTG-context] LuaTeX problems

2008-06-26 Thread Wolfgang Schuster
On Thu, Jun 26, 2008 at 9:56 PM, Diego Depaoli [EMAIL PROTECTED] wrote: 2008/6/26 Diego Depaoli [EMAIL PROTECTED]: Ooops, I was wrong... with this \startpostponing \stoppostponing luatex 0.25 fails too. \def\nodostartpostponing[#1]% {\doglobal\increment\nofpostponedpageblocks \bgroup

Re: [NTG-context] Booklet hint

2008-06-23 Thread Wolfgang Schuster
[A5][A4, landscape] papersize on pages 1-8, 2-7, 3-6 and [A4, rotated][A4,landscape] in pages 4-5. My trivial code (obviously) doesn't work and searching wiki and ml didn't give much help: \setuppapersize[A5][A4, landscape] \setuparranging[2UP] \startpostponing[4] \setuppapersize[A4,rotated

Re: [NTG-context] Booklet hint

2008-06-23 Thread Diego Depaoli
2008/6/23 Wolfgang Schuster [EMAIL PROTECTED]: Write the text for the A4 page in a seperate document and include it as a figure. \setupexternalfigures[location={local,global,default}] \setuppapersize[A5][A4, landscape] \setuparranging[2UP] \startpostponing[4] \offset [leftoffset

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
\stopnotmode \startopposite \stopopposite \startoverlay{text}{text} \stopoverlay \startoverview[names] \stopoverview \startpacked[blank] \stoppacked \startparagraph \stopparagraph \startpositioning \stoppositioning \startpostponing \stoppostponing \startproduct file \stopproduct \startprofile[names

Re: [NTG-context] OT: typo-fun

2007-08-30 Thread Wolfgang Schuster
2007/8/30, frantisek holop [EMAIL PROTECTED]: hi there, is it possible to achieve this somehow?: http://www.smashingmagazine.com/images/404-2/book.png \starttext \startpostponing[404] \startstandardmakeup[align=left] The page\crlf cannot be found \stopstandardmakeup \stoppostponing

Re: [NTG-context] OT: typo-fun

2007-08-30 Thread Hans Hagen
frantisek holop wrote: hi there, is it possible to achieve this somehow?: http://www.smashingmagazine.com/images/404-2/book.png :) \starttext \dorecurse{100}{\input tufte \par} \startpostponing \vbox to \vsize \bgroup \vfill \definedfont[Serif at 40pt] \setupinterlinespace

Re: [NTG-context] OT: typo-fun

2007-08-30 Thread frantisek holop
book, check if we are on page 404, output the joke, continue normally. \starttext \dorecurse{100}{\input tufte \par} \startpostponing \vbox to \vsize \bgroup \vfill \definedfont[Serif at 40pt] \setupinterlinespace \raggedleft Who Took \endgraf This Page? \par \vfill \egroup

Re: [NTG-context] OT: typo-fun

2007-08-30 Thread Aditya Mahajan
meant was, to have a book in context, any book, check if we are on page 404, output the joke, continue normally. Wolfgang's solution does exactly that. \startpostponing[404] will put the material on page 404. Aditya \starttext \dorecurse{100}{\input tufte \par} \startpostponing \vbox

Re: [NTG-context] postponed block and headers

2006-11-16 Thread Paul Jones
[pagenumber] \setuphead[chapter][header=high, footer=high] \startpostponing[+2] \chapter{Chapter with header} \stoppostponing \starttext \chapter{Chapter no header} \dorecurse{20}{\input davis } \stoptext paul ___ ntg-context mailing list ntg-context@ntg.nl

Re: [NTG-context] postoned text and headers

2006-11-09 Thread Paul Jones
Jones [EMAIL PROTECTED] wrote: Hello everyone, I have a tex document where I postpone (\startpostponing) certain pages until later in the document. On those pages I would like the headers/footers turned off. I have tried \noheaderandfooterlines, and setting the header to high, but neither seem

[NTG-context] postoned text and headers

2006-11-07 Thread Paul Jones
Hello everyone, I have a tex document where I postpone (\startpostponing) certain pages until later in the document. On those pages I would like the headers/footers turned off. I have tried \noheaderandfooterlines, and setting the header to high, but neither seem to work. Have I done something

Re: [NTG-context] afterpage

2006-08-28 Thread Hans Hagen
, there is % \startpostponing [pagenumber] [+pageoffset] % % \startpostponing[2] % PAGE 2 \blank % \stoppostponing % % \startpostponing[+1] % PAGE +1 \blank % \stoppostponing % % \startpostponing[+2] % PAGE +2 \blank % \stoppostponing % % \starttext \dorecurse{4}{\input tufte \page} \stoptext

Re: [NTG-context] afterpage

2006-08-28 Thread Peter Rolf
* This is much better. Thank you! :) however if one wants to insert something after a specific page, there is Oeps, this is what \afterpage doessorry Paul for the wrong answer ;) Peter % \startpostponing [pagenumber] [+pageoffset] % % \startpostponing[2] % PAGE 2 \blank % \stoppostponing

Re: [NTG-context] General Float Placement Question

2006-04-25 Thread Hans Hagen
Randall Skelton wrote: Many thanks for the reply Hans. I'm a little puzzled by what happens when I use \setuppagenumbering[alternative=doublesided]. For example: you can also try this: \startpostponing \placefigure [Fig:a] {Figure a caption goes here} {\externalfigure[a][width=0.8

Re: [NTG-context] placefloat

2006-01-22 Thread Hans van der Meer
On Jan 19, 2006, at 18:00, Taco Hoekwater wrote: (2) Second question. Is there a mechanism whereby one can force the float to at least the next page when there is no room for it below the current point on the page? There is: \startpostponing stuff with postponed floats

Re: [NTG-context] placefloat

2006-01-19 Thread Taco Hoekwater
question. Is there a mechanism whereby one can force the float to at least the next page when there is no room for it below the current point on the page? There is: \startpostponing stuff with postponed floats \stoppostponing I believe it is mentioned in a manual somewhere

[NTG-context] modules.pdf

2005-08-17 Thread luigi.scarso
others macros (\startpostponing ), correct some others ( \getvalue{period graybox} with \dotgray) added \loadmap[gbk] and so on. Partial contents are ugly (or broken ?) ; there are many important modules to document (see Core Commands in modules.pdf; inside modules.tex, 3=ok, 1