[NTG-context] Re: Caching Metafun images and VIM Syntax highlighted code

2024-01-24 Thread Wolfgang Schuster

Shiv Shankar Dayal schrieb am 24.01.2024 um 17:06:
I am writing two books. One is on Rust programming and another is on 
geometry, so I have syntax highlighted code and in second has lost of 
diagrams.


Perhaps Aditya Mahajan can tell me how can I cache code snippets. 
Invoking VIM will have heavy penalty on highlighting the code otherwise.


You can also try to extend ConTeXt's syntax highlighter (or the scite 
module) to support Rust which solves the cache problem.


Wolfgang

___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2024-01-24 Thread Cron Daemon
receiving incremental file list
 ./
 ctan.lsr
 document-2.htm
 download-1.htm
 download-2.htm
 install.htm
 logo-ade.png
 logo-cts.png
 logo-pod.png
 rss.xml
 show-fil.pdf
 context/latest/
 context/latest/cont-lmt.zip
 context/latest/cont-mpd.zip
 context/latest/cont-ppc.zip
 context/latest/cont-sci.zip
 context/latest/cont-tmf.zip
 context/latest/cont-tst.7z
 context/latest/cont-tst.tar.xz
 context/latest/cont-tst.zip
 
 sent 179,707 bytes  received 39,700,877 bytes  3,190,446.72 bytes/sec
 total size is 578,779,599  speedup is 14.51


Running archiver:

New dir: /var/www/aanhet.net/context//htdocs/archives/context-2024-01-24.23
245936349   
/var/www/aanhet.net/context//htdocs/archives/context-2024-01-24.23/latest
126745317   
/var/www/aanhet.net/context//htdocs/archives/context-2024-01-24.23/current
372685762   
/var/www/aanhet.net/context//htdocs/archives/context-2024-01-24.23
372685762   total
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] upload

2024-01-24 Thread Hans Hagen

Hi,

I uploaded a new lmts:

- important fix for empty page (pdf, recently introduced)
- win32 installer fix
- bsd installer fix

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Hamid,Idris
Hi Shiv,

-- Original Message --
From "Shiv Shankar Dayal" 
mailto:shivshankar.da...@gmail.com>>
To "mailing list for ConTeXt users" 
mailto:ntg-context@ntg.nl>>
Date 1/24/2024 9:44:09 AM
Subject [NTG-context] Re: Using plain TeX commands in ConTeXt


** Caution: EXTERNAL Sender **

Yes.

On Wed, Jan 24, 2024 at 10:08 PM luigi scarso 
mailto:luigi.sca...@gmail.com>> wrote:


On Wed, 24 Jan 2024 at 16:55, Shiv Shankar Dayal 
mailto:shivshankar.da...@gmail.com>> wrote:
Thanks for correcting me, Wolfgang. I meant only TeX commands not plan TeX 
macros.


TeX primitives ?

Apologies if you are already aware:

There are 21 ConTeXt manuals entitled "low-level TeX" here:

https://wiki.contextgarden.net/Documentation

These might be a good place to begin exploration of interactions between TeX 
primitives and ConTeXt.

Best wishes
--
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Caching Metafun images and VIM Syntax highlighted code

2024-01-24 Thread Shiv Shankar Dayal
Dear Hans, Aditya,

Thanks for clarifying. In any case, I will process chapter-by-chapter,
so runtime should be manageable.

On Wed, Jan 24, 2024 at 10:32 PM Hans Hagen  wrote:

> On 1/24/2024 5:50 PM, Aditya Mahajan wrote:
> > On Wed, 24 Jan 2024, Shiv Shankar Dayal wrote:
> >
> >> Perhaps Aditya Mahajan can tell me how can I cache code snippets.
> Invoking
> >> VIM will have heavy penalty on highlighting the code otherwise.
> >
> > Have you tried the vim module:
> >
> > https://github.com/adityam/filter/blob/dev/vim-README.md
> >
> > Caching is enabled out of the box, so you don't need to configure
> anything.
> >
> >> Other than that, how can I cache Metafun images so that they are not
> >> recomputed on every processing of file.
> >
> > There used to a command for caching metafun images in MkII, but I don't
> know if that is really needed in LMTX. In most cases, metapost processing
> does not have a significant processing delay.
> if images are the same one can use the reuseMPgraphic or uniqueMPgraphic
> features .. plenty of examples can be found, but as Aditya poined out mp
> is quite fast (but reuse saves on file size)
>
> Hans
>
> -
>Hans Hagen | PRAGMA ADE
>Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -
>
>
> ___
> 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-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
>
> ___
>


-- 
Respect,
Shiv Shankar Dayal
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Caching Metafun images and VIM Syntax highlighted code

2024-01-24 Thread Hans Hagen

On 1/24/2024 5:50 PM, Aditya Mahajan wrote:

On Wed, 24 Jan 2024, Shiv Shankar Dayal wrote:


Perhaps Aditya Mahajan can tell me how can I cache code snippets. Invoking
VIM will have heavy penalty on highlighting the code otherwise.


Have you tried the vim module:

https://github.com/adityam/filter/blob/dev/vim-README.md

Caching is enabled out of the box, so you don't need to configure anything.


Other than that, how can I cache Metafun images so that they are not
recomputed on every processing of file.


There used to a command for caching metafun images in MkII, but I don't know if 
that is really needed in LMTX. In most cases, metapost processing does not have 
a significant processing delay.
if images are the same one can use the reuseMPgraphic or uniqueMPgraphic 
features .. plenty of examples can be found, but as Aditya poined out mp 
is quite fast (but reuse saves on file size)


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Caching Metafun images and VIM Syntax highlighted code

2024-01-24 Thread Aditya Mahajan
On Wed, 24 Jan 2024, Shiv Shankar Dayal wrote:

> Perhaps Aditya Mahajan can tell me how can I cache code snippets. Invoking
> VIM will have heavy penalty on highlighting the code otherwise.

Have you tried the vim module:

https://github.com/adityam/filter/blob/dev/vim-README.md

Caching is enabled out of the box, so you don't need to configure anything.

> Other than that, how can I cache Metafun images so that they are not
> recomputed on every processing of file.

There used to a command for caching metafun images in MkII, but I don't know if 
that is really needed in LMTX. In most cases, metapost processing does not have 
a significant processing delay. 

Aditya
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Shiv Shankar Dayal
Yes.

On Wed, Jan 24, 2024 at 10:08 PM luigi scarso 
wrote:

>
>
> On Wed, 24 Jan 2024 at 16:55, Shiv Shankar Dayal <
> shivshankar.da...@gmail.com> wrote:
>
>> Thanks for correcting me, Wolfgang. I meant only TeX commands not plan
>> TeX macros.
>>
>>
> TeX primitives ?
>
> --
> luigi
>
> ___
> 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-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
>
> ___
>


-- 
Respect,
Shiv Shankar Dayal
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread luigi scarso
On Wed, 24 Jan 2024 at 16:55, Shiv Shankar Dayal <
shivshankar.da...@gmail.com> wrote:

> Thanks for correcting me, Wolfgang. I meant only TeX commands not plan TeX
> macros.
>
>
TeX primitives ?

--
luigi
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Caching Metafun images and VIM Syntax highlighted code

2024-01-24 Thread Shiv Shankar Dayal
I am writing two books. One is on Rust programming and another is on
geometry, so I have syntax highlighted code and in second has lost of
diagrams.

Perhaps Aditya Mahajan can tell me how can I cache code snippets. Invoking
VIM will have heavy penalty on highlighting the code otherwise.

Other than that, how can I cache Metafun images so that they are not
recomputed on every processing of file.

-- 
Respect,
Shiv Shankar Dayal
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Wolfgang Schuster

Shiv Shankar Dayal schrieb am 24.01.2024 um 16:52:
Thanks for correcting me, Wolfgang. I meant only TeX commands not plan 
TeX macros.


As I already wrote you can use \parindent etc. in your document but 
unless you

know what you're doing you should keep it to a minimum to avoid conflicts
with other mechanism which rely on certain settings, e.g. changing the 
\parindent

value can result in unwanted result with paragraph indentation set with
\setupindenting[...].

Wolfgang

___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Shiv Shankar Dayal
Thanks for correcting me, Wolfgang. I meant only TeX commands not plan TeX
macros.

On Wed, Jan 24, 2024 at 9:20 PM Wolfgang Schuster <
wolfgang.schuster.li...@gmail.com> wrote:

> Shiv Shankar Dayal schrieb am 24.01.2024 um 16:37:
> > For example: \kern, \parindent and so on. Rephrasing the question, can
> > LuaMetaTeX/ConTeXt compile
> > plain TeX files. If yes, how can I do that?
>
> You mix up two different things here.
>
> 1. Plain TeX is a collection of TeX macros like ConTeXt or LaTeX.
>
> 2. LuaMetaTeX is a program like pdfTeX or LuaTeX which provides commands
> which are used by above mentioned collections to create macros.
>
> Even though ConTeXt provides some commands which available in plain TeX
> not all of the are supported which means you can't process plain TeX
> documents.
>
> On the other hand commands which are provided by the engine like
> \parindent can be used in a ConTeXt document but higher level mechanism
> like \setupindenting are the better choice.
>
> Wolfgang
>
>

-- 
Respect,
Shiv Shankar Dayal
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Wolfgang Schuster

Shiv Shankar Dayal schrieb am 24.01.2024 um 16:37:
For example: \kern, \parindent and so on. Rephrasing the question, can 
LuaMetaTeX/ConTeXt compile

plain TeX files. If yes, how can I do that?


You mix up two different things here.

1. Plain TeX is a collection of TeX macros like ConTeXt or LaTeX.

2. LuaMetaTeX is a program like pdfTeX or LuaTeX which provides commands 
which are used by above mentioned collections to create macros.


Even though ConTeXt provides some commands which available in plain TeX 
not all of the are supported which means you can't process plain TeX 
documents.


On the other hand commands which are provided by the engine like 
\parindent can be used in a ConTeXt document but higher level mechanism 
like \setupindenting are the better choice.


Wolfgang

___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Shiv Shankar Dayal
For example: \kern, \parindent and so on. Rephrasing the question, can
LuaMetaTeX/ConTeXt compile
plain TeX files. If yes, how can I do that?

On Wed, Jan 24, 2024 at 9:02 PM Hans Hagen  wrote:

> On 1/24/2024 2:55 PM, Shiv Shankar Dayal wrote:
> > Dear List,
> >
> > Can we use plain TeX commands which are available in LuaMetaTeX in an
> > arbitrary manner or are there any restrictions?
> what do you mean with arbitrary plain tex commands
>
> -
>Hans Hagen | PRAGMA ADE
>Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -
>
>
> ___
> 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-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
>
> ___
>


-- 
Respect,
Shiv Shankar Dayal
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Using plain TeX commands in ConTeXt

2024-01-24 Thread Hans Hagen

On 1/24/2024 2:55 PM, Shiv Shankar Dayal wrote:

Dear List,

Can we use plain TeX commands which are available in LuaMetaTeX in an 
arbitrary manner or are there any restrictions?

what do you mean with arbitrary plain tex commands

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Using plain TeX commands in ConTeXt

2024-01-24 Thread Shiv Shankar Dayal
Dear List,

Can we use plain TeX commands which are available in LuaMetaTeX in an
arbitrary manner or are there any restrictions?

-- 
Respect,
Shiv Shankar Dayal
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-24 Thread Hans Hagen

On 1/24/2024 9:55 AM, Ursula Hermann wrote:

Dear List,

I am sorry, but once again me: I downloaded the last upload from Hans 
yesterday, I downloaded context-win64, and tried the test today .

you're using windows 32 so you need to use the 32 mswin installer

http://lmtx.pragma-ade.nl/install-lmtx/context-mswin.zip


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: OpenBSD install failed

2024-01-24 Thread Hans Hagen

On 1/24/2024 2:00 AM, Damien Thiriet via ntg-context wrote:




Dear Hans,


can you test with

 OpenBSD|openbsd)
 case "$CPU" in
 i*86)
 PLATFORM="openbsd" ;;
 amd64)
 PLATFORM="openbsd$-amd64" ;;
 *)

instead?


I tested it, with and without the typo at
openbds$-amd64

Having fixed it to

   OpenBSD|openbsd)
   case "$CPU" in
   i*86)
   PLATFORM="openbsd" ;;
   amd64)
   PLATFORM="openbsd-amd64" ;;
   *)

I could install the binaries and compile the basic test doc with \input 
tufte

ok, i'll fix that $

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-24 Thread Shiv Shankar Dayal
On Wed, Jan 24, 2024 at 2:47 PM Ursula Hermann 
wrote:

> Yes,
>
> I always go to:
>
>
>
> pragma-ade.nl/install.htm
>
>
>
> I have Windows 10.
>

Dear Ursula,

I just downloaded and compiled the same file on Windows 11 64-bit and it
works. I got the PDF output.
I am not sure why it is not working for you.

-- 
Respect,
Shiv Shankar Dayal
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: upload

2024-01-24 Thread Otared Kavian
Hi Thomas,

Thank you for your advice: I did add
chmod +x install.sh
and now the script runs without MacOS complaining. 

However, since I had downloaded a new script yesterday and had updated to 
version 2024.01.23, I cannot check whether the issue was adding +x to the file 
install.sh.

Best regards: Otared

> On 23 Jan 2024, at 22:06, Thomas A. Schmitz  
> wrote:
> 
> Hi Otared,
> 
> I just tried, and my Macbook ran the update without any problem. Does it make 
> any difference if you chmod +x the script install.sh?
> 
> All best
> 
> Thomas
> 
> On 1/23/24 21:59, Otared Kavian wrote:
>> Hi Dr Hans Van der Meer,
>> Thank you for your help. It seems that since January 18 something has
>> changed (either on MacOS or on the install script), because the last
>> time I could update without doing anything more than sh install.sh.
>> In any case I checked xattr with
>>  which xattr
>> and got:
>>  /usr/bin/xattr
>> Then I did
>>  xattr -d com.apple.quarantine
>> /Applications/context-osx-arm64/install.sh
>> and got:
>>  xattr: /Applications/context-osx-arm64/install.sh: No such xattr:
>> com.apple.quarantine
>> Invoking again sh install.sh resulted in the error message I reported
>> previously.
>> Best regards: Otared
> 
> 
> ___
> 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-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___

Otared Kavian
e-mail: ota...@gmail.com
Phone: +33 6 88 26 70 95




___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-24 Thread Shiv Shankar Dayal
Can you please give the link from where you downloaded it? I will test it
on my Windows because on Linux it is producing the PDF.

On Wed, Jan 24, 2024 at 2:29 PM Ursula Hermann 
wrote:

> Dear List,
>
>
>
> I am sorry, but once again me: I downloaded the last upload from Hans
> yesterday, I downloaded context-win64, and tried the test today .
>
>
>
> Here is the test:
>
> \starttext
>
>
>
> \startmode[mkiv]
>
>
>
> \startluacode
>
> tex.sprint("hello")
>
> \stopluacode
>
>
>
> \startMPcode
>
> draw textext("hello") rotated 45 ;
>
> \stopMPcode
>
>
>
> \framed{hello}
>
>
>
> \stopmode
>
>
>
> \startnotmode[mkiv]
>
>
>
> \startMPcode
>
> draw textext("hello") rotated -45 ;
>
> \stopMPcode
>
>
>
> \framed{hello}
>
>
>
> \stopnotmode
>
>
>
> \stoptext
>
>
>
> After compiling in the folder:
>
> Is this because I am the user?
>
>
>
> Command Line:   context.exe --synctex=-1 "context-test.tex"
>
> Startup Folder:
> C:\Users\Hermann\Downloads\context-win64\tex\texmf-context\tex\context\test\mkiv
>
>
>
> startup error : no format file given, quitting
>
>
>
> Uschi
>
>
>
>
>
> _
>
>
>
> ConTeXt Compilation Report (Pages: 0)
>
>
>
> Errors: 0   Warnings: 0   Bad Boxes: 0
>
>
>
>
>
>
>
>
>
>
>
> *Von:* Ursula Hermann
> *Gesendet:* Dienstag, 16. Jänner 2024 15:33
> *An:* 'mailing list for ConTeXt users' 
> *Betreff:* AW: [NTG-context] Re: After Compiling the Context test, there
> was no PDF.
>
>
>
> Dear, Shiv Shankar Dayal,
>
>
>
>
>
> I have tried your example. Did not work.
>
>
>
> Uschi
>
> *Von:* Shiv Shankar Dayal 
> *Gesendet:* Dienstag, 16. Jänner 2024 13:42
> *An:* mailing list for ConTeXt users 
> *Betreff:* [NTG-context] Re: After Compiling the Context test, there was
> no PDF.
>
>
>
> I just updated my ConTeXt distribution and it is working fine for me.
>
>
>
> Try processing the following file:
>
>
>
> \starttext
> \input knuth
> \stoptext
>
>
>
> On Tue, Jan 16, 2024 at 5:30 PM luigi scarso 
> wrote:
>
>
>
>
>
> On Tue, 16 Jan 2024 at 12:49, Shiv Shankar Dayal <
> shivshankar.da...@gmail.com> wrote:
>
> Please paste line no. 238 of your input file.
>
>
>
> On Tue, Jan 16, 2024 at 4:11 PM Ursula Hermann <
> ursula.herm...@univie.ac.at> wrote:
>
> Dear List,
>
>
>
> After Compiling in the Folder:
>
>
>
> This is LuaMetaTeX, Version 2.10.11 initex
>
> (C:/Users/Hermann/Downloads/context-mswin/tex/texmf-context/tex/context/base/mkxl/cont-
> en.mkxl(context.mkxl(syst-ini.mkxl
> ! Undefined control sequence.
> 
>   \immutable\defcsname\tocharacter
>   \tabasciicode  \endcsname {\ } % \def\^^I{\ } tab
>
>
>
> maybe I am wrong, but this looks like an error of  syst-ini.mkxl
> around line 3238
>
> (I cannot update now )
>
>
>
> --
>
> luigi
>
>
> ___
> 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-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
>
> ___
>
>
>
> --
>
> Respect,
>
> Shiv Shankar Dayal
>
> ___
> 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-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
>
> ___
>


-- 
Respect,
Shiv Shankar Dayal
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-24 Thread Ursula Hermann
Dear List,

I am sorry, but once again me: I downloaded the last upload from Hans 
yesterday, I downloaded context-win64, and tried the test today .

Here is the test:
\starttext

\startmode[mkiv]

\startluacode
tex.sprint("hello")
\stopluacode

\startMPcode
draw textext("hello") rotated 45 ;
\stopMPcode

\framed{hello}

\stopmode

\startnotmode[mkiv]

\startMPcode
draw textext("hello") rotated -45 ;
\stopMPcode

\framed{hello}

\stopnotmode

\stoptext

After compiling in the folder:
Is this because I am the user?

Command Line:   context.exe --synctex=-1 "context-test.tex"
Startup Folder: 
C:\Users\Hermann\Downloads\context-win64\tex\texmf-context\tex\context\test\mkiv

startup error : no format file given, quitting

Uschi


_

ConTeXt Compilation Report (Pages: 0)

Errors: 0   Warnings: 0   Bad Boxes: 0





Von: Ursula Hermann
Gesendet: Dienstag, 16. Jänner 2024 15:33
An: 'mailing list for ConTeXt users' 
Betreff: AW: [NTG-context] Re: After Compiling the Context test, there was no 
PDF.

Dear, Shiv Shankar Dayal,


I have tried your example. Did not work.

Uschi
Von: Shiv Shankar Dayal 
mailto:shivshankar.da...@gmail.com>>
Gesendet: Dienstag, 16. Jänner 2024 13:42
An: mailing list for ConTeXt users 
mailto:ntg-context@ntg.nl>>
Betreff: [NTG-context] Re: After Compiling the Context test, there was no PDF.

I just updated my ConTeXt distribution and it is working fine for me.

Try processing the following file:

\starttext
\input knuth
\stoptext

On Tue, Jan 16, 2024 at 5:30 PM luigi scarso 
mailto:luigi.sca...@gmail.com>> wrote:


On Tue, 16 Jan 2024 at 12:49, Shiv Shankar Dayal 
mailto:shivshankar.da...@gmail.com>> wrote:
Please paste line no. 238 of your input file.

On Tue, Jan 16, 2024 at 4:11 PM Ursula Hermann 
mailto:ursula.herm...@univie.ac.at>> wrote:
Dear List,

After Compiling in the Folder:

This is LuaMetaTeX, Version 2.10.11 initex
(C:/Users/Hermann/Downloads/context-mswin/tex/texmf-context/tex/context/base/mkxl/cont-
en.mkxl(context.mkxl(syst-ini.mkxl
! Undefined control sequence.

  \immutable\defcsname\tocharacter
  \tabasciicode  \endcsname {\ } % \def\^^I{\ } tab

maybe I am wrong, but this looks like an error of  syst-ini.mkxl around line 
3238
(I cannot update now )

--
luigi
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


--
Respect,
Shiv Shankar Dayal
___
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-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___