Re: [NTG-context] nil from TeX to Lua

2021-08-10 Thread Taco Hoekwater via ntg-context
> On 9 Aug 2021, at 22:05, Aditya Mahajan via ntg-context > wrote: > > On Mon, 9 Aug 2021, Hans van der Meer via ntg-context wrote: > >> In the TeX to Lua interface with >> >> \def\Macro#1{\directlua{luafunction("#1")}} >> >> the transfer from TeX to Lua is by string. However what to do at

[NTG-context] ConTeXt exporter for Org Mode

2021-08-10 Thread Jason Ross via ntg-context
Hello, I have developed a ConTeXt exporter for Org Mode. It is available at https://github.com/Jason-S-Ross/ox-context The exporter provides custom environments for each Org Mode entity in an effort to make customization easier, in contrast to the Pandoc exporter which uses built-in environments

Re: [NTG-context] nil from TeX to Lua

2021-08-10 Thread Hans Hagen via ntg-context
On 8/10/2021 9:23 AM, Taco Hoekwater via ntg-context wrote: On 9 Aug 2021, at 22:05, Aditya Mahajan via ntg-context wrote: On Mon, 9 Aug 2021, Hans van der Meer via ntg-context wrote: In the TeX to Lua interface with \def\Macro#1{\directlua{luafunction("#1")}} the transfer from TeX to

Re: [NTG-context] Both pdfinfo & exiftool have trouble with 1.0.4 but works with 1.0.3

2021-08-10 Thread Hans Hagen via ntg-context
On 8/10/2021 6:33 AM, Ramkumar KB via ntg-context wrote: Hi, We use PDF tools like mutool, pdfinfo (from poppler) and exiftool in our workflow (once the PDFs are created by ConTeXt). But looks like we have hit upon some regression issue between 1.0.3 and 1.0.4 versions. Both pdfinfo (from

Re: [NTG-context] ConTeXt exporter for Org Mode

2021-08-10 Thread luigi scarso via ntg-context
On Tue, Aug 10, 2021 at 10:01 AM Jason Ross via ntg-context < ntg-context@ntg.nl> wrote: > Hello, > > I have developed a ConTeXt exporter for Org Mode. It is available at > https://github.com/Jason-S-Ross/ox-context > > The exporter provides custom environments for each Org Mode entity > in an

Re: [NTG-context] Both pdfinfo & exiftool have trouble with 1.0.4 but works with 1.0.3

2021-08-10 Thread Ramkumar KB via ntg-context
Hans, Thanks for the feedback. I will update to the latest version and run some tests again. mtxrun does not list the custom attributes unlike the others. From our (limited) experience, mutool / poppler / exiftool all excel in different areas. Dealing with different tools and keeping them upto

Re: [NTG-context] Harvard bibliography style

2021-08-10 Thread Jorge Manuel via ntg-context
Alan, Sorry for the insistence, but I need some help in setting up my bibliography. I want to continue to use context, but there is no out-of-the-box solution for bibliographic references that are based on the harvard agsm style (this is the standard in my country). 1. Parenthetical citations

[NTG-context] Different in-text and list citation renderings

2021-08-10 Thread Joey McCollum via ntg-context
Hi, I'm currently working on implementing a new citation rendering for SBL style. One of the challenges of this style is that it specifies slightly different rules for citations in the text (which are generally expected to look like citations made with the "entry" alternative) and entries in the

Re: [NTG-context] Different in-text and list citation renderings

2021-08-10 Thread Joey McCollum via ntg-context
It may also be relevant to mention a related feature of SBL style: (3) The "et al." string is used for more than three authors for in-text citations, but all authors are listed in full in the list of publications. In publ-imp-chicago.mkvi (probably the most similar style to SBL), the etallimit

Re: [NTG-context] JavaScript in multimedia PDF

2021-08-10 Thread Michal Vlasák via ntg-context
On Mon Aug 9, 2021 at 8:32 AM CEST, Pablo Rodriguez via ntg-context wrote: > On 8/8/21 11:00 PM, Michal Vlasák via ntg-context wrote: > > Is there a newer document than "JavaScript for Acrobat API Reference" > > (May 2015)? > > Well, the link you provided >

Re: [NTG-context] Harvard bibliography style

2021-08-10 Thread Thomas A. Schmitz via ntg-context
To get you started: the APA standards are defined in publ-imp-apa.mkvi and publ-imp-apa.lua. You could try and copy these files to different names (beginning with publ-imp-) and then make changes. You’ll have to replace the “apa:” prefix with the name you give your own style. From my