[NTG-context] Re: your favourite ConTeXt debugging tools

2024-09-22 Thread Bruce Horrocks
o could also become a very long page and some thoughts on how to best structure it would be helpful.) Does anyone have any objections, thoughts? — Bruce Horrocks Hampshire, UK ___ If your question is of interest to o

[NTG-context] Re: How to tell a single *.tex file to produce separate PDFs?

2024-09-20 Thread Bruce Horrocks
ime: #! /bin/bash for i in {1..180} do context \ --arguments="ChapNo=$i" test.tex \ --result="chapter_$i.pdf” done And at the Context level, test.tex is simply: \starttext \input chapter\env{ChapNo} \stoptext Regards, — Bruce Horrocks Hampshire, UK __

[NTG-context] Re: Calling C code from ConTeXt LMTX

2024-09-16 Thread Bruce Horrocks
On 16 Sep 2024, at 12:15, Henning Hraban Ramm wrote: > > Am 16.09.24 um 12:59 schrieb Bruce Horrocks: >>> On 15 Sep 2024, at 22:11, Florent Michel wrote: >>> >>> Thanks Bruce for your very helpful reply! >>> >>> The reason for my qu

[NTG-context] Re: Calling C code from ConTeXt LMTX

2024-09-16 Thread Bruce Horrocks
% DE_figure_here param1 param2 param3 so the awk code only needs to insert the image file name. Note I’ve deliberately omitted the braces from the bit to be substituted so that you need to generate them in the awk. That way, if you forget to process, you’ll get an error not a m

[NTG-context] Re: pdfcrop with context

2024-09-15 Thread Bruce Horrocks
hem of a fixed border The \clip command works on a PDF file. <https://wiki.contextgarden.net/Command/clip> But you need to give it exact measurements. — Bruce Horrocks Hampshire, UK ___ If your question is of

[NTG-context] Re: Calling C code from ConTeXt LMTX

2024-09-15 Thread Bruce Horrocks
t is processed then there is \executesystemcommand. — 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:/

[NTG-context] Re: how do I get the correct page numbers and do the calculations with it?

2024-09-10 Thread Bruce Horrocks
or reference > mechanism. If commands such as \pagenumber and \userpagenumber don’t work reliably then maybe the commands should be removed? Just a thought. — Bruce Horrocks Hampshire, UK ___ If your question is of

[NTG-context] Re: how do I get the correct page numbers and do the calculations with it?

2024-09-09 Thread Bruce Horrocks
a work-around for you. There is also \userpagenumber. 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 /

[NTG-context] Re: Has anyone packages the ConTeXt standalone distributon for nixpkgs/NixOS?

2024-09-02 Thread Bruce Horrocks
6769456> and then use “nix-shell -p docker”. Thereafter the “docker build ...” etc commands all worked as expected. HTH — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, ple

[NTG-context] Re: Inserting text between end notes

2024-09-01 Thread Bruce Horrocks
\title{Endnotes} Chapter 1 notes \placenotes[chapone] \blank[2*line] Chapter 2 notes \placenotes[chaptwo] \stoptext — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add

[NTG-context] Re: Is there an alternative to \reference[]{} that won't interfere with the document design?

2024-08-31 Thread Bruce Horrocks
combination then please try and produce a short example. \starttext This is my text \reference[a]{} and more following. This is my text\reference[b]{}and more following. This is my text\reference[c]{} and more following. \stoptext Regards, — Bruce Horro

[NTG-context] Re: BUG(?): mailing list archive formatting

2024-08-30 Thread Bruce Horrocks
"msg108280" part of that URL? No, I assume that’s their numbering. The “homepage” so to speak is here: <https://www.mail-archive.com/ntg-context@ntg.nl/> and you can browse or search as desired. — Bruce Horrocks Hampshire, UK __

[NTG-context] Re: BUG(?): mailing list archive formatting

2024-08-29 Thread Bruce Horrocks
an (and cares to) fix? I think you’ll need to send that example to the developers of HyperKitty so they can take a look. FWIW I use <https://www.mail-archive.com/ntg-context@ntg.nl/msg108280.html> which gets it right. -— Bruce Horrocks Hampshire, UK _

[NTG-context] Re: BUG REPORT: Italic Correction in ConTeXt LMTX

2024-08-26 Thread Bruce Horrocks
t;https://www.mail-archive.com/ntg-context@ntg.nl/msg60905.html>) but not now, so I would assume it's a bug. Your usage looks to be okay. — Bruce Horrocks Hampshire, UK ___ If your question is of interest to oth

[NTG-context] Re: Has anyone packages the ConTeXt standalone distributon for nixpkgs/NixOS?

2024-08-25 Thread Bruce Horrocks
inary might be simpler. Also, ConTeXt changes frequently. That introduces quite a burden on keeping the Nix package up-to-date unless it can be automated, which in turn is yet more work. If I used Nixos as my daily driver I might consider it, but I don’t. —

[NTG-context] Re: Installation problem

2024-08-25 Thread Bruce Horrocks
> On 25 Aug 2024, at 10:37, Thomas Meyer wrote: > > Hi, > > is it right that > https://wiki.contextgarden.net/Installation > for macOS X86 > is not reachable?! > > Greetings > Tomás It worked for me just no

[NTG-context] Re: Can LMTX help me with this PDF manipulation?

2024-07-29 Thread Bruce Horrocks
t, and \definetransparency to set one of the colours to be transparent. <https://wiki.contextgarden.net/Transparency> — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, ple

[NTG-context] Re: table float split behavior

2024-07-08 Thread Bruce Horrocks
> On 7 Jul 2024, at 19:34, Henning Hraban Ramm wrote: > > Am 07.07.24 um 20:22 schrieb Bruce Horrocks: >>> On 7 Jul 2024, at 10:51, Henning Hraban Ramm wrote: >>> >>> Also, is it possible to have different captions in first and other parts? >>

[NTG-context] Re: table float split behavior

2024-07-07 Thread Bruce Horrocks
> On 7 Jul 2024, at 10:51, Henning Hraban Ramm wrote: > > Also, is it possible to have different captions in first and other parts? This previous thread might help. <https://www.mail-archive.com/ntg-context@ntg.nl/msg102641.html> — Bruce Horrock

[NTG-context] Re: Trouble installing on Alpine Linux

2024-06-22 Thread Bruce Horrocks
> On 22 Jun 2024, at 17:14, Bryan Kaplan via ntg-context > wrote: > > On 2024-06-22 at 04:51:48-06:00, Bruce Horrocks set forth: >> Not sure if this helps but a while back I was able to produce a Docker build >> of Context based on Alpine. >> >> The i

[NTG-context] Re: Trouble installing on Alpine Linux

2024-06-22 Thread Bruce Horrocks
ker file are here: <https://www.mail-archive.com/ntg-context@ntg.nl/msg98307.html> Regards, — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki!

[NTG-context] Re: contextwiki what is going on?

2024-06-17 Thread Bruce Horrocks
ferences changes, no system >> update, no security settings, this behaviour deviates from the previously >> prompt loading of the home page. >> >> What is happening? Is the site hacked? Or was there a change on the server? >> I do no

[NTG-context] Re: Pocket Diary Photo Calendar: how to specify on which day the week begins?

2024-06-16 Thread Bruce Horrocks
t-pocketdiary.lua The code that decides in which cell to put the '1' of the first day is calculated elsewhere and not passed as a parameter. That rules out a simple fix - you'd need to add a "weekstart" or similar parameter and tra

[NTG-context] Re: Pocket Diary Photo Calendar: how to specify on which day the week begins?

2024-06-15 Thread Bruce Horrocks
Day=7] as the default value is 1 which I assume is Monday. — 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

[NTG-context] Re: How to improve appearance of bars in frac, sqrt, etc. on screens?

2024-06-13 Thread Bruce Horrocks
le by others. Just go up and down zoom sizes looking carefully. — 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] Re: Number in a circle

2024-06-04 Thread Bruce Horrocks
> On 4 Jun 2024, at 19:00, Kip Warner wrote: > > On Tue, 2024-06-04 at 18:19 +0100, Bruce Horrocks wrote: >> 1) I installed Ubuntu 14.04 It comes with context pre-installed but >> it's broken. > > Hey Bruce. Just an FYI, but Trusty Tahr (14.04) is over a

[NTG-context] Re: Number in a circle

2024-06-04 Thread Bruce Horrocks
> On 1 Jun 2024, at 01:48, Bruce Horrocks wrote: > > I'm not sure there is a need to do any more than Adam Reviczky is already > doing. When I find a bit of time I'll install a Ubuntu 24.04 into a VM and > see what version of Context is installed, likewise Debian

[NTG-context] Re: Number in a circle

2024-05-31 Thread Bruce Horrocks
On 31 May 2024, at 00:05, Kip Warner wrote: > > On Thu, 2024-05-30 at 23:20 +0100, Bruce Horrocks wrote: >> I'd be able to maintain a Context PPA but there already seems to be >> one: >> <https://launchpad.net/ubuntu/+source/context> > > I think that&

[NTG-context] Re: setuphead in connection with the command argument

2024-05-30 Thread Bruce Horrocks
> On 30 May 2024, at 23:25, Gerion Entrup wrote: > > Am Donnerstag, 30. Mai 2024, 18:49:08 MESZ schrieb Bruce Horrocks: >> >>> On 30 May 2024, at 15:15, Gerion Entrup wrote: >>> >>> Let's begin with a minimal example: >>> ``` >

[NTG-context] Re: Number in a circle

2024-05-30 Thread Bruce Horrocks
the Context version from 2024-04-09. I'm not quite sure how that can be the case? Also it's not clear to me whether that PPA is Context alone or TeXlive plus a bunch of TeX stuff including Context? (I could install it of course.) :-) — Bruce Horrocks Hampshire, UK

[NTG-context] Re: setuphead in connection with the command argument

2024-05-30 Thread Bruce Horrocks
\definehead [MyChapter] [chapter] \setuphead [MyChapter] [ style={...}, % heading style after={\setup{PlaceSubTitleAndIntro}}, ] \starttext \startMyChapter[title={Foo}] [ subtitle={Bar}, intro={Some explanation}, ] The text of the chapter \stopMyChapter \

[NTG-context] Re: Special charakter

2024-05-18 Thread Bruce Horrocks
econd or so and see a popup selection of alternate accented versions of that letter. Not all text editors / word processors support it but TeXShop does. No need for cut & paste templates. — Bruce Horrocks Hampshire, UK ___

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

2024-05-18 Thread Bruce Horrocks
t from mediawiki page organization features, I moved > some pages, for example > wiki.contextgarden.net/blablabla > ==> wiki.contextgarden.net/Topic/blablabla [1] Previous style for reference: <https://web.archi

[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

[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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 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: 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: 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: 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: 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: 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: 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: 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: \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: 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: 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: 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: 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: 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: (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: 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-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-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: 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] 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: \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] \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: 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] 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: 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] 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] 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] 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] 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] 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: 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: 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: 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: 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: 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: 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: {\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

[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

Re: [NTG-context] Tabulate: Change cell orienation for individual cells?

2023-06-27 Thread Bruce Horrocks via ntg-context
rotation=90]{up and down} \NC on and on \NC \NR \stoptabulate \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

Re: [NTG-context] Off topic: Does a 'free for commercial use' flared-sans font exist in the world?

2023-06-18 Thread Bruce Horrocks via ntg-context
cences. I'm guessing you'll need two: desktop in order to install on a PC and publish a printed book, and eBook to allow distribution of a PDF or eBook, so 33 USD in total. There's no time limit nor number of copies limit as far as I can see - just one eBook licence per title. Maybe th

Re: [NTG-context] xml nbsp?

2023-06-13 Thread Bruce Horrocks via ntg-context
r via ntg-context > wrote: > > What happened to the non breaking space in XML? It has disappeared in a way. > See the minimal example attached. > > dr. Hans van der Meer > test-nbsp.pdf Description: Adobe PDF document >

Re: [NTG-context] Super slow installation

2023-05-31 Thread Bruce Horrocks via ntg-context
device "taking the blame" for the entirety of the MPLS latency. Since that will include the transatlantic time the extra 75ms isn't quite so bad as it looks. — Bruce Horrocks Hampshire, UK ___ If

Re: [NTG-context] Super slow installation

2023-05-30 Thread Bruce Horrocks via ntg-context
7;s where the NSA pay them to spy on on all US->Europe traffic? [1] [1] Joke. (Besides, they'd never do it for traceroute packets because they'd want to hide their snooping.) ;-) [2] [2] Also a joke ;-) — Bruce Horrocks Hampshire, UK _

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Bruce Horrocks via ntg-context
don’t know how to force git urls to be added as zip > packages in https://modules.contextgarden.net. > Use <https://github.com/ousia/handlecsv/archive/refs/heads/context-suite.zip> as the link to download as a Zip file. — Bruce Horrocks Hampshire, UK

Re: [NTG-context] new units

2023-05-07 Thread Bruce Horrocks via ntg-context
s. Will there be new units to represent the amount of alcohol that has to be imbibed in order to (a) create the joke and (b) understand it? I'm not sure which of these needs to be the larger. Perhaps that could be the subject of the next research? — Bruce Horrocks Hampshire, UK _

Re: [NTG-context] cannot generate format file with current latest

2023-04-30 Thread Bruce Horrocks via ntg-context
; [ctxlua]:1: in main chunk > > A number should have been here; I inserted '0'. (If you can't figure out > why I needed to see a number, look up 'weird error' in the index to The > TeXbook.) > &

Re: [NTG-context] Problem with exponent

2023-04-28 Thread Bruce Horrocks via ntg-context
{...} \starttext \m{{x'}²+{y'}²} \quad \m{\primed{x}^2+\primed{y}^2} \stoptext [1] <https://www.mail-archive.com/ntg-context@ntg.nl/msg103779.html> — Bruce Horrocks Hampshire, UK ___ If your questi

Re: [NTG-context] Font error in PDF using ConTeXt and Kepler typeface

2023-04-25 Thread Bruce Horrocks via ntg-context
tf, keplerstd-lightcapt.otf, >> keplerstd-lightit.otf, keplerstd-semibold.otf, latinmodern-math.otf, >> lmroman10-regular.otf >> mkiv lua stats > font engine: otf 3.133, afm 1.513, tfm 1.000, 30 instances, >> 18 shared in backend, 3 common vectors, 15 common has

Re: [NTG-context] Spacing problem around decimal point

2023-03-28 Thread Bruce Horrocks via ntg-context
the new binary. (Thanks, Günter!) The x86_64-darwinlegacy from that download link version has fixed the problem on the Mac. Thank-you all involved. \starttext \startformula v = \frac{1.32}{1.41} = 0.935 \stopformula \stoptext gives the attached. —

Re: [NTG-context] natural table oddities

2023-03-27 Thread Bruce Horrocks via ntg-context
se \setupTABLE [c] [1] [width=.2\textwidth] works as expected for me. >> ## Page breaking >> * What’s the difference between split=repeat and header=repeat ? \setupTABLE [split=repeat] % works as expected for me \setupTABLE [header=repeat] % doesn't work for me >> I’d li

  1   2   3   >