Re: [NTG-context] read PDF metadata from other file

2021-09-11 Thread Hans Hagen via ntg-context
On 9/11/2021 2:35 PM, Pablo Rodriguez via ntg-context wrote: Dear list, I have the following sample: \starttext \setupinteraction [state=start, title={\cldcontext{pdfe.open("b.pdf").Info.Title}}] \null \stoptext From a document composed with \insertpag

[NTG-context] read PDF metadata from other file

2021-09-11 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \starttext \setupinteraction [state=start, title={\cldcontext{pdfe.open("b.pdf").Info.Title}}] \null \stoptext From a document composed with \insertpages, I need to transfer medatada. But I get the raw value "feff0061&

Re: [NTG-context] \setuparranging broken in LMTX?

2020-11-07 Thread Hans Hagen
On 11/7/2020 10:57 AM, Pablo Rodriguez wrote: Dear list, I have the following sample: \setuparranging[2TOP] \setuplayout[page] \starttext \insertpages[file.pdf] \stoptext With a simple PDF document, I cannot make \setuparranging work in LMTX. Using latest from 2020.11.06 20:34

[NTG-context] \setuparranging broken in LMTX?

2020-11-07 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuparranging[2TOP] \setuplayout[page] \starttext \insertpages[file.pdf] \stoptext With a simple PDF document, I cannot make \setuparranging work in LMTX. Using latest from 2020.11.06 20:34. It works perfectly fine with MkIV. Could anyone

Re: [NTG-context] playing with Windows drag & drop

2020-10-07 Thread context
ot; Best regards, Lukas On 2020-10-06 16:18, Pablo Rodriguez wrote: Dear list, I have a minimal sample file: \starttext \insertpages[\env{PDFdocument}] \stoptext I invoke it in Windows, using the following batch file: @echo off REM ~ context --purgeall --arguments="PDFdoc

Re: [NTG-context] playing with Windows drag & drop

2020-10-07 Thread context
:18, Pablo Rodriguez wrote: Dear list, I have a minimal sample file: \starttext \insertpages[\env{PDFdocument}] \stoptext I invoke it in Windows, using the following batch file: @echo off REM ~ context --purgeall --arguments="PDFdocument=%1" b.tex I’m afraid it only wor

Re: [NTG-context] playing with Windows drag & drop

2020-10-07 Thread Pablo Rodriguez
gt;> call lua.exe -e "os.execute('echo context --purgeall >> --arguments=PDFdocument=' .. ([[%1]]):gsub([[\]], '/') .. ' b.tex')" >> >> >> Best regards, >> >> Lukas >> >> >> On 2020-10-06 16:18, Pablo Rodriguez wrote: >>> Dear li

Re: [NTG-context] playing with Windows drag & drop

2020-10-06 Thread Henning Hraban Ramm
> Am 06.10.2020 um 16:18 schrieb Pablo Rodriguez : > > Dear list, > > I have a minimal sample file: > > \starttext >\insertpages[\env{PDFdocument}] > \stoptext > > I invoke it in Windows, using the following batch file: > > @echo off

[NTG-context] playing with Windows drag & drop

2020-10-06 Thread Pablo Rodriguez
Dear list, I have a minimal sample file: \starttext \insertpages[\env{PDFdocument}] \stoptext I invoke it in Windows, using the following batch file: @echo off REM ~ context --purgeall --arguments="PDFdocument=%1" b.tex I’m afraid it only works if the batch file a

Re: [NTG-context] issue with interaction=all and \insertpages

2020-09-23 Thread Pablo Rodriguez
On 9/23/20 11:59 AM, Taco Hoekwater wrote: > Hi Pablo, Hi Taco, many thanks for your extensive reply explaining the three issues reported. [...] >> 2. The local file includes internal destinations to page parts. After >> imposition, destinations to page for internal links cannot reach the >>

Re: [NTG-context] issue with interaction=all and \insertpages

2020-09-23 Thread Taco Hoekwater
=red] > \setupexternalfigures[interaction=all, method=pdf] > \setupinteractionscreen[option={portrait, paper}] > \starttext > %~ \insertpages[http://gaceta.rsme.es/abrir.php?id=1495][width=0pt] > \insertpages[GacRSocMatEsp.pdf][width=0pt] > \stoptext > > I have some issues with i

Re: [NTG-context] issue with interaction=all and \insertpages

2020-09-22 Thread Andres Conrado Montoya Acosta
, escribió: >3. issue with interaction=all and \insertpages (Pablo Rodriguez) > > Dear list, > > I have the following sample: > > \setuplayout[page] > \setupinteraction > [state=start, color=, contrastcolor=, focus=standard] > \enabledi

[NTG-context] issue with interaction=all and \insertpages

2020-09-20 Thread Pablo Rodriguez
}] \starttext %~ \insertpages[http://gaceta.rsme.es/abrir.php?id=1495][width=0pt] \insertpages[GacRSocMatEsp.pdf][width=0pt] \stoptext I have some issues with it. 1. For some strange reason, the first \insertpages command with a remote file cannot deal with the interaction from the file (no internal

[NTG-context] wrong 2TOPSIDE?

2020-08-27 Thread Pablo Rodriguez
artnotmode[*first] \setuppapersize[A5, landscape][A4] \setuparranging[2TOPSIDE] \setuplayout[page] \setupinteractionscreen[option={portrait,paper}] \starttext \insertpages[\jobname-singular.pdf][width=0pt] \stopnotmode \stoptext I would say that last page (

[NTG-context] \insertpages and remote file

2020-07-23 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupinteraction[state=start] \starttext \insertpages [https://eur-lex.europa.eu/legal-content/EL/TXT% /PDF/?uri=CELEX:32015D0022] [width=0pt] \attachment[file=https://eur-lex.europa.eu/% legal

Re: [NTG-context] Unicode chars and \insertpages (Win7)

2020-05-31 Thread Hans Hagen
On 5/31/2020 12:16 PM, Pablo Rodriguez wrote: On 5/30/20 7:38 PM, Hans Hagen wrote: On 5/30/2020 6:49 PM, Pablo Rodriguez wrote: On 5/29/20 9:45 AM, Hans Hagen wrote: [...] That said: I never use non-ascii non-spacy names ... it's the most portable. This was my first file with an exception

Re: [NTG-context] Unicode chars and \insertpages (Win7)

2020-05-31 Thread Pablo Rodriguez
On 5/30/20 7:38 PM, Hans Hagen wrote: > On 5/30/2020 6:49 PM, Pablo Rodriguez wrote: >> On 5/29/20 9:45 AM, Hans Hagen wrote: >> [...] >>> That said: I never use non-ascii non-spacy names ... it's the most >>> portable. >> >> This was my first file with an exception to that rule. > ah, i see, i

Re: [NTG-context] Unicode chars and \insertpages (Win7)

2020-05-30 Thread Hans Hagen
On 5/30/2020 6:49 PM, Pablo Rodriguez wrote: On 5/29/20 9:45 AM, Hans Hagen wrote: On 5/28/2020 9:49 PM, Pablo Rodriguez wrote: [...] \insertpages[ξ_file.pdf] Using latest on Linux, it works perfectly fine. On Windows (I’m still on Win7), it doesn’t work unless I replace &q

Re: [NTG-context] Unicode chars and \insertpages (Win7)

2020-05-30 Thread Pablo Rodriguez
On 5/29/20 9:45 AM, Hans Hagen wrote: > On 5/28/2020 9:49 PM, Pablo Rodriguez wrote: >>[...] >> \insertpages[ξ_file.pdf] >> >> Using latest on Linux, it works perfectly fine. On Windows (I’m still on >> Win7), it doesn’t work unless I replace "ξ

Re: [NTG-context] Unicode chars and \insertpages (Win7)

2020-05-29 Thread Hans Hagen
On 5/28/2020 9:49 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \startext \insertpages[ξ_file.pdf] \stoptext Using latest on Linux, it works perfectly fine. On Windows (I’m still on Win7), it doesn’t work unless I replace "ξ" with an ASCII charact

[NTG-context] annotations in \insertpages

2020-05-28 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupinteraction[state=start] \starttext \attachment[file=https://kbdeveloper.qoppa.com/wp-content/uploads/blank_signed.pdf] \insertpages[https://kbdeveloper.qoppa.com/wp-content/uploads/blank_signed.pdf][interaction=all] \stoptext

[NTG-context] Unicode chars and \insertpages (Win7)

2020-05-28 Thread Pablo Rodriguez
Dear list, I have the following sample: \startext \insertpages[ξ_file.pdf] \stoptext Using latest on Linux, it works perfectly fine. On Windows (I’m still on Win7), it doesn’t work unless I replace "ξ" with an ASCII character. Could this be fixed or is it really a l

Re: [NTG-context] page ranges in \markpage

2018-07-19 Thread Hans Hagen
ate=start] \setupinteractionscreen[option={portrait, paper}, print=pages] \getmarkedpageranges{pages}{5, 25-30, 100-200, 235, 298, 304} \starttext \insertpages[i-context.pdf][width=0pt] \stoptext This makes easier to add more complex page intervals (such as the one a

Re: [NTG-context] page ranges in \markpage

2018-07-19 Thread Pablo Rodriguez
[state=start] \setupinteractionscreen[option={portrait, paper}, print=pages] \getmarkedpageranges{pages}{5, 25-30, 100-200, 235, 298, 304} \starttext \insertpages[i-context.pdf][width=0pt] \stoptext This makes easier to add more complex page intervals (such as the one

Re: [NTG-context] page ranges in \markpage

2018-07-18 Thread Pablo Rodriguez
On 07/18/2018 09:08 PM, Wolfgang Schuster wrote: >> Sorry, but how do I apply that with to imposed pages with \insertpages? >> >> I know that \filterpages is there, but I need to have the complete >> document to print only some of the pages. > > You can get the n

Re: [NTG-context] page ranges in \markpage

2018-07-18 Thread Wolfgang Schuster
[state=start] \setupinteractionscreen[option={portrait, paper}, print=pages] \markpage[pages][100-300] \starttext \insertpages[i-context.pdf][width=0pt] \stoptext Many thanks for your help, Pablo Wolfgang Schuster <mailto:schuster.wolfg...@gmail.com> 18. Juli 2018 um 19:40 Pablo Rodrigue

Re: [NTG-context] page ranges in \markpage

2018-07-18 Thread Pablo Rodriguez
>> topspace=0pt, >> width=middle, >> height=middle, >> location=middle, >> header=0pt, >> footer=0pt] > > \setuplayout[page] Many thanks for your reply, Wolfgang. I didn’t know the already defined layout. In which source file is it defined? (I would like to kn

Re: [NTG-context] page ranges in \markpage

2018-07-18 Thread Wolfgang Schuster
t[page] \setupinteraction[state=start] \setupinteractionscreen[option={portrait, paper}, print=pages] \markpage[pages][100-300] \starttext \insertpages[i-context.pdf][width=0pt] \stoptext \startmarkpages[page] ... \stopmarkpages Wo

[NTG-context] page ranges in \markpage

2018-07-18 Thread Pablo Rodriguez
[state=start] \setupinteractionscreen[option={portrait, paper}, print=pages] \markpage[pages][100-300] \starttext \insertpages[i-context.pdf][width=0pt] \stoptext Many thanks for your help, Pablo -- http://www.ousia.tk

Re: [NTG-context] Page printed upside down

2017-10-23 Thread Fabrice Couvreur
kspace=0pt, > topspace=0pt, > width=middle, > height=middle, > location=middle, > header=0pt, > footer=0pt] > \setupinteraction[state=start] > \setupinteractionscreen[option={landscape, fixed, paper}] > \st

Re: [NTG-context] Page printed upside down

2017-10-22 Thread Pablo Rodriguez
reen[option={landscape, fixed, paper}] \starttext \insertpages[document.pdf][width=0pt] \stoptext You should get something similar to the attached booklet. Of course, you may have to increase font size in the original document. But to know which increase in size the font needs, you hav

Re: [NTG-context] Page printed upside down

2017-10-21 Thread Fabrice Couvreur
[backspace=0pt, > topspace=0pt, >width=middle, > height=middle, > location=middle, > header=0pt, > footer=0pt] > \setupinteraction[state=start] > \setupinteractionscreen[option={landscape, fixed, paper}] >

Re: [NTG-context] Page printed upside down

2017-10-18 Thread Pablo Rodriguez
\setupinteraction[state=start] \setupinteractionscreen[option={landscape, fixed, paper}] \starttext \insertpages[document.pdf][width=0pt] \stoptext A sample for document would be: \setupbodyfont[600pt] \starttext \dorecurse{4}{\startstandardmakeup[style={\bf\ss}, align

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

2017-05-25 Thread cryo shock
Hi Andrés, The problem with \insertpages is that it inserts pages as layers, which means that header, footer and page numbers will be printed on it as well. That's what I don't want, and also your suggested link points to me to \insertpage in my case: "Please note that the inserted

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

2017-05-25 Thread Andres Conrado
I think you need to use \insertpages instead. Check this out: http://wiki.contextgarden.net/Command/insertpages Andrés Conrado Montoya http://chiquitico.org ___ If your question is of interest to others as well

[NTG-context] adding fill-in fields to an existing PDF

2017-03-28 Thread Pablo Rodriguez
] \starttext \insertpages [Fillable_PDF_Sample_from_TheWebJockeys_vC5.pdf] [width=0pt] \stoptext How could I enable that the resulting PDF keeps all fields from the original document? Many thanks for your help, Pablo -- http://www.ousia.tk

Re: [NTG-context] keep interaction with \insertpages and \filterpages

2017-01-18 Thread Hans Hagen
On 1/10/2017 9:41 AM, Pablo Rodriguez wrote: On 01/09/2017 01:15 PM, Hans Hagen wrote: On 1/9/2017 12:39 PM, Pablo Rodriguez wrote: Dear list, is there a way to keep interaction in the resulting PDF document when adding the whole document with \insertpages, or only some pages

Re: [NTG-context] keep interaction with \insertpages and \filterpages

2017-01-10 Thread Pablo Rodriguez
On 01/09/2017 01:15 PM, Hans Hagen wrote: > On 1/9/2017 12:39 PM, Pablo Rodriguez wrote: >> Dear list, >> >> is there a way to keep interaction in the resulting PDF document when >> adding the whole document with \insertpages, or only some pages with >> \filter

Re: [NTG-context] keep interaction with \insertpages and \filterpages

2017-01-09 Thread Hans Hagen
On 1/9/2017 12:39 PM, Pablo Rodriguez wrote: Dear list, is there a way to keep interaction in the resulting PDF document when adding the whole document with \insertpages, or only some pages with \filterpages? \setupexternalfigures[interaction=all

[NTG-context] keep interaction with \insertpages and \filterpages

2017-01-09 Thread Pablo Rodriguez
Dear list, is there a way to keep interaction in the resulting PDF document when adding the whole document with \insertpages, or only some pages with \filterpages? Many thanks for your help, Pablo -- http://www.ousia.tk

Re: [NTG-context] different default size when imposing documents

2016-07-17 Thread Pablo Rodriguez
On 07/13/2016 09:00 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 12. Juli 2016 um 17:18 >> >> Hans, >> >> after enabling image scaling in \insertpages >> (https://mailman.ntg.nl/pipermail/ntg-context/2016/086114.html), I’m >> afraid that the def

Re: [NTG-context] different default size when imposing documents

2016-07-13 Thread Wolfgang Schuster
Pablo Rodriguez <mailto:oi...@gmx.es> 12. Juli 2016 um 17:18 Hans, after enabling image scaling in \insertpages (https://mailman.ntg.nl/pipermail/ntg-context/2016/086114.html), I’m afraid that the default value and compatibility in imposition is broken. The minimal sample is the fol

[NTG-context] different default size when imposing documents

2016-07-12 Thread Pablo Rodriguez
Hans, after enabling image scaling in \insertpages (https://mailman.ntg.nl/pipermail/ntg-context/2016/086114.html), I’m afraid that the default value and compatibility in imposition is broken. The minimal sample is the following: \setuppapersize [A5][A4,landscape] \setuparranging [2UP

Re: [NTG-context] bug in image scaling

2016-07-10 Thread Pablo Rodriguez
On 07/10/2016 12:51 PM, Hans Hagen wrote: > On 7/9/2016 8:10 PM, Pablo Rodriguez wrote: >> Dear list, >> >> I have the following sample: >> >> \setupexternalfigure[location=default] >> \starttext >> \insertpages[cow.pdf][width=\textwidth]

Re: [NTG-context] bug in image scaling

2016-07-10 Thread Hans Hagen
On 7/9/2016 8:10 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \setupexternalfigure[location=default] \starttext \insertpages[cow.pdf][width=\textwidth] \stoptext Using latest beta from 2016.07.08 17:19, scaling doesn’t work. next beta

Re: [NTG-context] bug in image scaling

2016-07-10 Thread Hans Hagen
On 7/9/2016 8:10 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \setupexternalfigure[location=default] \starttext \insertpages[cow.pdf][width=\textwidth] \stoptext Using latest beta from 2016.07.08 17:19, scaling doesn’t work. Am I missing something

[NTG-context] bug in image scaling

2016-07-09 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupexternalfigure[location=default] \starttext \insertpages[cow.pdf][width=\textwidth] \stoptext Using latest beta from 2016.07.08 17:19, scaling doesn’t work. Am I missing something or have I hit a bug? Just in case it might me

[NTG-context] typesetbuffer in \insertpages

2016-05-01 Thread Pablo Rodriguez
] \startbuffer[hola] \mainlanguage[es] \starttext \dorecurse{32}{\input cervantes-es\par} \stoptext \stopbuffer \starttext \typesetbuffer[hola] %~ \insertpages[{\typesetbuffer[hola]}][width=Opt] \stoptext Is there any way to make the commented \insertpages

[NTG-context] two questions on file handling

2015-02-20 Thread Pablo Rodriguez
Dear list, I have two questions on how to improve the way I use ConTeXt to handle files. Is there a way that I can specify the document from the command line in the line below? \insertpages[mydocument.pdf][width=0pt] Is there any way that context compiles using the a pipe? (Sorry

Re: [NTG-context] two questions on file handling

2015-02-20 Thread Hans Hagen
On 2/20/2015 10:53 PM, Pablo Rodriguez wrote: Dear list, I have two questions on how to improve the way I use ConTeXt to handle files. Is there a way that I can specify the document from the command line in the line below? \insertpages[mydocument.pdf][width=0pt] Is there any way

Re: [NTG-context] two questions on file handling

2015-02-20 Thread Pablo Rodriguez
On 02/20/2015 11:05 PM, Hans Hagen wrote: On 2/20/2015 10:53 PM, Pablo Rodriguez wrote: [...] Is there a way that I can specify the document from the command line in the line below? \insertpages[mydocument.pdf][width=0pt] you can pass command line arguments, see mtx-context-*.tex

Re: [NTG-context] two questions on file handling

2015-02-20 Thread Hans Hagen
On 2/20/2015 11:28 PM, Pablo Rodriguez wrote: On 02/20/2015 11:05 PM, Hans Hagen wrote: On 2/20/2015 10:53 PM, Pablo Rodriguez wrote: [...] Is there a way that I can specify the document from the command line in the line below? \insertpages[mydocument.pdf][width=0pt] you can pass

Re: [NTG-context] replacing images in PDF documents

2015-02-15 Thread Pablo Rodriguez
: \setuppapersize[A4][A4] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt] \starttext \insertpages[document.pdf][width=0pt] \stoptext The command

Re: [NTG-context] Citing a PhD dissertation

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
\insertseries{ (}{)}{}. }{}% \insertbibtype{}{, }{Doctoral dissertation,}% \insertpublisher{ }{.}{.}% \insertpages{ }{ p. }{}% \insertnote{ }{.}{}% As Hans explained privately, this is hardwired so the btx labels don't kick in as expected. May be decoupled at a later date, but till

Re: [NTG-context] Arranging not working

2014-08-30 Thread Pablo Rodriguez
: \setuppapersize [A5][A4,landscape] \setuparranging [2UP, doublesided] \setuplayout [page] \starttext \insertpages[document.pdf][width=0pt] \stoptext Just in case it helps, Pablo -- http://www.ousia.tk

Re: [NTG-context] Arranging not working

2014-08-30 Thread Willi Egger
: \setuppapersize [A5][A4,landscape] \setuparranging [2UP, doublesided] \setuplayout [page] \starttext \insertpages[document.pdf][width=0pt] \stoptext Just in case it helps, Pablo -- http://www.ousia.tk

Re: [NTG-context] basic question on imposition

2014-05-16 Thread Pablo Rodriguez
, footer=0pt, grid=no, marking=off] \starttext \insertpages[document.pdf][width=0pt] \stoptext It works perfectly, but I would like to achieve the same effect, only imposing 4 pages on each side of the paper (8 pages per sheet). Replacing the first two lines

[NTG-context] basic question on imposition

2014-05-14 Thread Pablo Rodriguez
=middle, height=middle, location=middle, header=0pt, footer=0pt, grid=no, marking=off] \starttext \insertpages[document.pdf][width=0pt] \stoptext It works perfectly, but I would like to achieve the same effect, only imposing 4 pages on each

Re: [NTG-context] basic question on imposition

2014-05-14 Thread Willi Egger
, header=0pt, footer=0pt, grid=no, marking=off] \starttext \insertpages[document.pdf][width=0pt] \stoptext It works perfectly, but I would like to achieve the same effect, only imposing 4 pages on each side of the paper (8 pages per sheet). Replacing the first

[NTG-context] Understanding the imposing-mechanism

2013-05-24 Thread H. Özoguz
=middle, marking=on] \setuparranging [XY] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt] \setuppagenumbering[] \starttext \insertpages [eslami_karten.pdf][] \stoptext Thanks for help. Huseyin

Re: [NTG-context] Understanding the imposing-mechanism

2013-05-24 Thread Wolfgang Schuster
[] \starttext \insertpages [eslami_karten.pdf][] \stoptext You have to change the size for the page and paper, the first has to be the size of the cards while the second is the size of the paper which you use to print all cards. \definepapersize [card] [width=47.5mm,height=76mm

Re: [NTG-context] MLA Bibliography

2012-04-16 Thread Jaroslav Hajtmar
{In }{}{}}% \insertvolume {, } {\insertissue{(}{)}{}% \insertpages{:}{}{}% \insertpubyear{, }{}{}.} {\insertpages{, pages }{}{}% \insertpubyear{, }{}{}.}% \insertnote{ }{.}{}% \insertdoi{ doi:}{.}{}% \insertcomment{}{.}{}% } % new fields and bibliography types

Re: [NTG-context] MLA Bibliography

2012-04-16 Thread Kip Warner
{(}{)}{}% \insertpages{:}{}{}% \insertpubyear{, }{}{}.} {\insertpages{, pages }{}{}% \insertpubyear{, }{}{}.}% \insertnote{ }{.}{}% \insertdoi{ doi:}{.}{}% \insertcomment{}{.}{}% } % new fields and bibliography types: \newbibfield[conference] \newbibfield[cobissid

Re: [NTG-context] MLA Bibliography

2012-04-15 Thread Mojca Miklavec
{}{\unskip. }{\insertthekey{}{. }{}}% \insertarttitle{\bgroup }{\egroup. }{}% \insertjournal{\bgroup \it}{\egroup} {\insertcrossref{In }{}{}}% \insertvolume {, } {\insertissue{(}{)}{}% \insertpages{:}{}{}% \insertpubyear{, }{}{}.} {\insertpages{, pages

Re: [NTG-context] beta

2012-01-12 Thread Mari Voipio
printing!) \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt] \starttext \insertpages [file.pdf][width=0pt] \stoptext Log message: system 4.4 arranged at 4 ! Missing { inserted. system

[NTG-context] 2UP broken or changed?

2011-12-28 Thread Mari Voipio
] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt, marking=on] \starttext \insertpages [maoutput.pdf][width=0pt] \stoptext However, if I switch to 2UP on either (2SIDE or 2DOWN), I get ten

[NTG-context] Problem with \insertpages

2011-12-22 Thread Mari Voipio
!) \setupoutput[pdf] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt] \setuppagenumbering[alternative=doublesided] \starttext \insertpages [pr-33-gp.pdf][width=0pt] \stoptext [see also http

Re: [NTG-context] Help with citation layout.

2011-11-16 Thread Christian
{(}{). }{\unskip.}% \insertchapter{\bgroup \it}{\egroup. }{\unskip}% \inserteditors{In\ }{, editors: }{}% \inserttitle{\bgroup \it}{\egroup. }{\unskip}% \insertpages{}{}{}%} With this I get: Naunin, Dietrich (2007). _Elektrische Antriebssysteme_. _Hybrid-, Batterie- und Brennstoff- zellen

Re: [NTG-context] Help with citation layout.

2011-11-16 Thread Christian
[inbook]{% \insertauthors{}{ }{}% \insertpubyear{(}{). }{\unskip.}% \insertchapter{\bgroup \it}{\egroup. }{\unskip}% \inserteditors{In\ }{, editors: }{}% \inserttitle{\bgroup \it}{\egroup. }{\unskip}% \insertpages{}{}{}%} With this I get: Naunin, Dietrich (2007). _Elektrische

Re: [NTG-context] Rearranging existing A5 = A4

2011-11-02 Thread Mari Voipio
] \setuppagenumbering[alternative=doublesided] \starttext % \insertpages \filterpages [pr-33-gp.pdf][2,5,16:19][width=0pt] \stoptext ___ If your question is of interest to others as well, please add an entry to the Wiki

[NTG-context] patch for bibl-ams.tex

2011-09-21 Thread Stefan Müller
{ (}{)}{\unskip}% \insertissue{\unskip, no.~}{}{}% - \insertpages{\unskip, }{}{}% + \insertpages{\unskip, }{.}{}% \insertNote{ }{.}{}% \insertcomment{}{.}{}% } @@ -290,7 +290,7 @@ {\egroup \inserteditors{, edited by }% {}% - {} + {}% \insertseries

Re: [NTG-context] crop PDF pages

2011-09-20 Thread Henning Hraban Ramm
Am 2011-09-20 um 04:08 schrieb Yue Wang: Hi, powerful context users: I'm wondering why there is no crop setting for \externalfigure or \insertpages. I have a lot of scanned books in PDF format, most of them are double sided. I want to read them on kindle but the huge margins take too

Re: [NTG-context] crop PDF pages

2011-09-20 Thread luigi scarso
On Tue, Sep 20, 2011 at 4:08 AM, Yue Wang yuleo...@gmail.com wrote: Hi, powerful context users: I'm wondering why there is no crop setting for \externalfigure or \insertpages. I have a lot of scanned books in PDF format, most of them are double sided. I want to read them on kindle

[NTG-context] crop PDF pages

2011-09-19 Thread Yue Wang
Hi, powerful context users: I'm wondering why there is no crop setting for \externalfigure or \insertpages. I have a lot of scanned books in PDF format, most of them are double sided. I want to read them on kindle but the huge margins take too much space and as a result the texts are too small. I

Re: [NTG-context] Punctuation in bibliography

2011-05-24 Thread Pontus Lurcock
]{% \insertauthors{}{ }{\insertthekey{}{. }{}}% \insertpubyear{(}{). }{}% \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% \insertedition{ }{ edition.}{}% \insertpublisher{ }{.}{.}% \insertpages{}{p. }{}% \insertnote{ }{.}{}% } Alter the following line

[NTG-context] More bibl-apa.tex modifications

2011-03-20 Thread Pontus Lurcock
, }% \insertpublisher{ }{.}{.}% % \insertpages{ }{p. }{}% \insertpages{ }{ p. }{}% \insertnote{ }{.}{}% } \setuppublicationlayout[phdthesis]{% \insertauthors{}{ }{}% \insertpubyear{(}{). }{}% \inserttitle{\bgroup\it }{\egroup \insertseries{ (}{)}{}. }{}% % \insertbibtype{}{, }{PhD thesis

[NTG-context] \copypages and friends

2011-03-10 Thread Willi Egger
Hello Hans, I believe that there is a bug or something has changed from Context version 14 february and version 25 february. While in the older version the commands \insertpages and \copypages work as expected, the newest beta simply ignores the commands. There is no error message. Kind

Re: [NTG-context] Help regarding IEEE citation style

2011-01-27 Thread Aditya Mahajan
{,\space no.~} {} {}} {}% \insertpages {,\space pp.\space} {} {}% \insertpubyear{,\space\insertmonth{}{\space}{}} {} {}% \insertnote {.\space}{.} {.}} %TODO. Add edition to book and inbook \setuppublicationlayout

Re: [NTG-context] Scaling with \filterpages not working?

2010-11-20 Thread Procházka Lukáš
pages 11-15 won't be used). These pages are to be placed UNSCALED to the document. So: - I can't use \externalfigure as it places just ONE specific page to the document. - I can't use \insertpages as I can determine only the NUMBER of pages to include, but not the FIRST page (see the n=... option

Re: [NTG-context] Extra spaces in APA bibliography style

2010-10-16 Thread Taco Hoekwater
, }{ }{ }% - \insertpages{, pages~}{}{}% + \insertpages{\unskip, pages~}{}{}% \insertorg{. }{.}{.}% }% {In \insertcrossref{}{}{}% Best, Florian ___ If your question is of interest

[NTG-context] Extra spaces in APA bibliography style

2010-10-15 Thread Florian Wobbe
+++ texmf-context/tex/context/bib/bibl-apa.tex 2010-10-15 11:47:41.0 +0200 @@ -307,7 +307,7 @@ {}% {}% \insertchap{\unskip, }{ }{ }% - \insertpages{, pages~}{}{}% + \insertpages{\unskip, pages~}{}{}% \insertorg

[NTG-context] Impostion to make a scroll

2010-09-15 Thread Arild Syme
=0mm, width=1480mm, height=210mm, header=0mm, footer=0mm] \setuparranging[XY] \starttext \insertpages [input.pdf] \stoptext I get the right sized pdf sheet, but all the input.pdf pages are stacked on top of one another in a big mess all on the right hand side. Thanks for any help, Arild

Re: [NTG-context] Impostion to make a scroll

2010-09-15 Thread Wolfgang Schuster
=148mm, height=210mm] \setuplayout [topspace=0mm, backspace=0mm, margin=0mm, width=1480mm, height=210mm, header=0mm, footer=0mm] You can just write \setuplayout[page] \setuparranging[XY] \starttext \insertpages [input.pdf] \stoptext I get the right sized pdf sheet, but all

Re: [NTG-context] creating own hyperlinks in bibliography

2010-08-29 Thread Mojca Miklavec
~}% {\insertseries { in~\bgroup}% {\egroup. }% {\insertcrossref{ in~}{}{. }}}% {\insertseries{ }{.}{} }% \else \insertcrossref {\insertchap{, }{}{}% \insertpages{, pages

Re: [NTG-context] Fwd: complicated layout - impostion

2010-08-17 Thread Honza Pohanka
build: Create two documents containing the recto layout and the verso layout. 1st document made up with \setuparranging [2*4] 2nd document made up with \setuparranging[2UP] In the second step you can combine the two documents into one: \starttext \insertpages [sample1.pdf][width=0pt

[NTG-context] Fwd: complicated layout - impostion

2010-08-09 Thread Willi Egger
the two documents into one: \starttext \insertpages [sample1.pdf][width=0pt] \insertpages [sample2.pdf][width=0pt] \stoptext Kind regards Willi Begin forwarded message: Subject: [NTG-context] complicated layout - impostion Date: Fri, 30 Jul 2010 12:00:29 +0200 From: Jan Pohanka xhpoha

Re: [NTG-context] Magazine imposition.

2010-02-18 Thread Willi Egger
% [the-review.pdf][1:16][width=0pt] \insertpages[the-review.pdf][width=0pt] \stoptext On Feb 18, 2010, at 12:41 AM, John Culleton wrote: A person has asked for a solution to this problem: print a dual magazine where the first half is a regular magazine, but the second half is a magazine

Re: [NTG-context] Magazine imposition.

2010-02-18 Thread Hans Hagen
, height=middle, location=middle, header=0pt, footer=0pt] \setuppagenumbering[location=,alternative=doublesided] \setuparranging[2DOWN] \starttext % \copypages % [the-review.pdf] % [scale=1000, % offset=0pt] % \filterpages % [the-review.pdf][1:16][width=0pt] \insertpages[the-review.pdf][width=0pt

Re: [NTG-context] Magazine imposition.

2010-02-18 Thread Willi Egger
] \setuppagenumbering[location=,alternative=doublesided] \setuparranging[2DOWN] \starttext % \copypages % [the-review.pdf] % [scale=1000, % offset=0pt] % \filterpages % [the-review.pdf][1:16][width=0pt] \insertpages[the-review.pdf][width=0pt] \stoptext I wonder how this imposes \starttext

Re: [NTG-context] \insertcrossref

2010-02-09 Thread Philipp Gesang
{ in~}{)}{)}% }% {}% \else \insertcrossref {\insertchap{, }{}{}% \insertpages{, S.~}{. }{. }% \insertvolume{Bd.~}{ von~}{}% }% {}% {\insertvolume {, Bd.~}% {\insertseries { von~\bgroup

Re: [NTG-context] Need help with bibliography

2009-09-20 Thread Aditya Mahajan
\/\egroup} {}% \insertvolume {,\space vol.~} {\insertissue {,\space no.~} {} {}} {}% \insertpages {,\space pp.\space} {} {}% \insertpubyear{,\space\insertmonth{}{\space}{}} {} {}% \insertnote {.\space

Re: [NTG-context] Need help with bibliography

2009-09-20 Thread Aditya Mahajan
]} {,} {}% \insertarttitle {\space\quotation\bgroup} {,\egroup} {}% \insertjournal{\space\bgroup \it} {\unskip\/\egroup} {}% \insertvolume {,\space vol.~} {\insertissue {,\space no.~} {} {}} {}% \insertpages {,\space pp.\space

Re: [NTG-context] Order of results of \placepbulications

2009-08-16 Thread Gerben Wierda
)\insertEdition {, } { ed. }{} \firstoftwoarguments #1#2-#1 argument ...{}}{)\insertEdition {, }{ ed. }{}}{} \insertpages {\unskip , p \firstoftwoarguments #1#2-#1 \@@pvdataincollection ...p , p.~}{. }{\unskip

[NTG-context] Possible Bug(s) in bibl-ams.tex (mkii)

2009-08-12 Thread Xan
by }% {}% {} \insertseries {\insertvolume{, number }{~in }{ }}% {}% {}% \insertchap{\unskip, }{ }{ }% \insertpubyear{(% \insertpublisher{}%{, }%{}% }{)\insertEdition{, }{ ed. }{}}{}% \insertpages{\unskip, p.~}{. }{\unskip

[NTG-context] Problems with @incollection

2009-07-23 Thread Xan
-#1 argument ...{}}{)\insertEdition {, }{ ed. }{}}{} \insertpages {\unskip , p \firstoftwoarguments #1#2-#1 \@@pvdataincollection ...p , p.~}{. }{\unskip

Re: [NTG-context] [off topic] wha'ts the best bibtex entity for lecture notes

2009-07-21 Thread Xan
{ (}{)}{}}{}% \insertbibtype{ (}{)}{}% \insertpubyear{ (unpublished,}{)}{ (unpublished)}% \insertpages{\unskip, }{ }{}% \insertNote{\unskip. }{.}{\unskip.}% } to \setuppublicationlayout[unpublished]{% \insertauthors{}{}{}% \inserttitle{, \bgroup \it }{\egroup \insertseries

Re: [NTG-context] Problems with bibtex and @incollection

2009-06-07 Thread Xan
{(% \insertpublisher{}%{, }%{}% }{)\insertEdition{, }{ ed. }{}}{}% \insertpages{\unskip, p.~}{. }{\unskip. }% }% {In \insertcrossref{}{}{}% \insertchap{\unskip, }{ }{ }% \insertpages{\unskip, p.~}{. }{\unskip. }% }% \insertNote{ }{.}{}% } Thanks a lot and I

[NTG-context] bibmodule (again)

2009-05-13 Thread Thomas A. Schmitz
.}% \insertpages{}{\insertnote{ [}{].}{.}}{.}% \insertcomment{[}{].}{}% } \startpublication[k=belfiorepleasure,t=article, a={{Belfiore}},y=1985, n=126,s=Bel85] \artauthor[]{Elizabeth}[E.]{}{Belfiore} \pubyear{1985} \arttitle{Pleasure, Tragedy and Aristotelian Psychology} \journal{Classical Quarterly

Re: [NTG-context] latext beta + xetex

2009-03-30 Thread Willi Egger
Hi all, may be I face the same problem here. I have metapost-drawings compiled with luatex 0.35. Inserting those in a text file does not work, I get dummy,file:groningse-tekeningen,state=unknown. On the other hand issuing \insertpages[groningse-tekeningen] inserts the drawings

Re: [NTG-context] issue with imposition

2009-01-19 Thread Pablo Rodríguez
, footer=0pt] \setuppagenumbering[location=,alternative=doublesided] \setuparranging[2*2*4] \starttext \insertpages[input-scaled.pdf][width=0pt] \stoptext On the commandline call conTeXt as follows texmfstart texexec --pdfarrange --environments=arrange --result=output.pdf input-scaled.pdf I

  1   2   >