[NTG-context] some ConTeXt distribution's Fonts don't work

2021-10-21 Thread a badin via ntg-context
Hi all, I suppose this is a bug or something unresolved, the following code renders a pdf in LMRoman (lmserif) only: \starttext \startitemize[none] \switchtobodyfont[antykwatorunska] \item font-test 123 \switchtobodyfont[kurier] \item font-test 123 \switchtobodyfont[almfixed] \item font-test 123

Re: [NTG-context] some ConTeXt distribution's Fonts don't work

2021-10-22 Thread a badin via ntg-context
Thank you, I've put it on the wiki. Andrej On Fri, 22 Oct 2021 at 09:28, Hans Hagen wrote: > > On 10/22/2021 6:30 AM, Luis Montgomery via ntg-context wrote: > > See in > > > > .../context/tex/texmf-context/tex/context/fonts/mkiv/ > > > > T

Re: [NTG-context] some ConTeXt distribution's Fonts don't work

2021-10-22 Thread a badin via ntg-context
10/22/2021 6:30 AM, Luis Montgomery via ntg-context wrote: > > See in > > > > .../context/tex/texmf-context/tex/context/fonts/mkiv/ > > > > The names have chsnged... Ex. antykwa > > > > For that reason > > > > unknown library 'antykwatorunska' &g

[NTG-context] Can't replicate a simple example in the wikipage

2021-11-15 Thread A A via ntg-context
Dear All, I'm trying to run one of the examples in the ConTeXt wiki page https://wiki.contextgarden.net/Titles Here's the code: *\setuppapersize[A5]\section[sec:old]{Old Section}This is an old-style \ConTeXt\ section.\startsection [title={New Section} reference=sec:new, ]This

[NTG-context] Backmatter preventing section numbers from appearing

2021-11-25 Thread A A via ntg-context
Dear All, I've noticed that the mere presence of backmatter prevents my sections from being numbered. Consider the following: *\starttext\startsection[ title={Create Serverless Applications},]blablabla\stopsection%\startbackmatter % comment out%\stopbackmatter % comment out\stoptext*

[NTG-context] \startbodymatter forcing new page in document

2021-11-15 Thread A A via ntg-context
Dear All, The following code generates a title and some fake text: *\setuppagenumbering[location=right]\usemodule[visual]\usebtxdataset[bibliography.bib]\starttext\title{test}\fakewords{1000}{1200}\stoptext* The following code does the same, but wraps the fakewords in a *bodymatter *

[NTG-context] adding module to ConTeXt basic installation

2021-11-06 Thread A A via ntg-context
Dear All, I installed ConTeXt on my windows machine using the instructions provided here: - https://wiki.contextgarden.net/Installation I would like to now render some python code in my pdf. For this I need to install this module: https://github.com/adityam/filter How do I add this module to

Re: [NTG-context] \externafigure and \at do not work together

2021-10-31 Thread a badin via ntg-context
The fix is not really a fix thought, as it makes the image of the figure disappear. Still don't know how to make a .jpg work with \at On Sun, 31 Oct 2021 at 13:07, a badin wrote: > > Hello, perhaps this is how it is supposed to work, but: > > \externalfigure[clock.jpg][clock] > \starttext >

[NTG-context] \externafigure and \at do not work together

2021-10-31 Thread a badin via ntg-context
Hello, perhaps this is how it is supposed to work, but: \externalfigure[clock.jpg][clock] \starttext \at[clock] refers to a clock \stoptext produces "?? refers to a clock", instead of "1 refers a clock" --- the wiki of \at says, that labels of figures can be refered to. Is this a bug, or can

Re: [NTG-context] mathcal generates error in ConTeXt

2022-03-26 Thread A A via ntg-context
ith this though > > \starttext > > $\mathcal{A}$ > > \stoptext > > But with the -s option you get a standalone version of the document > > *pandoc -s -f latex -t context -o test_context.tex test.tex* > > */Janne* > > 26 mars 2022 kl. 06:39 skrev A A via ntg-conte

[NTG-context] mathcal generates error in ConTeXt

2022-03-25 Thread A A via ntg-context
Dear All, I am using pandoc to covert a file called test.tex from LaTeX to ConTeXt. Here are the contents of test.tex: *\documentclass{article}* *\begin{document}* *\mathcal{A}* *\end{document}* The file compiles OK with the following command and I see a resulting pdf: *latexmk -pdflatex

[NTG-context] Fwd: mathcal generates error in ConTeXt

2022-03-26 Thread A A via ntg-context
And, by consequence test_context.tex looks like this *$\mathcal{A}$* -- Forwarded message - From: A A Date: Sat, 26 Mar 2022 at 08:07 Subject: Fwd: mathcal generates error in ConTeXt To: Sorry, there was a typo in my question below. test.tex looks like this:

[NTG-context] Fwd: mathcal generates error in ConTeXt

2022-03-26 Thread A A via ntg-context
Sorry, there was a typo in my question below. test.tex looks like this: *\documentclass{article}* *\begin{document}* *$\mathcal{A}$* *\end{document}* -- Forwarded message - From: A A Date: Sat, 26 Mar 2022 at 06:39 Subject: mathcal generates error in ConTeXt To: Dear All,

Re: [NTG-context] Trying to get a simple bibliography

2022-03-26 Thread A A via ntg-context
I found the problem. I was not including the following in my preamble: \usebtxdefinitions[aps] The next question I guess is whether ConTeXt support other specs like MLA or Chicago style. I tried MLA but without sucess. Is MLA possible in ConTeXt? On Sat, 26 Mar 2022 at 13:48, A A wrote: > In

Re: [NTG-context] Trying to get a simple bibliography

2022-03-26 Thread A A via ntg-context
In my previous email I forgot to include the \placelistofpublications command. I tried that and now I'm getting a citation, but the bibliography entry is not correctly typeset... On Sat, 26 Mar 2022 at 13:25, A A wrote: > Hi All, > > I'm trying to get a simple bibliography to work with ConTeXt.

Re: [NTG-context] Trying to get a simple bibliography

2022-03-26 Thread A A via ntg-context
n here is also fine. I'll consider making a contribution once I get a better grip of how the ConTeXt system is put together. Again thanks for your response. Regards, Amine On Sat, 26 Mar 2022 at 14:52, Thomas A. Schmitz via ntg-context < ntg-context@ntg.nl> wrote: > > > > O

[NTG-context] Trying to get a simple bibliography

2022-03-26 Thread A A via ntg-context
Hi All, I'm trying to get a simple bibliography to work with ConTeXt. Here's what I have so far: *test.tex* \usebtxdataset[bibliography.bib] \starttext \startbodymatter See \cite[proofwiki] \stopbodymatter \startbackmatter \startsection[title=Bibliography] \stopsection

[NTG-context] Fwd: documentation for \cite and \setupcite commands

2022-03-27 Thread A A via ntg-context
Another question, *Bibliographies, the ConTeXt way *by Hans Hagen and Alan Braslau introduces a parameter not shown in the \cite doc in ConTeXt garden, namely "righttext". Moreover, this answer

[NTG-context] Breaking url into multiple lines results in broken link in rendered PDF

2022-03-30 Thread A A via ntg-context
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. Here's what I have so far: *\setupinteraction [state=start]\starttext\useURL [myUrl] [ "https://www.g oogle.com "

[NTG-context] Fwd: command line arguments to specify output directory

2022-03-30 Thread A A via ntg-context
and .tuc) into my current directory. I would like for it to get dumped inside the *test *directory... On Wed, 30 Mar 2022 at 18:39, Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > A A via ntg-context schrieb am 30.03.2022 um 18:24: > > Dear All, > > &g

[NTG-context] command line arguments to specify output directory

2022-03-30 Thread A A via ntg-context
Dear All, I would like to ask whether there exists a command line option to the context executable which would allow me to specify the directory in which I would like my output to be dumped. I have noticed that if I call the executable outside the directory in which the .tex file resides, my

Re: [NTG-context] Fwd: command line arguments to specify output directory

2022-03-31 Thread A A via ntg-context
At first I was not following Aditya's note that "filename has to be relative to the test/ directory not CWD". When I followed that recommendation it worked fine. On Thu, 31 Mar 2022, 11:28 Alain Delmotte via ntg-context, < ntg-context@ntg.nl> wrote: > Hi Amine, > Le 31/03

Re: [NTG-context] Fwd: command line arguments to specify output directory

2022-03-30 Thread A A via ntg-context
Hi Aditya, Sorry, but I'm still getting an error: *runtime error : input file 'test/test.tex' is not found, quitting* Amine On Thu, 31 Mar 2022 at 00:46, Aditya Mahajan via ntg-context < ntg-context@ntg.nl> wrote: > On Wed, 30 Mar 2022, A A via ntg-context wrote: > > On Wed, 30

Re: [NTG-context] Fwd: command line arguments to specify output directory

2022-03-30 Thread A A via ntg-context
:46, Aditya Mahajan via ntg-context < > ntg-context@ntg.nl> wrote: > >> On Wed, 30 Mar 2022, A A via ntg-context wrote: >> > On Wed, 30 Mar 2022 at 18:39, Wolfgang Schuster < >> > wolfgang.schuster.li...@gmail.com> wrote: >> > >> > > A A vi

[NTG-context] Spellchecking for ConTeXt user on a Windows platform

2022-04-02 Thread A A via ntg-context
Dear All, I'm currently using ConTeXt on a windows machine. I'd like to incorporate some sort of automated spell-checking in my workflow. I've seen that there are two options: 1. spell check the .tex source file 2. spell check the resulting pdf For the first option many resources online

Re: [NTG-context] Spellchecking for ConTeXt user on a Windows platform

2022-04-02 Thread A A via ntg-context
I can add to something like a Makefile. Do I need to install all of Libreoffice to gain access to the files you mention or is there an easier way? Amine On Sat, 2 Apr 2022, 13:42 Alain Delmotte via ntg-context, < ntg-context@ntg.nl> wrote: > Hi Amine! > > Do you mean spellcheck

Re: [NTG-context] Please could you send me the whole example

2022-03-27 Thread A A via ntg-context
Dear Helmut, Here is a full working example: *test.tex* \usebtxdefinitions[aps] \usebtxdataset[bibliography.bib] \setupinteraction[state=start] \starttext \startbodymatter See \cite[proofwiki] \stopbodymatter \startbackmatter \startsection[title=Bibliography]

[NTG-context] Proper formatting of itemized bullets in ConTeXt

2022-04-12 Thread A A via ntg-context
Dear All, Is there a straightforward way of setting up the itemize command such that every first letter is capitalized, regardless of whether I do so in the source file? Also, is there a way to insert a comma at the end of each item except for the last, and then a full stop at the end of the

[NTG-context] Lorem ipsum module line limit

2022-04-12 Thread A A via ntg-context
Hello, I am trying to fill up an entire page with dummy text using m-ipsum. Unfortunately, it looks like m-ipsum only allows up to 12 lines, if I increase it to 13+ lines I see no change in the resulting PDF file: *\usemodule[m-ipsum]\starttext\ipsum[alternative=lines, n=12]\stoptext*

[NTG-context] Flaw in Vim syntax highlighting

2022-04-13 Thread A A via ntg-context
Hello, I have discovered a flaw in the syntax highlighting for ConTeXt in Vim. When trying to follow the *A larger Lua block: \startluacode...\stopluacode * in this link in Context Garden , I get the following syntax highlighting: [image:

[NTG-context] can't accent/fake characters in euler font

2022-05-19 Thread a badin via ntg-context
Hello all, typesetting accented characters in eulernova font does not seem possible to me. Is it really impossible? The other math fonts (stix/xits) do it. I'm using Context LMTX 2022.01.21 20:13 \starttext \switchtobodyfont[eulernova] \startlines euler: 1 - č 2 - \ccaron 3 - \v{c} \stoplines

[NTG-context] small fontsize and \definecolumnsetspan cause columns to jump (bug?)

2022-06-12 Thread a badin via ntg-context
Hi, if the fontsize is smaller than ~11pt and there is \startcolumnsetspan used, then the two first lines of the second column are not aligned to the grid (they jump). Making the font bigger, or deleting the \startcolumnsetspan can both fix the problem. It seems like a bug to me, but maybe I'm

Re: [NTG-context] Workshop at FrOSCon

2022-06-09 Thread a badin via ntg-context
> From: juh+ntg-cont...@mailbox.org > My main problem is that I never used Windows in my life and have no idea > how to help people with installing lmtx on this platform. > > juh I'm a beginner in context (and not a programmer by profession) and installing lmtx on windows was very easy for me.

Re: [NTG-context] Losing a character during line break at a hyphen

2021-08-21 Thread Richard Mahoney via ntg-context
hica.org/ Indica et Buddhica  Littledene  Bay Road  Oxford  NZ -Original Message- From: Bruce Horrocks via ntg-context Reply-To: mailing list for ConTeXt users To: mailing list for ConTeXt users Cc: Bruce Horrocks Subject: Re: [NTG-context] Losing a character during line break at a hyph

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Hans Hagen via ntg-context
On 8/22/2021 3:42 PM, Gavin wrote: On Aug 22, 2021, at 7:20 AM, Hans Hagen via ntg-context wrote: On 8/22/2021 2:25 PM, Gavin via ntg-context wrote: Hi Mojca, (I mistakenly sent this only to Mojca. I’m sending again to the group.) Is there anything I can do to aid in getting this fixed

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
V ned., 22. avg. 2021 18:13 je oseba Hans Hagen via ntg-context < ntg-context@ntg.nl> napisala: > > it makes no sense to mojca to fix modules that come from elsewhere > because a next time it might be different so when tikz is not updated on > ctan (where it's fetched from) it

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
I used the latest commit from the git repository rather than the latest release. Mojcs ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] Losing a character during line break at a hyphen

2021-08-22 Thread Bruce Horrocks via ntg-context
> On 22 Aug 2021, at 10:27, Hans Hagen wrote: > > On 8/22/2021 1:27 AM, Bruce Horrocks via ntg-context wrote: >>> On 22 Aug 2021, at 00:12, Bruce Horrocks via ntg-context >>> wrote: >>> >>> Not sure whether this is a ligature problem or a hyp

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Hans Hagen via ntg-context
On 8/22/2021 2:25 PM, Gavin via ntg-context wrote: Hi Mojca, (I mistakenly sent this only to Mojca. I’m sending again to the group.) Is there anything I can do to aid in getting this fixed in the distribution? Can you please try updating and checking again (at least with the "l

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
On Sun, 22 Aug 2021 at 17:46, Gavin wrote: > > The instructions we followed for installing the modules are at > > https://wiki.contextgarden.net/Modules#ConTeXt_LMTX > > These instructions include the line > > rsync -rltv --del rsync://contextgarden.net/minimals/current/modules/

Re: [NTG-context] Losing a character during line break at a hyphen

2021-08-22 Thread Hans Hagen via ntg-context
On 8/22/2021 1:27 AM, Bruce Horrocks via ntg-context wrote: On 22 Aug 2021, at 00:12, Bruce Horrocks via ntg-context wrote: Not sure whether this is a ligature problem or a hyphenation problem or both! Smaller MWE - it's not hyphenation: \starttext Diffe \stoptext gives "

[NTG-context] Adjustment for header and footer

2021-08-22 Thread Fabrice Couvreur via ntg-context
Hi, In the file below (not minimal, sorry!) I am using commands from Wolfgang in different threads. We can see that the top frame overflows into the text: how to correct this ? I would also like the top and bottom stroke to be adjusted to the width of the paper. Thanks Fabrice \useMPlibrary[dum]

Re: [NTG-context] Size of root symbol

2021-08-22 Thread Bruce Horrocks via ntg-context
> On 18 Aug 2021, at 17:06, Aditya Mahajan via ntg-context > wrote: > > On Wed, 18 Aug 2021, Bruce Horrocks via ntg-context wrote: > >> Is there a simple way to get both root signs in this MWE to be the same size? >> >> \starttext >> \start

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
On Sun, 22 Aug 2021 at 15:43, Gavin via ntg-context wrote: > > usemodule[tikz] > \usemodule[pgfplots] > \usetikzlibrary[pgfplots.polar] > > \startTEXpage > \starttikzpicture > \startpolaraxis > \addplot coordinates {(0,1) (90,1) > (180,1)

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Hans Hagen via ntg-context
On 8/22/2021 4:32 PM, Gavin wrote: On Aug 22, 2021, at 8:13 AM, Hans Hagen wrote: you haven't post the tex code that fails so no one can check it Hans usemodule[tikz] \usemodule[pgfplots] \usetikzlibrary[pgfplots.polar] \startTEXpage \starttikzpicture \startpolaraxis

Re: [NTG-context] lmtx update

2021-08-19 Thread Hans Hagen via ntg-context
On 8/19/2021 10:07 PM, Aditya Mahajan via ntg-context wrote: On Thu, 19 Aug 2021, Hans Hagen via ntg-context wrote: Hi, Here are the highlights of todays update: - somewhat more compact tuc files, not for all documents, but it can accumulate; also less memory used then; i could bring down

[NTG-context] ConTeXt support for Panic's Nova editor

2021-08-20 Thread Felix Krause via ntg-context
Hi folks, I made a TeX extension for Panic's Nova editor (https://nova.app) with explicit ConTeXt support, available here: https://extensions.panic.com/extensions/org.flyx/org.flyx.tex/ It features syntax highlighting, suggestions for builtin commands, code folding, auto-completion of stop

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-08-22 Thread Joey McCollum via ntg-context
try to do that. > > For my immediate purposes, I won't need much more than the @book, > @article, @inbook, and @incollection entries, so my focus will be on > getting those right, but if anyone is interested in helping, I'll gladly > take help. (But it would probably be better to discuss

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
V ned., 22. avg. 2021 19:32 je oseba Gavin napisala: > > I am not sure what my next step should be. Should I wait a day for the > system to do its fetching thing and then try the same instructions I > followed before (https://wiki.contextgarden.net/Modules#ConTeXt_LMTX)? > > I know very little

[NTG-context] lmtx update

2021-08-22 Thread Benjamin Buchmuller via ntg-context
Hi, Here is another thing which worked previously for me: ConTeXt ver: 2021.07.30 00:57 LMTX fmt: 2021.8.8 int: english/english Now: ConTeXt ver: 2021.08.22 11:54 LMTX fmt: 2021.8.22 int: english/english Error: lua error: registered function call [396]:

[NTG-context] lmtx update/t-vim (again)

2021-08-22 Thread Benjamin Buchmuller via ntg-context
Hi, Thanks for having had a look into the t-vim. At least the document compiles fine (I get a PDF), although multiple complaints from the lua end when I use "$" or "#" in my source, for example #!/usr/bin/bash etc. culminating in Sorry, but I'm not programmed to handle this case; I'll

Re: [NTG-context] Adjustment for header and footer

2021-08-22 Thread Wolfgang Schuster via ntg-context
Fabrice Couvreur via ntg-context schrieb am 22.08.2021 um 13:13: Hi, In the file below (not minimal, sorry!) I am using commands from Wolfgang in different threads. We can see that the top frame overflows into the text: how to correct this ? I would also like the top and bottom stroke

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-22 Thread Wolfgang Schuster via ntg-context
Benjamin Buchmuller via ntg-context schrieb am 23.08.2021 um 00:10: Hi, Thanks for having had a look into the t-vim. At least the document compiles fine (I get a PDF), although multiple complaints from the lua end when I use "$" or "#" in my source, for example

Re: [NTG-context] paper dimensions for TEXpage

2021-08-18 Thread Hans Hagen via ntg-context
On 8/17/2021 4:01 PM, Pablo Rodriguez via ntg-context wrote: On 8/17/21 9:30 AM, Hans Hagen via ntg-context wrote: On 8/17/2021 5:56 AM, Pablo Rodriguez via ntg-context wrote: [...] I don’t get the layer in the TEXpage. How could I get it with the TEXpage dimensions? only by first boxing

Re: [NTG-context] Size of root symbol

2021-08-18 Thread Hans Hagen via ntg-context
On 8/18/2021 6:06 PM, Aditya Mahajan via ntg-context wrote: On Wed, 18 Aug 2021, Bruce Horrocks via ntg-context wrote: Is there a simple way to get both root signs in this MWE to be the same size? \starttext \startformula \sqrt[3]{4n} \ne \sqrt[3] {n} \stopformula \stoptext Make

[NTG-context] Size of root symbol

2021-08-18 Thread Bruce Horrocks via ntg-context
Is there a simple way to get both root signs in this MWE to be the same size? \starttext \startformula \sqrt[3]{4n} \ne \sqrt[3] {n} \stopformula \stoptext Thanks. — Bruce Horrocks Hampshire, UK ___ If your question

Re: [NTG-context] Different footers for frontmatter and bodymatter

2021-08-18 Thread Rik Kabel via ntg-context
On 8/18/2021 05:32, noib3 via ntg-context wrote: I'd like to have two different footer setups: one for the frontmatter (titlepage and table of contents) where the page number in roman numerals is reported as a single centered footer. Another for the bodymatter where the chapter is on the left

Re: [NTG-context] lmtx update

2021-08-23 Thread Hans Hagen via ntg-context
On 8/23/2021 12:55 AM, Benjamin Buchmuller via ntg-context wrote: Hi, Here is another thing which worked previously for me: ConTeXt ver: 2021.07.30 00:57 LMTX fmt: 2021.8.8 int: english/english Now: ConTeXt ver: 2021.08.22 11:54 LMTX fmt: 2021.8.22 int: english/english Error: lua

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-23 Thread Benjamin Buchmuller via ntg-context
data xxx-temp-vimR-1.log Description: Binary data > On Aug 23, 2021, at 08:19, Hans Hagen wrote: > > On 8/23/2021 12:10 AM, Benjamin Buchmuller via ntg-context wrote: >> Hi, >> Thanks for having had a look into the t-vim. >> At least the document compiles fine (I get

Re: [NTG-context] Size of root symbol

2021-08-18 Thread Aditya Mahajan via ntg-context
On Wed, 18 Aug 2021, Bruce Horrocks via ntg-context wrote: > Is there a simple way to get both root signs in this MWE to be the same size? > > \starttext > \startformula > \sqrt[3]{4n} \ne \sqrt[3] {n} > \stopformula > \stoptext Make the quantities whose roots are being ta

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-23 Thread Hans Hagen via ntg-context
On 8/23/2021 12:10 AM, Benjamin Buchmuller via ntg-context wrote: Hi, Thanks for having had a look into the t-vim. At least the document compiles fine (I get a PDF), although multiple complaints from the lua end when I use "$" or "#" in my source, for example

Re: [NTG-context] Unicode normalization and Hebrew in ConTeXt

2021-08-17 Thread Hans Hagen via ntg-context
On 8/17/2021 2:07 AM, Joey McCollum wrote: Sorry to bring this up after over a year, but I just noticed something that doesn't seem right. I implemented some contextual substitutions in my own fork of the Keter YG Hebrew font (.ttf file attached) under the "dlig" feature that should do the

Re: [NTG-context] paper dimensions for TEXpage

2021-08-17 Thread Hans Hagen via ntg-context
On 8/17/2021 5:56 AM, Pablo Rodriguez via ntg-context wrote: Dear list, I have the following sample: \definelayer[hi][x=.5\paperwidth, y=.5\paperheight] \setupbackgrounds[page][background=hi] \starttext \setlayer[hi]{hi} \startTEXpage[offset=10em] \null \stopTEXpage

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-15 Thread Pablo Rodriguez via ntg-context
On 8/15/21 12:49 PM, Fabrice Couvreur via ntg-context wrote: > Hello, > Wolfgang created a > heading https://mailman.ntg.nl/pipermail/ntg-context/2021/102870.html > for the chapters of my book. > How can I prevent this header from appearing on the page with the table > of cont

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-15 Thread Pablo Rodriguez via ntg-context
On 8/15/21 6:02 PM, Fabrice Couvreur via ntg-context wrote: > A small note : this method works if I compile the project but if I > compile only one chapter, the header no longer appears. Hi Fabrice, I have never used projects and chapters (or whatever the right name is). I’m not sure I ge

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-15 Thread Fabrice Couvreur via ntg-context
A small note : this method works if I compile the project but if I compile only one chapter, the header no longer appears. Le dim. 15 août 2021 à 17:01, Fabrice Couvreur a écrit : > Hi Pablo, > Thanks, it works. > Fabrice > > Le dim. 15 août 2021 à 16:20, Pablo Rodriguez via ntg-

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-15 Thread Wolfgang Schuster via ntg-context
Pablo Rodriguez via ntg-context schrieb am 15.08.2021 um 18:33: On 8/15/21 6:02 PM, Fabrice Couvreur via ntg-context wrote: A small note : this method works if I compile the project but if I compile only one chapter, the header no longer appears. Hi Fabrice, I have never used projects

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-15 Thread Fabrice Couvreur via ntg-context
Hi Pablo, Thanks, it works. Fabrice Le dim. 15 août 2021 à 16:20, Pablo Rodriguez via ntg-context < ntg-context@ntg.nl> a écrit : > On 8/15/21 12:49 PM, Fabrice Couvreur via ntg-context wrote: > > Hello, > > Wolfgang created a > > heading https://mailman.ntg.nl/piperm

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-15 Thread Fabrice Couvreur via ntg-context
Hi Pablo, The second solution works as I want it to Thanks Fabrice Le dim. 15 août 2021 à 18:33, Pablo Rodriguez via ntg-context < ntg-context@ntg.nl> a écrit : > On 8/15/21 6:02 PM, Fabrice Couvreur via ntg-context wrote: > > A small note : this method works if I compile the p

Re: [NTG-context] Footnotes in columns

2021-08-13 Thread Hans Hagen via ntg-context
On 8/13/2021 12:32 AM, Henning Hraban Ramm via ntg-context wrote: Am 13.08.2021 um 00:03 schrieb Hans Hagen via ntg-context : On 8/12/2021 10:01 PM, Jano Kula via ntg-context wrote: Hello Hraban! On Thu, Aug 12, 2021, 15:24 Henning Hraban Ramm via ntg-context mailto:ntg-context@ntg.nl

Re: [NTG-context] Conditional formatting with *frontpart, *bodypart, *backpart modes

2021-08-12 Thread Pablo Rodriguez via ntg-context
On 8/13/21 5:34 AM, Joey McCollum via ntg-context wrote: > Hi, > > I was curious about the possibility of handling general formatting > settings (e.g., page layout, headers and footers, page numbering, > alignment, default body font assignment, etc.) conditionally for front, &

[NTG-context] Conditional formatting with *frontpart, *bodypart, *backpart modes

2021-08-12 Thread Joey McCollum via ntg-context
Hi, I was curious about the possibility of handling general formatting settings (e.g., page layout, headers and footers, page numbering, alignment, default body font assignment, etc.) conditionally for front, body, and back matter using modes. According to the wiki page at

Re: [NTG-context] Create an enumeration style

2021-08-13 Thread Wolfgang Schuster via ntg-context
Fabrice Couvreur via ntg-context schrieb am 11.08.2021 um 12:57: I forgot this : how to reduce the font size for the exponents "er", "e" ? The exponents are placed with \high and you can change the style with     \setuphigh[style=...] but this affects all texts which

Re: [NTG-context] Footnotes in columns

2021-08-13 Thread Hans Hagen via ntg-context
On 8/13/2021 8:54 AM, Henning Hraban Ramm via ntg-context wrote: Am 13.08.2021 um 08:43 schrieb Hans Hagen : On 8/13/2021 12:32 AM, Henning Hraban Ramm via ntg-context wrote: Am 13.08.2021 um 00:03 schrieb Hans Hagen via ntg-context : On 8/12/2021 10:01 PM, Jano Kula via ntg-context wrote

Re: [NTG-context] Unicode normalization and Hebrew in ConTeXt

2021-08-17 Thread Joey McCollum via ntg-context
Shouldn't dlig automatically be enabled under the "hebrew" feature set? In font-pre.mkiv, hebrew inherits from semitic-complete, which sets dlig=yes. Still, if I explicitly add dlig, as in the following example, things change, but they still aren't right: ``` \starttypescriptcollection[keteryg]

Re: [NTG-context] compression for multimedia objects

2021-08-17 Thread Hans Hagen via ntg-context
On 8/17/2021 6:06 AM, Pablo Rodriguez via ntg-context wrote: Hi Hans, some days ago (after the patch from https://mailman.ntg.nl/pipermail/ntg-context/2021/103011.html), I included two mp4 files in a PDF document. They where so generated, that they could be compressed in a zip file from 254MB

Re: [NTG-context] lua

2021-08-17 Thread Taco Hoekwater via ntg-context
Hi Hans, > On 17 Aug 2021, at 16:39, Hans van der Meer via ntg-context > wrote: > > I am still interested in this luacondition 733 allthough the culprit has been > spotted. Very nasty typo and hard to spot fo me. The “luacondition 733” is the \ifxmlatt . You get these

Re: [NTG-context] compression for multimedia objects

2021-08-17 Thread Pablo Rodriguez via ntg-context
On 8/17/21 12:46 PM, Hans Hagen via ntg-context wrote: > On 8/17/2021 6:06 AM, Pablo Rodriguez via ntg-context wrote: >> [...] >> I don’t know whether this is intended. In that case, could we have an >> option to compress embedded multimedia objects? > > indeed inten

Re: [NTG-context] paper dimensions for TEXpage

2021-08-17 Thread Pablo Rodriguez via ntg-context
On 8/17/21 9:30 AM, Hans Hagen via ntg-context wrote: > On 8/17/2021 5:56 AM, Pablo Rodriguez via ntg-context wrote: >> [...] >> I don’t get the layer in the TEXpage. >> >> How could I get it with the TEXpage dimensions? > only by first boxing (using framed or so) an

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

2021-08-13 Thread Ramkumar KB via ntg-context
gards, > Ramkumar > > > On Tue, Aug 10, 2021 at 3:19 PM Hans Hagen wrote: > >> 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 >> &g

[NTG-context] 15th International ConTeXt Meeting (registration closes Aug 22)

2021-08-13 Thread Taco Hoekwater via ntg-context
Hi all, There is still room for some extra participants for the ConTeXt meeting in Bassenge, Belgium from Sept 20 to Sept 25. Despite the still somewhat lingering situation wrt COVID-19, we are now certain that the meeting can and will in fact take place in person. Hurrah! Even if we still

Re: [NTG-context] Progressively encouraging page/column breaks at \blank with penalties

2021-08-15 Thread Joey McCollum via ntg-context
That works for my purposes; thank you for letting me know about it! Joey On Sun, Aug 15, 2021 at 1:53 AM Aditya Mahajan via ntg-context < ntg-context@ntg.nl> wrote: > On Sun, 15 Aug 2021, Joey McCollum via ntg-context wrote: > > > Hi, > > > > I'm trying to im

Re: [NTG-context] lua

2021-08-17 Thread Hans Hagen via ntg-context
On 8/17/2021 3:49 PM, Hans van der Meer via ntg-context wrote: Where is this message on luacondition 733 coming from? I would be glad to get rid of it. The message does not pinpoint the problem location enough for me to find its cause. close source    > level 2, order 7, name './modu

Re: [NTG-context] lua

2021-08-17 Thread Hans Hagen via ntg-context
On 8/17/2021 4:47 PM, Taco Hoekwater via ntg-context wrote: Hi Hans, On 17 Aug 2021, at 16:39, Hans van der Meer via ntg-context wrote: I am still interested in this luacondition 733 allthough the culprit has been spotted. Very nasty typo and hard to spot fo me. The “luacondition 733

Re: [NTG-context] file to buffer

2021-08-17 Thread Wolfgang Schuster via ntg-context
Hans van der Meer via ntg-context schrieb am 17.08.2021 um 15:15: Is it possible to retrieve the contents of a file directly into a buffer? On the Wiki I could not find such a command. That is, equivalent to something like: \startbuffer[from file] contents of the file \stopbuffer Yes

Re: [NTG-context] Using Lua to format lecture titles

2021-08-17 Thread Wolfgang Schuster via ntg-context
noib3 via ntg-context schrieb am 17.08.2021 um 16:43: I'm trying to create a new lecture environment starting from the base section. I'd like its title to be `Lecture : ` if a title is provided, and `Lecture ` if it isn't. This title should also be reported in the left footer

Re: [NTG-context] lua

2021-08-17 Thread Hans Hagen via ntg-context
On 8/17/2021 4:39 PM, Hans van der Meer via ntg-context wrote: I am still interested in this luacondition 733 allthough the culprit has been spotted. Very nasty typo and hard to spot fo me. Shudder and enjoy: \ifxmlatt{#1}{regime}{xml}\let\Flush\ModuleFlushXML\else\let\FlushModuleFlushTEX\fi

Re: [NTG-context] file to buffer

2021-08-17 Thread Hans Hagen via ntg-context
On 8/17/2021 8:44 PM, Wolfgang Schuster via ntg-context wrote: Hans van der Meer via ntg-context schrieb am 17.08.2021 um 15:15: Is it possible to retrieve the contents of a file directly into a buffer? On the Wiki I could not find such a command. That is, equivalent to something like

Re: [NTG-context] Unicode normalization and Hebrew in ConTeXt

2021-08-17 Thread Joey McCollum via ntg-context
Thankfully, it looks like this was just a problem with my implementation of the OpenType feature and not with ConTeXt's handling of it! (I worried that it might be ConTeXt when I saw that XeLaTeX was handing the feature correctly.) Hans graciously helped me identify the problem, and everything

Re: [NTG-context] Different author rendering in entry citation vs. list

2021-08-26 Thread Joey McCollum via ntg-context
Nevermind, it looks like there's an even more deliberate and succinct way to handle this! In publ-ini.mkiv, the \currentbtxciteauthorbyfield command shows how to print the author field mapped according to the cite style: ``` \unexpanded\def\currentbtxciteauthorbyfield {\begingroup

Re: [NTG-context] Indexing redux

2021-08-26 Thread Rik Kabel via ntg-context
On 8/26/2021 03:26, Taco Hoekwater wrote: Hi Rik, On 26 Aug 2021, at 03:14, Rik Kabel via ntg-context wrote: List, I am trying to create an index with both "see" and "see also" cross-reference entries.[1] At this point, ConTeXt provides basic support for "see"

[NTG-context] Place a logo at the bottom of the page with a layer

2021-08-24 Thread Fabrice Couvreur via ntg-context
Hi, I want to insert a logo at the bottom of the page on the right on the first page, on the left on the second, on the right on the third ... With the key repeat=yes, the logo is always at the bottom right Thanks Fabrice \useMPlibrary[dum] \definelayer [MyLogo] [x=0mm, y=0mm,

Re: [NTG-context] Place a logo at the bottom of the page with a layer

2021-08-24 Thread Wolfgang Schuster via ntg-context
Fabrice Couvreur via ntg-context schrieb am 24.08.2021 um 19:32: Hi, I want to insert a logo at the bottom of the page on the right on the first page, on the left on the second, on the right on the third ... With the key repeat=yes, the logo is always at the bottom right \useMPlibrary[dum

Re: [NTG-context] Different author rendering in entry citation vs. list

2021-08-26 Thread Joey McCollum via ntg-context
Okay, I've made some progress! Thankfully, the authorconversion rules can be overridden using some of the methods defined in publ-ini.mkiv. I now have something like this in my rendering's .mkvi file: ``` \doifelse {\currentbtxcitealternative} {entry} { % Normal order for in-text citations

Re: [NTG-context] Create an enumeration style

2021-08-27 Thread Vincent Hennebert via ntg-context
On Wed, 2021-08-11 at 10:23 +0200, Hans Hagen via ntg-context wrote: > On 8/11/2021 10:09 AM, Otared Kavian via ntg-context wrote: > > > > > > > On 9 Aug 2021, at 18:10, Wolfgang Schuster via ntg-context > > cont...@ntg.nl> wrote: > > > (…) > >

Re: [NTG-context] Different author rendering in entry citation vs. list

2021-08-27 Thread Ágoston Volcz via ntg-context
! Agoston Am Fr., 27. Aug. 2021 um 05:09 Uhr schrieb Joey McCollum via ntg-context : > > Nevermind, it looks like there's an even more deliberate and succinct way to > handle this! In publ-ini.mkiv, the \currentbtxciteauthorbyfield command shows > how to print the author field mapp

Re: [NTG-context] Test for displaying a header

2021-08-27 Thread Wolfgang Schuster via ntg-context
Fabrice Couvreur schrieb am 27.08.2021 um 10:04: Hi Wolfgang, This may not be nicest but seems to work Fabrice %% \definelayout [1]   [header=10mm] \setuplayout   [header=0pt,  height=middle] \setuppagenumbering [alternative=doublesided,location=] \setupbackgrounds

Re: [NTG-context] Create an enumeration style

2021-08-27 Thread Rudolf Bahr via ntg-context
On Fri, Aug 27, 2021 at 11:26:47AM +0200, Vincent Hennebert via ntg-context wrote: > On Wed, 2021-08-11 at 10:23 +0200, Hans Hagen via ntg-context wrote: > > On 8/11/2021 10:09 AM, Otared Kavian via ntg-context wrote: > > > > > > > > > > On 9 Aug 20

Re: [NTG-context] problem with MkIV/TeXlive/TEXMFCACHE

2021-08-27 Thread luigi scarso via ntg-context
On Fri, Aug 27, 2021 at 10:35 AM Rainer J.H. Brandt via ntg-context < ntg-context@ntg.nl> wrote: > Dear experts, > > I want to use ConTeXt MkIV as supplied by TeXlive 2021. > After installation, I ran "mtxrun --generate". > I also tried "context --generate

[NTG-context] getting path and filename from url

2021-08-27 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \starttext \startluacode url = "../a/b/cb/ce.b/ca.b/c/dabc.pdf" context(url) context("0 ok. " .. url:match "^(.*).pdf$") -- name and path context("1. " .. url:match "^(.*).+$") -- path context("2. " .. url:match"[^/]+[.$]") --

  1   2   3   4   5   6   7   8   9   10   >