[NTG-context] Re: Why is the fonts database not updated?

2023-07-04 Thread Bruce Horrocks
er way to force a real reload of the font cache? The command $ mtxrun --scripts cache --erase should clear the whole cache. — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, plea

[NTG-context] Re: {\rm foo {\it bar}}

2023-07-04 Thread Bruce Horrocks
en Wierda (LinkedIn, Mastodon) > R&A IT Strategy (main site) > Book: Chess and the Art of Enterprise Architecture > Book: Mastering ArchiMate — Bruce Horrocks Hampshire, UK ___ If your question is of

Re: [NTG-context] METAPOST subpath rounding issue

2020-05-09 Thread Bruce Horrocks
t \startMPcode path cutFirstPart,cutSecondPart; cutFirstPart := (0,0) -- (232.520001,-427); cutSecondPart := (232.519998,-427) -- (999,-427); %cutFirstPart := (0,0) -- (232.520001,-427); %cutSecon

Re: [NTG-context] METAPOST subpath rounding issue

2020-05-09 Thread Bruce Horrocks
y for the noise. -- Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Custom list layout with PDF bookmarks

2020-05-15 Thread Bruce Horrocks
Contents \placecontent[criterium=all] \placebookmarks[chapter,subject] \chapter{Tufte} \section{Section 1} \input tufte \page \section{Section 2} \input tufte \page \section{Section 3} \input tufte \page \stoptext Thanks in advance. -- Bruce Horrocks Hampshire, UK

Re: [NTG-context] Custom list layout with PDF bookmarks

2020-05-17 Thread Bruce Horrocks
> On 16 May 2020, at 12:02, Henning Hraban Ramm wrote: > >> >> Am 16.05.2020 um 08:30 schrieb Wolfgang Schuster >> : >> >> Bruce Horrocks schrieb am 16.05.2020 um 00:47: >>> When I customise the table of contents layout I lose the automatic &g

[NTG-context] Problem with \vfill in extreme table

2020-05-17 Thread Bruce Horrocks
l://buffer.x_table_1.2: ! > Missing } inserted > > > } > > \vfill > l.4 \vfill > Version: This is LuaTeX, Version 1.12.0 (TeX Live 2020) -- Bruce Horrocks Hampshire, UK ___ If your quest

Re: [NTG-context] Text for proofing fonts

2020-05-19 Thread Bruce Horrocks
; <https://github.com/hoeflerco/proofs/blob/master/license.md> -- Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

[NTG-context] Anyone managed a tabulated table of contents

2020-05-25 Thread Bruce Horrocks
pter[title=Tufte 1] \input tufte \stopchapter \startchapter[title=Tufte 2] \input tufte \stopchapter \stoptext %%% End %%% -- Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, ple

Re: [NTG-context] A simpler way to install LMTX in macOS Catalina

2020-05-30 Thread Bruce Horrocks
gt; archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : http://contextgarden.net > ___ -- Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, pleas

Re: [NTG-context] ebook

2020-09-03 Thread Bruce Horrocks
ragma-ade.nl / http://context.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : http://contextgarden.net > ___ -- Bruce Horrocks Hampshire, UK __

[NTG-context] Tables in multiple columns?

2020-11-16 Thread Bruce Horrocks
TR} \eTABLE \stopcolumns \stoptext I'm interested because I have a long thin table that I would to avoid having to manually split, but I would also like the heading to repeat at the top of each column and \starttabulation doesn't do the latter. I was hoping that \bTABLE did. -- Bruce H

Re: [NTG-context] Tables in multiple columns?

2020-11-16 Thread Bruce Horrocks
> On 16 Nov 2020, at 08:55, Bruce Horrocks wrote: [snip] > I'm interested because I have a long thin table that I would to avoid having > to manually split, but I would also like the heading to repeat at the top of > each column and \starttabulation doesn't do the lat

Re: [NTG-context] MacOS+TeXlive: installation problems

2020-11-17 Thread Bruce Horrocks
e app will open and the Mac should then remember so that next time a simple double-click will be sufficient. -- Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to

[NTG-context] reusableMPgraphic not working

2020-11-18 Thread Bruce Horrocks
\starttext \startuseMPgraphic{name1} fill fullcircle scaled 100pt withcolor green ; \stopuseMPgraphic Green circle: \useMPgraphic{name1} \startreusableMPgraphic{name2} fill fullcircle scaled 100pt withcolor blue ; \stopreusableMPgraphic Blue circle:\reuseMPgraphic{name2} \stoptext -- Bruc

Re: [NTG-context] reusableMPgraphic not working

2020-11-18 Thread Bruce Horrocks
> On 18 Nov 2020, at 13:28, Rik Kabel wrote: > > > On 11/18/2020 08:11, Bruce Horrocks wrote: >> Just working through the Metafun manual and have hit a problem. In the >> following MWE the green circle appears but the blue one doesn't. Surely >> reusabl

[NTG-context] Unexpected underbar behaviour in sections

2020-11-24 Thread Bruce Horrocks
.. \stopHeading and for subsections, which is where I first noticed it.) It looks quite attractive in its own way - and certainly acts as a visual highlight - just not quite what I was expecting. ;-) version 2020.11.24 00:41 -- Bruce Horrocks Hampshire, UK

[NTG-context] bTABLEhead not working

2020-11-24 Thread Bruce Horrocks
\eTABLEhead \bTABLEbody \bTR \bTD 0 \eTD \bTD zzz\eTD \eTR \eTABLEbody \eTABLE \stoptext -- Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] Unexpected underbar behaviour in sections

2020-11-24 Thread Bruce Horrocks
> On 24 Nov 2020, at 22:26, Aditya Mahajan wrote: > > On Tue, 24 Nov 2020, Bruce Horrocks wrote: > >> The following is giving me a section title with triple underbars instead of >> single. >> >> \definehead [Heading] [section] >> \setuphead [Headin

Re: [NTG-context] new upload

2020-11-26 Thread Bruce Horrocks
ps then there's no reason why it shouldn't be able to do so for Mac apps. The M1 code would be untested of course, but beyond that... ;-) -- Bruce Horrocks Hampshire, UK ___ If your question is of interest to

[NTG-context] Orphan issue with \startitemize

2020-11-26 Thread Bruce Horrocks
controls this a bit more precisely, please? (So that \dorecurse{34} and possibly even 35 would still split one and three.) -- Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please

[NTG-context] Problem with word not hyphenating

2020-11-30 Thread Bruce Horrocks
d do eiusmod re-implementation tempor incididunt ut labore et doloremagna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \stoptext Any suggestions, please? (LMTX current version: 2020.11.30 10:24) -- Bruce Horrock

[NTG-context] Placing extra bookmarks?

2020-12-01 Thread Bruce Horrocks
thing happened - no error, no bookmark. Any suggestions please? There's no need to bookmark to a specific point - just going to page 1 would be enough. (I have looked through the mailing list archives but can't find quite the same scenario.) -- Bruce Horrock

Re: [NTG-context] Placing extra bookmarks?

2020-12-01 Thread Bruce Horrocks
On 1 Dec 2020, at 16:37, Henning Hraban Ramm wrote: > >> Am 01.12.2020 um 15:36 schrieb Bruce Horrocks : >> >> I have \placebookmarks[chapter] in my doc and all is fine except that I'd >> like to force an extra bookmark at the top of the list that jumps to the

Re: [NTG-context] Placing extra bookmarks?

2020-12-02 Thread Bruce Horrocks
> On 2 Dec 2020, at 18:42, Hans Hagen wrote: > > On 12/2/2020 12:10 AM, Bruce Horrocks wrote: >> On 1 Dec 2020, at 16:37, Henning Hraban Ramm wrote: >>> >>>> Am 01.12.2020 um 15:36 schrieb Bruce Horrocks : >>>> >>>> I have \place

Re: [NTG-context] Scite and Mac OS

2020-12-04 Thread Bruce Horrocks
'other' -> find Scite in the list of apps -> tick "Always open with" -> click Open and it should then associate Scite with .tex files. -- Bruce Horrocks Hampshire, UK ___ If your quest

Re: [NTG-context] Scite and Mac OS

2020-12-05 Thread Bruce Horrocks
ggest you email the author for help. Failing that I assume you have tried everything suggested here <http://www.pragma-ade.com/general/manuals/scite-context-readme.pdf> ? -- Bruce Horrocks Hampshire, UK ___ If your

[NTG-context] Quirk with \userpagenumber, datasets and the .tuc file

2020-12-09 Thread Bruce Horrocks
;, }, }, } Note the \\relax following the page number. This isn't a problem for me at the moment but I wondered if it is something that needs to be looked at? -- Bruce Horrocks Hampshire, UK ___ If your qu

Re: [NTG-context] checkbox in fields show the word yes

2020-12-11 Thread Bruce Horrocks
ot; g) Move focus to another app and the box changes to blank i.e. unticked I've no idea whatsoever what to do about it or suggest which is why I didn't reply before. -- Bruce Horrocks Hampshire, UK __

Re: [NTG-context] xrightarrow specific size issue

2021-01-02 Thread Bruce Horrocks
vely there is \rightarrowfill which you might be able to put into a frame of the desired width? \starttext $1\xrightarrow[none]{blah} 1$ \par $2\xrightarrow[normal]{blah} 2$ \par $3\xrightarrow[small]{blah} 3$ \par $4\xrightarrow[medium]{blah} 4$ \par $5

Re: [NTG-context] A not so short introduction to ConTeXt Mark IV

2021-01-05 Thread Bruce Horrocks
ady very familiar with it -- because the learning curve is very steep and recovering from mistakes (made to the repository itself rather than to the document content) can sometimes be extremely difficult. -- Bruce Horrocks Hampshire, UK __

Re: [NTG-context] Lua code and table

2021-02-17 Thread Bruce Horrocks
context.startxcell() context(letter) context.stopxcell() for j = 1, 8 do context.startxcell( string.sub(pattern_1[i],j,j) == "X" and background_one ) context() context.stopxcell() end context.stopxrow() end context.stopxtable() \stopluacode — Bruce Horrocks Hampshire, UK ___

Re: [NTG-context] Possible problem with context using the ARM 64bit download for Apple Silicon M1

2021-02-23 Thread Bruce Horrocks
. If Keith's scripting skills aren't up to it then I could do it and then developer sign and upload the resulting binary to OneDrive or similar. Regards, — Bruce Horrocks Hampshire, UK ___ If your question is

Re: [NTG-context] margin in TocEntry definition

2021-03-11 Thread Bruce Horrocks
> part of the definition, but to no avail. There is a very similar previous question that might be what you are looking for. <https://www.mail-archive.com/ntg-context@ntg.nl/msg97548.html> Try that but use 'flushleft' instead of 'middle'. — Bruce Horrocks Hampshire, UK

Re: [NTG-context] margin in TocEntry definition

2021-03-11 Thread Bruce Horrocks
nt \startchapter [title={This is my chapter title}] [author={Dummy Name}] \input Tufte \stopchapter \stoptext — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an ent

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-01 Thread Bruce Horrocks
Why is your first line not $ docker pull alpine ? I would start with that then test each new step at the interactive shell before adding to the compose file and moving onto the next step. — Bruce Horrocks Hampshire, UK _

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-02 Thread Bruce Horrocks
> On 1 May 2021, at 21:35, Nicola wrote: > > On 2021-05-01, Bruce Horrocks wrote: >>> On 30 Apr 2021, at 19:53, Nicola wrote: >>> >>> I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an >>> iPad with the iSH app). I am cu

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-06 Thread Bruce Horrocks
is works as expected. Over to you to try in iSH. :-) [1] The install.sh file needs to be hacked because the CPU architecture check (uname -m) returns the word size of the host computer, not the container, so I just hard-coded the values. :-) [2] On Windows use something like: $ docker run -it

Re: [NTG-context] LMTX install

2021-05-23 Thread Bruce Horrocks
un a setup before I try to compile? You don't say which Linux you are using so I would first check to see that /home/me/bin/context/tex/texmf-linux-64/bin/mtxrun is executable. I assume that you followed the instructions on the wiki page here? <https://wiki.contextgarden.net/Instal

Re: [NTG-context] LMTX install

2021-05-23 Thread Bruce Horrocks
xrun > context myfile.tex) I get the message 'cannot execute binary file' and yet > mtxrun is executable. I checked. Clearly I am making a basic error, but > cannot work out what. — Bruce Horrocks Hampshire, UK __

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Bruce Horrocks
er weights. If we're restricted to six styles why does this Wiki page show seven? <https://wiki.contextgarden.net/Simple_Typescript_Example> Not meant as a criticism - just a naive question from someone who is puzzled. — Br

Re: [NTG-context] 15th International ConTeXt Meeting (early bird closes)

2021-06-30 Thread Bruce Horrocks
other news the early bird deadline in the table header row on the linked page is 11th July. ;-) — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the W

Re: [NTG-context] Rolling out a pandoc-context publication workflow in an organization

2021-07-01 Thread Bruce Horrocks
n server. When a new version of LMTX comes out, and when you have the time, you can install normally on a test machine and run whatever regression tests you want. Once happy you take a fresh copy of "https://lmtx.pragma-ade.com/install-lmtx/texmf-context.zip"; onto your server an

Re: [NTG-context] weekend upload

2021-07-11 Thread Bruce Horrocks
n animated GIF was put into the PDF and they don't appear to be consecutive frames that could be joined into an animated GIF. — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well

Re: [NTG-context] Problem with chapter numbering

2021-07-14 Thread Bruce Horrocks
7;t understand why the first chapter is not numbered while the second is > with number 1 etc. > Thanks. > Fabrice You were nearly there. Use: \unexpanded\def\processheadnumber#1% {\getmarking[chapternumber][curr

Re: [NTG-context] mp-geo Metapost package with ConTeXt

2021-07-15 Thread Bruce Horrocks
On 15 Jul 2021, at 18:58, Hans Hagen wrote: > > I was wondering about that too. I admit that I looked into maps years ago but > never could find quality data files. Does this help? <https://www.naturalearthdata.com> — Bruce Horrock

Re: [NTG-context] mp-geo Metapost package with ConTeXt

2021-07-17 Thread Bruce Horrocks
> On 16 Jul 2021, at 20:55, Hans Hagen wrote: > > On 7/15/2021 10:30 PM, Bruce Horrocks wrote: >> On 15 Jul 2021, at 18:58, Hans Hagen wrote: >>> >>> I was wondering about that too. I admit that I looked into maps years ago >>> but never could

[NTG-context] Re: Text item groups

2023-07-16 Thread Bruce Horrocks
of interest to others as well, please add an entry to the > Wiki! > > maillist : ntg-context@ntg.nl / > https://www.ntg.nl/mailman/listinfo/ntg-context > webpage : https://www.pragma-ade.nl / http://context.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ >

[NTG-context] Re: combining \definetyping and \definebuffer

2023-07-29 Thread Bruce Horrocks
"" > \usemodule[visual] > > \definetyping[MyCode] > > \setuptyping[MyCode][ > option=tex, > numbering=file, > ] > > \definebuffer[MyBuffer] > > \startMyBuffer > \fakewords{10}{20} > \stopMyBuffer > > \starttext > > \startMyCode &g

[NTG-context] Re: How to make words searchable without diacritics

2023-08-06 Thread Bruce Horrocks
hat is, if I make a search for filia in the final pdf file, fīlĭa > would also be found? — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! mail

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-08 Thread Bruce Horrocks
't use. ;-) Regards, — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg

[NTG-context] Re: zint 2.12.0 barcode generator

2023-08-20 Thread Bruce Horrocks
=4cm] \stoptext produced a barcode. — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://www.ntg.nl/mail

[NTG-context] Re: streams reversed?

2023-09-14 Thread Bruce Horrocks
s}% \fi} \stoptext [1] Apart from unnecessary blank pages at the beginning but that's a different problem so I'm not addressing that for now. — Bruce Horrocks Hampshire, UK ___ If your question is of in

[NTG-context] Re: Chapters without new page

2023-09-15 Thread Bruce Horrocks
\setuphead[chapter][page=no] \chapter{Fourth} More text \chapter{Fifth} More text \stoptext — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! mail

[NTG-context] Re: Framed Text with Chapter Numbers as Counter

2023-09-17 Thread Bruce Horrocks
tle. Amemd the \defineenumeration as follows: \defineenumeration [Counter] [title=yes, alternative=empty, before=\startCountFramedText, after=\stopCountFramedText, left={\somenamedheadnumber{chapter}{current}:}] — Bruce Horrock

[NTG-context] Bug? Text following columns at end of page goes into footer not next page

2023-09-30 Thread Bruce Horrocks
This line goes into the footer rather than the next page. \stoptext — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

[NTG-context] Problems with line numbered program listings

2023-10-04 Thread Bruce Horrocks
\starttabulate[|p|p|] \NC \typefile[MyTyping][numbering=line]{three_lines.txt} \NC No line numbers at all :-( \NR \stoptabulate \stoptext end What I'd most like is for tabulate to allow \typefile with line numbers if at all possible. — Bruce Horrocks Hamp

[NTG-context] Re: regular online meetup

2023-10-11 Thread Bruce Horrocks
CEST (UTC+2), 4h later than up to last > time. > > HR > — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

[NTG-context] Re: Combining python and lua

2023-10-25 Thread Bruce Horrocks
;s just those in your table then I think it would be much, much less effort to extend 'angleList' with accompanying lists holding the values to substitute into the template. Or even just typeset the whole table by hand (prepare a list of the expressions and use e

[NTG-context] Wiki problem - labels missing from the main diagram on the Page Layout page

2023-11-05 Thread Bruce Horrocks
This happens in both Safari and Firefox. Any suggestions as to what needs to be changed to get the diagram to display correctly? — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as wel

[NTG-context] Re: Wiki problem - labels missing from the main diagram on the Page Layout page

2023-11-05 Thread Bruce Horrocks
he .png is viewed via the main page but do display correctly when opened directly. I'll keep delving. [1] Now there's an irony: the Wiki software creates different-sized previews of a vector image so that it can show the image at different sizes on different clie

[NTG-context] \doifemptyelse issue?

2023-11-13 Thread Bruce Horrocks
lled dataset values but I thought I'd raise it. — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mai

[NTG-context] Re: \doifemptyelse issue?

2023-11-14 Thread Bruce Horrocks
> On 14 Nov 2023, at 10:40, Hans Hagen wrote: > > On 11/13/2023 1:10 PM, Bruce Horrocks wrote: >> The following MWE gives "false false" instead of "false true". I'm sure this >> used to work (18 months or more ago!) as I found it when re-process

[NTG-context] Problem with dataset not being populated

2023-11-14 Thread Bruce Horrocks
using TeXShop to edit and compile, but running "context product_filename.tex" from the command line makes no difference. Version is 2023.09.26 18:19. — Bruce Horrocks Hampshire, UK ___ If your question is of interest to

[NTG-context] Re: Text and Remark

2023-11-16 Thread Bruce Horrocks
] give what you want? — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-co

[NTG-context] Re: It works after a few changes but ..

2023-11-18 Thread Bruce Horrocks
you have sad "yes" to Aditya's suggestion. But that doesn't have the margintext. Do you still want/need margintext? — Bruce Horrocks Hampshire, UK — Bruce Horrocks Hampshire, UK ___ If your que

[NTG-context] Re: (again) wrong destination types?

2023-11-21 Thread Bruce Horrocks
ould expect for focus=standard as described on the Wiki. Adobe Acrobat Reader is the same except that the opening view is different - I think it is defaulting to my preferences which is to have a double-page view. — Bruce Horrocks Hampshire, UK __

[NTG-context] Re: It works after a few changes but ..

2023-11-21 Thread Bruce Horrocks
2.1.1}{\starttheorem The square on the hypotenuse is equal to the > sum of the squares on the other two sides. Ach is das schön, dass du da bist > \stoptheorem } \stoptext > > I see also in this thread that you have sad "yes" to Aditya's suggestion. But > that doesn't

[NTG-context] Re: (again) wrong destination types?

2023-12-04 Thread Bruce Horrocks
> On 3 Dec 2023, at 15:26, Pablo Rodriguez via ntg-context > wrote: > > On 11/22/23 00:06, Bruce Horrocks wrote: >> [...] >> I changed your example to the following: >> \setupinteraction[state=start, page=name, focus=standard] >> \starttext >&g

[NTG-context] Re: margin bigger than backspace pushes it outside the edge

2023-12-10 Thread Bruce Horrocks
and doublesided documents. The remainder of the settings will need adjusting to suit your specific circumstances. \setuppapersize[A4][A3] \setuplayout[location=middle] \setuppagenumbering[alternative=doublesided] \setuplayout[backspace=30.8mm] \starttext \showlayout[4,pt,cm] \stoptext — Bru

[NTG-context] Re: LMTX: Command handling, Interface between TeX and Lua

2023-12-13 Thread Bruce Horrocks
braces = ' .. str) context('\\par') end \stopluacode \def\mycommand[#1][#2]#3{\ctxlua{ userdata.mycommand('#1', '#2', [==[#3]==])}} \starttext \mycommand[top, inmargin, now][color=green, roof=gabled]{Anne of Green Gables?} \stoptext — Bruce Horrocks Hampshir

[NTG-context] Re: Problem with the paragraph

2023-12-15 Thread Bruce Horrocks
von der Wahl\par von \m{x\doubleprime} ist gleichbedeutend mit \m{∃y : ∀x : f(x) = y} \par (Beutelspacher [10, S.54]). \stopGrayBackground \stoptext — Bruce Horrocks Hampshire, UK ___ If your question is of interest to o

[NTG-context] Re: install-modules script and git URLs

2023-12-19 Thread Bruce Horrocks
te that the -L is necessary because the Github API generates a temporary, time-limited URL and redirects to it by returning a 302 response code. Regards, — Bruce Horrocks Hampshire, UK ___ If your question is of int

[NTG-context] Re: install-modules script and git URLs

2023-12-19 Thread Bruce Horrocks
s for Hraban when it was meant to be a suggestion to Pablo to try the alternate form of the Github repository URL first. > On 19 Dec 2023, at 21:47, Bruce Horrocks wrote: > >> >> On 19 Dec 2023, at 17:48, Henning Hraban Ramm wrote: >> >> Am 19.12.23 um 18:29 schr

[NTG-context] Re: \setupsynonyms textstyle=cap failing

2023-12-23 Thread Bruce Horrocks
ations] [\AbbreviationsFull] \setupsynonyms [abbreviation] [textstyle=\cap] \starttext \contextversion \abbreviation{NTG}{Nederlandstalige TeX Gebruikersgroep} Test 1 : \NTG . Test 2 : \infull{NTG} %\AbbreviationsFull{NTG}. \stoptext — Bruce Horrocks Hampshire, UK ___

[NTG-context] Re: LMTX schema for poster

2024-01-11 Thread Bruce Horrocks
vidual dots then it would provide a talking point? Or maybe have a copy of the card game to hand and challenge them to find a randomly drawn card in the QR code? — Bruce Horrocks Hampshire, UK — Bruce Horrocks Hampshire, UK

[NTG-context] Re: Asking help for better way to make tickets.

2024-01-12 Thread Bruce Horrocks
x27;nicer' but I use a table to print addresses onto sticky labels. The code should be fairly easy to adapt or just borrow some ideas. <https://sourceforge.net/projects/context-address-labels/> — Bruce Horrocks Hampshire, UK ___

[NTG-context] Re: font error in float placement?

2024-01-14 Thread Bruce Horrocks
nment file. For whatever reason, it didn't trigger an immediate end to the compilation run and a product with one or two components (using that environment) didn't trigger odd behaviour. But once all components were included then the odd behaviours started happening. — Bruce Horroc

[NTG-context] Re: Looking for itemize help

2024-01-15 Thread Bruce Horrocks
. \item Second item. \mystopitemize This is the next short paragraph, not part of the above. \stoptext — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! mai

[NTG-context] Re: Why LuaMetaTex is so slow?

2024-01-18 Thread Bruce Horrocks
on. Set up a nighttime (or lunchtime) run to regenerate the entire book while you're away from the computer and speed doesn't matter. — Bruce Horrocks Hampshire, UK ___ If your question is of interest to oth

[NTG-context] Re: Why LuaMetaTex is so slow?

2024-01-19 Thread Bruce Horrocks
> On 19 Jan 2024, at 09:31, Hans Hagen wrote: > > On 1/18/2024 11:15 PM, Bruce Horrocks wrote: >> On 18 Jan 2024, at 18:56, Shiv Shankar Dayal >> wrote: >>> >>> I understand that why it is slow, but the problem is that the difference is >>

[NTG-context] Re: upload

2024-01-23 Thread Bruce Horrocks
On 23 Jan 2024, at 16:29, Otared Kavian wrote: > > I wonder whether other MacOS users have had such a problem. Both Intel and ARM macs updated perfectly for me, just now. Regards, — Bruce Horrocks Hampshi

[NTG-context] Re: How to stop

2024-01-28 Thread Bruce Horrocks
ign=raggedleft] \setupTABLE[c][1][width=.1\textwidth] \stopsetup \startsetup formatB \setupTABLE[c][1,2,3,4,5][align=raggedleft, frame=off] \stopsetup \bTABLE[setups=formatA] ... \eTABLE \bTABLE[setups=formatB] ... \eTABLE — Bruce Horrocks Hampshire, UK _

[NTG-context] Re: chronological TOC

2024-01-29 Thread Bruce Horrocks
s case. The order= mechanism doesn't seem to work for \definelist lists as opposed to the built-in ones, viz: \definelist[chron] \starttext \placelist[section][order=title] \section{Hans} \writetolist[chron]{}{Hans} \section{Peter} \writetolist[chron]{}{Peter} \section{Anton} \writetolis

[NTG-context] Re: How to print the book title and section title where \reference is located?

2024-02-09 Thread Bruce Horrocks
in section \fetchmark[section][current], p. \pagenumber} This will write the current section title and page number to the console listing, prefixed by the word "RequirementMet". To produce the file for your customer all you have to do is filter

[NTG-context] Re: XML processing, unwanted indentation/alignment

2024-02-15 Thread Bruce Horrocks
nted. In the mwe Moe > and Curly, without first names, are indented; while Shemp and Michael aren't. > > That the undesired indentation/alignment is dependent on the presence of a > first name is baffling. After this long description, if someone would look

[NTG-context] Re: using an end of line as parameter

2024-02-20 Thread Bruce Horrocks
some questions: \startTestQuestions In den Büchereien gibt es auch … … Kuchen. … Theater. … Workshops. In den Büchereien gibt es auch … … Kuchen. … Theater. … Workshops. In den Büchereien gibt es auch … … Kuchen. … Theater. … Workshops. \stopTestQuestions How do you think you did on that te

[NTG-context] Re: using an end of line as parameter

2024-02-21 Thread Bruce Horrocks
es auch … … Kuchen. … Theater. … Workshops. In den Büchereien gibt es auch … … Kuchen. … Theater. … Workshops. \stopTestQuestions \stoptext — Bruce Horrocks Hampshire, UK tt2.tex Description: Binary data ___ If your

[NTG-context] Re: output filename with SHA256

2024-02-23 Thread Bruce Horrocks
rename logic: \starttext \startluacode local pdf_file_name = "jobname.pdf" local sha_pdf = utilities.sha2.hash256(io.loaddata(pdf_file_name)) os.rename(pdf_file_name, ("%s-%s.pdf"):format(pdf_file_name, sha_pdf)) \stopluacode Done \stoptext — Bruce Horrocks Hampshire, UK

[NTG-context] Re: imposition: getting to the last page of a booklet

2024-02-28 Thread Bruce Horrocks
o confuse it - issuing only two sides in total so maybe that was part of the problem since both are specified in your original example? — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as wel

[NTG-context] Re: Use of marking

2024-03-21 Thread Bruce Horrocks
on number for when a section hasn't started. — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailma

[NTG-context] Re: How to get an image to fill the maximum available space?

2024-03-30 Thread Bruce Horrocks
th=\textwidth, so \externalfigure[#1][frame=on,width=\textwidth,maxheight=1.2\textwidth]% where maxheight imposes the height size limit you mention. If you still have problems with tiny images then I suspect that is a different issue - something to do with the image file and the metadata

[NTG-context] Re: last page number for a list

2024-04-03 Thread Bruce Horrocks
apter}{title}} \stopchapter } \stoptext But I can't get the number option of \writetolist to work - the "3." above is ignored. :-( — Bruce Horrocks Hampshire, UK ___ If your question is of interest t

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-17 Thread Bruce Horrocks
self is the "Reference" quadrant. Clearly these can always be better but they are there already. My recommendation would be to use the wiki as the reference quadrant and, apart from the first few "main pages" for people who land there from a web search, it should focus on b

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-18 Thread Bruce Horrocks
> On 17 Apr 2024, at 13:17, Henning Hraban Ramm wrote: > > Am 17.04.24 um 13:57 schrieb Bruce Horrocks: >> - There are at least two books, and a third being written but not yet >> released: these fit into the Tutorials and Explanation quadrants. > > Which publis

[NTG-context] Re: How to isolate serious errors from warnings?

2024-04-20 Thread Bruce Horrocks
book. Also you could use \writestatus to output messages before and after known problem areas so you can look to see if there is any telltale output in the log and then search for that elsewhere. HTH — Bruce Horrocks Hampshire, UK

[NTG-context] Re: documentation: parameters of \setuplist

2024-04-24 Thread Bruce Horrocks
ms show up some day. See \type {inbetween-001.tex} for an example. I don't really understand what capability the comment is referring to let alone be able to create an example demonstrating the difference. — Bruce Horrocks Hampshire, UK

[NTG-context] Re: Define a new command that inherits from multiple other command options

2024-04-26 Thread Bruce Horrocks
each time. Regards, [1] Apologies for my ignorance. — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mail

[NTG-context] Re: transparent color

2024-05-06 Thread Bruce Horrocks
ecause I do not know the rgb values of the color that must be made > transparent, only its name. > > How to accomplish? The Wiki page <https://wiki.contextgarden.net/Color> gives the source files for various sets of colours (built in, crayola etc) and the source has the RGB valu

[NTG-context] Re: How to use fonts without typescripts?

2024-05-15 Thread Bruce Horrocks
efont [useWarningFont] [name:arialbold*default at 22pt] \starttext This is the regular body text font but {\useWarningFont BE AWARE} that others can be used. \stoptext — Bruce Horrocks Hampshire, UK ___ If your question is of

  1   2   3   4   >