I should like to set the PDf properties so that the Document Info panel has
Editor ...
Title ...
Subtitle ...
Subject ...
Keyword
The problem is that currently
\setupinteraction[subtitle=text,] goes to Subject and that there are no
keys to get output labelled Subject or Editor.
I have experi
On 3/23/21 8:25 PM, Alan Bowen wrote:
> I should like to set the PDf properties so that the Document Info panel has
> Editor ...
> Title ...
> Subtitle ...
> Subject ...
> Keyword
>
> The problem is that currently
> \setupinteraction[subtitle=text,] goes to Subject and that there are no
> key
Hi, Pablo—
My inquiry concerns the possibility of getting *custom* properties that I
could specify using \setupinteraction in a way that would output in the PDF
file (under Document Info or Document Properties) as:
Editor (not Author) editors names
Title
Hi,
So the numbercommand does work after all, I just needed to keep something
in the "formulanumber" part of the textline, otherwise it wouldn't get
drawn.
Not sure how nice this looks, but it does work like this now:
\starttext
\showframe
\setupformulas[numbercommand=\nbsp\inrightmargin]
\start
Hi, list. I read about this:
https://www.mail-archive.com/ntg-context@ntg.nl/msg60217.html
But I want to know how to pass data to the .tuc file directly from Lua. I
think about some complex strings are calculations which are done in each
pass and slow down the whole compilation process. Something
On Tue, 23 Mar 2021, Jairo A. del Rio wrote:
> Hi, list. I read about this:
>
> https://www.mail-archive.com/ntg-context@ntg.nl/msg60217.html
>
> But I want to know how to pass data to the .tuc file directly from Lua. I
> think about some complex strings are calculations which are done in each
>
Thank you very much. It's useful, indeed. However, what I need is to bypass
TeX (Lua > .tuc) if possible, since all the data I need to handle is
generated with Lua scripts.
Jairo
El mar, 23 de mar. de 2021 a la(s) 23:12, Aditya Mahajan (adit...@umich.edu)
escribió:
> On Tue, 23 Mar 2021, Jairo A
On 3/24/2021 5:20 AM, Jairo A. del Rio wrote:
Thank you very much. It's useful, indeed. However, what I need is to
bypass TeX (Lua > .tuc) if possible, since all the data I need to handle
is generated with Lua scripts.
datasets-001.tex in the test suite
---