Re: [NTG-context] running PlainTeX from beta

2014-07-12 Thread Otared Kavian

On 12 Jul 2014, at 00:41, Hans Hagen pra...@wxs.nl wrote:

 […]
 basic-plaintex or test-plaintex?

Sorry for the mismatch in the names: the file I tested is named 
basic-plaintex.tex, that’s why the message from Plain LuaTeX refers to that 
name.
While putting that minimal example in my message, I surrounded it with

%%% begin test-plaintex.tex

%%% end test-plaintex.tex

I should have said
%%% begin basic-plaintex.tex

indeed…

Best regards: OK___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] running PlainTeX from beta

2014-07-12 Thread Hans Hagen

On 7/12/2014 9:31 AM, Otared Kavian wrote:


On 12 Jul 2014, at 00:41, Hans Hagen pra...@wxs.nl
mailto:pra...@wxs.nl wrote:


[…]
basic-plaintex or test-plaintex?


Sorry for the mismatch in the names: the file I tested is named
basic-plaintex.tex, that’s why the message from Plain LuaTeX refers to
that name.
While putting that minimal example in my message, I surrounded it with

%%% begin test-plaintex.tex

%%% end test-plaintex.tex

I should have said
%%% begin basic-plaintex.tex

indeed…


anyway .. it compiles okay here with mtxrun --script plain ...

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] running PlainTeX from beta

2014-07-12 Thread Otared Kavian

On 12 Jul 2014, at 14:32, Hans Hagen pra...@wxs.nl wrote:

 […]
 anyway .. it compiles okay here with mtxrun --script plain …

Thanks for testing, but actually this is not a big issue, since one can use the 
plain LuaTeX from TexLive 2014.
But maybe it is useful to understand what is lacking in the stand-alone ConTeXt 
for this to run correctly.

Best regards: OK

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] running PlainTeX from beta

2014-07-12 Thread Hans Hagen

On 7/12/2014 2:53 PM, Otared Kavian wrote:


On 12 Jul 2014, at 14:32, Hans Hagen pra...@wxs.nl wrote:


[…]
anyway .. it compiles okay here with mtxrun --script plain …


Thanks for testing, but actually this is not a big issue, since one can use the 
plain LuaTeX from TexLive 2014.
But maybe it is useful to understand what is lacking in the stand-alone ConTeXt 
for this to run correctly.


indeed, also (at least for me) the plain shipped with context is the 
reference


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] running PlainTeX from beta

2014-07-12 Thread Werner Hintze
I can’t figure out how to change the chapter heading. More important: 
I have no idea where to find the needed information. What I want to see 
is for example:


Kapitel: Blablabla

I believe this works somehow with setuphead, but in the Manual I find 
just the list of options and the sentence »many of this options will be 
explained later«, but no hing when and where. The Wiki doesn’t help 
either. The best I can get is:


1.1 Blablabla

But hat’s not what I need…

I’m sure this is a stupid question, but I’m looking since some hours 
for a solution and didn’t make the sloghtest progress…


Where can I find these informations?
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] running PlainTeX from beta

2014-07-11 Thread Hans Hagen

On 7/11/2014 7:06 PM, Meer, H. van der wrote:

I have some plaintex code to run from the ConTeXt beta-distribution, because I 
didn't install the complete TeXp-distribution (and if possible prefer to keep 
it that way).

I did not fare well with running texexec --make plain and mtxrun --script plain 
myfile.tex
The first command does not give a sign of dumping the plain format somewhere, the second 
command complains I can't find the format file luatex-plain.fmt

It looks if I am on the wrong track for using luatex with plain. Will someone 
please be so kind to turn me in the right direction?


mtxrun --script plain --make

mtxrun --script plain yourfile.tex


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] running PlainTeX from beta

2014-07-11 Thread Philipp Gesang
···date: 2014-07-11, Friday···from: Hans Hagen···

 On 7/11/2014 7:06 PM, Meer, H. van der wrote:
  I have some plaintex code to run from the ConTeXt beta-distribution, 
  because I didn't install the complete TeXp-distribution (and if possible 
  prefer to keep it that way).
 
  I did not fare well with running texexec --make plain and mtxrun 
  --script plain myfile.tex
  The first command does not give a sign of dumping the plain format 
  somewhere, the second command complains I can't find the format file 
  luatex-plain.fmt
 
  It looks if I am on the wrong track for using luatex with plain. Will 
  someone please be so kind to turn me in the right direction?
 
 mtxrun --script plain --make

While you’re at it, could you please report back whether this
succeeds immediately or bombs out like so:

Preloading the plain format: codes, registers, parameters, fonts, more 
fonts,
! Font \preloaded=manfnt not loadable: metric data not found or bad.
to be read again 
\par 

Thanks!
Philipp



pgpoHvjgDYpLG.pgp
Description: PGP signature
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] running PlainTeX from beta

2014-07-11 Thread Hans Hagen

On 7/11/2014 7:13 PM, Philipp Gesang wrote:

···date: 2014-07-11, Friday···from: Hans Hagen···


On 7/11/2014 7:06 PM, Meer, H. van der wrote:

I have some plaintex code to run from the ConTeXt beta-distribution, because I 
didn't install the complete TeXp-distribution (and if possible prefer to keep 
it that way).

I did not fare well with running texexec --make plain and mtxrun --script plain 
myfile.tex
The first command does not give a sign of dumping the plain format somewhere, the second 
command complains I can't find the format file luatex-plain.fmt

It looks if I am on the wrong track for using luatex with plain. Will someone 
please be so kind to turn me in the right direction?


mtxrun --script plain --make


While you’re at it, could you please report back whether this
succeeds immediately or bombs out like so:

 Preloading the plain format: codes, registers, parameters, fonts, more 
fonts,
 ! Font \preloaded=manfnt not loadable: metric data not found or bad.
 to be read again
 \par


you can just hit return then ... for some reason manfnt is not in the 
distribution


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] running PlainTeX from beta

2014-07-11 Thread Otared Kavian

On 11 Jul 2014, at 21:50, Hans Hagen pra...@wxs.nl wrote:
 […]
 you can just hit return then ... for some reason manfnt is not in the 
 distribution
 
 Hans

However the plain TeX format from the standalone does not produce anything with 
the following minimal example:

%%% begin test-plaintex.tex
This is intended to test Plain \TeX\ from the ConTeXt stand-alone.

An elementary identity: $(a + b)^2 = a^2 + 2ab + b^2$. 
And a well-known identity due to Leonhard Euler  in which the five most 
important numbers appear:
$$
{\rm e}^{{\rm i}\pi} + 1 = 0, \qquad \hbox{where }\; {\rm i} := \sqrt{-1}.
$$

\bye
%%% end test-plaintex.tex

Saying in the Terminal:
mtxrun --script plain basic-plaintex.tex

results in 
mtx-plain | running command 'luatex --fmt=luatex-plain 
basic-plaintex.tex »’ 
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/dev) (rev 4972) 
\write18 enabled.

What is going on? (The above file typsets without problem with Plain TeX from 
TeX Live 2014).
Best regards: OK
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] running PlainTeX from beta

2014-07-11 Thread Hans Hagen

On 7/11/2014 11:41 PM, Otared Kavian wrote:


On 11 Jul 2014, at 21:50, Hans Hagen pra...@wxs.nl wrote:

[…]
you can just hit return then ... for some reason manfnt is not in the 
distribution

Hans


However the plain TeX format from the standalone does not produce anything with 
the following minimal example:

%%% begin test-plaintex.tex
This is intended to test Plain \TeX\ from the ConTeXt stand-alone.

An elementary identity: $(a + b)^2 = a^2 + 2ab + b^2$.
And a well-known identity due to Leonhard Euler  in which the five most 
important numbers appear:
$$
{\rm e}^{{\rm i}\pi} + 1 = 0, \qquad \hbox{where }\; {\rm i} := \sqrt{-1}.
$$

\bye
%%% end test-plaintex.tex

Saying in the Terminal:
mtxrun --script plain basic-plaintex.tex

results in
mtx-plain | running command 'luatex --fmt=luatex-plain 
basic-plaintex.tex »’
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/dev) (rev 4972)
\write18 enabled.


basic-plaintex or test-plaintex?



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___