Re: [NTG-context] Problem with defineenumeration [number=no]

2005-06-13 Thread h h extern

Taco Hoekwater wrote:


Hi,


There is a missing \noexpand in core-des.tex. Attached is a
fixed version of the affected macro.



ah, fixed, thanks!


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


Re: [NTG-context] importing figures in metapost

2005-06-13 Thread h h extern

Mojca Miklavec wrote:

andrea valle wrote:

But: is it possible to import an external figure inside metapost 
giving it a precise place in terms of xy coordinates?



Sure:

externalfigure filename.pdf
xyscaled (theWidth, theHeight)
shifted (theLowerLeftX, theLowerLeftY);

(However, I don't know if there's a way to include a picture without the 
need to provide width and height explicitly.)


hack:

 texexec --fig=d *.png

and then in the mp file:

  input mpfigs.mp

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


Re: [NTG-context] \whitespace vs \parskip

2005-06-15 Thread h h extern

John R. Culleton wrote:

On Tuesday 14 June 2005 05:24 pm, Taco Hoekwater wrote:


John R. Culleton wrote:


Taco asked for a minimal example. I don't want to make it too


You were missing:

  \setupcolumns[blank=3pt]

please don't ask me why columns have their own whitespace settings,
they just do. ;)

Greetings, Taco



As we say over here there is no reason for it, it is just
company policy.

But at least there is an explanation. Thanks to you one more
time. BTW the Context Manual p 64 doesn't mention a dimension as
an allowable value for to the the blank= parameter. 


columns have their own value because it influences grid handling and such

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


Re: [NTG-context] Fwd: [OS X TeX] Re: a problem after reinstall TeX

2005-06-16 Thread h h extern
Gerben Wierda wrote:
 
 On Jun 13, 2005, at 04:07,   wrote:
 
 Dear Hans,

 I reinstalled TeX, ConTeXt updates, and XeTeX, and add two map file 
 using updmap. Instead of uninstalling ConTeXt updates, I removed 
 pdftex.map in /fonts/map/pdftex/context/ folder.
 After running texhash, pdflatex worked fine. It located font files and 
 no more mktexpk things.

 I'll do the same thing in the another mac in school to double checking.

 Thank you so much.

 Regards,

 Dalyoung


 ther reason may be that there is a pdftex.map file in the context 
 path and the tds is not that robust for multiple instances of the 
 same file; make sure that there is no pdftex.map under 
 fonts/map/*/context/*
 
 
 Is this something I should take care of upon install? Wht is this 
 pdftex.map shipping with ConTeXt? Can I just remove it before repackaging?

it's a a test file that ended up in my 'to be copied to the zip path'

you can remove it, context does not need it

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


Re: [NTG-context] s-pre-19: page numbers?

2005-06-17 Thread h h extern

Christopher Creutzig wrote:

Taco Hoekwater wrote:


Is this not the same problem as the one that was mentioned last
week (the one that requires the core-lst.tex that Hans posted
as attachment)?



 It might be the same problem, but that file does not solve it.  I did 
remember to run texexec --make --all and to remove web2c/cont-en.fmt in 
favor of web2c/pdfetex/cont-en.fmt.


i need a small example

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


Re: [NTG-context] startMPgraphics in texshow?

2005-06-17 Thread h h extern

Christopher Creutzig wrote:

Salvete,

 it seems that the whole family of MPgraphics commands is missing in 
texshow  looking for graphics turns up no matches.  Are they 
generated by some magical macro or missing because of their capital 
letters?


no, just lazyness on my side

if someone collects a list of missing ones i can add them

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


Re: [NTG-context] s-pre-19: page numbers?

2005-06-20 Thread h h extern

Christopher Creutzig wrote:

Christopher Creutzig wrote:


Taco Hoekwater wrote:


Is this not the same problem as the one that was mentioned last
week (the one that requires the core-lst.tex that Hans posted
as attachment)?



 As a short term measure, I have included

\def\linklisttoelement#1#2#3#4#5% % list location format page data
  {\gotonextinternal\currentlist{#2}{#4}{#5}}

into my document and got the menu I wanted – no spurious numbers any 
more and the hyperlinks do work.  YMMV.



 Technical discussion (probably should go to the dev-list):

 Since I have no clear view of where else the code is used, I'm not sure 
whichplace to fix, but the definition (and comment) of 
\linklisttoelement and \gotonextinternal do not agree on what to print:


Note that the comment here refers to a fifth argument which does not exist:

\def\linklisttoelement#1#2#3#4% % list location format page data
  {\gotonextinternal\currentlist{#1}{#3}{#4}}

Therefore, \gotonextinternal in its fourth argument gets the page 
number.  It expects “text” in there and dutifully passes it to 
\gotorealpage, where it is printed.


your patch will break the list handler; a quick glance learns me that in the 
following case we have one arg too much (some time ago i cleaned up part of the 
list macros and it seems that this indirect call was not done).


(core-int.tex:)

\def\dodomenulistelement#1#2#3#4#5#6#7%
  {\setbox0=\hbox
 {\let\gotolocation\gobbleoneargument % hack to catch last []
  % \locationclickfalse % ipv ^
  \docheckrealreferencepage{#7}%
  \setlocationboxyes
{\??am#1}% % needed !
[]% no settings
{\limitatetext{#5}{\getvalue{\??li#2\c!maxwidth}}{\unknown}}% % needed !
[]}% normally the destination, catch by gobble
   \@@amboxcommand\do@@amposition{#1}{#7}% beware, we pass the pagenumber
 {\ignorespaces\linklisttoelement{#3}{#6}{#7}{\box0}\unskip}\\}

-
  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


Re: [NTG-context] runperl.zip

2004-10-18 Thread h h extern
David Arnold wrote:
There is no runperl.zip in the latest distribution. Can someone send me a
copy?
you can use texmfstart for that instead;
texmfstart --make --windows --indirect texexec.pl
will create a batch file that you can move to your bin path
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Installation Problem

2004-10-18 Thread h h extern
David Arnold wrote:
Added 

map +context.map
to pdftex.cfg.
take a look at the file cont-sys.rme: you can configure auto map 
loading; the pdftex.cbf file is gone in the latest pdfetex!

Got this error:
argument \c!gebied
can you do a
c:
cd \
dir c:\texexec.pl /s
and see what texexec's are reported?
C:\temp texexec junk
and wind up at
F:\temp
weird, i remember a post on this,
can you try texmfstart texexec.pl ...
i can send you a texmfstart.exe if needed
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Installation Problem

2004-10-18 Thread h h extern
Larry Stamm wrote:
I got a similar error message on my linux box.  The solution was to
replace a single occurrence of the instruction \c!gebied in texexec.pl
with \c!directory.  I suspect this is an errant piece of Dutch
language code that escaped the recent tranlation to low-level English.
hm, no c!gebied on my machine; of course the new location in TDS can 
make that in distributions that have updated build scripts accordingly 
old scripts may be used instead of new ones;

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Miktex blues

2004-10-18 Thread h h extern
David Arnold wrote:
F:\miktex\scripts\context\perlperl texexec.pl junk
 TeXExec 5.0 - ConTeXt / PRAGMA ADE 1997-2004
executable : pdfetex
format : f:/localtexmf/miktex/fmt/cont-en
 inputfile : junk
output : standard
 interface : en
  current mode : none
   TeX run : 1
This is pdfeTeX, Version 3.141592-1.10b-2.1 (MiKTeX 2.3)
initexmf: don't know how to dump miktex
cannot make f:/localtexmf/miktex.efmt
I can't find the default format file!
   return code : 256
  run time : 1 seconds
total run time : 1 seconds
How's that for weird?
What happens when you run
  texexec --make --alone
do you get *.fmt and *.mem files?
these need to be present on or moved to the right location
(watch out, pdfetex no longer has efmt as suffix)
One way to figure out what files are present is to use
textools --find cont-en.fmt
this is a ruby script, so you need to have ruby installed
i'm a bit puzzled why you can't get it working since you had it working 
some time ago; there have been no changes in texexec cum suis that 
influence that, so the main problem is probably in the tds change as 
well as the change in suffix (efmt - fmt)

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: texexec 4.0 to 5.0 update.

2004-10-24 Thread h h extern
Dirar BOUGATEF wrote:
OK. I'll try another time. Please don't take it on me, this macrosoft 
magic ;=)

ConTeXt  ver: 2003.9.25  fmt: 2004.8.17  int: english  mes: english
^
I have applyed a texhash too but no result.
How about:
  texexec --make --all
you seems to have an old format file
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: texexec 4.0 to 5.0 update.

2004-10-24 Thread h h extern
Dirar BOUGATEF wrote:
texexec --make en solves the problem. But now my fonts are not embeded 
to my PDF document as it was with the previous version.

I think the way i installed the new archive wasn't fair ? What's the 
best way to do it ?
take a look at cont-sys.rme: maybe you need to enable loading map files 
in your local copy of cont-sys.tex; there have been changes in the way 
pdftex gets initialized (map files are part of that)

context prefers to follow the load map files on demand route (makes more 
sense when you have tons of (extra) fonts on your system)

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: texexec 4.0 to 5.0 update.

2004-10-24 Thread h h extern
Dirar BOUGATEF wrote:
What is the folder script in cont-tmf ? I had to copy manually the 
texexec.pl from this folder to my bin folder to update texexec with the 
5.0 version. Should not that have been done when i unzipped every thing 
or is it done on purpose (To me it looks like the peltk folder in 
texmf\context).
In the latest TDS specs, scripts now reside under the ../scripts path 
instead of under package entries (like ../context).

One way to locate a script used to be to call 'kpsewhich' with the 
format 'other text files' but now the format is 'texmfscripts'.

The consequence of this is, that (combined with moved enc and map files 
in combination with strict paths in the texmf.cnf files), tex 
distributions are not downward compatible. The assumption is more or 
less that users reinstall the whole lot and don't have their own fonts 
and such -)

Another change is the flattening of format suffixes to fmt (so make sure 
that you remove the efmt ones when you update binaries); although the 
spec suggests the usage of an $engine subpath (in order to distinguish 
formats) it looks like distributions will not implement this (too 
difficult).

The way context deals with that is the following:
- you can use texmfstart (ruby script, win binary at our website) to 
launch a resource (document, script. whatever is supported)
- you can use textools --fixtexmftree to convert an old to a new tree
- you can use --engine (or set the var in texexec.ini) to use the 
$engine subpath conforming the TDS structure [unfortunately it looks 
like the $engine subpath will not be supported by texmf.cnf file; so 
much for standards]

alternatively, one can (manually) adapt the texmf.cnf file (or have a 
partial copy in your local tree) that extends the enc + map paths to the 
old locations

Launching a script, can be done indirectly, using texmfstart, like
  texmfstart texexec.pl ... args ...
or one can make a small stub, for instance:
  texmfstart --make texexec.pl
and move the resulting bat file in one of your bin path. The texmfstart 
route is supposed to work with the old and new trees and future trees 
(since I will try to keep texmfstart downward compatible).

[on unix, it's hard to distinguish files by type, i.e. texexec can be a 
stub, perl script, binary, whatever; in this case, texmfstart will create a

Note that distributions have different means of locating scripts and 
resources, in which case you depend on the integrety of a distribution. 
In case of problems, you can always replace the stubs by texmfstart 
based stubs.

Because of testing for tex live (which is the reference cross platfoirm 
tex distribution), i package the zips in the new structure and this 
means that users who have old trees and binaries may run into problems 
when they mix things.

[these changes in the enc/map file locations may give users who have 
their own font trees some headaches; also, if you use scripts in your 
own scripting tools e.g. in server apps, then you should be aware of the 
fact that locating scripts needs patches, i.e. the format fed to 
kpsewhich; here i have so many scripts that i don't put them all in the 
path, for instance because of name clashes, and i used to use kpsewhich 
to locate them; using texmfstart in such cases is more future safe, and 
with the coming new kpse run-as-deamon libraries it may become faster as 
well]

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] lost mail

2004-10-30 Thread h h extern
I lost all friday's mail so if someone expects an answer from me ...
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Local environment

2004-11-02 Thread h h extern
Fabrice Popineau wrote:
HH \unprotect \setvalue{\v!localenvironment}#1 {\doexecutefileonce{#1}}
HH \protect
HH i'll fix it (in core-job)
Thanks. In fact, there is a spurious space in core-job.tex.
You mean the one befro the #1? indeed, a leftover from:
\def\localenvironment #1 {...}
where that space is not seen,
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \presentationstep

2004-11-02 Thread h h extern
David Munger wrote:
Nothing seems to work here. I'm afraid the problem is indeed that
Acrobat Reader under Linux is not really JavaScript aware...
Would it be possible to implement the steps commands such that steps
span over multiple slides instead of being managed by JavaScript?
try
texexec --pdf --mode=demo s-pre-61
and see if that one suit syour needs (the stepper can be used with other sytles 
as well, once \usemodule[pre-60] is done; acrobat 6 needed)

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathbb

2004-11-12 Thread h h extern
Otared Kavian wrote:
At 10:42 +0100 12/11/04, Tobias Burnus wrote:
Well, this should work if you have that font, which is part of 
standard teTeX and probably also of standard fpTeX and thus TeXLive. 
Otherwise you can find it on CTAN.

Tobias

I have the TeX installation of Gerben Wierda, on Mac OS X 10.3, but I 
wanted to experiment your suggestion of
\definefont[BBMFont][bbm12 sa *]
\def\Bbm#1%
 {{\hbox{\BBMFont #1}}}
However the result of ${\Bbm R}$ is not a blackboard bold R, but some 
other character resembling the delimiter |.
Actually with ConTeXt there are many fonts that I can't use correctely...
hm, this blackboard is an old discussion,
$\reals$ should work
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Invalid directory

2004-11-12 Thread h h extern
Arnold, David wrote:
All,
In WinXP, ...
C:\MATHDEPTcd \mathdept
C:\MATHDEPTdir
 Volume in drive C has no label.
 Volume Serial Number is 50D6-E69D
 Directory of C:\MATHDEPT
09/28/2004  07:54 PMDIR  .
09/28/2004  07:54 PMDIR  ..
09/28/2004  07:54 PMDIR  Evaluations
10/08/2004  10:08 AMDIR  SteveDrasco
10/08/2004  02:27 PMDIR  wasc
11/05/2004  04:21 PMDIR  womenInMath
11/08/2004  02:13 PMDIR  JackKentCook
11/10/2004  03:40 PMDIR  FacultyDevelopment
11/11/2004  01:20 PMDIR  intalgtext
   0 File(s)  0 bytes
   9 Dir(s)  10,295,885,824 bytes free
C:\MATHDEPTcd intalgtext
Invalid directory
is it read only?
attrib intalgtext
-
  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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] [ at beginning of formula ?

2004-11-16 Thread h h extern
Matthias Weber wrote:
Hello,
I'd like to typeset
[\partial,B]=0
but
\starttext
\placeformula
\startformula
0=  [ A ,B ] = 0
\stopformula
gives just =0
(see below)
while
\stoptext
\starttext
\placeformula
\startformula
0=  [ A ,B ]
\stopformula
\stoptext
works. What is  the meaning of [ at the beginning of a formula,
and how do I get rid of it?
there is a forward scan for [ ] i.e. a reference
just put a \relax in front of your intentional [
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Czech support (Was: Re: does context support vietnamese?)

2004-11-17 Thread h h extern
David Antos wrote:
Hyphenation patterns work OK for Czech. Settings for Czech seem to be
reasonable (I'd only redefine subsentence setting and mainly date),
generated words (Chapter, ...) work fine, at least it is easy to
redefine them to one's personal taste :-)
since there are more czech users on this list (if i'm right), if you team up and 
send me patches ...

System messages and names of macros are available in Czech (although I
cannot imagine anyone who would use them; things like nastavramovani
for setupframed seem really perverted to me:-).
hm, it's not something obscene i hope
we need indeed someone to go over the czech interface
Index sorting is missing in the distribution; in any case, Czech sorting
rules are really ugly and need incorporation of Cz::Sort into texutil. I
don't keep an eye on ConTeXt development very carefully so I might be
out-of-sync, nevertheless it'd be nice to have a sorting module
pluggable into texutil (just a suggestion).
ok, i have to pick up that thread
The Czech support is based on master thesis of Tomas Hudec. After
finishing his study, he disappeared and I have no knowledge about him.
Fortunately, I have the complete sources of his work, so the missing
parts could be filled. I've prepared a Bc. thesis assignment saying in
fact take Tomas' thesis and make it really work but I haven't manage
anybody to do that :-(
Currently, I'm pretty busy (and use ConTeXt to write in English), so if
a Czech speaking ConTeXt user wants to have a look at it, I can send
him/her the archive.
btw, coming distributions will carry new styles for typesetting the setups
texmfstart texexec.pl --pdf --global --purge --interface=en --result=setup-en 
x-set-12.tex

i think in the new layout you will recognize some of the things we both 
discussed long ago (this goes hand in hand to moving to xml descriptions)

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathstrut in \underbrace and nath

2004-11-19 Thread h h extern
Giuseppe Bilotta wrote:
Shall this go in nath? Or, Hans, will you protect those macros?
if so, i need to protect the lot, any system/logic behind what to protect ?
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Bugs

2004-11-21 Thread h h extern
Dirar BOUGATEF wrote:
Thanks all.
Would be nice to know how to switch the left and right keywords to do 
the opposite of what it does now.
there is a switcj but it would spoil the use of modules,
you can use flushleft and flushright as alternatives
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] error messages after installation

2004-11-21 Thread h h extern
Ciro A. Soto wrote:
I think TEXEXEC 3.1 is still the latest version. what are new are the 
you're kidding, i have:
texexec
 TeXExec 5.2.3 - ConTeXt / PRAGMA ADE 1997-2004
--help   overview of all options and their values
--help all   all about all options
  --help short   just the main options
   --help mode ... pdf   all about a few options
--help '*.pdf'   all about options containing 'pdf'
more infohttp://www.pragma-ade.com/general/manuals/mtexexec.pdf
 http://www.ntg.nl/mailman/listinfo/ntg-context
total run time : 1 seconds
-
  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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathstrut in \underbrace and nath

2004-11-21 Thread h h extern
Giuseppe Bilotta wrote:
Friday, November 19, 2004 h h extern wrote:

Giuseppe Bilotta wrote:

Shall this go in nath? Or, Hans, will you protect those macros?

if so, i need to protect the lot, any system/logic behind what to protect ?

I have no idea. Everything? What's the downside of protecting a
macro?
sometimes you want it to be expandable
\unexpanded\def\blabla{\handle{blabla}}
will not expand even if \handle is expandable (could be a problem in for 
instance fallbacks for pdf bookmarks and such)

\def\blabla{\handle{blabla}}
now one can overload \handle, and \handle can be protected if needed
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Fonts switching and styles ..

2004-11-22 Thread h h extern
Dirar BOUGATEF wrote:
Hi all,
I am working to setup styles in heads with the typeface karat, that i 
define as follows:

\starttypescript [karat]
 \definetypeface [karat] [ss] [sans] [karat] [default] [encoding=texnansi]
\stoptypescript
Here is my head definition:
\setuphead[part]
  [align=left,
   page=right,
   placehead=yes,
   style=???,
   before={\hbox{}\vfill},
   after={\vfill},
   command=\MyPart]
Question: what command should i use to define this head to use the karat 
typeface above as its style ?
...,style={\switchtobodyfont[karat]\bfc},...
or, when no math is used,
\setupbodyfont[karat]
\definefont[MyPartFont][SansBold at 24pt]
\setuphead[part][style=\MyPartFont]
you could also add more faces to:
\starttypescript [karat]
 \definetypeface [gold]  [rm] [serif][gold]  [default] [encoding=texnansi]
 \definetypeface [karat] [ss] [sans] [karat] [default] [encoding=texnansi]
\stoptypescript
and then (say that the body font is rm (gold)), do
\setuphead[part][style=\ss\bfd]
etc etc
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] error messages after installation

2004-11-22 Thread h h extern
ab wrote:
Willi Egger [EMAIL PROTECTED] writes:

TEXEXEC is way too old. The current version is above 5!
After updating your context it appears that it uses still a very
outdated version of texexec. I advise you to update your tex-system
from CTAN (http://www.tug.org/interest.html).

Hi, I am trying to keep my context up-to-date, and so I installed the
new cont-tmf in my ~/texmf directory, and I get the following:
% texexec 041120_testfile.tex
Not enough arguments for mkdir at /usr/people/pm/bin/texexec line 2259,
near $FormatPath ;
Execution of /usr/people/pm/bin/texexec aborted due to compilation
errors.
there should be something:
if ($UseEnginePath  ($FormatPath ne ''  ($FormatPath !~ 
/$EnginePath\/$/))) {
$FormatPath .= $EnginePath . '/' ;
unless (-d $FormatPath) {
mkdir $FormatPath ;
}
}


-
  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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: does context support vietnamese?

2004-11-22 Thread h h extern
The Thanh Han wrote:
On Thu, Nov 18, 2004 at 01:45:17AM +, Adam Lindsay wrote:
The Thanh Han said this at Thu, 18 Nov 2004 08:36:05 +0700:

Hi Adam,
ET5 was the first proposed font encoding for vietnamese; then it was
renamed to X5 with a few modifications. T5 is a minor update -- it's
heavily based on X5 but I don't remember what has been changed.
Thanks. The questions now seem to be, is there a significant amount of
fonts/support files/work that relied on x5 that needs to be supported?
Because I just discovered that there were some serious bugs in the
ConTeXt interpretation of the x5 encoding, and that any regular user
would have demanded that something be changed!

afaik nobody has used vietnamese with context yet, so just forget
backward compability and do what is needed.
so we can drop x5 and go for t5 (i.e. lm only needs to support t5)
thanh: adam got most font stuff working like a charm! i'll add things to the 
distribution

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] columnset BUG - (urgent!)

2004-11-27 Thread h h extern
Steffen Wolfrum wrote:
Hi,
please have a look at testfile below:
without a footnote everything works fine,
but with the footnote the columnset gets crashed!
this is a tricky situation:
- the note is built in one column mode
- but flushed in column mode (dus to postponing)
- so actually what you see is a mixture
you may try:
\starttext
\chapter{Heading\notesymbol[x]}
\definecolumnset[litera][n=2,distance=1cm]
\startcolumnset[litera]
\footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward}
\stopcolumnset
\stoptext
or
\starttext
\definecolumnset[litera][n=2,distance=1cm]
\definecolumnsetspan[litera][n=2]
\startcolumnset[litera]
\startcolumnsetspan[litera]
\chapter{Heading\notesymbol[x]}
\stopcolumnsetspan
\footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward}
\stopcolumnset
\stoptext

I noticed this bug in a bigger book project:
The columnset is at the end as a seperate document (\component).
And the footnote was added 300 pages and 5 component files before !!!
As this footnote was one of the last changes that were done
before I wanted to send the book to the printer
a fast help would be very much appreciated.
Sorry, but it's really quite urgent -
Steffen
%context
\starttext
\chapter{Heading\footnote{x}}
\definecolumnset[litera][n=2,distance=1cm]
\startcolumnset[litera]
\dorecurse{10}{test \input zapf \input ward}
\stopcolumnset
\stoptext
-
  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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \setupsystem[random]

2004-11-27 Thread h h extern
Christopher Creutzig wrote:
Salvete,
 the line
  \setupsystem[random=261113]
causes an error for me:
./CDaufdruck.tex:10: Arithmetic overflow.
\verynormalnextrandom ...al \multiply \randomi 31
  \global \advance 
\randomi ...

\normalnextrandom ...alyear \verynormalnextrandom
  \egroup
\nextrandom -\bgroup \normalnextrandom
\gdef \nextrandom {\ifcase 
\randomse...
argument ...ormaltime =\@@svrandom ]\nextrandom
  \egroup
\firstofoneargument #1-#1

\dosetupsystem ...1]\setuprandomize [\@@svrandom ]
  \beforesplitstring 
\@@svre...
...

ConTeXt  ver: 2004.10.07  fmt: 2004.10.29  int: english  mes: english
regards,
Christopher
we could consider changing 1440 by 2880 in the next code (in texexec)
my ($sec, $min) = gmtime;
my $RandomSeed = ($min * 60 + $sec) % 1440;
ideas welcome ...
Hans
PS. you can say:  setupsystem[random=100]
-
  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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] website pod

2004-11-28 Thread h h extern
Hi,
I restarted the webservlet and it seems to respond ok now.
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Recommended Books on Typesetting

2004-11-28 Thread h h extern
Nikolai Weibull wrote:
I have also been looking for books by Hermann Zapf, but most seem to be
out of print and very, very expensive where available; anyone know if
they are worth their steep prices?  nikolai
His books (and fonts) are real great! I wish i had them all.
Keep in mind that typography is not per definition the same as typesetting; for 
instance his book covers and posters are good examples of 'playing with type', 
which is not what tex is often used for

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Recommended Books on Typesetting

2004-11-28 Thread h h extern
Nikolai Weibull wrote:
Hi!
I was wondering if anyone has any books to recommend, mainly in the area
of typesetting, i.e., on TeX, typography, and so on.
i have a bunch but i have to admit that i'm more a browser than a reader; it's 
on my to do list to make a list of them

maybe we can compile a nice list of books with 'readers comments'; if someone 
collects them i can turn them into a (nice looking) document; it would also make 
a nice test for bibtex

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Problem with \defintion.

2004-11-28 Thread h h extern
Dirar BOUGATEF wrote:
Still don't know why it worked with 2 \definitions but anyway, i know my 
error now :)
\something bla bla
\something bla bla
empty line
will work in many cases because \something also triggers a \par, but don't 
depend on it too much

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] scite does not build output

2004-12-03 Thread h h extern
Wolfgang Zillig wrote:
Hi,
I have some problems with scite: it generates no output but generates 
this error
message:

 texmfstart texexec.pl --pdf test.tex
 Das System kann die angegebene Datei nicht finden.
(- this means that the system cannot find the file)
for the moment, replace (in one of the properties files) texmfstart texexec.pl 
by just texexec; it may work; maybe kpsewhich in miktex does not yet support 
'texmfscripts'


  User file 'cont-sys.tex' not found, 'cont-sys.rme' has been used 
instead. 
this message is ok, unless you have a local cont-sys.tex
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: LaTeX2ConTeXt : external links not work after recompiled

2004-12-05 Thread h h extern
Patrick Gundlach wrote:
As far as I can see, this tetex ships with
ConTeXt  ver: 2004.11.23 

OK is:
ConTeXt  ver: 2004.11.16 
i think that something went wrong when i patched the \from macro for handling 
the nested color support. The url support is rather dirty hooked into other 
mechanisms.

I'll upload a fix asap.
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: LaTeX2ConTeXt : external links not work after recompiled

2004-12-05 Thread h h extern
Patrick Gundlach wrote:
Hello Quy, Thomas,
I have looked into your problematic document, and it looks as if the
ConTeXt version in the tetex beta is broken in this respect.
--
\setupcolors
  [state=start]
\setupinteraction
  [state=start,color=blue]
\useURL
[contextsupport]
[http://www.pragma-ade.com/]
\starttext
Look at  \from[contextsupport]!
\stoptext
--
compiles fine, but shows the same error: the hyperlink does not point
to the website, but to the first page.
in core.ref.tex, patch:
\def\setouterlocation#1%
  {\ifundefined{\v!file:::#1}%
 \ifconditional\forceURLlocation
   \edef\otherURL{#1}%
   \let\otherfile\empty
 \else
   \let\otherURL\empty
   \edef\otherfile{#1}%
 \fi
   \else
 \let\doexternaldocument\setouterfilelocation
 \let\doexternalurl \setouterfilelocation %  missing line
 \csname\v!file:::#1\endcsname
   \fi
   \setfalse\forceURLlocation
   \doifparentfileelse\otherfile
 {\let\otherURL\empty
  \let\otherfile\empty
  \global\let\otherlabel\empty
  \let\otherprefix\empty}
 {\xdef\otherlabel{#1}%
  \edef\otherprefix{#1::}}}
I need to rewrite this piece of code, currently there is some nasty overloading 
taking place (in order to safe hash entries i pack several things into one 
macro, which is used nested and which meaning gets overloaded)

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: LaTeX2ConTeXt : external links not work after recompiled

2004-12-05 Thread h h extern
Patrick Gundlach wrote:
more serious is (i bet) that that context is also on the texlive tree,
and that really _is_ about to ship.
don't worry, the bug is is not affecting the whole lot (only \from when used
with a url, the other \goto{}[url(...}] stuff is supposed to work; urls can be
set in many ways -)
concerning tex live: there's probably a bit older version in there (sebastian
got it directly from me); i'll check
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: using fonts -- installation

2004-12-06 Thread h h extern
Adam Lindsay wrote:
Rob Ermers said this at Mon, 6 Dec 2004 22:30:22 +0100:

The font is simply not recognised (log file message: bodyfont: unknown 
variant johanna). Of course, I am still miles away of getting my 
cyrillic font working under context...
there is support for cyrillic in context but there are many encodings; i'm sure 
that there are users out there who can help

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: using fonts -- installation

2004-12-06 Thread h h extern
Rob Ermers wrote:
The font is simply not recognised (log file message: bodyfont: unknown 
variant johanna). Of course, I am still miles away of getting my 
cyrillic font working under context...
that message is an indication that you didn't define it as bodyfont
for instance:
  \definetypeface[johanna][rm][serif][palatino][default]
will provide
  \setupbodyfont[johanna,10pt,rm]
the combination [serif] [palatino] is the main typescript filter, while [rm] is 
what it gets mapped onto; [default] concerns the size

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Problem with DocbookInContext

2004-12-09 Thread h h extern
profile wrote:
undefined control sequence : stelsectiein
this style is not adapted to low level english
reimplementing this style could be a nice exercise (and tutorial) in doing xml 
with context, so if there are docbook users out there, a way to go can be:

- someone makes a sample showing one docbook element usage
- i make a mapping (thereby showing how/what mappings are needed)
- someone else describes how to configure this
we can collect this in a manual and the wiki
if it's done stepwise i can spent spare time (i.e. big jobwaiting time) on it
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-09 Thread h h extern
Hi Thomas
Oops... So, I should stop using these aliases and distribute the .sty
files instead.  Last time that I looked at these .sty files, they just
loaded the .tex files without any additional code.
indeed; the currenr version are more latex compliant; i've forgotten when this 
change was made, but it must be a couple of years ago since i had to look into 
the files to see what was happening when you mentioned aliasing -)

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] using \startfiguretext ... \stopfiguretext

2004-12-10 Thread h h extern
Nikolai Weibull wrote:
* David Munger [EMAIL PROTECTED] [Dec 09, 2004 17:10]:
It might not be the only way, this should work:
\placefigure
 [here]
 [fig:somelabel]
 {Caption}
 \placelegend{Figure}
 {Text}

Hm, yeah, that works OK.  I was hoping for something that made a little
ik, let's give you a cue:
\placefigure
  {What a caption}
  {\placelegend
 {\externalfigure[cow.pdf]}
 {\input zapf \relax}}
\placefigure
  {What a caption}
  {\placelegend[location=right]
 {\externalfigure[cow.pdf]}
 {\input zapf \relax}}
using buffers makes sense here:
\startbuffer
lots of text
\stopbuffer
\placefigure
  {What a caption}
  {\placelegend
 {\externalfigure[cow.pdf]}
 {\getbuffer}}
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] XML formulas

2004-12-10 Thread h h extern
Adam Lindsay wrote:
Hi all.
I want to use XML, but in a non-doctrinaire way: I much prefer TeX
formula writing to mathml by hand. 

I looked at xtag-mml, and the \defineXMLenvironment [formula] looked like
just what I wanted. However, when trying it, the XML catcode regime was
still in effect, and the backslashes were printed, and didn't act as escapes.
Am I missing something in the correct usage, or is support incomplete?
This is a sample file, showing how I've been trying to use it:
\useXMLfilter[mml]
\starttext
\startXMLdata
formula
t+3+x+t\neq m\alpha\frac\theta\hbar
/formula
\stopXMLdata
\stoptext
\starttext
\unprotected \def\XMLtex#1%
  {\begingroup
   \disableXML
   [EMAIL PROTECTED]@[EMAIL PROTECTED]@@XMLdata:#1\endcsname}%
   \endgroup}
\defineXMLenvironmentsave
  [formula]
  {}
  {\XMLtex{formula}}
\input bryson
\startXMLdata
formula
t+3+x+t\neq m\alpha\frac\theta\hbar
/formula
\stopXMLdata
\input thuan
\stoptext
Also, what's the status of contml? I like the idea of it as a simple,
structural, basic markup that ConTeXt handles with zero effort, but is
anyone actually using it?
we sometimes mix it into other xml docs; i have no problem with extending it; 
actualy, (see mag-0008.pdf), i want to map most context directly onto xml so 
that we have a rather complete xml input syntax

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \bfm broken

2004-12-13 Thread h h extern
David Munger wrote:
\bfm seems broken in 2004.12.06
in font-bfm, change the \dosetskewchar lines into:
  \dosetskewchar\mifam\defaultskewcharmi
  \dosetskewchar\syfam\defaultskewcharsy
(i added an 'fam' argument to \dosetskewchar some time ago, but didn't change 
these lines for bold math)

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] NTG-Context, Robots and Privacy ..

2004-12-18 Thread h h extern
Nikolai Weibull wrote:
mailing-list archive or not.  Furthermore, I have not received any spam
to my context-users email alias so far, so it's strange that it affects
that's because non members cannot post; there was atiem when i had to discard 
hundreds of spams per day, but currently the spam filters are pretty good.

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Problems with uniqueMPgraphic

2004-12-18 Thread h h extern
Adam Duck wrote:
\def\aidul{\dosingleempty\doaidul}
\def\doaidul[#1]{\inframed[background=underline,frame=off,#1]}

So, one last question remains: why doesn't this work?
\def\uli{backgroundcolor=peachpuff} \aidul[\uli]{test}
parsing 
\def\doaidul[#1]{\expanded{\inframed[background=underline,frame=off,#1]}}
would work
however, in that case i'd go for:
\def\doaidul[#1]{\inframed[background=underline,frame=off,backgroundcolor=#1]}
\definecolor[important][red]
\definecolor[notimportant][green]
and \aidul[important]{test} as well as \aidul[notimportant]{test} since one can 
redefine the colors

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] TeXFont Problem

2004-12-18 Thread h h extern
Fergal Grimes wrote:
  font identifier : Sabon-Bold - text - tfm + vf
generating raw tfm/vpl : texnansi-raw-SAB (from SAB)
! need at most two non-option arguments
generating new vf : texnansi-SAB (from texnansi-raw-SAB)
vptovf.exe: texnansi-raw-SAB.vpl: No such file or directory
strange, can you run with --trace and see what systemcall is done? could be a 
faulty binary; (there has been a mix up of the tfto* and vfto* in the fptex 
binaries for a while; run them and see what they report)

(actually i found out that this was a mix up when i needed to generate sabon 
metrics so it in the end it is possible to use them; actually, i put them under 
'monotype' as vendor) [see type-buy.dat in latest beta]

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: ntg-context Digest, Vol 6, Issue 37

2004-12-18 Thread h h extern
Kai Straube wrote:
Hans Hagen wrote:

can you try
  texexec --pdf --automp yourfile
it may be that your context is configured for runtime mp processing while
your tex does not have write18 enabled

Thank you for your answer,
but this results in no other output ;-(
strange, check your cont-sys.tex file if metafun is run at runtime (write18) and 
if so, make sure that in texmf.cnf write18 is enabled as well

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Vertical justification of each slide

2004-12-18 Thread h h extern
Laurent Chéno wrote:
(* please excuse my poor english *)
Hi,
I use ConTeXt for presentations : I wish text on each slide to be
vertically justified and vertically centered
 (between 2 occurrences of \page).
There is surely a simple way to achieve that, but I don't found it. Do 
you can help me ?
normally, for such slides i use
\startstandardmakup \setupalign[middle]
some text
\stopstandardmakeup
\startstandardmakup \setupalign[middle]
next page
\stopstandardmakeup

-
  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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] French quotes ..

2004-12-18 Thread h h extern
Dirar BOUGATEF wrote:
Hi Hans and thanks :=)
Does Context come with latin modern installed ?
How can i find the typescript to use then ?
\usetypescript[modern][texnansi]
\setupbodyfomt[modern,10pt]
etc
-
  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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] s-faq-01 question

2004-12-18 Thread h h extern
VnPenguin wrote:
I attached some files as example. Nowadays i'd do it a bit different i guess. 
(using setvariables and so).

in cont-new.tex, add:
\let\useurl\useURL   % an alias, else you get an error
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
-


fa-pd-en.tex
Description: TeX document


fp-pd-en.tex
Description: TeX document


fs-pd-en.tex
Description: TeX document
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Bibtex SVG

2004-12-21 Thread h h extern
Henning Hraban Ramm wrote:
Am 20.12.2004 um 13:48 schrieb Micha Morawski:
Is it possible to include graphics (or even animations) in SVG format 
into the pdf documents ?

Which graphics formats you can use depends from the TeX processor.
AFAIK there's none that can handle SVG.
Not even Adobe's Distiller can handle SVG (perhaps V7, don't know).
(I'm just looking for a viewer that can handle SVG 1.2 / SVG Print - no 
chance...)
you may try:
  inkscape - eps - gs - pdf
another option can be imagemagick
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \FrameTitle not recognized.

2004-12-26 Thread h h extern
John Culleton wrote:
Please note the following file:

\starttext
\FrameTitle{Zapf (1)}
\startuseMPgraphic{dummy}
beginfig(1);
endfig;
\stopuseMPgraphic{dummy}
\useMPgraphic{dummy}
\stoptex
---
the \FrameTitle command generates an error no matter where I place it.
did you define the command?
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


Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread h h extern
John Culleton wrote:
But this is not the only type of versal. Sometimes a large capital letter 
(perhaps in italics) is centered on the top of the textblock thus:
Did you look into supp-fun.tex?
A matter of continuing interest is the sidebar, which can be placed in the 
outer margin, or flush left or right in a paragraph, or partly protruding 
into the outer margin. Usually these sidebars will have a gray background and 
often have a border. It appears that creating the sidebar separately as a pdf 
graphic and then importing and placing it would be the easiest way home. 
Context already has mechanisms for flowing or wrapping text around a graphic. 
How well the wraparound feature works when more than one short paragraph is 
involved I have not tested yet.  
the mp based background mechanism can handle that: see plus-rul.tex
(there is also another mechanism available which permits rather nasty variants 
but i still had no time to document it, so it's currently a hidden feature)

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


Re: [NTG-context] algorithms style : need \starttyping with TeX and math feature

2004-12-27 Thread h h extern
Christmas present ...
\unprotect
\setuplines[\c!space=\v!default]
\def\startlines
  {\@@rgbefore
   \whitespace
  %\page[\v!preference]} gaat mis na koppen, nieuw: later \nobreak
   \begingroup
   \def\@@rgstepyes{\parindent\zeropoint}%
   \def\@@rgstepno {\parindent\zeropoint}%
   \edef\@@rgparindent{\the\parindent}%
   \globallet\@@rglinesteptoggle\!!plusone
   \processaction
 [\@@rgindenting]
 [  \v!yes=\def\@@rgstepyes{\parindent\@@rgparindent}%
\def\@@rgstepno {\parindent\@@rgparindent},
\v!odd=\def\@@rgstepyes{\parindent\zeropoint}%
\def\@@rgstepno {\parindent\@@rgparindent},
   \v!even=\def\@@rgstepno {\parindent\zeropoint}%
\def\@@rgstepyes{\parindent\@@rgparindent}]%
   \typesettinglinestrue
   \setupwhitespace[\v!none]%
   \obeylines
   \let\checkindentation\relax
   \@@rgstepno
   \ignorespaces
   \gdef\afterfirstobeyedline % tzt two pass, net als opsomming
 {\gdef\afterfirstobeyedline
{\nobreak
 \global\let\afterfirstobeyedline\relax}}%
   \def\obeyedline
 {\par
  \let\checkindentation\relax % else problems with odd/even
  \afterfirstobeyedline
  \ifdim\lastskip\zeropoint
\globallet\@@rglinesteptoggle\!!zerocount
  \else
\doglobal\increment\@@rglinesteptoggle
  \fi
  \ifodd\@@rglinesteptoggle\relax
\@@rgstepyes
  \else
\@@rgstepno
  \fi
  \futurelet\next\dobetweenthelines}%
\processaction
  [\@@rgspace]
  [ \v!on=\obeyspaces
   \def\obeyedspace
 {\mathortext\normalspace{\dontleavehmode{\tt\controlspace}}},
   \v!yes=\obeyspaces
   \def\obeyedspace
 {\mathortext\normalspace{\dontleavehmode\normalspace}}]%
   \GotoPar}
\protect
\starttext
\startlines
test
  test
test $a = 10$
\stoplines
\setuplines[space=on]
\startlines
test
  test
test $a = 10$
\stoplines
\setuplines[space=yes]
\startlines
test
  test
test $a = 10$
\stoplines
test
  test
test $a = 10$
\stoptext

==
John Culleton wrote:
On Friday 24 December 2004 09:23, Mojca Miklavec wrote:
Maurice Diamantini wrote:
 Well I agree that it's no more typing any more!
 So a special option for \setuplines would be more appropriate?
Exactly, \starttyping does exactly that what you don't want: it disables
math and expansion of TeX commands.

Also, perhaps my request is simply an option of \startlines
which keep not only the lines break, but also the first
spaces of each line (in a verbatim font fors these space)
In plain TeX you have a command \obeyspaces (apart from \obeylines).
Nevertheless, whitespaces at the beginning of line are ignored when
using \obeyspaces, so you additionally need to write an escaped
whitespace '\ ' or \strut at the beginning of line (I guess there's a
more efficient solution for that, but I'm no expert).
But if you really only need whitespace at the beginning of line,
probably make something like:
\def\tab{\strut\hbox to 3em{}} % or any other size instead 3em
instead of using \obeyspaces and simply put \tab where you need a
certain amount of white space.
Mojca
Using eplain.tex you can say:
\verbatim
|endverbatim
(note bar instead of backslash.)
If you need a vertical bar in the verbatim text then just double it. 

Anything in between including blank spaces and lines is printed verbatim.
Context used to complain about one non-critical statement in the eplain file.  
Actually it complains about the following statement but you can easily spot 
the troublemaker. Delete it and eplain works fine with Context.  Latest 
versions of eplain may already have the fix, haven't tested them.  


--
-
  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


Re: [NTG-context] acro bat 7

2005-01-09 Thread h h extern
Henning Hraban Ramm wrote:
Are you sure it isn't only the overprint preview or the color management 
profiles setup?
no, it looks like the usual cache/anti-aliasing mess in zero versions; my guess 
is that at adobe they test at 256 color / 768x1024 displays -)

nothing to do with overprint / proofing / etc since it;s triggered by 
transparencies being present in the file and transparencies somehow influence 
anti aliasing, accuracy (less accurate slopes), hinting, cooltype etc; of course 
we're talking about tricky rendering, but it's strange to see fundamental old 
bugs show up again

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


Re: [NTG-context] m-letter.tex -- backslash interpretation error

2005-01-10 Thread h h extern
Rob Ermers wrote:
Dear Friends,
It seems I am really having a problem. The backslash in my import 
document yields .

\startsetups[letter:content]
\input brieftekst
\stopsetups
My document (brieftext.tex) among other things contains the following 
string:

ge\interesseerde, which yields -- geinteresseerde
I am unable to use any normal code in my text, which is very problematic!
... a minimal example ...
looks like an encoding mismatch or so
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


Re: [NTG-context] next version

2005-01-10 Thread h h extern
Hans van der Meer wrote:
May I also make a suggestion? I think it will be useful when the 
versiondate of the documents, especially the manuals, can be put along 
the download link. Like is done for the context zipped updates in the 
download page. It will make spotting updates much easier en prevents 
downloads that afterwards turn out to be duplicates. Thanks if it can be 
implemented.
maybe some day i will add some versioning to that, but currently i don't have 
that (manuals don't change that often, mostly new files are added)

you can use texsync to sync the documentation tree [uses rsync] and then you 
only update the changes [quite efficient]

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


Re: [NTG-context] next version

2005-01-10 Thread h h extern
Adam Lindsay wrote:
Okay, here's a question: what's the plan for ec-lmr*.tfm files?
indeed a problem, i will provide an extra a typescript that maps the ec-lm* 
files onto cork-lm-*; in addition to that i will ship copies of ec-lm* as well 
as il2-lm* and pl0-lm* [or maybe polish can move to qx-lm*]; given that context 
is the only system using the encoding-name scheme, and since i have lots of ec-* 
files around, i see no reason to change ec-* to cork-*

[an option is to have something \ec that expands to ec or cork but i dislike 
that]
Your latin-modern typescripts accept ec, but the tfm files are called cork.
(I'm only wondering about this now for antt support.)
for the ant, use ec- since that's what texfont provides
I know of two approaches. Which would you recommend?
\starttypescript [serif] [antykwa-torunska] [texnansi,qx,ec]
  \definefontsynonym [AntykwaTorunska-Bold]
  [\typescriptthree-anttb] [encoding=\typescriptthree]
\stoptypescript
easier and faster
\starttypescript [serif] [antykwa-torunska] [ec]
  \definefontsynonym [ec-anttb] [cork-anttb]
\stoptypescript
% or...
\starttypescript [serif] [antykwa-torunska] [texnansi,qx]
  \definefontsynonym [AntykwaTorunska-Bold]
  [\typescriptthree-anttb] [encoding=\typescriptthree]
\stoptypescript
\starttypescript [serif] [antykwa-torunska] [ec]
  \definefontsynonym [AntykwaTorunska-Bold][cork-anttb][encoding=ec]
\stoptypescript
slower, the less typescripts we have ... same for lm fonts, the less the 
better
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


Re: [NTG-context] \dostopfloattext problem...

2005-01-10 Thread h h extern
Martin Kolarík wrote:
Hi Hans,
I've found the small problem (but I did not trace it fully, so the
sugesstions could be false...) -- if one uses
\startfiguretext...\stopfiguretext and the figure oversizes criterium
defined in \setupfloat[figure][criterium=...] the float placement mechanism
probably goes besides \sometextfloat macro so \dostopfloattext macro used in
\stopfiguretext stays undefined and error appears.
I've solved this with omitting criterium or with self-defining empty
\dostopfloattext.
can you make an example that shows what goes wrong?
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


Re: [NTG-context] m-letter backslash codes in xml database

2005-01-14 Thread h h extern
Rob Ermers wrote:
Contexers,
That the best way for coding diacritics in the xml database which you 
wish to use for your mailing is by using the appropriate iso-latin1 or 
unicode number:

 contact num=3 regio=z3 label=`num3'
 address
  pJ. Sch#246;ttelndreher/p
  pJ. Sch#xF6;ttelndreher/p
  pLaan der Drie#235;enheid/p
  pLaan der Drie#xEB;enheid/p

 /address
  /contact
The unicode number (#x..) gives a slightly better result in my pdf.
if you want to move things around in an encoding neutral way:
\defineXMLsingular
  [c]
  [n=unknowncharacter]
  {\executeifdefined {\XMLop{id}} \unknowncharacter}
c n='eacute'/
sometimes it's handier to move elements around than entities
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


Re: [NTG-context] Problem with \button

2005-01-14 Thread h h extern
François Fasoli wrote:
I have found the following somewhere in the documentation.
\button{...}[the chapter on whatever]
\button{...}[otherdoc::some topic]
\button{...}[previouspage]
\button{...}[PreviousJump]
I have tried them : all run very well except \button{...}[otherdoc::some 
topic]
How can I replace some topic to indicate a chapter in otherdoc or a page ?
you need to register the otherdoc by using \useexternaldocument
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] Re: \bTABLE .. \eTABLE]

2005-01-18 Thread h h extern
Willi Egger wrote:
argument \@@tblprefix \c!each
should be v!each
-
  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


Re: [NTG-context] Greek font in Footnote problem

2005-01-21 Thread h h extern
Giuseppe Bilotta wrote:
Wednesday, January 19, 2005 Thomas A.Schmitz wrote:

On Jan 17, 2005, at 4:54 PM, Giuseppe Bilotta wrote:

enablegreek relies on catcode changes, so it cannot work inside
commands. It should be redefined to make use of e-TeX's
\scantoken feature so that it can re-parse its input.

Giuseppe,

I'll be too bust the next three weeks to look into this, but would love
to correct my quick and dirty hack. Can you give me a hint where I can
learn more about \scantoken and how I can implement it for my Greek
stuff?

Ehehehe. The reason why I was so generic in my answer is
precisely the same :)
Something like
\def\localgreek#1{\scantokens{\Gf\enablegreek#1}}
could work.
more precisely:
\starttext
\def\rescan#1{\scantokens{#1}} [\rescan{oeps}]
\def\rescan#1{\scantokens{#1\ignorespaces}} [\rescan{oeps}]
\stoptext
and therefore:
   \def\localgreek#1{\rescan{\Gf\enablegreek#1}}

-
  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


Re: [NTG-context] shading in meta[post/play] PDF

2005-01-21 Thread h h extern
Mojca Miklavec wrote:
Problem description:
I have a computer program, which carries the data about the grid points 
on a sphere (possibly with different colors defined in these points) and 
how the points are connected with each other to form a grid. I would 
take these triangles (or quadrilaterals), draw them transformed on the 
plane (with curves, not with straight lines) and fill them with the 
appropriate shading pattern (colors defined in corners of the triangles 
(darker according to normal vector) simply interpolated between the 
three points). Yet another possibility would probably be to use 
function-based shading and define a function which knows how the points 
have to be shaded on the sphere, but the latter seems more complicated 
and less universal.

Problem reduction:
Fill a mp closed path with any more complex shading.
So I would probably need Type 6 or 7 shading (Type 4 would be OK as the 
picture can be clipped within metapost, so that the resulting sphere 
borders are not composed of straight lines; the articles on 
http://www.math.ubc.ca/people/faculty/cass/graphics/text/www/ which 
inspired me to do something so crazy actually use Type 4 shading). Type 
one is probably the most general one, so it should be OK too, just 
complicated to do.

However: I'm not sure if, say, a (sampled) function to be passed to PDF 
can be specified in metapost elegantly.
i searched my machine extensively but it seems that i lost some code that could 
be used as starting point for that;

Page 746 of PDF Reference, version 1.6 also defines an interesting new 
feature: 3D objects (3D Artwork as they call it), but I haven't found 
anything else about that.
there is a section about shading, the function numbers differ;
In dvipdfm there's an example of using:
\special{pdf: bt rotate 90 xscale 2.0 }
These lines are to be used in TeX. MetaPost also knows a special 
command, I just don't know how to use it. (This is probably the 
communication channel to PDF when trying to implement some more exotic 
shadings.)
take a look at supp-mpe.tex, all we need is some variant on
\defineMPspecial{31}
  {\startMPshading{16}% type 3
   \setMPshadingcolors{4}{5}{6}{10}{11}{12}%
   \immediate\pdfobj
 {/FunctionType 2
/Domain [\gMPs1 \gMPs2]
/C0 [\MPshadeA]
/C1 [\MPshadeB]
/N \gMPs3}%
   \immediate\pdfobj
 {/ShadingType 3
/ColorSpace /\MPshadeC\space
/Function \the\pdflastobj\space 0 R
/Coords [\gMPs7 \gMPs8 \gMPs9 \gMPs{13} \gMPs{14} \gMPs{15}]
/Extend [true true]}%
   \stopMPshading}
(plus some more depending on what parameters need to be passed)
I glimpsed the mp-spec.mp file, but I didn't yet understand how the 
parameters are passed to PDF.

[more a context mailing list issue than a metapost list issue] 
So I left the metapost group out. Actually, 90% on the people here 
probably think I posted that to the wrong group anyway (in the sense of 
Are you sure you didn't want to post that question to the 3D studio max 
mailing list? :) The example above is probably not the most descriptive 
one, but having the possibility to add some more advanced shading 
patterns would be great.
if you can locate the right stuff in the pdf ref manual we can see what can be 
done (off list); i can add more 'special' handlers to the mp to pdf converted

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


Re: [NTG-context] New ConTeXt cz interface - apologize

2005-01-21 Thread h h extern
Michal Kvasnicka wrote:
BTW, can someone explain me what is the logic behind the TeXLive 
directory tree? Why isn't so simple as the old teTeX was? Why some 
configuraton files are there two or three times, sometimes with 
different content? :-( Is somewhere an explanation of these wonders? :-(
Hard to explain ... it's partly related to
- tds: formal tex directory structure
- tetex: basis for tex live, but not always following tds
- texlive: being meant for all platforms
all those trees are plagued by history,
recently there have been fundamental changes, like the move of enc / map / 
pdftex / etex / scripts and other subpath, while others were not reorganized 
due to whatever historic reason [dvips vs pdftex vs generic], or not implemented 
because it was too difficult to implement [web2c engine subpath] or because the 
author was not willing to participate (czech stuff), or because programs were 
changed (no cfg file pdftex, pdftex main engine) for etc etc;

other reason are: different platforms installers demand different structure 
(either or no symlinks, either or not uninstall, etc) and all those gpl licences 
demand source code to be present (depending on what is considered to besource 
code) which may lead to things being present multiple times; of course also 
files change place with no real reason, like some fonts, that are present now, 
absent then, present again some time, etc

[it sounds awful, but it's kind of standard and unavoidable for all things big 
and complex, installing windows, linux, or whatever, no matter how hard one 
tries, there will always be some mess, it just comes with the complexity]

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


Re: [NTG-context] processaction in keyval lists[SOLVED]

2005-01-23 Thread h h extern
Thomas A.Schmitz wrote:
   [SomeFont1 =\def\MyFont{somefont },
SomeFont2 =\def\MyFont{someotherfont }]
no spaces before the =
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


Re: [NTG-context] Russia (cyrillic letters)

2005-01-24 Thread h h extern
Mikael Persson wrote:
I am looking for a way of writing some home exercises in my Russian
course in ConTeXt. However, so far I have not succeed with it. Should
it work out of the box without installing any new fonts (I am having
the fonts from a full install of TeXLive2003 now)? I have looked a bit
in the source files for context, but with no luck.
well, i just took a look in the latest tex tree, and i cannot find a trace of 
the russian fonts that are defined in abundance in context's type-enc.tex; one 
problem with russian is that nobody seems to be responsible to get all the right 
stuff on tex live;

Based on the definitions, the following should work (and is reported to work):
\starttext
\definetypeface [latin]
  [rm] [serif] [latin-modern] [default] [encoding=texnansi]
\definetypeface [russian]
  [rm] [serif] [computer-modern] [default] [encoding=cyr] % t2a
\latin   \dostepwiserecurse{`a}{`z}{1}{\char\recurselevel} \endgraf
\russian \dostepwiserecurse{`a}{`z}{1}{\char\recurselevel} \endgraf
\stoptext
In order to get it working i suggest those using russian to do the following:
- determine what encodings are *really* in use
- collect the tfm/vf/pfb files that are needed to get that done
- build me the right map files
(i probably involves some fonts from cmsuper; so ... what is the reasonable 
subset that we need; if needed we can stick to a few reasonable sized (as we do 
with greek); it's mostly the math that is sensitive to design sizes)

we can then make a proper subset for (1) tex live and (2) the minimal context 
distribution; even better would be to have those glyohs needed to be added to 
the latin modern fonts [i can look into that later]

I guess there are different ways to achieve this, however, since I
also want some swedish text in the same documents, the best would
probably be if one of the following options worked:
the simpliest is to switch font and language at the same time (but i cannot test 
anything if i have no fonts running on my sytstem]

1) Typing everything in utf8, and get the different languages
automatically when compiling.
currently the utf handler does not change fonts, but since language switches are 
to be given anyway, it can be hooked into the language handler if needed

2) Typing everything with western letters, having some kind of
\startrussia Boris \stoprussia and get Boris typeset with Cyrillic
letters.
Just language+font switches using the typeface macros.
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


Re: [NTG-context] finishing a module

2005-01-25 Thread h h extern
Thomas A.Schmitz wrote:
Oh dear, thanks so much! This does it, and I'm so impressed what you  
-)
\define\crux   {{\Gf \char 43}}
depending on how you use this, you can consider making those symbols
an other option is
  \define\crux{\getglyph{\getvariable{Greek}{font}}{43}}
or so (untested); such glyphs also scale well.
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


Re: [NTG-context] Russia (cyrillic letters)

2005-01-25 Thread h h extern
Mikael Persson wrote:
larm1000 SFRM1000 T2AEncoding ReEncodeFont cm-super-t2a.enc sfrm1000.pfb
and I got sfrm1000.pfb and cm-super-t2a.enc files... So, in order to
have the cm-super fonts working, do I have to generate some files or
do something more?
you need tfm (larm1000.tfm) files but i dunno where to find them, maybe in some 
cmsuper zip

This, I shall ask one russian guy I know.
good, we can repackage the tfm's if needed; (i'm surprised how often fonts / 
names / etc change)

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


Re: [NTG-context] Using LateX packages

2005-01-26 Thread h h extern
Holger Peters wrote:
Hi,
I want to use a LaTeX Package (clrscode), or at least I want to port it 
to Context.

http://www.cs.dartmouth.edu/~thc/clrscode/
hm, not complex but mostly calls to latex font switches ans such
Is there some way to use LaTex Packages (I guess not).
so you need to rewrite it
Is there documentation about writing ConTeXt modules? (I didn't find any).
- try to use high level constructs (or ask me to provide them -)
- only use low level macroe documented in syst-*.tex and supp-*.tex (the ones 
mentioned in \macros, not the \dododo things)
- think fresh, forget about how other packages do it, think about what *you* 
want / need
- user modules are prefixed with t- (m- x- p- and s- are reserved for core 
modules and styles)

Now, about your code beautifier. Since you end up with additional markup anyway, 
why not go XML. You can then embed that in you tex document as usual (and have 
the full power of context available) but also use the code in webpages.

To give you an idea:
\starttext
\long\def\startcode#1\stopcode
 {\begingroup
  \startXMLmapping[code]%
  \enableXML\scantokens{#1}%
  \stopXMLmapping
  \endgroup}
\newcount\codedepth
\newdimen\codeindent \codeindent=1em
\def\incrementcodedepth
  {\advance\codedepth\plusone
   \ifnum\codedepth\plusone \advance\leftskip\codeindent \fi
   \relax}
\def\decrementcodedepth
  {\ifnum\codedepth\plusone \advance\leftskip-\codeindent \fi
   \advance\codedepth\minusone
   \relax}
\defineregister[function][functions]
\setupregister[function][expansion=yes]
\startXMLmapping[code]
  \defineXMLsingular [if]   {\endgraf{\bf if}\incrementcodedepth}
  \defineXMLsingular [then] {{\bf then}\endgraf\incrementcodedepth}
  \defineXMLsingular [else] {\endgraf\decrementcodedepth{\bf 
else}\endgraf\incrementcodedepth}
  \defineXMLsingular [end]  {\endgraf{\bf end}\decrementcodedepth\endgraf}

  \defineXMLsingular [int]  {{\bf int}\space\ignorespaces}
  \defineXMLsingular [bool] {{\bf bool}\space\ignorespaces}
  \defineXMLsingular [var]  [id='x'] {{\tf \XMLop{id}}}
  \defineXMLenvironment [function] [id=unknown]
{\endgraf\function{\XMLop{id}}{\bf function}\space{\sl\XMLop{id}}\space}
{\endgraf\incrementcodedepth}
  \defineXMLenvironment [return]
{{\bf return}\space}
{\endgraf}
  \defineXMLenvironment [c]
{\bgroup\setups{code:comment}\type{//* }\ignorespaces}
{\removeunwantedspaces\type{ *//}\egroup\endgraf}
\stopXMLmapping
\startsetups [code:comment]
  \defineXMLsingular [var]  [id='x'] {{\bs \XMLop{id}}}
\stopsetups
\startcode
function id='ExampleFunction'(bool/ i; int/ j)/function
if/ (ilt;10) then/
   cLet's add some comment here. Well, var id='a'/ means nothing to 
me./c
   var id='a'/ := 3
else/
   cThis is a funny language, a kind of mixture./c
   var id='a'/ := 1
end/
returna/return
end/
\stopcode
\blank[3*big]\placeregister[function][criterium=all]
\stoptext
If there is interest in such a module, i can write the auxiliary macros needed 
for it and others can define the languages.

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


Re: [NTG-context] cz support

2005-01-26 Thread h h extern
Vit Zyka wrote:
Hallo Hans and other ConTeXters,
I have started to collect and clean up Czech ConTeXt localization. And I 
have discovered that Tomas Hudec includeded Czech (non-trivial) sorting 
rules into texutils.pl (calling czsort.pl from Jan Pazdziora). 
Unfortunately it was not incorporated into official ConTeXt disribution.

Hans, what is your prefereble solution in case of local sorting rules? I 
know, there is \definesortkey, but this mechanism is insufficient for 
Czech. I think that calling external Perl sorting routine is a suitable 
solution. If so, it can be incorporated into current version? Files are 
attached.
in order to do that:
- the pm code should move into texutil
- we should find a way to hook the switch into texexec
now, apart from such an effort, i think we should rethink sorting;
- no funny encodings which demands the sorter to be encoding aware
- no locale dependencies
- readable sorting code -)
steps:
- write named glyphs to the output:
- no longer use direct code in definecommand and defineaccent, i.e.
- define the fallbacks as 'definecharacter ones'
the last two steps actually come first (since adam l. is quite fluent in the 
character names and such, i guess that the both of us need to look into that and 
do that in 'one move'); after that i can rewrite the sort/index code to become
aware of named glyphs and languages, and we can then plug in language specific 
sorting rules [taking care of xml at teh same time]

[it's worth considering to drop the non etex code]
named glyphs are not so much a problem, but we need to clean up the
fallback encoding defs a bit in order to prevent funny expansion
\def\literateencodedtokens
  {% \let\dohandleaccent   \keephandleaccent
   % \let\dohandlecommand  \keephandlecommand
   \let\dohandlecharacter\keephandlecharacter}
\def\convertmeaning#1\to % watch the double expansion !
  {\bgroup
 \honorunexpanded
%\dontexpandencoding % new
 \literateencodedtokens % newer
 \xdef\@@globalexpanded{#1}%
 \xdef\@@globalexpanded{\@@globalexpanded}%
   \egroup
   \convertcommand\@@globalexpanded\to}
\protect
\enableencoding[texnansi] \setupregister[index][keyexpansion=yes]
\starttext
\defineactivecharacter * {\eacute} test \index{test \eacute * \'e test}
\stoptext

-
  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


Re: [NTG-context] pdfeTeX crashes

2005-01-30 Thread h h extern
Mojca Miklavec wrote:
The problem was most probably caused by PNG images, exported from MS 
PowerPoint slides, an example is on 
http://pub.mojca.org/mailinglists/context/alpha.png.
I forwarded your mail to the pdftex dev list
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


Re: [NTG-context] style.pdf

2005-01-30 Thread h h extern
Taco Hoekwater wrote:
[EMAIL PROTECTED] wrote:
In updating my context documentation today, I managed to overwrite my
copy of .../general/manuals/style.pdf, which I was studying. Is this
document still available, perhaps renamed - it don't find it in the list
of files in http://www.pragma-ade.nl/wget.txt.

I do not think it exists anymore on the Pragma site, but you can get
it from my mirror:
   http://context.aanhet.net/general/manuals/style.pdf
It's something preliminary. Teh new website is generated automatically from xml 
files that also are used to genenerate the show-* interfaces; and since 
style.pdf is not yet described there, it is not present and accessible.

Last week i added a chapter about protruding and hz, so I may as well upload a 
new version some day soon

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


Re: [NTG-context] help - spine centered figure

2005-01-30 Thread h h extern
Ciro A. Soto wrote:
I am hoping to get the version 1.  The other version
is like an exercise for me, to see how it would be
done.
well, the machinery is there, and there are several solutions, of which i show 
only one (watch further on how we enable clipping);

don't forget to submit this example to the wiki
\definelayer
  [page]
  [width=\paperwidth,
   height=\paperheight,
   offset=-\measure{page-bleed},
   doublesided=yes]
\setupbackgrounds
  [page]
  [background=page]
\setuppagenumbering
  [alternative=doublesided]
\definemeasure [page-bleed] [\dimexpr(10mm)]
\useexternalfigure
  [page-graphic]
  [cow]
  [ width=\dimexpr(2\paperwidth +2\measure{page-bleed}),
   height=\dimexpr( \paperheight+2\measure{page-bleed})]
\starttext
% cleaner here
\startstandardmakeup[doublesized=no,page={empty,left}]
\setlayer
  [page] [preset=lefttop]
  {\externalfigure[page-graphic]}
\stopstandardmakeup
\startstandardmakeup[doublesized=no,page=right]
\setlayer
  [page] [preset=righttop]
  {\externalfigure[page-graphic]}
\stopstandardmakeup
% less intuitive here
%
% \page[left]
%
% \setlayer
%   [page] [left] [preset=lefttop]
%   {\externalfigure[page-graphic]}
%
% \setlayer
%   [page] [right] [preset=righttop]
%   {\externalfigure[page-graphic]}
%
% \startstandardmakeup
%   flush a page
% \stopstandardmakeup
% to show bleeding:
\setuppapersize
  [A4][A3]
\setuplayout
  [location=middle]
\setupbackgrounds
  [page][frame=on]
% add this in order to clip
\setuplayout
  [clipoffset=\measure{page-bleed}]
\startstandardmakeup[doublesized=no,page={empty,left}]
\setlayer
  [page] [preset=lefttop]
  {\externalfigure[page-graphic]}
\stopstandardmakeup
\startstandardmakeup[doublesized=no,page=right]
\setlayer
  [page] [preset=righttop]
  {\externalfigure[page-graphic]}
\stopstandardmakeup
\stoptext
-
  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


Re: [NTG-context] help - spine centered figure

2005-01-30 Thread h h extern
Ciro A. Soto wrote:
Sorry, I made a typo error. The title of the book I am
reading is Goodbye Gutenberg by Valerie
Kirschenbaum.
A book I recommend for any person interested in 
book design, typography, history, reading, fonts, etc.
hm, i dunno that one; sounds kind of sad, this 'goodbye' -)
i wonder if it makes sense to add a biblography corner to the wiki, where users 
can enter/describe

- good books about typography
- books with special (nice) typography
so that ww have a nice 'example' bibliographic test file as well (xml version as 
well as bibtex one)

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


Re: [NTG-context] Russia (cyrillic letters)

2005-01-30 Thread h h extern
Mikael Persson wrote:
Hm, I am entering utf8 code. I am not sure how it got converted in the
email, however, when I type my .tex file I am sure that it is in
utf-8. But you mean that this example should work?
I attatch the testfile and the resulting pdf and logs and so on...
tracing shows that the utf part is okay:
\enableregime[utf]
% \definetypeface [russian]
%   [rm] [serif] [computer-modern] [default] [encoding=t2a]
%
% \setupbodyfont[russian]
\starttext
\startbuffer
   % Some russian characters
\stopbuffer
\chardef\utfunicodetracer=0 \blank \getbuffer \blank
\chardef\utfunicodetracer=2 \blank \getbuffer \blank
\chardef\utfunicodetracer=7 \blank \getbuffer \blank
\stoptext
but i cannot test the font part, can you send me a zip with your t2a tfm files 
and map file and enc file?

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
-


u-test.pdf
Description: Adobe PDF document


u-test.tex
Description: TeX document
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] runaway argument context(mswintex)

2005-01-30 Thread h h extern
Julian Haworth wrote:
\c!directory ={\setupsystem [\c!n =1] \setupsystem [inputfile=hello.t\ETC.
! File ended while scanning use of \dosetupsystem.
looks like a messed up cont-opt.tex or whatever, there can be no \setupsystem 
inside a key=value; maybe some messed up texexec.pl file?

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


Re: [NTG-context] Help: Context update problem

2005-01-30 Thread h h extern
Fei He wrote:
Hello folks,
 
I ran into this strange problem today. First, I was trying to use
Chinese in Context. After I generated those font files, it occurred to
me that I might want to run: texexec --make. However, I got the
following error message:

C:\localtexmf\tex\context\base\font-uni.tex
loading: context font macros / UNICODE Support
system (E-TEX): [line 423] \protected
! Undefined control sequence.
Naturally, I thought it might help by updating context again. But no
luck. Still run into the same problem. The font-uni.tex file is
untouched whatsoever. Does it have something to do with the Chinese
font? Thanks a lot in advance!!
this looks like some pdftex/pdfetex mix-up, or otherwise some file not being 
loaded (syst-gen.tex)

Do you have old and new files mixed up?
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


Re: [NTG-context] permissions in texmf/scripts/context/*

2005-02-07 Thread h h extern
Thomas A.Schmitz wrote:
True, but that's not what mtexmfstart.pdf says...
if one uses texmfstart, you only need to set the permission of texmfstart in the 
 bin path; nowadays, my calls to script in the bin paths look like:

texexec -
#!/bin/sh
texmfstart texexec.pl $@
that way i'm independent of anything funny that will happen with kpsewhich 
(since i only need to adapt texmfstart); think of recent changes in the script 
path and scriptpath location method;

btw, you can use texmfstart for more things, like
  texmfstart --direct scite kpse:texmf.cnf
this will launch scite and open the texmf.cnf file used by your current 
installation.

texmfstart
version  : 1.5.2 - 2003/2004 - www.pragma-ade.com
usage: texmfstart [switches] filename [optional arguments]
switches : --verbose --report --browser --direct --execute --locate
   --program --file   --page--arguments
   --make--lmake  --wmake
example  : texmfstart pstopdf.rb cow.eps
   texmfstart --locate examplex.rb
   texmfstart --execute examplex.rb
   texmfstart --browser examplap.pdf
   texmfstart showcase.pdf
   texmfstart --page=2 --file=showcase.pdf
   texmfstart --program=yourtex yourscript.pl arg-1 arg-2
   texmfstart --direct xsltproc kpse:somefile.xsl somefile.xml
   texmfstart bin:xsltproc kpse:somefile.xsl somefile.xml
   texmfstart --iftouched=normal,lowres downsample.rb normal lowres
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


Re: [NTG-context] permissions in texmf/scripts/context/*

2005-02-07 Thread h h extern
Thomas A.Schmitz wrote:
I'm wondering if this is a bug: I tried to play around with the 
texmfstart script, but couldn't get it to work. I think the latest 
cont-tmf.zip installs those files with wrong permissions. Here's what I 
got:

-rw-r--r--1 tas   15k Jan  6 13:41 concheck.rb
-rw-r--r--1 tas   25k Jan 28 09:28 ctxtools.rb
drwxr-xr-x3 tas   102 Feb  6 21:00 exa
-rw-r--r--1 tas   21k Dec 20 21:31 texmfstart.rb
-rw-r--r--1 tas  6.5k Jun 14  2004 texsync.rb
-rw-r--r--1 tas   23k Oct 15 19:15 textools.rb
-rw-r--r--1 tas   13k Oct 27 18:27 xmltools.rb
drwxr-xr-x3 tas   102 Feb  6 21:00 xmpl
same is true for scripts/perl/ Shouldn't they all have permission 755?
i generate the zips on my windows, so there are no such permissions present in 
the zip; here, on linux, i just do a

  chmod -R 755 *
in the tex root path; after that, when updating, the permissions stay okay. Of 
course one can limit the x flag to the bin path, but i'm not that picky on 
permissions -)

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


Re: [NTG-context] limit the scope of Chinese

2005-02-07 Thread h h extern
Fei He wrote:
Hello,
I have been working on a document that mixes a little Chinese and more
of the rest English. How do I limit the scope of the Chinese module?
For example, I want Chinese to show up in the title, which is done by
loading the Chinese module. But the date of the document changed to
Chinese too, which I do not want.
Can I just use one or two Chines character at some certain place while
all the rest of the document remains not affected?
at the document level \mainlanguage[en]
and {\language[cn] when doing chinese}
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] Re: server down ?

2005-02-13 Thread h h extern
Steffen Wolfrum wrote:
http://www.pragma-ade.com/context/install/mswincontext.zip
but there is no connection to pragma-ade.com or .nl at all.
hm, a spontaneuous reboot etc etc; i need to fix a cpu fan i guess; normally you 
can use

  www.pragma-pod.com
which has the same stuff or taco's mirror at:
  tex.aanhet.net
Are you working on the server, when is it up again?
actually, the heating up comes from rsyncing -)
Is there already a more recent (after Dec.2004) version of 
mswincontext.zip ?
not yet
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


Re: [NTG-context] server down ?

2005-02-13 Thread h h extern
VnPenguin wrote:
It's the time to think about several mirrors around the world ?
before that i need to fix the machine; drive there, open the box, etc  -)
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


Re: [NTG-context] title, subject table of contents

2005-02-13 Thread h h extern
VnPenguin wrote:
But if I replace \chapter by \title; \section by \subject, I can not
have a TOC at all. This is the code:
that's because those are not written to the list;
\startfrontmatter
\charter{xxx}
\stopfrontmatter
gives you unnumbered entries but written to the list;
(it is possible to configure section handlers to number, write to list etc, but 
this is the easiest way)

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


Re: [NTG-context] XML and context

2005-02-24 Thread h h extern
Paul Tremblay wrote:
On Wed, Feb 23, 2005 at 09:33:40AM +0100, Hans Hagen wrote:
The mapping variant discussed in the magazine can be seen as a future xml 
based layer around the context tex core; a kind xml based typesetting 
engine so that one can do without tex programming and stick to xml tools 
(which some prefer)

Hans

But my unerstanding is that the mapping technique does not take care of
white space. So if I have:
pSome paragrah in XmL
with 

space
/p
This could get converted as:
Some paragrah in XmL
with 

space
\par
Which would produce 3 paragrahs.
There is actually a nice small tool TeXML (at sourceforge) that takes
care of this problem. It allows you to use an XML to issue TeX commands,
and then converts those commands into TeX (or LaTeX or ConText). It
takes care of white space.
I am one of those people who likes to stick to XML tools, who likes to
convert a tree to a tree. I was wondering the best way to do this. It
seems that using TeXML is the best way. I just wanted to make sure there
was not a more direct way in ConTeXt.
\starttext
\unprotected \defineXMLenvironment
  [p]
  
{\bgroup\def\obeyedspace{\removeunwantedspaces\space\ignorespaces}\ignorelines}
  {\egroup}
\startbuffer
  ptest
  test
test
  test/p
\stopbuffer
\processXMLbuffer
\stoptext
-
  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


Re: [NTG-context] arabtex support

2005-02-24 Thread h h extern
mohd zamri murah wrote:
testing and result.
== test.tex 
\input font-arb % the new font-arb you send me
\starttext
\setarab
\novocalize % normal arab document doesn't have the vocal signs.
Some texts in arab. some random thought. here are some arabic words.
\bwkw pndwAn. Below some arabic word with english word. We can
combine them in one paragraph. % \.. will produce line beyond the
margin. use for short arabic only.
\startarabic
  kAjyn ayn mmr.hAl sAtw prwtwtA'yp awntwq mnjAnkn dwkwmn jAwy dry
  dwkwmn rwmy some english words . ay mggwnAkn kwnsyp pgatwrcArA'n
brAsAskn kwmpwnwn . ay mggwnAkn kwnsyp pgatwrcArA'n brAsAskn kwmpwnwn.
\stoparabic
\stoptext
with the attached file and \input m-arabtex (attached) it works here, (tex live 
2005 fonts/arabtex)

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
-


m-arabtex.tex
Description: TeX document
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] m-letter stationary

2005-02-24 Thread h h extern
Rob Ermers wrote:
Hans,
Thank you very much for your code. Both types of the stationary come out 
smoothly. There is however a small bug in it.

I need a different stationary starting from every second page of my 
letter. If my file contains 4 letters consisting of 8 pages, his means 
the following:

letter 1 -- page 1 -- stationary-1.pdf
letter 1 -- page 2 -- stationary-2.pdf
letter 2 -- page 1 -- stationary-1.pdf
letter 2 -- page 2 -- stationary-2.pdf
...
The code, however, does the following:
letter 1 -- page 1 -- stationary-1.pdf
letter 1 -- page 2 -- stationary-2.pdf
letter 2 -- page 1 -- stationary-2.pdf
letter 2 -- page 2 -- stationary-2.pdf
...
That's to say, there is only one sheet with stationary-1, all other 
pages are printed on stationary-2.

Do you see a possibility to adapt this?
quick answer:
\setlayer[page][odd][...]{...}
-
  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


Re: [NTG-context] m-letter stationary

2005-02-24 Thread h h extern
Rob Ermers wrote:
I'm sorry, I tried to apply the code in various ways, but I cannot get 
it running. The variables are all gone now [page] has taken their place. 
How do I have to apply this code?
\definelayer[test][doublesided=yes,state=repeat]
\setupbackgrounds[page][background=test]
\setlayer[test][left] []{VERY ODD}
\setlayer[test][right][]{VERY EVEN}
\starttext
test \page test \page
test \page test \page
test \page test \page
\stoptext
-
  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


Re: [NTG-context] texfont problem on windows

2005-02-24 Thread h h extern
Duncan Hothersall wrote:
I'm using the minimal windows installation of ConTeXt, texsync'ed today. 
The vptovf.exe program as used by the texfont script seems to have a 
version mismatch. It throws an error saying that it can't find 
tl80kpse.dll. In fact the version in the minimal tree is tl90kpse.dll. 
This means that texfont can't install new fonts, since no virtual font 
files are created.

I'm sure I can work around this either by updating my local vptovf.exe 
or finding the relevant dll on the web somewhere, but it should probably 
be fixed in the tree if possible. Thanks!
i'll have a look; there has been a moment when vptovf was a copy of vftovp in 
the source tree or bin tree of tl, and so i just copied the old one in my tree;
afaik this has been solved

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


Re: [NTG-context] arabtex support - we broke something

2005-02-24 Thread h h extern
mohd zamri murah wrote:
Using test.tex and your new m-arabtex.tex, it fail. log and my solution below.
what version of arabtex do you use?
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] encoding problem

2005-02-24 Thread h h extern
Was this problem solved? If not, the problem may be in not loading a map file; 
typescripts take care of this.

btw, one you see the light, typescripts are not that hard, see examples in wiki, 
 Bill M's font page and Adam L's myways.

Hans


Hello,
I'm working on some XSL stylesheets for translating XML documents into
Context. Although I've read the document Fonts in Context and
understood that one could use typescripts for managing fonts, in the
context of my stylesheets I'd rather like to stick to the
\definebodyfont command, because so far it works and I'm a bit confused
about all those indirections one has to use when defining typescripts.
The only thing which doesn't seem to work are font encodings. Please,
take a look at the following document:
%
\enableregime[il1]
\mainlanguage[de]
\language[de]
\setupencoding[default=texnansi]
\definefontsynonym[NewCenturySchoolbook][pncr8r][encoding=texnansi]
\definebodyfont[4pt,5pt,6pt,7pt,8pt,9pt,10pt,11pt,12pt,14.4pt,17.3pt][rm]
  [tf=NewCenturySchoolbook sa 1]
\definefont[nctr][NewCenturySchoolbook at 10pt]
\setupbodyfont[10pt]
\starttext
{\nctr \showcharacters}
{\showcharacters}
\stoptext
%
Defining the font directly with \definefont leads to a
texnansi-encoded table of characters, so that I could use the special
German umlaut characters (which is my intention, of course). The
definition of the font with \definebodyfont produces a default-encoded
table with characters, which are *not* texnansi-encoded, because all the
umlaut characters are missing. At least using Windows XP, TexLive 2004
distribution (MikTeX). I don't understand why this happens for two reasons:
1. Both commands (\definebodyfont and \definefont) use the same synonym
for the font, with an explicitely defined texnansi-encoding.
2. The default encoding of the whole document was set to texnansi.
It is getting even more disturbing when I'm setting the body font size
to 12pt. (Using the command \setupbodyfont[12pt]). Then both tables are
showing a texnansi-encoded font. What has font size to do with encodings?
Since I don't want to use a body font size of 12pt in all of my
documents, only to be able to use German umlaut characters, any hints to
what I'm doing wrong here would be appreciated very much.
Thanks in advance,
Stefan Ohletz
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

--
-
  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


Re: [NTG-context] pdf-mode

2005-02-24 Thread h h extern
Peter Münster wrote:
Hello Hans,
I've just read your mmodes.pdf. Very helpful, thanks!
Could you also add a pdf-mode?
For now, I'm doing it like this:
\input ifpdf.sty
\ifpdf
 \enablemode[pdf]
\fi
I'll add \jobsuffix as systemmode:
\startmode[*pdf] ...
\startmode[*dvi] ...
be aware of the fact that this is only true when a driver is loaded
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


Re: [NTG-context] lettrine.sty, but not LaTeX

2005-02-27 Thread h h extern
Taco Hoekwater wrote:
basically you want to follow a shape; this is not that hard to 
implement so i can have a look at it; lettrines is then an instance of it
Lettrine is easier than that, actually. I thought this would be quite
funny, so here is a brand new module called t-lettri.tex, and an example.
ah, nice, so, lettrines only does a slanted shape?
i played a bit with shapes last night and will probably add something to the 
drop macros, and probably also move the code to core-fnt; but it will be a bit 
more complex and take some more time; it's a good testbed for playing with 
things like glyph shape similarity and such; also, proper alignment is an issue.

(i attached supp-fu3.tex, no production code, just for fun)
concerning your module, maybe we should introduce a new category of modules, 
e.g. c-lettrines.tex with x meaning 'converted'; we can then collect them in 
another zip;

remark 1:
\sbox is already definined and in use,
i remember someone telling me that this \hbox{{#1}} stuff is needed to satisfy 
latex's color mechanism, but that's not needed in context, so a simple

\setbox\Lettrinetbox{}
is not only even more efficient in terms of tokens and performance (unnoticable) 
but also does not clash with the core macro.

remark 2:
auto-lettrines (dropcaps etc) are kind of complex in the sense that it's not 
trivial to pick up the first 'something' in a paragraph in a robust way [we may 
want some extension to tex for that (so we have something to discuss during our 
trip to eurotex -)

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
-


supp-fu3.tex
Description: TeX document
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] languages

2005-02-27 Thread h h extern
VnPenguin wrote:
Vietnamese lang uses empty hyphenation pattern.
ok, se i've now added:
description language='vn'
commentVietnamese needs no patterns./comment
/description
-
  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


Re: [NTG-context] m-letter stationary]

2005-02-27 Thread h h extern
Rob Ermers wrote:
Hans,
Thanks again for the new code.
I tried it in my document with my stationary, but it did not work.
When I create a new test document with the code you suggested, all pages 
have VERY ODD in the upper left corner.
did you add
\setuppagenumbering[alternative=doublesided]
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


Re: [NTG-context] lettrine.sty, but not LaTeX

2005-02-27 Thread h h extern
Taco Hoekwater wrote:
David Wooten wrote:
Hmm, this is great.
However, I can't seem to get it to accept an image (Image=true or 
Image=yes). Anyone else have some luck?

It couldn't work. Here is a new version, with fixed image support,
some cleanups in the code, and support for per-argument setup
functionality as provided by \LettrineOptionsFor{...} in LaTeX
The one thing I could not/did not solve is how to make ConTeXt shut
up about 'bodyfont 112.5pt is defined (can better be done global)'.
just do something
in setup: LettrineFont = Serif
in code: \definedfont[Serif at ...]
instead
-
  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


Re: [NTG-context] lack of hyphenation

2005-02-27 Thread h h extern
Ciro A. Soto wrote:
The knowlegeable John Culleton said in one of the
lists that he could recognize if a book was typeset
with
MS-word by looking at the rivers and the lack of
but tex is *not* avoiding rivers, since it does not look at it -)
hyphenation. I then checked my 310-page book I am
typesetting with context and not a single line had a
hyphenated word at the end.
what happens when you say:
\en \hyphenatedword{somethingverylong}
when generating a format, are patterns loaded?
if not, make sure that in cont-usr.tex the us hyphenation filename matches the 
one on your system,

ushyph1.tex
ushyph2.tex
ushyphen.tex
hyphen.tex
unfortunately those names change per distribution, year, season, user, blow of 
the winds, etc

[in a next release, already in alpha, you can use different methods, see 
hyphenation document on web site]

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


Re: [NTG-context] lack of hyphenation

2005-02-27 Thread h h extern
Taco Hoekwater wrote:
Try this: \showhyphens{hyphenation}
It should print
  Underfull \hbox (badness 1) in paragraph at lines 2--2
  [] \*10ptrmtf* hy-phen-ation
on your terminal. If it doesn't, ConTeXt refuses the hyphenate
English, possibly because the patterns were not loaded in the
format (in that case, updating your ConTeXt is the easiest
solution).
the idea behind the language file posted some time ago is that we can create a 
testbed;

[i can imagine that taco/patrick work out something for the mirror/wiki that 
unpacks the cont-tmf zip, tests format generation and missing things; kind of 
user download simulation]

also, karl berry (tug, tex live, everything tex) is willing to set up a tex live 
related testbed for testing if that distributions are shipped 'correct', so if 
you have test files ...

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


  1   2   >