Re: [NTG-context] Implementing a custom authorconversion for bibliographies

2021-09-14 Thread Joey McCollum via ntg-context
All right, I figured out where I needed to make this change for it to take effect. The relevant script is publ-aut.lua. The code I needed to change was for the "oneauthor" function definition, which itself is located in the "btxauthor" function definition. My changes are detailed below: ```

[NTG-context] PDF metadata and pdfx keys

2021-09-14 Thread kauśika cittūr via ntg-context
Dear all, In my documents I use \setupinteraction [ author={AuthorName}, title={MyTitle}, subtitle={MySubtitle}, ] to set the document metadata. I also use \startluacode local metadata = lpdf.getmetadata(); metadata['producer']='author';

[NTG-context] An Org Mode export backend for ConTeXt

2021-09-14 Thread Garulfo via ntg-context
Hi, From https://blog.tecosaur.com/tmio/2021-08-38-roaming.html " We’ve long been able to export to LaTeX files with ox-latex, but now you can export to ConTeXt too with ox-context! While only just released, a lot of work has already gone into this — with development starting almost a

Re: [NTG-context] Roman PDF labels

2021-09-14 Thread Wolfgang Schuster via ntg-context
Pablo Rodriguez via ntg-context schrieb am 14.09.2021 um 14:38: On 9/14/21 1:58 PM, Sylvain Hubert via ntg-context wrote: Dear List, Do we have something like "\pagenumbering{roman}" in latex, which sets the pdf labels (page numbers for pdf viewers, not the ones rendered in the footer) to

Re: [NTG-context] Roman PDF labels

2021-09-14 Thread Pablo Rodriguez via ntg-context
On 9/14/21 1:58 PM, Sylvain Hubert via ntg-context wrote: > Dear List, > > Do we have something like "\pagenumbering{roman}" in latex, which sets > the pdf labels (page numbers for pdf viewers, not the ones rendered in > the footer) to roman numbers? Hi Sylvain, copied from

[NTG-context] Roman PDF labels

2021-09-14 Thread Sylvain Hubert via ntg-context
Dear List, Do we have something like "\pagenumbering{roman}" in latex, which sets the pdf labels (page numbers for pdf viewers, not the ones rendered in the footer) to roman numbers? Here's a MWE for latex: \documentclass{report} \usepackage{hyperref} \begin{document} \pagenumbering{roman}

[NTG-context] PDF days 2021 online

2021-09-14 Thread Henning Hraban Ramm via ntg-context
You might be interested in these online talks on PDF subjects: https://www.pdfa.org/pdf-days-online-2021/ Hraban ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] Headline with numbers in margin doubleside layout

2021-09-14 Thread Henning Hraban Ramm via ntg-context
> Am 14.09.2021 um 11:25 schrieb juh via ntg-context : > > > The text area stops at "dolor". So the long headline on page 2 should run into > the outermargin. > > Is it possible to put headline in an area combined from margin+textarea? I’d use \framed[width=..., frame=off,

Re: [NTG-context] Headline with numbers in margin doubleside layout

2021-09-14 Thread juh via ntg-context
Thanks a lot Wolfgang for your help, Am Mon, Sep 13, 2021 at 01:33:36PM +0200 schrieb Wolfgang Schuster via ntg-context: > Like this? > > \setuphead >   [chapter] >   [page=yes, >    alternative=inmargin, >    location=outer, >    align=outer] > > \setuppagenumbering >