Re: [NTG-context] Problems with new beta

2019-12-12 Thread Ursula Hermann
After new beta today Hans, it works fine.
Uschi

Von: Ursula Hermann
Gesendet: Montag, 09. Dezember 2019 15:34
An: 'mailing list for ConTeXt users' 
Betreff: Problems with new beta

Dear List!

If I want to do the test from the new beta on WinEdt (I have Windows 10) , 
normaly the test works fine. But today as I wanted to make the test, it did not 
work.
\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 with ConTeXt it does not work. I have the following mistake?
Command Line:   context.exe --synctex=-1 "context-test.tex"
Startup Folder: 
C:\Users\Hermann\AppData\Local\Temp\Temp1_cont-tmf.zip\tex\context\test\mkiv

mtxrun  | forcing cache reload
resolvers   | resolving | configuration files already identified
resolvers   | resolving | skipping configuration file 
'selfautoparent:/texmf/web2c/texmfcnf.lua' (no valid format)
resolvers   | resolving | no texmf paths are defined (using TEXMF)
resolvers   | resolving |
mtxrun  | the resolver databases are not present or outdated
resolvers   | resolving | using suffix based filetype 'lua'
resolvers   | resolving | remembering file 'mtx-context.lua' using hash 
'lua::mtx-context.lua'
resolvers   | resolving | using suffix based filetype 'lua'
resolvers   | resolving | remembering file 'mtx-contexts.lua' using hash 
'lua::mtx-contexts.lua'
resolvers   | resolving | remembered file 'mtx-context.lua'
resolvers   | resolving | using suffix based filetype 'lua'
resolvers   | resolving | remembering file 'mtx-t-mtx-context.lua' using 
hash 'lua::mtx-t-mtx-context.lua'
resolvers   | resolving | using suffix based filetype 'lua'
resolvers   | resolving | remembering file 'mtx-t-mtx-contexts.lua' using 
hash 'lua::mtx-t-mtx-contexts.lua'
resolvers   | resolving | remembered file 'mtx-t-mtx-context.lua'
resolvers   | resolving | remembered file 'mtx-context.lua'
mtxrun  | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
There are no warnings, no errors, but it does not work. Why?


_

ConTeXt Compilation Report (Pages: 0)

Errors: 0   Warnings: 0   Bad Boxes: 0


Many thanks
Uschi

___
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
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Problems with new beta

2019-12-10 Thread Ursula Hermann
Hello Hans!

Thanks for your answer.  How can I do this. You mean, going in texm-cache, and 
open cmd on Windows and write context--make en? Is that the right way? 

Uschi 



-Ursprüngliche Nachricht-
Von: ntg-context  Im Auftrag von Hans Hagen
Gesendet: Montag, 09. Dezember 2019 19:49
An: ntg-context@ntg.nl
Betreff: Re: [NTG-context] Problems with new beta

On 12/9/2019 3:34 PM, Ursula Hermann wrote:
> Dear List!
> 
> If I want to do the test from the new beta on WinEdt (I have Windows 
> 10) , normaly the test works fine. But today as I wanted to make the 
> test, it did not work.
> 
> \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 with ConTeXt it does not work. I have the following 
> mistake?
> 
> Command Line:   context.exe --synctex=-1 "context-test.tex"
If this is lmtx, can you wipe the cache (texm-cache) and run

context --make en

then?

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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net archive  : 
https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___
___
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
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Problems with new beta

2019-12-09 Thread Hans Hagen

On 12/9/2019 3:34 PM, Ursula Hermann wrote:

Dear List!

If I want to do the test from the new beta on WinEdt (I have Windows 10) 
, normaly the test works fine. But today as I wanted to make the test, 
it did not work.


\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 with ConTeXt it does not work. I have the following 
mistake?


Command Line:   context.exe --synctex=-1 "context-test.tex"

If this is lmtx, can you wipe the cache (texm-cache) and run

context --make en

then?

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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Problems with new beta

2019-12-09 Thread Ursula Hermann
Dear List!

If I want to do the test from the new beta on WinEdt (I have Windows 10) , 
normaly the test works fine. But today as I wanted to make the test, it did not 
work.
\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 with ConTeXt it does not work. I have the following mistake?
Command Line:   context.exe --synctex=-1 "context-test.tex"
Startup Folder: 
C:\Users\Hermann\AppData\Local\Temp\Temp1_cont-tmf.zip\tex\context\test\mkiv

mtxrun  | forcing cache reload
resolvers   | resolving | configuration files already identified
resolvers   | resolving | skipping configuration file 
'selfautoparent:/texmf/web2c/texmfcnf.lua' (no valid format)
resolvers   | resolving | no texmf paths are defined (using TEXMF)
resolvers   | resolving |
mtxrun  | the resolver databases are not present or outdated
resolvers   | resolving | using suffix based filetype 'lua'
resolvers   | resolving | remembering file 'mtx-context.lua' using hash 
'lua::mtx-context.lua'
resolvers   | resolving | using suffix based filetype 'lua'
resolvers   | resolving | remembering file 'mtx-contexts.lua' using hash 
'lua::mtx-contexts.lua'
resolvers   | resolving | remembered file 'mtx-context.lua'
resolvers   | resolving | using suffix based filetype 'lua'
resolvers   | resolving | remembering file 'mtx-t-mtx-context.lua' using 
hash 'lua::mtx-t-mtx-context.lua'
resolvers   | resolving | using suffix based filetype 'lua'
resolvers   | resolving | remembering file 'mtx-t-mtx-contexts.lua' using 
hash 'lua::mtx-t-mtx-contexts.lua'
resolvers   | resolving | remembered file 'mtx-t-mtx-context.lua'
resolvers   | resolving | remembered file 'mtx-context.lua'
mtxrun  | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
There are no warnings, no errors, but it does not work. Why?


_

ConTeXt Compilation Report (Pages: 0)

Errors: 0   Warnings: 0   Bad Boxes: 0


Many thanks
Uschi

___
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
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Problems with new beta

2005-03-18 Thread Thomas A . Schmitz
After finding the zip (thanks to Patrick!) and installing, everything 
works fine now, thanks! (Was away from my mail yesterday).

Best
Thomas
On Mar 17, 2005, at 10:13 AM, Hans Hagen wrote:
get the lmr zip from our site and unzip it in your tree; otherwise, try
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Problems with new beta

2005-03-17 Thread Hans Hagen
Thomas A.Schmitz wrote:
Just installed the new beta. Now every run of texexec dies with lots of 
messages like this:

kpathsea: Running mktexmf ec-lmcsc10
! I can't find file `ec-lmcsc10'.
<*> ...four; mag:=1; nonstopmode; input ec-lmcsc10
Please type another input file name
! Emergency stop.
<*> ...four; mag:=1; nonstopmode; input ec-lmcsc10
Transcript written on mfput.log.
grep: ec-lmcsc10.log: No such file or directory
What gives?
get the lmr zip from our site and unzip it in your tree; otherwise, try
\setupencoding[default=texnansi]
since nothing changed there
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Problems with new beta

2005-03-16 Thread Thomas A . Schmitz
Just installed the new beta. Now every run of texexec dies with lots of 
messages like this:

kpathsea: Running mktexmf ec-lmcsc10
! I can't find file `ec-lmcsc10'.
<*> ...four; mag:=1; nonstopmode; input ec-lmcsc10
Please type another input file name
! Emergency stop.
<*> ...four; mag:=1; nonstopmode; input ec-lmcsc10
Transcript written on mfput.log.
grep: ec-lmcsc10.log: No such file or directory
What gives?
Thomas
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context