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

2021-10-11 Thread Joey McCollum via ntg-context
If it helps with troubleshooting, I've also tried to do this with \fastsetup instead of \texdefinition: ``` \expanded{\abbreviation[\currentbtxtag]{\fastsetup{btx:sbl:cite:shorthand}}{ \fastsetup{btx:sbl:cite:listsubcite}}} ``` This also doesn't work, but I at least get a "Missing control

[NTG-context] TeX's \downbracefill and \upbracefill

2021-10-11 Thread Rudolf Bahr via ntg-context
Hello to all, in Knuth's "The TeXbook" page 225/226 (excerpt is appended here) braces are to be seen which I'd need to typeset a genealogical table. Now, the commands \downbracefill and \upbracefill are no context commands. Please, are there correspondings to them? Regards, Rudolf

[NTG-context] Clickable url problem with \useurl and \url

2021-10-11 Thread Rik Kabel via ntg-context
Hello List, I notice an inconsistency in the clickable area when using \useurl. With the following example, both the \from and the \url are clickable in some lines (as noted iin the value of \from) but in others, the \from is clickable but not the \url. It does seem sensitive to the urlL,

Re: [NTG-context] Converting LaTeX math to ConTeXt

2021-10-11 Thread Aditya Mahajan via ntg-context
On Sun, 10 Oct 2021, Jason Ross via ntg-context wrote: > On 10/10/21 3:23 AM, Hans Hagen wrote: > > These are just a couple examples, but in general it's not enough to do > naive string substitution in LaTeX and get valid ConTeXt back, and my > patchwork solutions are starting to smell. You can

[NTG-context] body text and footnote space

2021-10-11 Thread jbf via ntg-context
Dear list, I note previous discussions on the matter of body text invading footnote space (as late as last year). As I am currently typesetting a 400 plus page academic text with hundreds of footnotes, and do not have the option of making them endnotes, I am facing this issue page after page.

Re: [NTG-context] Unusual error with \doifinstring in \startbtxrenderingdefinitions ... \stopbtxrenderingdefinitions

2021-10-11 Thread Joey McCollum via ntg-context
An alternative solution is to isolate the setting of the autopunctuation btx option: ``` % Because some common punctuation characters are escaped in publ-ini.mkiv, % we have to set this option separately \pushcatcodetable \setcatcodetable\ctxcatcodes \setupbtx[sbl][autopunctuation={!,.:;?}]%

Re: [NTG-context] Acrobat doesn’t read imported metadata

2021-10-11 Thread Pablo Rodriguez via ntg-context
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 dates. >> >> What am I

[NTG-context] Generating HTML

2021-10-11 Thread Hans Åberg via ntg-context
I would want to generate HTML, but in the example below, "html-test.tex", the index does not show in the file "html-test-export/html-test-div.html", and the source file \index{…}, gets in the HTML a black triangle. The index and links work fine in "html-test.pdf", though. — html-test.tex —

[NTG-context] undefined command in current latest

2021-10-11 Thread Alexandre Christe via ntg-context
Indeed I can report similar issues with \getmarking after updating to the latest version of Context. Did something change regarding its definition / use recently? context -version mtx-context | ConTeXt Process Management 1.04 mtx-context | mtx-context | main context file:

[NTG-context] undefined command in current latest

2021-10-11 Thread Alexandre Christe via ntg-context
Update: after updating Context again today the issue is gone. ___ 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] ConTeXt's equivalent of raisebox

2021-10-11 Thread Hans Hagen via ntg-context
On 10/11/2021 12:16 AM, noib3 via ntg-context wrote: How can I make vertical microadjustments to individual characters in ConTeXt? In LaTeX I would do it with ``` \documentclass{article} \begin{document} \raisebox{-1pt}{f}oo \end{document} ``` however the following doesn't work ```

Re: [NTG-context] composing commands

2021-10-11 Thread Marcus Vinicius Mesquita via ntg-context
Is it possible to add \withinvertedbrevebelow to the list? On Mon, Feb 8, 2021 at 6:53 AM Hans Hagen wrote: > On 2/6/2021 11:41 PM, T. Kurt Bond wrote: > > > I think that it would be useful. I use Unicode characters extensively > > in my ConTeXt input, but only because I edit it in Emacs and

Re: [NTG-context] undefined command in current latest

2021-10-11 Thread Hans Hagen via ntg-context
On 10/11/2021 11:33 AM, mf via ntg-context wrote: It looks like the argument of \getmarking is not expanded, since you get "\it knuth" instead of an italicized "knuth" in the headers of this MWE: \definemarking[myheader] \setupheadertexts[{\getmarking[myheader][last]}] \starttext  

[NTG-context] combination with lua

2021-10-11 Thread Adam Reviczky via ntg-context
Hi, I am trying to use a combination figure with luacode (both with latest MKIV and LMTX). However, the figures do not line up in the grid of the combination. I get the correct result with examples 1 and 2 below, but example 3 using lua functions for combination and externalfigure is what I

Re: [NTG-context] SyncTeX does not work with Zathura

2021-10-11 Thread Cezary Drożak via ntg-context
> I can't say ... what is missing? Can you figure out what makes Zathura unhappy? I run gdb with breakpoint set on zathura/synctex.c:86 and while `synctex_get_input_line_column` returns true, `input_file` is `NULL` so the "else" branch is executed. That is all I managed to debug, I don't know

Re: [NTG-context] Making metafun pictures fainter (shading, uncolored clash)

2021-10-11 Thread Hans Hagen via ntg-context
On 10/11/2021 6:30 AM, Gavin via ntg-context wrote: Hi List, I made good progress producing fainter pictures in metafun. Here is a uniformly accelerated cow in the style of my book. I abandoned transparency, since I actually don’t want to see through anything. I am using uncolored to get

Re: [NTG-context] undefined command in current latest

2021-10-11 Thread mf via ntg-context
It looks like the argument of \getmarking is not expanded, since you get "\it knuth" instead of an italicized "knuth" in the headers of this MWE: \definemarking[myheader] \setupheadertexts[{\getmarking[myheader][last]}] \starttext \dorecurse{10}{\samplefile{knuth}\marking[myheader]{\it

Re: [NTG-context] Regular online meet-up

2021-10-11 Thread Henning Hraban Ramm via ntg-context
Reminder: You’re invited to join tomorrow, Tuesday, October 12th, 15:00 CEST (11:00 EDT, 21:00 SGT) at https://lecture.senfcall.de/hen-rbr-rku-oke ConTeXt users of all levels are welcome! There’s no prepared subject/talk/presentation (from my side – feel free to share something). But I guess