On 9/10/21 7:25 PM, Christian Dekant via ntg-context wrote:
> [...]
> % startTEXpage does not increase page number => incrementpagenumber
Sorry, Christian, I’m afraid I don’t understand what you want to achieve
\startTEXpage[pagestate=start] uses page numbers as any other page.
I hope it helps,
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" (which I guess it m
On 9/11/21 6:16 PM, Hans Hagen via ntg-context wrote:
> On 9/11/2021 2:35 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> How can I get the pure text value, so I can transfer metadata from one
>> PDF document into another PDF document?
> just use the better interfa
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
https://wiki.contextga
Dear list,
I have the following sample to import metadata (title, author, subject,
keywords and dates).
\starttext
\startluacode
function document.transfer_metadata(name)
local main_doc = lpdf.epdf.load(name)
lpdf.addtocatalog("Lang", lpdf.unicode(main_doc.Catalog.Lang),
main_
Dear list,
I have the following sample:
\starttext
\startluacode
function document.transfer_metadata(name)
local main_doc = lpdf.epdf.load(name)
lpdf.addtoinfo("Title", lpdf.unicode(main_doc.Info.Title),
lpdf.string(main_doc.Info.Title))
lpdf.addtoinfo("CreationDate",
Dear list,
I have the following sample:
\setupheadertexts[{\getmarking[chapter]}]
\starttext
\chapter{Chapter}
\stoptext
It compiles perfectly fine with MkIV from 2021.10.08 20:18, but its LMTX
version triggers the following error message:
Undefined control sequence \??markingfilter
On 10/10/21 6:51 PM, Hans Hagen via ntg-context wrote:
> On 10/10/2021 5:46 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> Being the sample file https://pdf.ousia.tk/metadata.pdf, Acrobat cannot
>> display the imported title or either the creation or modification d
Dear list,
I have the following sample:
\setupinteraction[state=start,
date={02.02.2022}]
\starttext
This document is from 02.02.2020 at 12:00:21.
\stoptext
Which is the right way to get PDF dates working with \setupinteraction?
Many thanks for your help,
Pablo
--
http://www.ousia.
On 10/18/21 11:17 PM, Hans Hagen via ntg-context wrote:
> Hi,
>
> I uploaded a new lmtx. This one is a little experimental because I
> removed so redundant / intermediate code still present from teh
> transition from mkiv to lmtx (mostly backend related). I might have
> missed something (not all is
On 10/19/21 6:23 PM, Michal Vlasák via ntg-context wrote:
> On Tue Oct 19, 2021 at 5:47 PM CEST, Pablo Rodriguez via ntg-context wrote:
> [...]
> So this works:
>
>
> \setupinteraction[state=start,
> date={2022-02-02T12:00:21+02:00}]
> \starttext
>
Dear list,
since current latest (2021.10.18 23:14), I don’t get transparency working:
\definecolor[transparent][b=1, a=1, t=0]
\starttext
\startTEXpage[offset=1em, align=middle]
\color[transparent]{\ssbf totally\\transparent?}
\stopTEXpage
\stoptext
Am I missing something or is it a
Dear list,
I have the following imposition sample:
\startbuffer[newbuff]
\showframe\showgrid
\setuppapersize[A3, landscape]
\setuplayout[width=middle]
\starttext
\dorecurse{4}{\null\page}
\stoptext
\stopbuffer
\startmode[*first]
\savebuffer[newbuff][A3page.tex, prefix=no]
\e
On 10/20/21 4:02 PM, Hans Hagen via ntg-context wrote:
> On 10/19/2021 10:38 PM, Michal Vlasák via ntg-context wrote:
>> [...]
>> The pattern doesn't catch all the PDF spec cases, but should match what
>> ConTeXt emits. The timezone info gets overwritten by current timezone
>> though.
>>
>> Require
On 10/21/21 8:04 PM, Hans Hagen via ntg-context wrote:
> Hi,
>
> I cleaned up some more backend code. There were some mails about dates
> and such and although the date field in setupinteraction works ok a more
> drastic overload is doen with directives. The reason is that the fact
> that we can s
On 10/22/21 10:07 AM, Hans Hagen via ntg-context wrote:
> nicer demo:
> [...]
Hans,
many thanks for your reply and your sample.
A more visual version for me would be:
\setupbodyfont[sans, 30pt]
\setuppagenumbering[location=,]
\showframe
\starttext
\topskip4cm
\dostepwis
Dear list,
I have the following sample:
\starttext
\setupexternalfigure[location=default]
\startcombination[nx=3, ny=2, location={middle}]
{\externalfigure[mill.png][width=.25\textwidth]}
{\externalfigure[cow.pdf][width=.25\textwidth]}
{\externalfigure[cow.pdf][width=.25\textwidth]}
On 10/22/21 5:46 PM, Hans Hagen via ntg-context wrote:
> On 10/22/2021 5:20 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> How could I get all lines with images vertically centered?
>
> maybe by using the command the right way ...
>
>\setupexte
On 10/22/21 5:50 PM, Michal Vlasák via ntg-context wrote:
> [...]
> I checked the backend code and some of the related os functions. I put
> together a patch that hopefully fixes some stuff and doesn't break
> anything.
> [...]
> \enabledirectives[backend.date=1234-12-30T23:45:16+01:00] %
> 1234
Dear list,
where could I get the vector version from
https://wiki.contextgarden.net/skins/common/images/context/context_logo_inv.png?
Many thanks for your help,
Pablo
--
http://www.ousia.tk
___
If your question is of
On 10/23/21 12:35 PM, Adam Reviczky via ntg-context wrote:
> Hi Pablo,
>
> https://gitlab.com/schickele/new-context-logo
> (See: https://mailman.ntg.nl/pipermail/ntg-context/2019/093859.html)
Many thanks for your fast reply and your help, Adam.
Pablo
--
http://www.ousia.tk
___
On 10/23/21 3:00 PM, Gerben Wierda via ntg-context wrote:
> By the way, neither does \blackboard{Q} work. But \rationals works in
> the case of the letter Q.
Hi Gerben,
it only seems to work inside math:
\starttext
\dorecurse{26}{$\blackboard\characters{\recurselevel}
\Characters{\recursel
On 10/23/21 3:51 PM, Gerben Wierda via ntg-context wrote:
>> On 23 Oct 2021, at 15:34, Wolfgang Schuster wrote:
>> [...]
>> You can use \part.
>
> Yes. Thanks. But that leads to additional questions:
> - how do I get the parts to show up in the table of contents? Because
> I tried \part but it did
On 10/23/21 6:09 PM, Gerben Wierda wrote:
> [...]
Replying a private to the list, since it could be useful for (future?)
reference.
> This works, except:
> - Parts are not mentioned in the table of contents. If I use
> \completecontent, I do not get the abstracts
Well, don’t use \completecontent
On 10/25/21 4:45 PM, Rik Kabel via ntg-context wrote:
> Hello all,
>
> The example below continues to work with MkIV, but now fails with the
> most recent (ConTeXt ver: 2021.10.24 21:45) LMTX:
>
> \define\DraftOf {Draft of \date}
> \setupinteraction [date={\DraftOf}]
Hi Rik,
\setupinte
Dear list,
I have the following sample:
\starttext
\startluacode
document.sample = "xml-mkiv.pdf"
context.getfiguredimensions({ document.sample })
context(context.figureheight)
context.par()
context(tex.dimen.paperheight)
\stopluacode
\stoptext
Is there a way that I c
On 10/27/21 3:03 PM, Denis Maier via ntg-context wrote:
> [...]
> I’ve receiving errors that seem to be related to hyphenatedurl. The
> problem is I cannot really reproduce it in a MWE. The example below
> works, but if I include the link in my real document, I’am getting this
> error message (copi
On 10/27/21 5:37 PM, Denis Maier via ntg-context wrote:
> [...]
> Oh, actually that leads to a similar problem as in my original
> question where Wolfgang suggested using \expandUx: if the URL is
> broken across lines, the link content is also broken. Interestingly,
> the plain>
> \startxmlsetups x
On 10/26/21 6:31 PM, Pablo Rodriguez via ntg-context wrote:
> [...]
> Is there a way that I can get a number from context.figureheight, such
> as I get it from tex.dimen.paperheight?
Sorry for insisting, I need it for a Lua script that in the relevant
line reads:
loader_times:wr
On 10/27/21 10:06 PM, Hans Hagen via ntg-context wrote:
> On 10/27/2021 9:20 PM, Pablo Rodriguez via ntg-context wrote:
>> On 10/26/21 6:31 PM, Pablo Rodriguez via ntg-context wrote:
>>> [...]
>>loader_times:write('.box placeholder width=' .. contex
Dear list,
is there a way if a program is installed on the computer using Lua.
I have the following sample:
\starttext
\startluacode
filename = tex.jobname .. ".pdf"
os.exec("dir " .. filename)
\stopluacode
\stoptext
Is there a way to wrap os.exec() in the sample so that it only run
On 11/1/21 3:10 PM, Taco Hoekwater via ntg-context wrote:
>> [...]
>> Is there a way to wrap os.exec() in the sample so that it only runs if
>> "dir" is available?
>
> if os.which(‘dir’) then
> ...
> end
>
> But note that os.which() may be unreliable in various cases (like it
> will fail for shel
On 11/1/21 5:13 PM, Hans Hagen via ntg-context wrote:
> On 11/1/2021 2:26 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> Is there a way to wrap os.exec() in the sample so that it only runs if
>> "dir" is available?
>>
>> I know that os.name would
Dear list,
I have the following sample:
\starttext
\startluacode
main_file = document.files[1]
if file.pathpart(main_file) == "" then
main_filename = file.nameonly(main_file)
main_filename_win = main_filename
else
main_filename = file.pathpart(main_file):gsub(io.fileseparat
On 11/3/21 9:55 PM, Hans Hagen via ntg-context wrote:
> On 11/3/2021 7:49 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> How can I get the io.fileseparator or escape the backslash in
>> main_filename_win above?
> (there are helpers for splitting names and combining
Hi Hans,
I would like to use luatex.wrapup to remove media files that I don’t
need anymore once the PDF document is generated.
I have realized that luatex.wrapup works at the very end of the PDF
generation, but in each run.
Is there no way to have a luatex.final_wrapup, when no other run will
ta
On 11/8/21 8:28 AM, Hans Hagen via ntg-context wrote:
> On 11/7/2021 11:18 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> Is there no way to have a luatex.final_wrapup, when no other run will
>> take place?
>
> a run doesn't know it's the last one, onl
On 11/9/21 4:18 AM, jbf via ntg-context wrote:
> I want a particular layer to repeat on recto pages only, but I don't
> want this to happen in frontmatter, only in bodymatter.
>
> This is what I have done, just before the first chapter after
> \startbodymatter (but unsuccessfully; the layer repeats
On 11/9/21 11:12 PM, jbf via ntg-context wrote:
> Muchas gracias Pablo, that was most helpful, and of course it works.
>
> The particular part that I was missing (there was already
> alternative=doublesided in the preamble) of course was the
> \startsectionblockenvironment[bodypart], so thanks for
Hans,
I have a PDF document (which I didn’t generate) and it contains the
following objects:
1 0 obj
<<
/Title 272 0 R
/Producer 273 0 R
/Creator 274 0 R
/CreationDate 275 0 R
/ModDate 275 0 R
>>
endobj
272 0 obj
(This is an important title)
endobj
273 0 obj
On 11/12/21 6:23 PM, Michael Urban via ntg-context wrote:
> I downloaded the Google free font ‘Vollkorn’
> (https://fonts.google.com/specimen/Vollkorn) into an appropriate directory
> and ran
> mtxrun --script font --reload
Hi Michael,
I would rather wipe out the cache and start again:
mtxru
On 11/12/21 7:14 PM, Hans Hagen via ntg-context wrote:
> They are tables because in lua objects are like tables. Doesn't
>
> context(tostring(main_doc.Info.ModDate))
>
> work?
Many thanks for your reply, Hans.
I’m afraid I don’t know how to extract the real information, I only get:
table:
On 11/12/21 8:04 PM, Hans Hagen via ntg-context wrote:
> On 11/12/2021 7:24 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> I’m afraid I don’t know how to extract the real information, I only
>> get:>>
>>table: 0x324279a3400
>
> then you're
On 11/12/21 7:08 PM, Vincent Hennebert via ntg-context wrote:
> Hi there,
>
> freshly upgraded LMTX installation. TwemojiMozilla.ttf downloaded from
> GitHub [1].
> [...]
> gives me pages of emojis, all black. According to what is described on
> Stackexchange, I should be getting colours. Am I doin
Hi Hans,
I have the following sample:
\setuppapersize[S6]
\startbuffer[flag]
\setuppapersize[S6]
\starttext
\startmakeup[page][align=center]
\dontleavehmode
\externalfigure[uk-flag.pdf][width=.8\textwidth]
\stopmakeup
\stoptext
\stopbuffer
\starttext
\startmakeup[page][ali
Dear list,
I have this minimal sample:
\ctxlua{require("util-sha")}
\def\sha#1{%
\ctxlua{context(utilities.sha2.hash512("#1"))}}
\startbuffer[text]
hola
\stopbuffer
\starttext
\sha{hola}
\sha{\typebuffer[text]}
\stoptext
How can I get that both commands get the same s
On 12/1/21 2:03 PM, Denis Maier via ntg-context wrote:
> Sorry for spamming the list, but I was able to narrow it further down:
> [...]
> \setupinteraction
> [state=start,
>openaction=FitWidth] % comment this out to make it work
> [...]
> Can anyone confirm this?
Hi Denis,
I can confirm the
On 12/10/21 11:46 AM, Hans Hagen via ntg-context wrote:
> Hi,
>
> This time the lmtx upload has a (for some maybe) interesting new
> features: runtime pdf encryption.
>
> context
> --ownerpassword=foo
>[--userpassword=bar]
>[--permissions="see context --help --expert"]
Many thanks for
On 12/10/21 6:37 PM, Hans Hagen via ntg-context wrote:
> On 12/10/2021 6:04 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> I’m afraid I’m not getting anything different.
>> [...]
>> I wonder whether there has been an LMTX update or something else t
On 12/16/21 12:34 PM, Denis Maier via ntg-context wrote:
> Ok, this works:
>
> \setupnote[footnote][align=l2r]
>
> Does that have any drawbacks?
Hi Denis,
I don’t think it may have (other than forgetting other options, such as
hz or hanging).
> Is it possible to change the text direction for sin
Hans,
I wonder whether it would be possible to add the options for tweaked
fonts (or at least, xscale and yscale) to \definefontfeature.
I think this might ease the use of scaled fonts (at least, in some
documents).
Many thanks for your awesome work and best wishes for 2022 to you and to
all use
On 12/21/21 10:50 AM, hanneder--- via ntg-context wrote:
>
> Details:
> I was able to find the article "Ediciones críticas con ConTeXt" (is
> this in use?)
Hi Jürgen,
if you mean http://www.ediciones-criticas.tk/pdf/criticas-context.pdf,
this is outdated. I hope to update it in a not so distant f
On 1/3/22 10:43 AM, hanneder--- via ntg-context wrote:
> For the last two decades edmac and its further developments (now
> reledmac) have become the standard for critical editions. In my
> experience the basic requirements for typesetting critical editions
> were and are:
>
> - footnotes have to b
Dear list,
I have the following sample:
\setuplinenote[location=text, paragraph=yes]
\starttext
\startbuffer
\startlinenumbering[step=3]
\dorecurse{25}
{a\linenote{b} }
\stoplinenumbering
\stopbuffer
\getbuffer
\placenotes[linenote]
\stoptext
I canno
On 1/4/22 5:09 PM, Hans Hagen via ntg-context wrote:
> On 1/4/2022 2:23 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> I cannot compile it. ConTeXt complains about "\placenotes[linenote]"
>> being undefined.
>>
> can you check with
I’m afraid I
Dear list,
I have the following sample:
\setuppapersize[A6]
\showframe\showgrid
\setupnote[footnote][paragraph=yes]
%~ \setupnote[footnote][location=text, paragraph=yes]
\setupnotation[footnote][alternative=serried, width=broad]
\starttext
\startbuffer
\startlinenu
On 1/5/22 9:43 AM, luigi scarso via ntg-context wrote:
> [...]
> quite old (2014), but perhaps still interesting:
> embedding of a tei-xml into a tagged pdf
> https://www.guitex.org/home/images/ArsTeXnica/AT018/teitagged.pdf
Luigi,
if you allow me a comment (or even a suggestion), an English ver
On 1/5/22 7:46 PM, Jean-Pierre Delange via ntg-context wrote:
> AMHO, there is no text with dorecurse …
Jean-Pierre,
many thanks for your reply.
The second line is the content of \dorecurse:
\dorecurse{25}
{a\footnote{b} }
> Then the buffer is empty !
No on my computer. Have you past
On 1/5/22 6:39 PM, hanneder--- via ntg-context wrote:
> Dear Jean-Pierre,
>
> I started preparing some examples, but first a quick question: Where
> can I find out the exact behaviour of a command option like aNote.
>
> If you define a \cNote with \definelinenote[cNote][n=3] as in your
> example, t
On 1/5/22 1:34 PM, Jean-Pierre Delange via ntg-context wrote:
> Pablo and Luigi,
>
> Or simply add this paper to the bibliographical survey at the end of the
> wiki page made by Thomas ?
>
> https://wiki.contextgarden.net/TEI_xml
Jean-Pierre,
excellent idea!
Pablo
___
On 1/6/22 2:09 PM, Jean-Pierre Delange via ntg-context wrote:
> I’ve tested the attached file on MacOS (High Sierra) . See the
> result in PDF : the numbering of notes appears as « ? ».
Jean-Pierre,
your code contains "\start\fr" with no matching "\stop".
I wonder whether "\startlanguage[fr] ...
On 1/5/22 12:52 PM, hanneder--- via ntg-context wrote:
>
> Dear critical edition experts,
>
> the examples given in ConTeXt_Test_Footnote-ComplexMedieval.pdf and
> the other posts are really answering my questions. Everything seems
> to be already there and if there were a Wiki on critical edition
On 1/9/22 5:25 PM, Michael Urban via ntg-context wrote:
> I want to put a book title above the Chapter title for the first
> chapter of a book. I suppose that this can be accomplished with a
> 'before=' clause that checks to see if it is the first chapter... but
> how do I look at the chapter numb
Dear list,
I asked this some time ago
(https://mailman.ntg.nl/pipermail/ntg-context/2021/102394.html).
Using the following sample:
\starttext
\definereferenceformat[itsc][in]
\setupreferencestructureprefix[itsc][default]
[prefixsegments=section]
\chapter{Chapter}
\section[b]{Sectio
Dear list,
using current latest (2022.01.15 17:32), I still experience an already
reported issue
(https://mailman.ntg.nl/pipermail/ntg-context/2022/104770.html):
\setuppapersize[A6]
\showframe\showgrid
%~ \setupnote[footnote][paragraph=yes]
\setupnote[footnote][location=text, paragraph=ye
Hi Tamara, Adriana and Tomáš,
this is my first sample using statistical-charts (I attach the CSV file):
\setupbodyfont[helvetica]
\usemodule[statistical-charts]
\starttext
\setupframed[dotslabels][loffset=1.1cc,
boffset=0.4cc]
\linechart[basic][yscale=.25, xscale=1,
di
On 1/24/22 2:28 AM, Youssef Cherem via ntg-context wrote:
> I've managed to put double-sided page numbers -- but numbers are
> restarting after two, though. What's going on?
Hi Yousesef,
I think this is related to how \setupbackgrounds is invoked.
The following command works:
\setupbackground
Dear list,
with current latest (2022.01.21 20:13), I cannot get paragraph footnotes
when located in text.
Here you have the mandatory sample:
\setuppapersize[A6]
\showframe\showgrid
%~ \setupnote[footnote][paragraph=yes]
\setupnote[footnote][location=text, paragraph=yes]
\setupnotation
On 1/31/22 7:19 PM, Pablo Rodriguez via ntg-context wrote:
> On 1/24/22 2:28 AM, Youssef Cherem via ntg-context wrote:
>> I've managed to put double-sided page numbers -- but numbers are
>> restarting after two, though. What's going on?
>
> Hi Yousesef,
^
On 1/31/22 10:11 PM, Wolfgang Schuster via ntg-context wrote:
> Pablo Rodriguez via ntg-context schrieb am 31.01.2022 um 19:49:
>> Dear list,
>> [...]
>> Could anyone confirm that the is no way to get paragraph notes when
>> location is text, or tell me what
Dear list,
using latest LMTX and following the steps from
https://wiki.contextgarden.net/Barcodes#Zint_module, I’m afraid I don’t
get any barcode either in Linux or Windows.
Minimal sample:
\starttext
\usemodule[zint]
\barcode[alternative=isbnx, text=9783865419026, width=4cm]
\stoptext
On 3/16/22 18:05, Hans Hagen via ntg-context wrote:
> On 3/16/2022 5:37 PM, Pablo Rodriguez via ntg-context wrote:
>> Dear list,
>>
>> using latest LMTX and following the steps from
>> https://wiki.contextgarden.net/Barcodes#Zint_module, I’m afraid I don’t
>> g
On 3/16/22 19:11, Adam Reviczky via ntg-context wrote:
> Hi Pablo,
>
> If you use an older version of zint, maybe "isbn" instead of "isbnx"
> would work.
Hi Adam,
I have just installed version 2.10.
"isbn" works, but "isbnx" doesn’t. As already reported is an
unrecognized option that is also lis
On 3/16/22 22:32, Pablo Rodriguez via ntg-context wrote:
> [...]
> On Windows, I need to check the issue further.
Using latest binary from SF (which is Win32, btw), I get the following
error message:
error (lmt library): unable to load 'D:/utilidades/context/tex/
texmf-wi
On 3/20/22 22:18, Rik Kabel via ntg-context wrote:
> On 2022-03-20 17:07, Wolfgang Schuster via ntg-context wrote:
>> [...]
>> \setupnote[footnote][textcommand=]
>> [...]
> You might want to define a separate set of notes, for example,
> linknotes, defined as Wolfgang suggests, so
> [...]
> You can
On 3/30/22 19:35, A A via ntg-context wrote:
> I would like to be able to break up URLs into multiple lines in my
> bibliography source file and still get the link to work.
I think this would work as you intend:
\setupinteraction[state=start]
\starttext
\useURL[myUrl][https:%
//www.%
go
On 4/1/22 18:20, Hans Hagen via ntg-context wrote:
> [...]
> So, today is the day we kind of formally freeze MKIV.
Just a comment on MkIV.
I don’t remember exactly, but I’m afraid that "context --luatex
document" hasn’t been working on my computers (either running Linux or
Windows) for months now
On 4/2/22 09:40, Hans Hagen via ntg-context wrote:
> [..]
> and how about
>
> context --luatex --generate
Many thanks for your reply, Hans.
I’m afraid it doesn’t work. It still generates data under
$HOME/.texlive2021/, but it tries to read data (to generate the format
file) from $HOME/backup-cont
On 4/3/22 02:36, Thangalin via ntg-context wrote:
> Hi all,
> [...]
> How would you ensure that both text areas remain fully justified?
I think (at least) LMTX has an issue with the font:
\definefontfamily [TextEmoji] [rm] [OpenSansEmoji]
\setupbodyfont [TextEmoji]
\starttext
\input knuth
On 4/4/22 08:40, Henning Hraban Ramm via ntg-context wrote:
> Am 04.04.22 um 01:21 schrieb Thangalin via ntg-context:
>> [...]
>> The .otf file is from:
>>
>> https://github.com/MorbZ/OpenSansEmoji
>
> That’s 9 years old. The linked resources were updated later and are
> still outdated. There must
On 4/5/22 03:16, Thangalin via ntg-context wrote:
>> The font is too old, but the TTF version works just fine on both Linux
>> and Windows.
>
> No dice with LMTX 2022.04.01 09:37 and the TTF file. Using the TTF,
> the emojis don't appear, but the text is justified. Using the OTF, the
> emojis appea
Hi Hans,
I have a couple of suggestions to be added to a not so distant release
The first one is to allow that ConTeXt LMTX also downloads the available
modules.
The second feature would be the addition of an "emoji" range for font
fallbacks.
Many thanks for your help,
Pablo
__
Dear list,
I’m afraid that I have just found out that "mtxrun --scripts cache
--erase" doesn’t delete a single file from the cache.
Here is the output I get:
$ mtxrun --scripts cache --erase
mtx-cache | writable path: /context/tex/texmf-cache/
luametatex-cache/context/5fe67e0bf
On 4/6/22 17:11, Pablo Rodriguez via ntg-context wrote:
> Dear list,
>
> I’m afraid that I have just found out that "mtxrun --scripts cache
> --erase" doesn’t delete a single file from the cache.
> [...]
> I’m using current latest (2022.04.01 09:37) on Linux 64bit.
I
On 4/7/22 19:50, Thangalin via ntg-context wrote:
> Appreciated, Pablo.
>> The output remains unjustified:
>
> https://i.ibb.co/dM9LFWZ/future-human.png
>
> $ find /usr/share/fonts/ -name "*Emoj*"
> /usr/share/fonts/emoji/OpenSansEmoji.otf
Sorry, I gave you the wrong direction.
The OTF version ha
On 4/11/22 20:46, Damien Thiriet via ntg-context wrote:
> [...]
> I design it as a two-cells xtable with itemized lists inside.
> How can I have the item mark on the right side?
Hi Damien,
I’m not sure I get your point, but this may be helpful:
\startitem \inrightmargin{\currentitemnumber} Niet
Hi Hans,
I have a minimal sample that triggers a fatal error in ConTeXt LMTX
(current latest from 2022.04.11 19:27):
\starttext
\startfrontmatter
\input zapf
\stoptext
This gives the following error message:
mkiv lua stats > runtime: 0.386 seconds, 1 processed pages,
1 shipped pa
On 4/12/22 20:04, Otared Kavian via ntg-context wrote:
> Hi Pablo,
>
> Your example works fine on my machine (MacOS 11.6.4) with LMTX
> version 2022.04.11.
Hi Otared,
many thanks for your reply.
The fatal error prevents an extra run, but it doesn’t prevent the PDF
generation.
In my original docu
On 4/13/22 00:27, Bruce Horrocks via ntg-context wrote:
>> On 12 Apr 2022, at 18:14, Pablo Rodriguez via ntg-context
>> wrote:
>>
>> I wonder whether it would be possible that ConTeXt or LuaMeTaTeX could
>> be more verbose about an opened environment that isn’t
On 4/15/22 20:24, Hans Hagen via ntg-context wrote:
> Hi,
>
> I uploaded a new lmtx. Apart from a experimental intersection feature in
> the mp library (and metafun, more will be revealed when MS an I are okay
> with it) there is not that much news.
Many thanks for the new upload, Hans.
I’m afrai
On 4/16/22 13:01, śrīrāma via ntg-context wrote:
> Strangely, my attachments never make it to the list
Sreeram,
as you can check yourself, the list got your attachment
(https://mailman.ntg.nl/pipermail/ntg-context/2022/105466.html).
Just in case it might help,
Pablo
Hi Hans,
I need to access the document language using Poppler’s GObject
introspection.
Right now, the only way to do that would be to have
(https://raw.githubusercontent.com/adobe/XMP-Toolkit-SDK/main/docs/XMPSpecificationPart1.pdf#search=dc:language)
in the XMP metadata included in the PDF file
On 4/15/22 21:51, Henning Hraban Ramm via ntg-context wrote:
> Hi again,
>
> I’m always struggling with putting stuff on layers, since these just
> never start where I’d expect them to, and the offsets changed a few
> times within the last years.
>
> Please explain how I should define a layer that
On 4/19/22 16:47, Heinrich Paeßens via ntg-context wrote:
> Hi there
>
> just a quick question:
>
> Is there a command or package to embed the source-file (*.tex) into the
> resulting pdf-file,
Hi Heinrich,
I think this may be what you need:
\setupinteraction[state=start]
\attachment[file=\
On 4/20/22 11:51, Ben Moon via ntg-context wrote:
> Hello again,
>
> I wonder whether anyone has some thoughts to help with my problem?
> Either why \xmlpos gives double values or alternatives to arrange my
> table format?
Hi Ben,
I think that both \xmlpos and \xmldepth give weird results.
With
On 4/20/22 12:34, Christoph Hintermüller via ntg-context wrote:
> Hi
> Have updated my standalone installation from one of the 2020 releases
> to the latest one running
>
> ./first-setup.sh --context=latest --modules=all
Hi Christoph,
sorry for the obvious suggestion «post facto»: never update Co
On 4/20/22 19:22, Christoph Hintermüller via ntg-context wrote:
>
> That's fine. As soon as post that update is ready for pulling I will
> pull.
> Till then i can wait.
Hi Christoph,
to check when there is a new release I use:
curl -I https://lmtx.pragma-ade.com/install-lmtx/texmf-context.zip 2>
Dear list,
I have the following sample:
\defineframedtext[backcover]
\setupframedtext[backcover]
[frame=off,
offset=overlay,
width=\textwidth]
\starttext
\startframedtext[backcover]
\input zapf
\stopframedtext
\stoptext
Using current LMTX (2022.04.20 19:18), I’m
On 4/24/22 21:13, Wolfgang Schuster via ntg-context wrote:
> Pablo Rodriguez via ntg-context schrieb am 24.04.2022 um 20:56:
>> [...]
>> Using current LMTX (2022.04.20 19:18), I’m afraid no format from
>> \setupframedtext is applied to the backcover framed text.
>> [
Dear list,
I have the following command in one of my documents:
\doifnotdocumentargument{no-metadata}
{\ctxlua{document.transfer_metadata(document.main_file)}}
Which would be the right way to write \doifnotdocumentargument in proper
Lua?
Many thanks for your help,
Pablo
_
1 - 100 of 781 matches
Mail list logo