Re: [NTG-context] minimum working example plus (output)
Hans Hagen via ntg-context
On 11/14/2021 12:26 AM, skyhorse--- via ntg-context wrote:
Here is the minium example which I took from the Wikigarden a few minutes ago.
\def\T#1{% \startitemize[#1,joinedup] \item This is a bullet of type #1. \stopitemize } \starttext \dorecurse{9}{\T\recurselevel} \stoptext
Compiling this into a pdf file with context produces an error. I've pasted the complete context typesetting run to show the error, in hopes that it will shed some light on what's wrong with my setup. I have a feeling that the stand along install is missing some vital part of the installation regarding fonts, and that it's not noticed by the majority of you since those items are still on your system from legacy versions.
nornally it means that you have no math font loaded (i.e. you do something before \starttext
Hans
Nothing is done before the sample shown above. That is all that is in the .lmtx source file.
From looking at the errors, I agree, it looks like there are no math fonts or, they are not visiable to context.
I need advice on how I can remedy that.
What do I need and what do I need to do to install them if I don't have them already on disk.
I assume that they are not distributed with the
skyhorse--- via ntg-context schrieb am 14.11.2021 um 21:13:
Hans Hagen via ntg-context
wrote: On 11/14/2021 12:26 AM, skyhorse--- via ntg-context wrote:
Here is the minium example which I took from the Wikigarden a few minutes ago.
\def\T#1{% \startitemize[#1,joinedup] \item This is a bullet of type #1. \stopitemize } \starttext \dorecurse{9}{\T\recurselevel} \stoptext
Compiling this into a pdf file with context produces an error. I've pasted the complete context typesetting run to show the error, in hopes that it will shed some light on what's wrong with my setup. I have a feeling that the stand along install is missing some vital part of the installation regarding fonts, and that it's not noticed by the majority of you since those items are still on your system from legacy versions. nornally it means that you have no math font loaded (i.e. you do something before \starttext
Hans Nothing is done before the sample shown above. That is all that is in the .lmtx source file.
From looking at the errors, I agree, it looks like there are no math fonts or, they are not visiable to context.
I need advice on how I can remedy that. What do I need and what do I need to do to install them if I don't have them already on disk. I assume that they are not distributed with the
shelll script.
Can you delete the tex folder in your installation and try to download the files again. When the script runs take a look at the terminal if you can see the following lines where the two zip files texmf.zip and texmf-context.zip are loaded. The first zip files contains all font files which are needed for your document. sh install.sh [...] mtx-install | server : lmtx.pragma-ade.com mtx-install | instance : install-lmtx mtx-install | platform : linux-64 mtx-install | system : unix mtx-install | fetching 'http://lmtx.pragma-ade.com/install-lmtx//texmf.zip' mtx-install | unzipping 'texmf.zip' [...] mtx-install | fetching 'http://lmtx.pragma-ade.com/install-lmtx//texmf-context.zip' mtx-install | unzipping 'texmf-context.zip' Wolfgang
participants (2)
-
skyhorse@gmx.us
-
Wolfgang Schuster