Re: [NTG-context] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread h h extern
John Culleton wrote:
I will at some point write a list of what I had to do to make the minimal 
Linux-TeX package work and submit it to Hans as a howto and/or a todo list. 
Anyhow it works currently and the infamous hyphenation problem is no more. 
you mean the minimal one from our website?
just run
  . /path-to-minimal-tex/setuptex /path-to-minimal-tex
and things should work; so, you can add those to your profile or just call it 
before using tex

[btw, the pool files are in the web2c subpaths]
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] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread h h extern
Peter Münster wrote:
If Ruby is necessary to make the minimal linux package offered on  Pragma 
functional it would be helpful to specify that in the readme. I thought the 
Pragma Linux TeX package was self-contained. It would also be helpful if a 
fmtutil.cnf file were included so that fmtutil would work. 

I will try downloading ruby from somewhere, installing that and moving 
forward. If that doesn't work then I will give up on the Pragma minmal 
distro. It is a good idea, but it doesn't work correctly.  

About one week ago, I installed the latest teTeX-beta (about 100 MB to
download). And now I checked for usage of ruby:
ls -lu `which ruby`
-rwxr-xr-x1 root root 5363 Sep 23  2003 /usr/bin/ruby
So, it seems, ruby wasn't needed...
I've just made a little script for my brother to install the newest teTeX
on SuSE (should work also for other distributions).
Perhaps you'll find it useful, so I attach it to this message. Just run it
as root and then log in again to get the right PATH.
There is also the latest version of pdfTeX.
nowadays perl, python and ruby are present on must linux systems as well as 
macosx; on windows there are good installers so that should not be a problem as 
well;

currently in context, texexec, texutil, texfont and texshow are perl scripts, 
while the rest is ruby; i'm moving code from texutil to some ruby counterparts, 
and some day soon i'll split/cleanup texexec as well [but i will keep things 
downward compatible]; texfont is in the process of cleanup [wybo cleaned up the 
code and i will pick up that thread once i've finished some way-behind work]

in principle, one can expect perl, python and ruby scripts as part of the 
context distribution, since all have their benefits

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] 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] 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] 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] 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] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread John Culleton
On Sunday 30 January 2005 14:47, John Culleton wrote:
> On Sunday 30 January 2005 12:24, Peter Münster wrote:
> > On Sun, 30 Jan 2005, John Culleton wrote:
> > > /usr/bin/env: ruby: No such file or directory
> > >
> > > at this point I thought I had best stop stumbling around and ask for
> > > help. My base system is Slackware LInux 10.0.
> >
> > There should be a package named "ruby" or similar on Slackware, and that
> > has to be installed.
> > Cheers, Peter
>
> Well I installed Ruby and got to the next problem. I went back to step 1:
> setuptex .
> ...followed by
> texexec --make --alone
>
> ---
> ! I can't read pdfetex.pool; bad path?
> ! I can't read pdfetex.pool; bad path?
> ! I can't read mp.pool; bad path?
> ! I can't read pdfetex.pool; bad path?
> 
> So now I have a path problem. The set command shows the path as:
>
> PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/tex/texmf-linux
>/bin:
> /opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/us
>r/lib/qt/bin:.
>
> What path items do I need, beyond :/usr/local/tex/texmf-linux/bin?
>
> Thanks for your help.

Referring to the path problem, I went through all kinds of set PATH gyrations 
and modifications to /etc/profile but with no success. So finally I copied 
the two necessary pool files up to /usr/local/tex and ran through the cycle 
once again. That worked, but it is obviously a crude kludge and not a correct 
solution.  

I will at some point write a list of what I had to do to make the minimal 
Linux-TeX package work and submit it to Hans as a howto and/or a todo list. 
Anyhow it works currently and the infamous hyphenation problem is no more. 

-- 
John Culleton
___
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


[NTG-context] Help: Context update problem

2005-01-30 Thread Fei He
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!!

Best,
Fei
___
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] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread =?ISO-8859-15?Q?Peter_M=FCnster?=
On Sun, 30 Jan 2005, John Culleton wrote:

> If Ruby is necessary to make the minimal linux package offered on  Pragma 
> functional it would be helpful to specify that in the readme. I thought the 
> Pragma Linux TeX package was self-contained. It would also be helpful if a 
> fmtutil.cnf file were included so that fmtutil would work. 
> 
> I will try downloading ruby from somewhere, installing that and moving 
> forward. If that doesn't work then I will give up on the Pragma minmal 
> distro. It is a good idea, but it doesn't work correctly.  

About one week ago, I installed the latest teTeX-beta (about 100 MB to
download). And now I checked for usage of ruby:
ls -lu `which ruby`
-rwxr-xr-x1 root root 5363 Sep 23  2003 /usr/bin/ruby

So, it seems, ruby wasn't needed...

I've just made a little script for my brother to install the newest teTeX
on SuSE (should work also for other distributions).
Perhaps you'll find it useful, so I attach it to this message. Just run it
as root and then log in again to get the right PATH.
There is also the latest version of pdfTeX.

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

tetexNeu.sh
Description: Bourne shell script
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread John Culleton
On Sunday 30 January 2005 12:24, Peter Münster wrote:
> On Sun, 30 Jan 2005, John Culleton wrote:
> > /usr/bin/env: ruby: No such file or directory
> >
> > at this point I thought I had best stop stumbling around and ask for
> > help. My base system is Slackware LInux 10.0.
>
> There should be a package named "ruby" or similar on Slackware, and that
> has to be installed.
> Cheers, Peter

Well I installed Ruby and got to the next problem. I went back to step 1:
setuptex .
...followed by 
texexec --make --alone

---
! I can't read pdfetex.pool; bad path?
! I can't read pdfetex.pool; bad path?
! I can't read mp.pool; bad path?
! I can't read pdfetex.pool; bad path?

So now I have a path problem. The set command shows the path as:

PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/tex/texmf-linux/bin:
/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/usr/lib/qt/bin:.

What path items do I need, beyond :/usr/local/tex/texmf-linux/bin?

Thanks for your help.



-- 
John Culleton
Short list of publishing/marketing books: 
http://wexfordpress.com/tex/shortlist.pdf
Book packagers/coaches/consultants: http://wexfordpress.com/tex/packagers.pdf
Printers who are SPAN sponsors: http://wexfordpress.com/tex/printers.pdf
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread John Culleton
On Sunday 30 January 2005 12:24, Peter Münster wrote:
> On Sun, 30 Jan 2005, John Culleton wrote:
> > /usr/bin/env: ruby: No such file or directory
> >
> > at this point I thought I had best stop stumbling around and ask for
> > help. My base system is Slackware LInux 10.0.
>
> There should be a package named "ruby" or similar on Slackware, and that
> has to be installed.
> Cheers, Peter
As it happens, there isn't, and this a full Slackware install. I have 
installed many versions of TeXlive over the years. I have upgraded Context 
several times.  This error message is new. 

If Ruby is necessary to make the minimal linux package offered on  Pragma 
functional it would be helpful to specify that in the readme. I thought the 
Pragma Linux TeX package was self-contained. It would also be helpful if a 
fmtutil.cnf file were included so that fmtutil would work. 

I will try downloading ruby from somewhere, installing that and moving 
forward. If that doesn't work then I will give up on the Pragma minmal 
distro. It is a good idea, but it doesn't work correctly.  
-- 
John Culleton
Short list of publishing/marketing books: 
http://wexfordpress.com/tex/shortlist.pdf
Book packagers/coaches/consultants: http://wexfordpress.com/tex/packagers.pdf
Printers who are SPAN sponsors: http://wexfordpress.com/tex/printers.pdf
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread =?ISO-8859-15?Q?Peter_M=FCnster?=
On Sun, 30 Jan 2005, John Culleton wrote:

> /usr/bin/env: ruby: No such file or directory
> 
> at this point I thought I had best stop stumbling around and ask for help. 
> My base system is Slackware LInux 10.0.

There should be a package named "ruby" or similar on Slackware, and that
has to be installed.
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread John Culleton
To help solve some other problems I disabled the path to my existing TeXLive 
distro, downloaded the minimal Linux-tex from Pragma, and unzipped it 
in /usr/local. 

 Following TeXLive conventions I established a path 
to  /usr/local/tex/texmf-linux/bin in /etc/profile 
and rebooted. 

The executables at the end of that path  were not executable so I made them 
executable. (chmod 777 *)
I also made the setuptex script in /usr/local/tex executable.
Per the instructions in setuptex I ran the following:

./setuptex .  #note period
mktexlsr
texexec --make --alone

and got the following error message
 
/usr/bin/env: ruby: No such file or directory

at this point I thought I had best stop stumbling around and ask for help. 
My base system is Slackware LInux 10.0.

-- 
John Culleton
Short list of publishing/marketing books: 
http://wexfordpress.com/tex/shortlist.pdf
Book packagers/coaches/consultants: http://wexfordpress.com/tex/packagers.pdf
Printers who are SPAN sponsors: http://wexfordpress.com/tex/printers.pdf
___
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 mickle
Taco Hoekwater <[EMAIL PROTECTED]> writes:

[...]

> 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

Just collected the file from your mirror. Thank you,

Peter
-- 



___
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 Taco Hoekwater
[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
Greetings, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context