[NTG-context] Fwd: Correct usage of \placebookmarks

2018-01-25 Thread Lars
bookmarks. So my MWE looks the following: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definelist[Marks] \placebookmarks[Marks][Marks][force=yes] \starttext   \bookmark[Marks]{Bookmark one}   \input tufte   \page   \bookmark[Marks]{Bookmark two}   \input knuth

[NTG-context] Fwd: Correct usage of \placebookmarks

2018-01-23 Thread Lars
goal is to create a multipage document *without* heads (title, chapter, etc) but only text. Yet I would like to create bookmarks. So my MWE looks the following: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definelist[Marks] \placebookmarks[Marks][Marks][for

[NTG-context] Correct usage of \placebookmarks

2018-01-18 Thread Lars
] \setupinteractionscreen[option=bookmark] \definelist[Marks] \placebookmarks[Marks][Marks][force=yes] \starttext   \bookmark[Marks]{Bookmark one}   \input tufte   \page   \bookmark[Marks]{Bookmark two}   \input knuth \stoptext Yet CTX doesn't create bookmarks in that case. I first have to add a blank

Re: [NTG-context] Multicolumn enumeration in a column

2018-01-02 Thread Fabrice Couvreur
[Mycolumns] > [ > n=2, > separator=rule, > rulecolor=, > balance=, > grid=strut, > ] > > \setupalign[verytolerant,stretch,hanging] > > \setuppapersize[A4,landscape] > \setupinteractionscreen[option=landscape] > > \starttext &

Re: [NTG-context] Multicolumn enumeration in a column

2018-01-02 Thread Jan Willem Flamma
grid=strut, > ] > > \setupalign[verytolerant,stretch,hanging] > > \setuppapersize[A4,landscape] > \setupinteractionscreen[option=landscape] > > \starttext > \startMycolumns > \startitemize[n] > \startitem > One > \stopitem >

Re: [NTG-context] Fwd: Re: Multicolumn enumeration in a column

2017-12-31 Thread Fabrice Couvreur
] \setuppapersize[A4,landscape] \setupinteractionscreen[option=landscape] \starttext \startMycolumns \startitemize[n] \startitem One \stopitem \startitem \startitemize[a,packed, horizontal, three] \startitem \math{Q_1\approx -8} \stopitem

[NTG-context] Fwd: Re: Multicolumn enumeration in a column

2017-12-30 Thread Lars
persize[A4,landscape] \setupinteractionscreen[option=landscape] \starttext \startMycolumns \startitemize[packed, columns, three] \startitem one \stopitem \startitem two \stopitem \stopitemize \blank[medium] \startitemize[packe

Re: [NTG-context] Multicolumn enumeration in a column

2017-12-30 Thread Lars
columns in a column ? Thank you Fabrice \definemixedcolumns [Mycolumns] [ n=2, separator=rule, rulecolor=, balance=, grid=strut, ] \setupalign[verytolerant,stretch,hanging] \setuppapersize[A4,landscape] \setupinteractionscreen[option=landscape] \starttext

[NTG-context] Multicolumn enumeration in a column

2017-12-30 Thread Fabrice Couvreur
] \setupinteractionscreen[option=landscape] \starttext \startMycolumns \startitemize[n] \item \item \blank \startitemize[a,columns,three,joinedup] \item \item \item \stopitemize \stopitemize \stopMycolumns \stoptext

Re: [NTG-context] Page printed upside down

2017-10-23 Thread Fabrice Couvreur
did some tests before answering to > > understand your explanations. > > Hi Fabrice, > > the basic idea is the paper orientation matches the printing option (if > any). > > > - With the command \setupinteractionscreen [option = landscape] and > > without select

Re: [NTG-context] Page printed upside down

2017-10-22 Thread Pablo Rodriguez
On 10/21/2017 11:45 PM, Fabrice Couvreur wrote: > Hi Pablo, > Sorry for the late response. I did some tests before answering to > understand your explanations. Hi Fabrice, the basic idea is the paper orientation matches the printing option (if any). > - With the command \setupinter

Re: [NTG-context] Page printed upside down

2017-10-21 Thread Fabrice Couvreur
Hi Pablo, Sorry for the late response. I did some tests before answering to understand your explanations. - With the commands \ setuppapersize [A4, landscape] and \ setupinteractionscreen [option = landscape] and without selecting anything in Acrobat, I get the desired double-sided document

Re: [NTG-context] Page printed upside down

2017-10-18 Thread Pablo Rodriguez
On 10/18/2017 06:00 PM, Fabrice Couvreur wrote: > Hi, > With this > > \setuppapersize[A4,landscape] > \setupinteractionscreen[option=landscape] > > I get a double-sided page that I can read without having to return the > page on the back. But I wish I could fold the

Re: [NTG-context] Page printed upside down

2017-10-18 Thread Pablo Rodriguez
on=landscape] in \setupinteractionscreen won’t change anything in the display of the document. The info added by this command is only relevant if and only if the PDF document is printed. Both commands are independent and related to different features. If you want to have lanscape page orientation, use \se

Re: [NTG-context] Page printed upside down

2017-10-18 Thread Fabrice Couvreur
Hi, With this \setuppapersize[A4,landscape] \setupinteractionscreen[option=landscape] I get a double-sided page that I can read without having to return the page on the back. But I wish I could fold the sheet to have a booklet. The output is: 1 | 2 3 | 4 it would be necessary to have: 3

Re: [NTG-context] Page printed upside down

2017-10-18 Thread Fabrice Couvreur
=middle, > topspace=\dimexpr 2cm-\headerheight-\headerdistance\relax, > footer=\lineheight, > height=middle] > > \setupinteractionscreen[option=landscape] > > \setuppagenumbering[alternative=,location=] > > \definemixedcolumns > [MyColumns] > [

Re: [NTG-context] Page printed upside down

2017-10-16 Thread Fabrice Couvreur
-\headerheight-\headerdistance\relax, footer=\lineheight, height=middle] \setupinteractionscreen[option=landscape] \setuppagenumbering[alternative=,location=] \definemixedcolumns [MyColumns] [ n=2, separator=rule, rulecolor=, balance=yes, ] \setupalign[verytolerant

Re: [NTG-context] Page printed upside down

2017-10-16 Thread Pablo Rodriguez
ice, [the command above is the only relevant one, lanscape page orientation.] If you use a recent version of Acrobat, you may use: \setupinteractionscreen[option=landscape] This will automatically print it in the right way. In that case, you don’t have to select anything in Acrobat, the p

Re: [NTG-context] Troubleshooting pdf bookmarks

2017-09-28 Thread Pablo Rodriguez
On 09/28/2017 12:17 PM, Mari Voipio wrote: > On Tue, Sep 26, 2017 at 1:19 PM, Henning Hraban Ramm <te...@fiee.net> wrote: >> >> did you check you have >> >> \setupinteraction[state=start] >> \setupinteractionscreen[option=bookmark] % should not be neces

Re: [NTG-context] Troubleshooting pdf bookmarks

2017-09-28 Thread Mari Voipio
On Tue, Sep 26, 2017 at 1:19 PM, Henning Hraban Ramm <te...@fiee.net> wrote: > > did you check you have > > \setupinteraction[state=start] > \setupinteractionscreen[option=bookmark] % should not be necessary > \placebookmarks[chapter,section,subsection][chapter,section

Re: [NTG-context] Troubleshooting pdf bookmarks

2017-09-26 Thread Henning Hraban Ramm
m to help, so I haven't been able to isolate the > cause of the problem. Are there some commands that can be used to > troubleshoot interactivity/pdf bookmarks? \tracesomething, maybe? Hi Mari, did you check you have \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] % should

Re: [NTG-context] imposition with some rotated pages

2017-08-02 Thread Willi Egger
[backspace=0pt, >topspace=0pt, > width=middle, > height=middle, >location=middle, > header=0pt, > footer=0pt] >\setupinteractionscreen[option={landscape, paper}, copies=1] >\starttext >\filterpages[report

[NTG-context] imposition with some rotated pages

2017-07-30 Thread Pablo Rodriguez
, location=middle, header=0pt, footer=0pt] \setupinteractionscreen[option={landscape, paper}, copies=1] \starttext \filterpages[report.pdf][1:25][width=0pt] \filterpages[report.pdf][27:30][width=0pt]%they are rotated \filterpages[report.pdf][31:100][width=0pt

Re: [NTG-context] Odd numbering of pp. in PDF viewer

2017-07-27 Thread Sebastian L.
is your makeup (I removed unrequired lines). And that's from my env.tex: \setupinteraction[state=start, color=GBlue, contrastcolor=GBlue] % also in mkiv! % color: different page, contrastcolor: same page \setupinteractionscreen[option=bookmark] \setuppagenumbering[state=start, location={footer

Re: [NTG-context] full expansion in widgets

2017-06-22 Thread Henri Menke
start, title={\MyContent}] > \setupinteractionscreen[option=attachment] > \setuppapersize[A5, landscape] > \setuppagenumbering[location=] > \placebookmarks[chapter] > \enabledirectives[references.bookmarks.preroll] > \starttext > \startchapter[title=\MyContent] >

[NTG-context] full expansion in widgets

2017-06-22 Thread Pablo Rodriguez
Hans, I have the following sample: \def\hola{hola} \def\MyContent{B \quotation{C} \hola\ D} \enabledirectives[interaction.identity.preroll] \setupinteraction[state=start, title={\MyContent}] \setupinteractionscreen[option=attachment] \setuppapersize[A5, landscape

Re: [NTG-context] problem loading attachments (important for my work)

2017-06-08 Thread Hans Hagen
On 6/8/2017 9:40 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \setupinteraction[state=start] \setupinteractionscreen[option=attachment] \setuppapersize[A5, landscape] \setuppagenumbering[location=] \starttext File: \attachment[file={h

[NTG-context] problem loading attachments (important for my work)

2017-06-08 Thread Akira Kakuto
Could anyone confirm the issue in Windows? Here, in both of examples below, the file is successfully attached in Windows: \setupinteraction[state=start] \setupinteractionscreen[option=attachment] \setuppapersize[A5, landscape] \setuppagenumbering[location=] \starttext File: \attachment[file

[NTG-context] problem loading attachments (important for my work)

2017-06-08 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupinteraction[state=start] \setupinteractionscreen[option=attachment] \setuppapersize[A5, landscape] \setuppagenumbering[location=] \starttext File: \attachment[file={h:/general-documents/document.pdf}] \stoptext I’m afraid

[NTG-context] bug with hidden attachments?

2017-06-06 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupinteraction[state=start] \setupinteractionscreen[option=attachment] \setuppapersize[A5, landscape] \setuppagenumbering[location=] \starttext \startbuffer[abc] hola μαριόλα \stopbuffer This PDF document contains

Re: [NTG-context] pdfboxes

2017-02-13 Thread Peter Rolf
e official method to set the crop|trim|bleed >> boxes? > > controlled by: > > \setupinteractionscreen >[width=max,height=max] > Thanks for the pointer. Kind of works now, but the height calculation seems to be broken. The crop-|trimbox height is smaller than the

Re: [NTG-context] pdfboxes

2017-02-10 Thread Hans Hagen
by: \setupinteractionscreen [width=max,height=max] to be wikified - \showframe \setuplayout [location=middle, width=middle, height=middle, cropoffset=auto, trimoffset=1bp, bleedoffset=2bp, artoffset=2bp] \setupbackend [level=0] \starttext \definepapersize[TestA][width=100bp

Re: [NTG-context] A new problem in old TOC

2016-07-15 Thread Ursula Hermann
Am 15.07.2016 16:51, schrieb Wolfgang Schuster: Ursula Hermann 15. Juli 2016 um 16:27 High Wolfgang! Now i have tried this one: \mainlanguage[de] \setuppapersize[A4] \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist

Re: [NTG-context] A new problem in old TOC

2016-07-15 Thread Wolfgang Schuster
Ursula Hermann <mailto:ursula.herm...@univie.ac.at> 15. Juli 2016 um 16:27 High Wolfgang! Now i have tried this one: \mainlanguage[de] \setuppapersize[A4] \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[c

Re: [NTG-context] A new problem in old TOC

2016-07-15 Thread Ursula Hermann
High Wolfgang! Now i have tried this one: \mainlanguage[de] \setuppapersize[A4] \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[chapter] \setuplist[section][width=1em] \setuplist[subsection][width=1.5em

Re: [NTG-context] A new problem in old TOC

2016-07-15 Thread Wolfgang Schuster
age[de] \setuppapersize[A4] \setupinteraction[state=start] % don't forget this line! % make chapter, section bookmarks visible when opening document \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[chapter][width=fit] \set

[NTG-context] A new problem in old TOC

2016-07-15 Thread Ursula Hermann
this line! % make chapter, section bookmarks visible when opening document \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[chapter][width=fit] \setuplist[section][width=1em] \setuplist[subsection][width=1.5em, margin

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

2016-07-13 Thread Wolfgang Schuster
lowing: \setuppapersize [A5][A4,landscape] \setuparranging [2UP] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt] \setupinteraction[state=start] \setupinteractionscreen[option={landscape, paper}] \starttext \insertpages[whichever-docume

[NTG-context] different default size when imposing documents

2016-07-12 Thread Pablo Rodriguez
] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt] \setupinteraction[state=start] \setupinteractionscreen[option={landscape, paper}] \starttext

Re: [NTG-context] disabling page scaling

2016-07-04 Thread Wolfgang Schuster
Pablo Rodriguez <mailto:oi...@gmx.es> 4. Juli 2016 um 17:49 Dear list, I have the following sample: \setupinteractionscreen[option={paper,page}] \starttext \ConTeXt\ is awesome! \stoptext The values for the option key should enable "/PickTrayByPDFSize true" and "/Duplex

[NTG-context] disabling page scaling

2016-07-04 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupinteractionscreen[option={paper,page}] \starttext \ConTeXt\ is awesome! \stoptext The values for the option key should enable "/PickTrayByPDFSize true" and "/Duplex /Simplex" in the PDF file. But I get an unde

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-07-01 Thread Ursula Hermann
t] % don't forget this line! % make chapter, section bookmarks visible when opening document \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[chapter] \setuplist[section][width=1em] \setuplist[subsection][width=1.5em, mar

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-07-01 Thread Ursula Hermann
setupinteraction[state=start] % don't forget this line! % make chapter, section bookmarks visible when opening document \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[chapter] \setuplist[section][width=1em] \setuplist[subs

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-30 Thread Otared Kavian
s. >> >> I have written this one: >> >> \mainlanguage[de] >> >> \setupinteraction[state=start] % don't forget this line! >> % make chapter, section bookmarks visible when opening document >> \placebookmarks[chapter,section,su

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-30 Thread Otared Kavian
nivie.ac.at> >> 24. Juni 2016 um 15:53 >> Hello evrybody! >> >> I need in a Toc pagenumberings with romannumrals and numbers. >> >> I have written this one: >> >> \mainlanguage[de] >> >> \setupinteraction[state=start] % don't fo

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-28 Thread Ursula Hermann
written this one: \mainlanguage[de] \setupinteraction[state=start] % don't forget this line! % make chapter, section bookmarks visible when opening document \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[chapter] \setuplist[se

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-28 Thread Ursula Hermann
forget this line! % make chapter, section bookmarks visible when opening document \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[chapter] \setuplist[section][width=1em] \setuplist[subsection][width=1.5em, margin=0.6em] \set

Re: [NTG-context] four printing options (again)

2016-06-24 Thread Wolfgang Schuster
e four printing options would be: duplex page portrait landscape (implemented in the "option" key) fixed (no value is required) copies an number \setupinteractionscreen[copies=] Many thanks for your extremely instructive reply, Wolfgang. pdfsize yes no BTW, this concrete option (/P

Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-24 Thread Wolfgang Schuster
kmarks visible when opening document \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[chapter] \setuplist[section][width=1em] \setuplist[subsection][width=1.5em, margin=0.6em] \setuplist[subject][margin=1.5em] \setuppagenum

Re: [NTG-context] four printing options (again)

2016-06-24 Thread Pablo Rodriguez
inting options would be: >> >> duplex page portrait landscape (implemented in the "option" key) >> >> fixed (no value is required) >> >> copies an number > \setupinteractionscreen[copies=] Many thanks for your extremely instructive reply, Wolfgang. >

Re: [NTG-context] four printing options (again)

2016-06-24 Thread Wolfgang Schuster
option" key) fixed (no value is required) copies an number \setupinteractionscreen[copies=] pdfsize yes no The option key for \setupinteractionscreen accepts since a while a list with arguments, e.g. \setupinteractionscreen[option={duplex,fixed}] The option copies would implement /NumCo

[NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers

2016-06-24 Thread Ursula Hermann
,subsection][chapter,section] \setupinteractionscreen[option=bookmark]\starttext \setuplist[chapter] \setuplist[section][width=1em] \setuplist[subsection][width=1.5em, margin=0.6em] \setuplist[subject][margin=1.5em] \setuppagenumbering \setupcombinedlist[content][list={part,chapter,section

Re: [NTG-context] What is wrong here?

2016-06-20 Thread luigi scarso
ake chapter, section bookmarks visible when opening document > > \placebookmarks[title, chapter,section,subsection][title,chapter,section] > > \setupinteractionscreen[option=bookmark] > > > > \starttext > > \input Sigmund Freud Band1.pdf > > \stoptext > > > &

[NTG-context] What is wrong here?

2016-06-20 Thread Ursula Hermann
Hello ! I have problem with an PDF-File. In the Editor i wrote: \setupinteraction[state=start]%don't forget this line % make chapter, section bookmarks visible when opening document \placebookmarks[title, chapter,section,subsection][title,chapter,section] \setupinteractionscreen

Re: [NTG-context] Expansion of date inside \section

2016-06-19 Thread Hans Hagen
that there must be some trivial hack to prevent me from getting my sections labeled date[y={2016},m={06},d={25}] \setupinteraction [state=start] \placebookmarks [chapter,section,subsection] [chapter,section] \setupinteractionscreen [option=bookmark] \def\generatesection#1#2#3

Re: [NTG-context] Expansion of date inside \section

2016-06-19 Thread Mojca Miklavec
lacebookmarks > [chapter,section,subsection] > [chapter,section] > \setupinteractionscreen > [option=bookmark] > > \def\generatesection#1#2#3{% > \edef\dt{\date[y={#1},m={#2},d={#3}][year,-,mm,-,dd]} > \setupheadertexts[{\dt}][pagenumber] > \sect

[NTG-context] Expansion of date inside \section

2016-06-19 Thread Mojca Miklavec
me from getting my sections labeled date[y={2016},m={06},d={25}] \setupinteraction [state=start] \placebookmarks [chapter,section,subsection] [chapter,section] \setupinteractionscreen [option=bookmark] \def\generatesection#1#2#3{% \edef\dt{\date[y={#1},m={#2},d={#3}][year

Re: [NTG-context] duplex printing and doublesided

2016-04-04 Thread Pablo Rodriguez
On 04/04/2016 11:35 AM, Wolfgang Schuster wrote: >> Pablo Rodriguez 2. April 2016 um 20:29 >> >> Wolfgang, this was my original sample: >> >> \setuppagenumbering[alternative=doublesided] >> \setupinteractionscreen[option=portrait] >> \start

Re: [NTG-context] duplex printing and doublesided

2016-04-04 Thread Wolfgang Schuster
Pablo Rodriguez <mailto:oi...@gmx.es> 2. April 2016 um 20:29 Wolfgang, this was my original sample: \setuppagenumbering[alternative=doublesided] \setupinteractionscreen[option=portrait] \starttext No duplex printing. \page[right] In this document. \stoptext The doublesided alternative di

Re: [NTG-context] duplex printing and doublesided

2016-04-02 Thread Pablo Rodriguez
On 04/02/2016 08:09 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 1. April 2016 um 22:54 >> >> How should I invoke them? (Sorry, but I cannot grep it. This is too >> complex for me.) > interface > > \setupinteractionscreen[option=landscape] % option=portrai

Re: [NTG-context] duplex printing and doublesided

2016-04-02 Thread Wolfgang Schuster
Pablo Rodriguez <mailto:oi...@gmx.es> 1. April 2016 um 22:54 How should I invoke them? (Sorry, but I cannot grep it. This is too complex for me.) \setupinteractionscreen[option=landscape] % option=portrait Wo

Re: [NTG-context] duplex printing and doublesided

2016-03-31 Thread Hans Hagen
On 3/15/2016 1:26 PM, Pablo Rodriguez wrote: Hi Hans, I have the following sample: \setuppagenumbering[alternative=doublesided] \setupinteractionscreen[option=portrait] \starttext No duplex printing. \page[right] In this document. \stoptext I’m afraid

[NTG-context] duplex printing and doublesided

2016-03-15 Thread Pablo Rodriguez
Hi Hans, I have the following sample: \setuppagenumbering[alternative=doublesided] \setupinteractionscreen[option=portrait] \starttext No duplex printing. \page[right] In this document. \stoptext I’m afraid that doublesided alternative disables duplex printing

Re: [NTG-context] Table of Contents

2016-03-11 Thread Aidan Nichol
Thanks Pablo That did it. I found the \placebookmarks in the pandoc template once I knew what I was looking for. I also found \setupinteractionscreen[option=bookmark] so I get it displayed when the document is opened. Aidan

Re: [NTG-context] two issues with interactive hyperlinks (please comment)

2016-02-22 Thread Hans Hagen
On 2/21/2016 8:54 PM, Pablo Rodriguez wrote: Hans, I’m afraid there is a regression partially displayed in the following code: \setupinteraction[state=start, focus=standard] \enabledirectives[references.border] \setupinteractionscreen[option=fit] \setupnote[footnote][way

[NTG-context] two issues with interactive hyperlinks (please comment)

2016-02-21 Thread Pablo Rodriguez
Hans, I’m afraid there is a regression partially displayed in the following code: \setupinteraction[state=start, focus=standard] \enabledirectives[references.border] \setupinteractionscreen[option=fit] \setupnote[footnote][way=bytext, location=text] \starttext

[NTG-context] duplex printing

2015-12-24 Thread Pablo Rodriguez
Dear list, for those interested, Hans has implemented in latest beta from 2015.12.22 10:50 values for duplex printing in the option key from \setupinteractionscreen. With this commit, it is possible to disable duplex printing in printers which have it set by default, or enable portrait

Re: [NTG-context] Troubles with presentations

2015-10-14 Thread Otared Kavian
--- > > \usemodule[pre-original] > \usemodule[rsteps] > \usemodule[pre-60] > > \setuppapersize[S6][S6] > \setuppagenumbering[state=stop] > \setuptolerance[verytolerant,stretch] > \setupinteractionscreen[option=max] > \setupinteraction[state=start,colo

[NTG-context] Troubles with presentations

2015-10-06 Thread Tomas Hala
st minimal example: \usemodule[pre-original] \usemodule[rsteps] \usemodule[pre-60] \setuppapersize[S6][S6] \setuppagenumbering[state=stop] \setuptolerance[verytolerant,stretch] \setupinteractionscreen[option=max] \setupinteraction[state=start,color=middlered] \useURL [ga

Re: [NTG-context] Expansion in bookmarks

2015-07-09 Thread Hans Hagen
want to use \autoinsertnextspace with this command. In the following MWE, why do \This and \AName not work, while \TEX does work? I appreciate any feedback, Christoph MWE: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark

Re: [NTG-context] Expansion in bookmarks

2015-07-09 Thread Christoph Reller
\This and \AName not work, while \TEX does work? I appreciate any feedback, Christoph MWE: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \placebookmarks[section][section] \def\What{This\autoinsertnextspace} \definesorting[Name] \setupsorting[Name][next

[NTG-context] Expansion in bookmarks

2015-07-08 Thread Christoph Reller
] \setupinteractionscreen[option=bookmark] \placebookmarks[section][section] \def\What{This\autoinsertnextspace} \definesorting[Name] \setupsorting[Name][next=\autoinsertnextspace] \Name[AName]{Knuth} \usemodule[abr-01] \setupsorting[logo][next=\autoinsertnextspace] \starttext \startsection[title={\What

Re: [NTG-context] Expansion in bookmarks

2015-07-08 Thread Hans Hagen
MWE: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \placebookmarks[section][section] \def\What{This\autoinsertnextspace} \definesorting[Name] \setupsorting[Name][next=\autoinsertnextspace] \Name[AName]{Knuth} \usemodule[abr-01] \setupsorting[logo][next

Re: [NTG-context] Having difficulty getting unicode characters to display in ConTeXT out put PDF

2015-04-08 Thread Henning Hraban Ramm
at my computer). I can’t help you with the PDF bookmarks, sorry; I tried different options, but the functionality is probably broken. \usetypescript[dejavu] \setupbodyfont[dejavu, 9pt] % Enables index in PDF document \setupinteraction[state=start] \setupinteractionscreen[option=bookmark

Re: [NTG-context] Having difficulty getting unicode characters to display in ConTeXT output PDF

2015-04-08 Thread Pablo Rodriguez
version from 2014.01.03 00:40): \definefontfamily[mainface][rm][FreeSerif] \setupbodyfont[mainface] % Enables index in PDF document \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \placebookmarks[section][force=yes] % Let us say hello in many languages \starttext

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
] \setupinteractionscreen[width=fit] \starttext \completecontent \chapter{Chapter} \stoptext Link destination for “Chapter” seems to be: /D [27 0 R /XYZ 70.867 689.409 null] But both chapter headings are placed at x,y (70.87, 122.22), according to poppler-glib-demo. Anyway

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
Hi Rob, there is a minimal sample: \setupcolors[state=start] \setupinteraction[state=start, focus=standard] \setupinteractionscreen[width=fit] \definecombinedlist[content][all] \setuphead[part][placehead=yes] \starttext \completecontent \dorecurse{5

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
=standard] \setupinteractionscreen[width=fit] \starttext \completecontent \chapter{Chapter} \stoptext Link destination for “Chapter” seems to be: /D [27 0 R /XYZ 70.867 689.409 null] But both chapter headings are placed at x,y (70.87, 122.22), according to poppler

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Hans Hagen
*] \setupinteraction[state=start, focus=standard] \setupinteractionscreen[width=fit] \starttext \completecontent \chapter{Chapter} \stoptext Link destination for “Chapter” seems to be: /D [27 0 R /XYZ 70.867 689.409 null] But both chapter headings are placed at x,y (70.87

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
that, but clicking an entry in the table of contents still sends me one page too far. Hi Rob, there is a minimal sample: \setupcolors[state=start] \setupinteraction[state=start, focus=standard] \setupinteractionscreen[width=fit] \definecombinedlist[content][all] \setuphead[part

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Hans Hagen
of contents page solves that, but clicking an entry in the table of contents still sends me one page too far. Hi Rob, there is a minimal sample: \setupcolors[state=start] \setupinteraction[state=start, focus=standard] \setupinteractionscreen[width=fit] \definecombinedlist[content

Re: [NTG-context] enumeration with the Spanish alphabet

2014-11-17 Thread Pablo Rodriguez
the samples for Slovenian: \mainlanguage[sl] \definestructureconversionset[sectionnumbers] [characters,a,alphabetic][n] \setupinteraction[state=start] \placebookmarks[part,chapter,section] [part,chapter,section] \setupinteractionscreen[option=bookmark

Re: [NTG-context] Problem with PDF bookmarks (outline)

2014-11-05 Thread Michał Goliński
it doesn't. I don't know if this is a bug or is this expected behaviour. For the file: \setupinteraction[state=start] \placebookmarks[part,chapter,section] \setupinteractionscreen[option=bookmark] \starttext \placecontent \startfrontmatter \startchapter[title=Prologue] \input knuth \stopchapter

Re: [NTG-context] Problem with PDF bookmarks (outline)

2014-11-05 Thread Gareth Jones
there are none. The set-ups I’m using are: \pdfcompresslevel=9 \mainlanguage [en-gb] \setupinteraction [ state=start, title={...}, author={Gareth Jones}, color=black, style=normal, ] \setupinteractionscreen [option=bookmark] \placebookmarks [all] % Some font stuff

Re: [NTG-context] Problem with PDF bookmarks (outline)

2014-11-05 Thread Hans Hagen
a solution, which should work, but unfortunately it doesn't. I don't know if this is a bug or is this expected behaviour. For the file: \setupinteraction[state=start] \placebookmarks[part,chapter,section] \setupinteractionscreen[option=bookmark] \starttext \placecontent \startfrontmatter \startchapter

Re: [NTG-context] Problem with PDF bookmarks (outline)

2014-11-05 Thread Hans Hagen
a solution, which should work, but unfortunately it doesn't. I don't know if this is a bug or is this expected behaviour. For the file: \setupinteraction[state=start] \placebookmarks[part,chapter,section] \setupinteractionscreen[option=bookmark] \starttext \placecontent \startfrontmatter \startchapter

[NTG-context] Problem with PDF bookmarks (outline)

2014-11-04 Thread Michał Goliński
] \placebookmarks[part,chapter,section] \setupinteractionscreen[option=bookmark] \starttext \placecontent \startfrontmatter \startchapter[title=Prologue] \input knuth \stopchapter \stopfrontmatter \startpart[title={Part A}] \startchapter[title=One] \input knuth \stopchapter \stoppart

Re: [NTG-context] Problem with PDF bookmarks (outline)

2014-11-04 Thread Robert Blackstone
or is this expected behaviour. For the file: \setupinteraction[state=start] \placebookmarks[part,chapter,section] \setupinteractionscreen[option=bookmark] \starttext \placecontent \startfrontmatter \startchapter[title=Prologue] \input knuth \stopchapter \stopfrontmatter \startpart[title

Re: [NTG-context] Structure of titles in MkIV

2014-10-19 Thread Alan BRASLAU
[state=start,option=bookmark,contrastcolor=interactioncolor] \setupinteractionscreen[option=bookmark] \placebookmarks[part,chapter,title,section,subject,subsection][part,chapter,title] \enabledirectives[references.bookmarks.preroll] I must point-out that whereas adobe reader handles bookmarks, many

[NTG-context] viewer magnification in full screen (/OpenAction)

2014-10-06 Thread Peter Rolf
Hi, I want to open a document in 'full screen', showing the complete page at maximal magnification. Couldn't find a proper way to set the magnification though. Peter Example: \setupinteraction[state=start]% openaction, focus \setupinteractionscreen[option=max,height=fit] \starttext Full

[NTG-context] wrong bookmark destinations in PDF files

2014-03-27 Thread Pablo Rodriguez
Hans, I’m afraid that bookmark destinations are wrong in latest beta from 2014.03.25 16:58. Here you have the minimal sample (that I copied from source): \nopdfcompression \starttext \setupinteraction[state=start]\setupinteractionscreen[option=bookmark] \placebookmarks[chapter,section

Re: [NTG-context] wrong bookmark destinations in PDF files

2014-03-27 Thread Hans Hagen
On 3/27/2014 7:13 PM, Pablo Rodriguez wrote: Hans, I’m afraid that bookmark destinations are wrong in latest beta from 2014.03.25 16:58. Here you have the minimal sample (that I copied from source): \nopdfcompression \starttext \setupinteraction[state=start]\setupinteractionscreen[option

[NTG-context] Bookmarks with the specified label on

2014-02-06 Thread Lei WANG
I do to enable this feature? A minimal example: \setuplabeltext[en][chapter={the , chpt}] \setupinteraction[state=start] \placebookmarks[chapter,section] \setupinteractionscreen[option=bookmark] \setuplist[chapter,section,subsection][alternative=c] \setuplist[chapter][distance=3em] \setuplist

Re: [NTG-context] pdf format

2013-12-26 Thread Henning Hraban Ramm
? Document settings normally override viewer settings. AFAIK only Adobe Reader uses these settings, others ignore them. With ConTeXt, try options of \setupinteraction and \setupinteractionscreen Greetlings, Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org

Re: [NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-26 Thread Jan Tosovsky
On 2013-11-18 Jan Tosovsky wrote: when I specify custom titles for my registers, they are ignored in bookmarks: \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \defineregister[indexname][indexnames] \defineregister[indexsubject

Re: [NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-26 Thread Hans Hagen
On 11/26/2013 8:03 PM, Jan Tosovsky wrote: On 2013-11-18 Jan Tosovsky wrote: when I specify custom titles for my registers, they are ignored in bookmarks: \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \defineregister[indexname][indexnames

Re: [NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-26 Thread Jan Tosovsky
On 2013-11-26 Hans Hagen wrote: On 11/26/2013 8:03 PM, Jan Tosovsky wrote: On 2013-11-18 Jan Tosovsky wrote: when I specify custom titles for my registers, they are ignored in bookmarks: \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option

[NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-18 Thread Jan Tosovsky
Dear All, when I specify custom titles for my registers, they are ignored in bookmarks: \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \defineregister[indexname][indexnames] \defineregister[indexsubject][indexsubjects] \setupheadtext[indexname

[NTG-context] PDF bookmarks - missing interactivity of some items

2013-11-16 Thread honyk
Dear All, when bookmarks are placed to my file, only several of them are interactive. I cannot find any rule for this behaviour nor to reproduce it on a simplified example. \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] ... \chapter{Chapter

Re: [NTG-context] PDF bookmarks - missing interactivity of some items

2013-11-16 Thread Hans Hagen
On 11/16/2013 3:41 PM, honyk wrote: Dear All, when bookmarks are placed to my file, only several of them are interactive. I cannot find any rule for this behaviour nor to reproduce it on a simplified example. \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen

<    1   2   3   4   >