Re: [NTG-context] How to install the ConTeXt-SBL module?

2022-05-29 Thread Max Chernoff via ntg-context
> What is the correct way to install an unofficial ConTeXt module Right now with LMTX, the only way to install modules is to manually copy files. I believe that the typical location to store module files is "TEXMFMODULES", but "TEXMFLOCAL" or "TEXMFHOME" should also work. To get the folder

Re: [NTG-context] How to install the ConTeXt-SBL module?

2022-05-29 Thread Joey McCollum via ntg-context
While testing the module, I would copy the .mkiv and .lua files to my ConTeXt MkIV directory (on Windows with the TeXLive distribution, this was C:\texlive\2021\texmf-dist\tex\context\base\mkiv) and then run context --make to apply the updates. If there is some other preferred way to do this,

[NTG-context] How to install the ConTeXt-SBL module?

2022-05-29 Thread Joel via ntg-context
I had https://github.com/jjmccollum/context-sbl this module working fine, but ran and update, and somehow it deleted my extra files. I can't figure out how I was able to get it working in the first place--I had just copied all the files to a folder somewhere. What is the correct way to install

[NTG-context] MathML when processing XML

2022-05-29 Thread Duncan Hothersall via ntg-context
This feels like a really stupid question but I can't find an answer to it anywhere. When processing an XML file directly with ConTeXt, i.e. using \startxmlsetups rules, how can I make use of the MathML module for the MathML content in my XML source? Should I include a specific piece of code with

Re: [NTG-context] arm osx

2022-05-29 Thread Keith McKay via ntg-context
Hi Steffen I have TeXshop setup on my mac mini M1 but I rarely use it. I've just ran it on a file I have been working on and it runs OK. Here is my engine: %% #!/bin/bash export PATH=$PATH:/Users/pothole/data/contextmacosarm64/tex/texmf-osx-arm64/bin

Re: [NTG-context] How to include a file with table data within a table?

2022-05-29 Thread Wolfgang Schuster via ntg-context
I sent a fix to the dev list. Wolfgang Joel via ntg-context schrieb am 29.05.2022 um 18:34: After a recent update to ConTeXt, the code no longer seems to allow me to \input a file within a table: \starttext \starttabulate[|p(.3\textwidth)|p(.7\textwidth)|]  \HL         \NC {\bf Term} \NC

Re: [NTG-context] How to include a file with table data within a table?

2022-05-29 Thread Joel via ntg-context
Adding the brackets + file name also didn't work. --Joel On Sunday, May 29, 2022, 11:33:48 AM MDT, Henning Hraban Ramm via ntg-context wrote: Did you try \input{file.tex} ? (Just an idea, didn’t try.) Hraban Am 29.05.22 um 18:34 schrieb Joel via ntg-context: > After a recent update

Re: [NTG-context] arm osx

2022-05-29 Thread Steffen Wolfrum via ntg-context
Hi, the first, clean install of MacOS ARM64bits I downloaded from https://wiki.contextgarden.net/Installation Next I followed the thread below (exchanging texmf-osx-64/bin to texmf-osx-arm64/bin) and everything works like a charm (ConTeXt ver: 2022.01.21 20:13 LMTX) ! Today I wanted to

Re: [NTG-context] Pull quote between two column - trial

2022-05-29 Thread Garulfo via ntg-context
to use pull quotes, I need to use the dimensions of the different elements to be typeset, before typesetting, in order to adapt the shapes of the flow accordingly. So here is just a basic code to 1/ get the dimensions of an item A that will be typeset, before it is actually typeset 2/ use

Re: [NTG-context] How to include a file with table data within a table?

2022-05-29 Thread Henning Hraban Ramm via ntg-context
Did you try \input{file.tex} ? (Just an idea, didn’t try.) Hraban Am 29.05.22 um 18:34 schrieb Joel via ntg-context: After a recent update to ConTeXt, the code no longer seems to allow me to \input a file within a table: \starttext \starttabulate[|p(.3\textwidth)|p(.7\textwidth)|]     \HL  

[NTG-context] How to include a file with table data within a table?

2022-05-29 Thread Joel via ntg-context
After a recent update to ConTeXt, the code no longer seems to allow me to \input a file within a table: \starttext \starttabulate[|p(.3\textwidth)|p(.7\textwidth)|]     \HL         \NC {\bf Term} \NC {\bf Definition} \NC\NR                     \HL         \input test2.tex %