[NTG-context] Re: Full-page illustrations

2025-07-07 Thread Matthias Weber
You can use \startpagefigure: https://wiki.contextgarden.net/Command/startpagefigure Matthias > On Jul 7, 2025, at 10:22 AM, John Was wrote: > > Hello > > Is it possible to suppress the headline on pages which are entirely occupied > by an illustration? This is s

[NTG-context] Re: Title pages makeup extra blank pages

2023-07-06 Thread Wolfgang Schuster
Alan Braslau schrieb am 06.07.2023 um 17:14: On 06/07/23 06/07/23, 17:07, Wolfgang Schuster wrote: Add "doublesided=no" to your makeup settings. Wolfgang Thank you. I have doublesided=no in the makeup, but this makeup is not used by \startpagefigure. The problem is with \start

[NTG-context] Re: Title pages makeup extra blank pages

2023-07-06 Thread Alan Braslau via ntg-context
On 06/07/23 06/07/23, 17:07, Wolfgang Schuster wrote: Add "doublesided=no" to your makeup settings. Wolfgang Thank you. I have doublesided=no in the makeup, but this makeup is not used by \startpagefigure. The problem is with \startpagefigure that is outside of makeup, that

[NTG-context] Re: Title pages makeup extra blank pages

2023-07-06 Thread Wolfgang Schuster
Alan Braslau via ntg-context schrieb am 06.07.2023 um 09:34: Hello, Trying to use: \startdocument \startpagefigure[Coverpages.pdf][page=1]\stoppagefigure \startpagefigure[Coverpages.pdf][page=2]\stoppagefigure % before \startmakeup [titlepage] front \stopmakeup \startmakeup [titlepage

[NTG-context] Title pages makeup extra blank pages

2023-07-06 Thread Alan Braslau via ntg-context
Hello, Trying to use: \startdocument \startpagefigure[Coverpages.pdf][page=1]\stoppagefigure \startpagefigure[Coverpages.pdf][page=2]\stoppagefigure % before \startmakeup [titlepage] front \stopmakeup \startmakeup [titlepage] back \stopmakeup \startfrontmatter ... \stopfrontmatter

Re: [NTG-context] externalizing TikZ graphics

2021-01-27 Thread Henning Hraban Ramm
ikz::before] > \environment env_world % contains font setup etc. > \environment env_TikZ % contains TikZ settings > > \startpagefigure Wrong, I need \startTEXpage > \starttikzpicture[thick,domain=-90:90]% TODO: make this configurable Now, how can I forward options from \starttix

Re: [NTG-context] externalizing TikZ graphics

2021-01-25 Thread Henning Hraban Ramm
t env_world % contains font setup etc. \environment env_TikZ % contains TikZ settings \startpagefigure \starttikzpicture[thick,domain=-90:90]% TODO: make this configurable \stopbuffer \startbuffer[tikz::after] \stoptikzpicture \stoppagefigure \stopbuffer \define[1]\ParseTikZFile% #1 is the n

Re: [NTG-context] numbering pages included by \copypages

2020-09-24 Thread Wolfgang Schuster
. I looked at \startpagefigure but that would be a very cumbersome way to go since there over 350 pages to include, given that it handles only one page at a time. I hope that this makes sense. I don't completely understand the question I guess something like this: \setupexternalfi

Re: [NTG-context] numbering pages included by \copypages

2020-09-24 Thread Aditya Mahajan
> each. > > I looked at \startpagefigure but that would be a very cumbersome way to go > since there over 350 pages to include, given that it handles only one page > at a time. > > I hope that this makes sense. I don't completely understand the question > Any suggestions or poin

[NTG-context] numbering pages included by \copypages

2020-09-24 Thread Alan Bowen
promising: it includes the. pdf files and the counter in the resultant .prd file is correct. But what I still have to get is the page number on all pages of the included .pdf files except the first page in each. I looked at \startpagefigure but that would be a very cumbersome way to go since there

Re: [NTG-context] Page number woes

2019-09-05 Thread Mari Voipio
nd changing that one line messes up with my page numbering, now TOC > > appears as page 1 and chapter one starts from page 2 in my test file. > > > > > > \startproduct prd-pr23 > > > > > > \startfrontmatter > > \setuppagenumber[stop] > > \startpagef

Re: [NTG-context] Page number woes

2019-09-03 Thread Wolfgang Schuster
es up with my page numbering, now TOC appears as page 1 and chapter one starts from page 2 in my test file. \startproduct prd-pr23 \startfrontmatter \setuppagenumber[stop] \startpagefigure[cover_vaisala_front_stripped]\stoppagefigure \component blank.tex \component c-contents \stopfrontm

Re: [NTG-context] \start pagefigure not working as expected

2017-05-25 Thread cryo shock
isting ConTeXt pages, use\startpagefigure <http://wiki.contextgarden.net/Command/startpagefigure>.*" But the command \startpagefigure doesn't work as described on the wiki... 2017-05-25 20:48 GMT+02:00 Andres Conrado : > I think you need to use \insertpages instead. Check this

Re: [NTG-context] \start pagefigure not working as expected

2017-05-25 Thread cryo shock
ow why the simple \startpagefigure doesn't work as expected as I thought that's what it's there for. 2017-05-25 17:44 GMT+02:00 Pablo Rodriguez : > On 05/25/2017 05:22 PM, cryo shock wrote: > > Hi guys, > > > > I created a CTX document and now I am trying to

[NTG-context] \start pagefigure not working as expected

2017-05-25 Thread cryo shock
iki I found a code snippet that sounds promising, as I don't want headers, page numbers etc. on the two merged pages: \startpagefigure[file.pdf][page=1]\stoppagefigure So I added another line with page=2 as content, yet the output generates a PDF with the *first page twice* only. In fact, my preco

Re: [NTG-context] \startpagefigure[file.pdf][page=1, ...]\stoppagefigure

2013-12-12 Thread Xan
> Am 09.12.2013 um 11:19 schrieb Xan : > > > Hi, > > > > When I use: > > > > \startpagefigure[file.pdf][page=X]\stoppagefigure > > > > with page >= 2 does not work. Always it puts the first page. > > > > I run MKIV. > > >

Re: [NTG-context] \startpagefigure[file.pdf][page=1, ...]\stoppagefigure

2013-12-09 Thread Wolfgang Schuster
Am 09.12.2013 um 11:19 schrieb Xan : > Hi, > > When I use: > > \startpagefigure[file.pdf][page=X]\stoppagefigure > > with page >= 2 does not work. Always it puts the first page. > > I run MKIV. > > Is it a bug? It’s a change of the behavior of the comma

[NTG-context] \startpagefigure[file.pdf][page=1, ...]\stoppagefigure

2013-12-09 Thread Xan
Hi, When I use: \startpagefigure[file.pdf][page=X]\stoppagefigure with page >= 2 does not work. Always it puts the first page. I run MKIV. Is it a bug? Thanks in advance, Xan. ___ If your question is of inter

Re: [NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-28 Thread Procházka Lukáš Ing . - Pontex s . r . o .
it seems \placefigure adds some extra space around, too. Should this be corrected, too? See my example… I can’t reproduce this, do you use the current beta on your system? Wolfgang Unfortunately no, I'm using: ConTeXt ver: 2012.11.26 13:31 MKIV fmt: 2012.11.27 int: english/english - I'

Re: [NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-28 Thread Wolfgang Schuster
Am 28.03.2013 um 13:33 schrieb Procházka Lukáš Ing. - Pontex s. r. o. : > Hello, > >> BTW: You can use \pagefigure[] instead of >> \startpagefigure[]\stoppagefigure. >> >> Wolfgang > > it seems \placefigure adds some extra space around, too. > >

Re: [NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-28 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, BTW: You can use \pagefigure[] instead of \startpagefigure[]\stoppagefigure. Wolfgang it seems \placefigure adds some extra space around, too. Should this be corrected, too? See my example... Best regards, Lukas -- Ing. Lukáš Procházka [mailto:l...@pontex.cz] Pontex s. r. o

Re: [NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-25 Thread Wolfgang Schuster
Am 25.03.2013 um 16:25 schrieb Procházka Lukáš Ing. - Pontex s. r. o. : > Hello, > > \startpagefigure[...] ... \stoppagefigure enlarges page by 1 mm in both > directions. It’s 0.25ex on each side. > This is an undesired effect as when the printer has auto-select-page mode

[NTG-context] \startpagefigure[]\stoppagefigure enlarges page by 1 mm

2013-03-25 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, \startpagefigure[...] ... \stoppagefigure enlarges page by 1 mm in both directions. This is an undesired effect as when the printer has auto-select-page mode on (which is useful when printing a document with mixed A4 and A3 pages) and an A4 page (210 x 297 mm) is enlarged to 211 x 298

[NTG-context] external figures

2012-07-20 Thread Hans Hagen
][width=4cm,frame=on] \par \useexternalfigure[more][][test][background=color,backgroundcolor=red] \externalfigure[more][width=4cm,frame=on] \par \externalfigure[cow.pdf][less][frame=on] \par \startpagefigure[cow]\stoppagefigure \stoptext

Re: [NTG-context] Merging PDF document of various page sizes. Can ConTeXt help?

2012-01-13 Thread Gerben Wierda
sult >> - Each page has a different size and orientation >> - Each page contains a PDF vector image that is not to be converted to pixels > > Yes, this is easy. There are three options: > > 1.

Re: [NTG-context] Merging PDF document of various page sizes. Can ConTeXt help?

2012-01-13 Thread Mojca Miklavec
- One PDF as result > - Each page has a different size and orientation > - Each page contains a PDF vector image that is not to be converted to pixels Yes, this is easy. There are three options: 1.) \startTEXpage\externalfigure[...]\stopTEXpage 2.) same, but with TEXstream 3.) a shortcut f

Re: [NTG-context] including pdf

2011-02-02 Thread Andrea Valle
ding cover, toc etc Now, I've used copypages. The fact is that the included pdfs do not bleed over all the page, their inclusion seems to depend on some dimension I'm not able to control via setuplayout. So, I tested startpagefigure. Works fine but I can include (well, I'm able

[NTG-context] including pdf

2011-01-31 Thread Andrea Valle
to depend on some dimension I'm not able to control via setuplayout. So, I tested startpagefigure. Works fine but I can include (well, I'm able to) a single page. More, it seems that numbers of page disappear (while I need them) Any hints

Re: [NTG-context] embedding 3d pdf

2008-11-22 Thread Renaud Aubin
"in transition"?) > I have tried to embed some 3D PDFs from > http://asymptote.sourceforge.net/gallery/3D%20graphs/ > and > http://www.iaas.msu.ru/tmp/u3d/pdf/ > using > \externalfigure[3dpf.pdf] > \startpagefigure[3dpdf.pdf]\stoppagefigure > \copypages[3dpdf.pdf][

[NTG-context] embedding 3d pdf

2008-11-22 Thread Michail Vidiassov
/ and http://www.iaas.msu.ru/tmp/u3d/pdf/ using \externalfigure[3dpf.pdf] \startpagefigure[3dpdf.pdf]\stoppagefigure \copypages[3dpdf.pdf][n=1] but only the preview (flat) images show up, not the 3D model, that must appear after clicking on it in Adobe Reader. File size shows that the 3D annotation da

Re: [NTG-context] pb inserting multipage documents

2006-12-21 Thread olivier Turlier
[mise-station.pdf] % [n=0, %voffset=1in, %height=23.55cm, % width=22cm, % offset=\dimexpr(-1in- 2pt)] % [offset=\dimexpr(-1in+19pt)] % \startpagefigure [flora.pdf] [width=\textwidth,height=\textheight][page=1]\stoppagefigure % \externalfigure[docs.pdf] [width=\textwidth,height=\textheight

Re: [NTG-context] Re: inserting other pdf's

2003-10-02 Thread Hans Hagen
At 00:22 02/10/2003, you wrote: Patrick Gundlach <[EMAIL PROTECTED]> wrote: > Hi, > > >> \startpagefigure[...][...] \stoppagefigure > > > > what is the meaning of the [...] > > \startpagefigure[.#1.][.#2.] \stoppagefigure So in order to insert a wh

[NTG-context] Re: inserting other pdf's

2003-10-01 Thread Patrick Gundlach
Patrick Gundlach <[EMAIL PROTECTED]> writes: > -- > evil code: \dorecurse{4}{\startpagefigure[..][page=\recurselevel]\stopp...} Perhaps not that evil, it seems to work :) \starttext \getfiguredimensions[ward] \dorecurse{\noffigurepages}{\startpagefigure[ward][page=\

[NTG-context] Re: inserting other pdf's

2003-10-01 Thread Patrick Gundlach
Steffen Wolfrum <[EMAIL PROTECTED]> writes: Hi, > So in order to insert a whole PDF do I have to use something like > > \startpagefigure[appleblossom][page=1]\stoppagefigure > \startpagefigure[appleblossom][page=2]\stoppagefigure > \startpagefigure[appleblossom][p

[NTG-context] Re: inserting other pdf's

2003-10-01 Thread Steffen Wolfrum
Patrick Gundlach <[EMAIL PROTECTED]> wrote: > Hi, > > >> \startpagefigure[...][...] \stoppagefigure > > > > what is the meaning of the [...] > > \startpagefigure[.#1.][.#2.] \stoppagefigure So in order to insert a whole PDF do I have to use something li

[NTG-context] Re: inserting other pdf's

2003-10-01 Thread Patrick Gundlach
Hi, >> \startpagefigure[...][...] \stoppagefigure > > what is the meaning of the [...] \startpagefigure[.#1.][.#2.] \stoppagefigure \externalfigure[#1][#2] Patrick -- use the source, Luke ;-) ___ ntg-context mailing list [EMAIL PRO

Re: [NTG-context] Re: inserting other pdf's

2003-10-01 Thread Jens-Uwe Morawski
f] > > \stopTEXpage > > or shorter: > > \startpagefigure[...][...] \stoppagefigure what is the meaning of the [...] TIA. Jens ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Re: inserting other pdf's

2003-10-01 Thread Hans Hagen
At 10:48 01/10/2003 +0200, you wrote: But is there also a command to *add* other pdfs? Given that they are the same size. \startTEXpage \externalfigure[something.pdf] \stopTEXpage or shorter: \startpagefigure[...][...] \stoppagefigure Hans