Re: [NTG-context] Microtype ConTeXt question

2005-03-15 Thread Adam Lindsay
Gerben Wierda said this at Sun, 13 Mar 2005 17:19:08 +0100:


1. How does one set up the use of margi kerning in ConTeXt given that 
my ConTeXt (without me having selected it myself) uses Latin Modern?

I only know a little bit about microtype (hanging/handling) in ConTeXt.
This is the code that I start from:

\usetypescript[serif] [hanging] [normal] %see type-exa
\usetypescript[postscript][texnansi]
\setupalign   [hanging]
\setupbodyfont[postscript]

\setuplayout[width=5in]
\showframe
\starttext
\input tufte
\it\input tufte
\stoptext


(The reason why it's easier to do an example with Times rather than Latin
Modern is because the handling handler needs to insert the hanging code,
which is a little bit more involved with the pre-loaded, default font.)

Also I was wondering if margin kerning would make 
not only the . protrude but also the slanted f protrude negatively.

I'm not sure how the italic protrusion code works, but I think it is
capable of handling your 'f's in the way you want.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] font encodings

2005-03-15 Thread Thomas A . Schmitz
Somehow this message didn't make it to the list...
Hi all,
I want to use a custom font encoding (in my case, enco-agr for ancient 
Greek). I can't set it up for the entire document because it breaks, 
e.g., the output of accented letters. But when I try to use it for 
certain parts of the document only, it will insert a line break 
whenever it is used. So my question: is it possible to switch font 
encoding in mid-paragraph?

Best
Thomas
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: My way: Generating Small PDF Documents - more questions

2005-03-15 Thread Stefan Wachter
Hi Adam,
it now works nicely. One can use the built-in Acrobat fonts without 
embedding and reencoding simply by not specifiying a postscript encoding 
when using afm2tfm. In that case the inherent encoding of the font is 
used and virtual fonts take care of the mapping from the specified TeX 
encoding (e.g. ec) to the font inherent encoding. Great!

--Stefan
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] font encodings

2005-03-15 Thread Thomas A . Schmitz
Hi all,
I want to use a custom font encoding (in my case, enco-agr for ancient 
Greek). I can't set it up for the entire document because it breaks, 
e.g., the output of accented letters. But when I try to use it for 
certain parts of the document only, it will insert a line break 
whenever it is used. So my question: is it possible to switch font 
encoding in mid-paragraph?

Best
Thomas
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] under/over runs with odd and even pages

2005-03-15 Thread Paul Tremblay
I am getting under and overruns when I define odd and even pages. 

The problem seems to be that when  paragraph runs from and odd to an
evne page, it retains its formating that it had on the odd page. And
this is also true for a paragraph that starts on an even page and runs
to an odd page. So if the odd page is really wide, and the even page is
narrow, the paragraphs starts on the odd page fitting perfectly, and
then when it starts on the odd page, it overflows.

Likewise, when a paragraph starts on a narrow, even page, it retains its
narrowness at the start of an odd page, producing an underfill.

So what is wrong with my code?



\showframe
\definelayout[1][
 leftmargin=33mm,
 rightmargin=33mm,
 cutspace=50mm,
 backspace=50mm,
 height=fit,
 width=fit,
]

 \definelayout[even][
  rightmargin=25mm,
  cutspace=40mm,
  leftmargin=20mm,
  backspace=35mm,
  height=fit,
  width=fit,
  ]

 \definelayout[odd][
  leftmargin=25mm,
  rightmargin=35mm,
  cutspace=50mm,
  backspace=40mm,
  height=fit,
  width=fit,
  ]

\setuplayout


Paul


-- 


*Paul Tremblay *
[EMAIL PROTECTED]*

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] TeXexec and TeXLive2004

2005-03-15 Thread François Fasoli



I tried to install TeXLive2004 ;
latex runs well but when I try to run texexec 

I have the following error message :
===
irun : no perl.exe script
of name texexec.pl can be found.
Aborting
irun : CreateProcess 3
===
I have an environment variable 
PERL5LIB=C:\MesPGM\TeXLive\xemtex\perl\lib;C:\MesPGM\TeXLive\xemtex\perl\site\lib
What is wrong ?
Thanks
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] font encodings

2005-03-15 Thread luigi.scarso
Thomas A.Schmitz wrote:
Somehow this message didn't make it to the list...
Hmm, i read this message yesterday at 22:26
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Cannot open font map file

2005-03-15 Thread Albrecht Kauffmann
Hi all,

I found the reason for failure in an old teTeX version without a lot of
map- and enc-files. Additionally some entries into texmf.cnf were to be
made.

Greetings
Albrecht

On Mon, 14 Mar 2005, Albrecht Kauffmann wrote:

 Hi all,

 after installing the latest alpha together with pdftex 1.21 under Linux
 I've got troubles with font mapping. My test file is:

 \setupoutput[pdftex]
 \setupalign[hanging]
 \setupfontsynonym [Serif] [handling=pure]
 \setupfontsynonym [Sans]  [handling=pure]
 \setupfontsynonym [Mono]  [handling=punctuation]
 \usetypescript [all] [latin-modern] [texnansi]
 \setupbodyfont[reset]
 \setupbodyfont[cmr,12pt]
 \showfont[Serif]
 \setuppapersize [A4][A4]
 \starttext

 blabla

 \stoptext


 pdfeTeX does not find the map files, how the following log-file confirms.

 Has anyone a hint in order to repair the system?

 With many thanks in advance
 Albrecht

 This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.3) (format=cont-en
 2005.3.14)  14 MAR 2005 18:19
 entering extended mode
 **cont-en test_lin.tex
 (./test_lin.tex

 ConTeXt  ver: 2005.01.28  fmt: 2005.3.14  int: english  mes: english

 language: language en is active
 protectionstate 0
 system  : cont-new loaded
 (/usr/share/texmf/tex/context/base/cont-new.tex
 systems : beware: some patches loaded from cont-new.tex!
 color   : palette rollover is available
 system (E-TEX) : [line 878]
 system (E-TEX) : [line 933]
 )
 system  : cont-old loaded
 (/usr/share/texmf/tex/context/base/cont-old.tex
 loading : Context Old Macros
 )
 system  : cont-fil loaded
 (/usr/share/texmf/tex/context/base/cont-fil.tex
 loading : Context File Synonyms
 )
 system  : cont-sys loaded
 (/var/lib/texmf/tex/context/config/cont-sys.tex)
 bodyfont: 12pt rm is loaded
 language: patterns en-default:default-1-2:2
 uk-default:default-2-
 2:2 de-default:default-3-2:2 fr-default:default-4-2:2
 es-default:default
 -5-2:2 it-default:default-6-2:2 nl-default:default-7-2:2 loaded
 specials: tex,postscript,rokicki loaded
 \openout2 = `test_lin.tui'.

 system  : test_lin.top loaded
 (./test_lin.top)
 \openout0 = `test_lin-mpgraph.mp'.

 \openout0 = `mpgraph.mp'.


 specials: loading definition file tpd
 (/usr/share/texmf/tex/context/base/spec-tpd.tex
 specials: loading definition file fdf
 (/usr/share/texmf/tex/context/base/spec-fdf.tex unprotect 3
 system (E-TEX) : [line 2280] \ifcsname
 protect 3)
 specials: fdf loaded
 )
 specials: fdf,tpd loaded
 (/usr/share/texmf/tex/context/base/type-syn.tex)
 (/usr/share/texmf/tex/context/base/type-enc.tex)
 (/usr/share/texmf/tex/context/base/type-dis.tex)
 (/usr/share/texmf/tex/context/base/type-siz.tex)
 (/usr/share/texmf/tex/context/base/type-map.tex)
 (/usr/share/texmf/tex/context/base/type-spe.tex)
 (/usr/share/texmf/tex/context/base/type-exa.tex)
 (/usr/share/texmf/tex/context/base/type-akb.tex)
 (/usr/share/texmf/tex/context/base/type-buy.tex)
 (/usr/share/texmf/tex/context/base/type-pre.tex
 (/usr/share/texmf/tex/context/base/type-syn.tex)
 (/usr/share/texmf/tex/context/base/type-enc.tex)
 (/usr/share/texmf/tex/context/base/type-dis.tex)
 (/usr/share/texmf/tex/context/base/type-siz.tex)
 (/usr/share/texmf/tex/context/base/type-map.tex)
 (/usr/share/texmf/tex/context/base/type-spe.tex)
 (/usr/share/texmf/tex/context/base/type-exa.tex)
 (/usr/share/texmf/tex/context/base/type-akb.tex)
 (/usr/share/texmf/tex/context/base/type-buy.tex))
 (/usr/share/texmf/tex/context/base/font-run.tex)
 color   : system rgb is local activated
 (./test_lin.tuo
 systems : possible problem with 8 bit output
 ) (./test_lin.tuo) (./test_lin.tuo) (./test_lin.tuo) (./test_lin.tuo)
 (./test_lin.tuo) (./test_lin.tuo) (./test_lin.tuo) (./test_lin.tuo)
 (./test_lin.tuo) (./test_lin.tuo) (./test_lin.tuo) (./test_lin.tuo)
 fonts   : using map file: texnansi-var-exclusive-public-lm.map
 fonts   : using map file: texnansi-public-lm.map
 fonts   : using map file: original-public-vnr.map
 fonts   : using map file: original-public-csr.map
 fonts   : using map file: original-public-plr.map
 fonts   : using map file: original-public-lm.map
 fonts   : using map file: original-ams-euler.map
 fonts   : using map file: original-ams-cmr.map
 fonts   : using map file: texnansi-base.map
 fonts   : using map file: t5-base.map
 fonts   : using map file: qx-base.map
 fonts   : using map file: 8r-base.map
 fonts   : using map file: ec-base.map
 fonts   : using map file: ec-public-lm.map
 fonts   : using map file: original-base.map
 systems : begin file test_lin at line 11
 [1.1
 Warning: pdfetex (file original-empty.map): cannot open font map file

 Warning: pdfetex (file texnansi-var-exclusive-public-lm.map): cannot open
 font
 map file

 Warning: pdfetex (file texnansi-public-lm.map): cannot 

Re: [NTG-context] pdfopen/pdfclose under Linux

2005-03-15 Thread Vit Zyka
Taco Hoekwater wrote:
Hi all,
I've just uploaded a beta version of Fabrice Popineau's pdfclose/
pdfopen tools ported to X11 (Linux).
I've tested this with Acrobat Reader 5.0.10  Linux  X.org, but the
code is reasonably generic, I believe. I hope that while waiting for
the upcoming direct texexec support, somebody is willing to do testing
under other AR/Os/X configurations.
I have heard your evening appeal in the last morning ;-)
It works very well for Win2k an AR 7.0
vit
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] pdfopen/pdfclose under Linux

2005-03-15 Thread Hans Hagen
Vit Zyka wrote:
Taco Hoekwater wrote:
Hi all,
I've just uploaded a beta version of Fabrice Popineau's pdfclose/
pdfopen tools ported to X11 (Linux).
I've tested this with Acrobat Reader 5.0.10  Linux  X.org, but the
code is reasonably generic, I believe. I hope that while waiting for
the upcoming direct texexec support, somebody is willing to do testing
under other AR/Os/X configurations.

I have heard your evening appeal in the last morning ;-)
It works very well for Win2k an AR 7.0
that's because pdfopen/close are already part of fptex fo rsome time;
  texexec --pdf --autopdf somefile
will use them when present
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] batch download from pragma

2005-03-15 Thread Idris Samawi Hamid
On Fri, 11 Mar 2005 16:54:58 -0800, David Rogers [EMAIL PROTECTED] 
wrote:

Download wget.txt to the directory where you want the files
cd to that directory
wget -Nxi wget.txt
I got wget.exe and everything worked; Thnx a lot!
Idris
--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: book on context?

2005-03-15 Thread Patrick Gundlach
Hello Paul,

 Is there actually a hard-copy book for ConTeXt? 

No, there is none.

Patrick
-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: book on context?

2005-03-15 Thread Hans Hagen
Patrick Gundlach wrote:
Hello Paul,
 
Is there actually a hard-copy book for ConTeXt? 
 
No, there is none.
but there will be one; steve peter is working 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
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: book on context?

2005-03-15 Thread Patrick Gundlach

[...]

 Is there actually a hard-copy book for ConTeXt? 
  No, there is none.

 but there will be one; steve peter is working on it

-v please

Patrick
-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: book on context?

2005-03-15 Thread Nikolai Weibull
* Hans Hagen (Mar 15, 2005 13:20):
   Is there actually a hard-copy book for ConTeXt? 

  No, there is none.

 but there will be one; steve peter is working on it

That's great news.  I've really wanted a book on ConTeXt.  I'm getting
tired of seeing a bunch of books on LaTeX but none on ConTeXt.  I'd pay
dearly for a well-written book on ConTeXt,
nikolai

-- 
::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden:::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] kpsewhich issues

2005-03-15 Thread Adam Lindsay
Okay, I'll not be afraid in parading my ignorance in front of  
everybody. I see web2c configuration as a form of voodoo. Sometimes it  
works for me, but clearly my mental model is insufficient, because it  
really can surprise me, as well.
I'm having some kpathsea issues on a new reinstall of gwTeX.

in my texmf.cnf:
TEXFORMATS = .;$TEXMF/web2c/{$engine,}//
I'm trying to get xetex to find  
/usr/local/teTeX/share/texmf.local/web2c/xetex/cont-en.fmt, which  
exists.

at the command line:
atl% kpsewhich -show-path=fmt
.:/Users/atl/Library/texmf/web2c///:!!/usr/local/teTeX/share/ 
texmf.local/web2c///:!!/usr/local/teTeX/share/texmf.gwtex/web2c///:!!/ 
usr/local/teTeX/share/texmf.tetex/web2c///:!!/usr/local/teTeX/share/ 
texmf/web2c///:/Users/atl/Library/texmf/web2c///:!!/usr/local/teTeX/ 
share/texmf.local/web2c///:!!/usr/local/teTeX/share/texmf.gwtex/web2c// 
/:!!/usr/local/teTeX/share/texmf.tetex/web2c///:!!/usr/local/teTeX/ 
share/texmf/web2c///

atl% kpsewhich cont-en.fmt
/usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt
...as expected. But with a different engine:
atl% kpsewhich -show-path=fmt -engine=xetex
.:/Users/atl/Library/texmf/web2c/xetex//:!!/usr/local/teTeX/share/ 
texmf.local/web2c/xetex//:!!/usr/local/teTeX/share/texmf.gwtex/web2c/ 
xetex//:!!/usr/local/teTeX/share/texmf.tetex/web2c/xetex//:!!/usr/ 
local/teTeX/share/texmf/web2c/xetex//:/Users/atl/Library/texmf/web2c// 
/:!!/usr/local/teTeX/share/texmf.local/web2c///:!!/usr/local/teTeX/ 
share/texmf.gwtex/web2c///:!!/usr/local/teTeX/share/texmf.tetex/web2c// 
/:!!/usr/local/teTeX/share/texmf/web2c///

atl% kpsewhich -engine=xetex cont-en.fmt
/usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt
That is, -show-path gets it right, but kpsewhich on a normal search  
gets it wrong. I'm stymied.

many thanks for whatever help you can point me to,
adam
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: kpsewhich issues

2005-03-15 Thread Patrick Gundlach
Hi Adam,

I'd bet that you have done it: you did run texhash after putting the
format into web2c/xetex?

Patrick

-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: kpsewhich issues

2005-03-15 Thread Adam Lindsay
On 15 Mar 2005, at 14:21, Patrick Gundlach wrote:
I'd bet that you have done it: you did run texhash after putting the
format into web2c/xetex?
I would have bet that I did it, too, after years of giving the same 
advice.
But I didn't.
Ugh.

Thanks,
adam
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] kpsewhich issues

2005-03-15 Thread Hans Hagen
Adam Lindsay wrote:
atl% kpsewhich -show-path=fmt -engine=xetex
.:/Users/atl/Library/texmf/web2c/xetex//:!!/usr/local/teTeX/share/ 
texmf.local/web2c/xetex//:!!/usr/local/teTeX/share/texmf.gwtex/web2c/ 
xetex//:!!/usr/local/teTeX/share/texmf.tetex/web2c/xetex//:!!/usr/ 
local/teTeX/share/texmf/web2c/xetex//:/Users/atl/Library/texmf/web2c// 
/:!!/usr/local/teTeX/share/texmf.local/web2c///:!!/usr/local/teTeX/ 
share/texmf.gwtex/web2c///:!!/usr/local/teTeX/share/texmf.tetex/web2c// 
/:!!/usr/local/teTeX/share/texmf/web2c///

atl% kpsewhich -engine=xetex cont-en.fmt
/usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt
how about progname instead of engine
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] critical editions in context / arabtex

2005-03-15 Thread Idris Samawi Hamid
On Tue, 15 Mar 2005 09:30:38 +0100, Thomas A.Schmitz 
[EMAIL PROTECTED] wrote:

Thanks Hans, but it's primarily edmac that I'm interested in, not 
arabtex. Could the edmac macros just be part of a Context module?
I actually considered that. During my own pre-ConTeXt work I dived deep 
into the EDMAC code and made changes so that I could do real 100% 
right-to-left critical editions. EDMAC has its own OTR, however, which 
makes it difficult to merely plug it in to ConTeXt or even LaTeX (though 
there has been a recent port to LaTeX).

As soon as I finish my present book project this month (I'm really 
behind-) I'll be working on the critical edition business as well (I have 
to finish a critical edition for Springer Verlag (formerly Kluwer) this 
spring); maybe we can share notes and bother Hans together;-)

Idris
--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] critical editions in context / arabtex

2005-03-15 Thread Hans Hagen
Idris Samawi Hamid wrote:
On Tue, 15 Mar 2005 09:30:38 +0100, Thomas A.Schmitz 
[EMAIL PROTECTED] wrote:

Thanks Hans, but it's primarily edmac that I'm interested in, not 
arabtex. Could the edmac macros just be part of a Context module?

I actually considered that. During my own pre-ConTeXt work I dived deep 
into the EDMAC code and made changes so that I could do real 100% 
right-to-left critical editions. EDMAC has its own OTR, however, which 
makes it difficult to merely plug it in to ConTeXt or even LaTeX (though 
there has been a recent port to LaTeX).

As soon as I finish my present book project this month (I'm really 
behind-) I'll be working on the critical edition business as well (I 
have to finish a critical edition for Springer Verlag (formerly Kluwer) 
this spring); maybe we can share notes and bother Hans together;-)
sounds ok to me; also keep in mind that much of what you want is already 
there!
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] ppchtex

2005-03-15 Thread Johannes Werner
hi everyone,
i want to use PPCHTEX. when i process my .tex-file with texexec i get 
the message:
   .
   specials : fdf loaded
   )
   specials : fdf,tpd loaded
   \openout6 = `chemie-mpgraph.mp'.
   Randomizer initialized to 1275417501. [MP to PDF] 
(./chemie-mpgraph.4000))
   *

and the program stops and waits for a command. when i type \end  it 
continues. this happens again and then i have my target file.
what wants the system tell me? why does it stop?. it's irksome, to type 
in a command for nothing. when i process with latex everything is ok.
This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5) (format=cont-en 
2005.2.23)  15 MAR 2005 18:08
entering extended mode
**cont-en chemie.tex
(./chemie.tex{/usr/share/texmf/pdftex/config/pdftex.cfg
Warning: pdfetex (file /usr/share/texmf/pdftex/config/pdftex.cfg): expected num
ber in ^^J returning 10
}

ConTeXt  ver: 2003.1.31  fmt: 2005.2.23  int: english  mes: english

language   : language en is active
protectionstate 0
system : cont-new loaded
(/usr/share/texmf/tex/context/base/cont-new.tex
systems: beware: some patches loaded from cont-new.tex!
system (E-TEX) : [line 726] \ifcsname 
)
system : cont-old loaded
(/usr/share/texmf/tex/context/base/cont-old.tex
loading: Context Old Macros
)
system : cont-fil loaded
(/usr/share/texmf/tex/context/base/cont-fil.tex
loading: Context File Synonyms
)
system : cont-sys loaded
(/usr/share/texmf/tex/context/base/cont-sys.tex
symbols: loading symbolset nav
(/usr/share/texmf/tex/context/base/symb-nav.tex
pdftex : needs map file: original-context-symbol.map
pdftex : needs map file: pl0-ams-cmr.map
pdftex : needs map file: original-vogel-symbol.map
)
symbols: loading symbolset mvs
(/usr/share/texmf/tex/context/base/symb-mvs.tex
encoding   : coding default
))
bodyfont   : 12pt rm is loaded
language   : patterns 2:2-en-2 3:2-uk-2 4:2-de-2 5:2-fr-2 6:2-es-2 7:2-it-2
 8:2-nl-2 loaded
specials   : tex,postscript,rokicki loaded
\openout2 = `chemie.tui'.

system : chemie.top loaded
(./chemie.top)
\openout0 = `chemie-mpgraph.mp'.

\openout0 = `chemie-mprun.mp'.

\openout0 = `mpgraph.mp'.

\openout0 = `mprun.mp'.


system : macros of module pictex loaded
(/usr/share/texmf/tex/context/base/m-pictex.tex
(/usr/share/texmf/tex/generic/pictex/pictex.tex))
system : macros of module chemie loaded
(/usr/share/texmf/tex/context/base/m-chemic.tex
(/usr/share/texmf/tex/context/base/ppchtex.tex
ppchtex: using PiCTeX and MetaPost
))
specials   : loading definition file tpd
(/usr/share/texmf/tex/context/base/spec-tpd.tex
specials   : loading definition file fdf
(/usr/share/texmf/tex/context/base/spec-fdf.tex unprotect 3
system (E-TEX) : [line 1815] \ifcsname 
unprotect 4 protect 4 protect 3)
specials   : fdf loaded
)
specials   : fdf,tpd loaded
\openout6 = `chemie-mpgraph.mp'.

Randomizer initialized to 1275417501. [MP to PDF] (./chemie-mpgraph.4000))
*\end
(./chemie.tuo) [1.1{/usr/share/texmf/dvips/config/pdftex.map}{/usr/share/texmf/
dvips/config/context.map
Warning: pdfetex (file /usr/share/texmf/dvips/config/context.map): entry for `c
ontnav' already exists, duplicates ignored
}]
systems: end file chemie at line 0
[flush and process chemie-mpgraph.mp afterwards] 
Here is how much of TeX's memory you used:
 1875 strings out of 68091
 26307 string characters out of 753759
 4453238 words of memory out of 5569124
 31612 multiletter control sequences out of 1+5
 10565 words of font info for 35 fonts, out of 50 for 1000
 62 hyphenation exceptions out of 1000
 43i,16n,48p,313b,587s stack positions out of 1500i,500n,5000p,20b,5000s
 10 PDF objects out of 30
 0 named destinations out of 131072
 0 words of extra memory for PDF output out of 65536
/usr/share/texmf/fonts/type1/b
luesky/cm/cmr9.pfb/usr/share/texmf/fonts/type1/bluesky/cm/cmr12.pfb
Output written on chemie.pdf (1 page, 5873 bytes).
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ppchtex

2005-03-15 Thread Hans Hagen
Johannes Werner wrote:
hi everyone,
i want to use PPCHTEX. when i process my .tex-file with texexec i get 
the message:
   .
   specials : fdf loaded
   )
   specials : fdf,tpd loaded
   \openout6 = `chemie-mpgraph.mp'.
   Randomizer initialized to 1275417501. [MP to PDF] 
(./chemie-mpgraph.4000))
   *

and the program stops and waits for a command. when i type \end  it 
continues. this happens again and then i have my target file.
what wants the system tell me? why does it stop?. it's irksome, to type 
in a command for nothing. when i process with latex everything is ok.
how does your smallest test file that does thsi look like?
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] iso latin 2 ; storm fonts

2005-03-15 Thread Hans Hagen
Vit Zyka wrote:
Adam Lindsay wrote:
Vit Zyka said this at Wed, 9 Feb 2005 22:34:13 +0100:
The question is how to elegantly switch from standard (st2) tfm to 
extended (st3) tfm when the glyph is not present in st2 - with 
preserving \rm, \bf, \it, \bi.
 
basically, you declare a variant set for a (Serif/Sans/Mono) family:
\definefontvariant  [Serif] [exp] [-Expert]   
% [fam]   [call abbrev] [synonym suffix]

Hallo,
thanks to Adam, it was easy to implement font variants. A little bit 
more work was with all Storm glyph deffinition in two (+one) encodings. 
Before I will do the support for the rest of my Storm font families I 
want to ask audience (and especially Hans, Adam) to have a look into the 
files (http://typokvitek.com/tmp/context-storm.zip). Example in 
http://typokvitek.com/tmp/test-sdynamo.pdf (generaly interesting for all 
\show... font related command usage). Recommendation for the package 
improvements are welcomed.

There are:
  enco-st1.tex - ec encoding with storm glyph extension
  enco-st2.tex - xl2 encoding with storm glyph extension
  enco-st3.tex - variants (additional glyph) for enco-st1 and enco-st2
  type-sdynamo.tex - typescripts for Storm Dynamo font family
  math-sto.tex - simple mathematics present in Storm fonts (in progress)
  test-sdynamo.tex - test file
  test-storm.tex - support for tests
Questions:
? During encoding deffinition I found some chracter name mess. I solved 
it by synonyms:
  E.g. \definecharacter textdag{\dagger}
   \definecharacter paragraphmark  {\paragraph}
   \definecharacter textellipsis   {\ellipsis}
   \definecharacter textminus  {\minus}
   \definecharacter ostroke{\oslash}
   \definecharacter textdollar {\dollar}
Is there some context convention for character names?

? I have a problem to define mathematics chars. I did:
\starttypescript [math] [dynamoRE] [st1]
  \definefontsynonym [DynamoRE-Math-Letters][sdgr8te] 
[encoding=st1]
  \definefontsynonym [DynamoRE-Math-Letters-Italic] [sdgri8te] 
[encoding=st1]
  \definefontsynonym [DynamoRE-Math-Symbols][sdgr8te]
%  \definefontsynonym [DynamoRE-Math-Extension][]
\stoptypescript

\starttypescript [math] [dynamoRE] [name]
  \definefontsynonym [MathRoman] [DynamoRE-Math-Letters]
  \definefontsynonym [MathItalic][DynamoRE-Math-Letters-Italic]
  \definefontsynonym [MathSymbol][DynamoRE-Math-Symbols]
  \definefontsynonym [MathExtension] [ComputerModernMath-Extension]
\stoptypescript
\starttypescript [DynamoRE] [st1,st2]
  \definetypeface [DynamoRE] [ss] [sans] [dynamoRE] [default] 
[encoding=\typescripttwo]
  \definetypeface [DynamoRE] [mm] [math] [dynamoRE] [default] 
[encoding=\typescripttwo]
\stoptypescript

\startmathcollection[storm]
  \definemathcharacter [+] [bin] [sy] [2B]
  \definemathcharacter [=] [rel] [sy] [3B]
\stopmathcollection
\enablemathcollection[storm]
$1+1=2$
But I get error: !Math formula deleted: Insufficient symbol fonts.
Where is the problem?
? - \starttypescript [*] [fallback] is generaly useful. Is a good idea 
to move it from large type-buy.tex somewhere else?

? Storm fonts have different accent shapes for lover/upper case letters. 
Is there some mechanism to distinguish this making the composits?

Thank you
Vit
___
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


[NTG-context] Header background won't go away

2005-03-15 Thread Duncan Hothersall
Hi all.
I have a book with parts and chapters, which wants a tint in the 
background of the header line. I have the following set-up producing 
almost what I want (apologies for the length but I've stripped out as 
much as I can to still show the same effect):

--
\setupsectionblock[bodypart][page=right]
%...
\setuppagenumbering[alternative=doublesided]
\setuplayout[location=doublesided,
backspace=8.5pc,topspace=5.5pc,top=0pt,topdistance=0pt,
header=12pt,headerdistance=12pt,height=61pc,footer=16pt,
	bottom=6pc,leftedge=9pc,leftedgedistance=0pt,leftmargin=0pt,
	leftmargindistance=0pt,width=29pc,rightmargindistance=0pt,
	rightmargin=6.5pc,rightedgedistance=0pt,rightedge=6.5pc]
\setuphead[part]
 [placehead=yes,command=\XPart,resetnumber=no,page=right,
  header=high,before=,after=]
\def\XPart#1#2{#1 #2} %simplified
\setuphead[chapter]
 [command=\XChapter,header=high,
  before=\vbox to 14pc\bgroup,after=\vss\egroup]
\def\XChapter#1#2{#1 #2} %simplified
%...
\setupcolors[rgb=no,cmyk=no,spot=yes,state=start]
\definecolor[PantoneTwoNineFour][c=1,m=.56,y=0,k=.18]
\definecolor[IFSblueheadertint][PantoneTwoNineFour][p=.12]
%...
\setupbackgrounds[header]
 [leftedge,leftmargin,text,rightmargin,rightedge]
 [background=color,backgroundcolor=IFSblueheadertint,state=start]
\setupheader[state=start]
\setupheadertexts[margin]
	[]
	[\hfill\llap{\tfx\getmarking[chapter][current]}]
	[\hbox to \leftmarginwidth{\rlap{\tfx\getmarking[section][last]\hfil}}]
	[]
%...
\starttext
\startbodymatter
\part{First part}
Looks good, but still has band on next page
\chapter{First chapter}
Looks good, no band on first page of chapter. \page[yes]
\section{First section}
Looks good, the band is there. \page[yes]
\section{Second section}
Looks good, the band is still there.
\chapter{Second chapter}
Ugh, the band has impinged on my title, and I'm getting an extra odd 
page at the end too.
\stopbodymatter
\stoptext
--

The above code runs in live.contextgarden.net and demonstrates my 
problems, which are:

1. The big problem - the second chapter title page doesn't suppress the 
band, even though the first one did. NB this behaviour seems to change 
depending on whether the previous chapter ends on an odd or even page. 
Bug, or incorrect header setup?

2. Empty pages (like the back of the part title) have the colour band on 
them - how can this be suppressed for empty pages?

3. There's an extra odd page at the end (I've tried a few of the 
suggested fixes for this but can't get them to work).

If anyone can answer, especially question 1, I'd be really grateful!
Thanks,
Duncan
[EMAIL PROTECTED]
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ppchtex

2005-03-15 Thread Johannes Werner
Hans Hagen wrote:
Johannes Werner wrote:
hi everyone,
i want to use PPCHTEX. when i process my .tex-file with texexec i get 
the message:
   .
   specials : fdf loaded
   )
   specials : fdf,tpd loaded
   \openout6 = `chemie-mpgraph.mp'.
   Randomizer initialized to 1275417501. [MP to PDF] 
(./chemie-mpgraph.4000))
   *

and the program stops and waits for a command. when i type \end  it 
continues. this happens again and then i have my target file.
what wants the system tell me? why does it stop?. it's irksome, to 
type in a command for nothing. when i process with latex everything 
is ok.

how does your smallest test file that does thsi look like?
Hans
the testfile was:
   \enableregime[utf]
   \usemodule[pictex,chemie]
   \setupoutput[pdf]
   %\setupchemical[axis=on, frames=on]
   \par Substituent A
   \startchemical
   \chemical[ONE,SB4,SB6,Z0][O]
   \stopchemical
with a file, which is a little bit bigger i get the following (an no 
output is generated):

Randomizer initialized to 1431757445. [MP chemie-bigger-mpgraph.4000]
   [MP chemie-bigger-mpgraph.3999] [MP chemie-bigger-mpgraph.3998]
   [MP chemie-bigger-mpgraph.3997] [MP chemie-bigger-mpgraph.3996]
   [MP chemie-bigger-mpgraph.3995])
   *



chemie-bigger.tex
Description: TeX document
This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5) (format=cont-en 
2005.2.23)  15 MAR 2005 20:22
entering extended mode
**cont-en chemie-bigger.tex
(./chemie-bigger.tex{/usr/share/texmf/pdftex/config/pdftex.cfg
Warning: pdfetex (file /usr/share/texmf/pdftex/config/pdftex.cfg): expected num
ber in ^^J returning 10
}

ConTeXt  ver: 2003.1.31  fmt: 2005.2.23  int: english  mes: english

language   : language en is active
protectionstate 0
system : cont-new loaded
(/usr/share/texmf/tex/context/base/cont-new.tex
systems: beware: some patches loaded from cont-new.tex!
system (E-TEX) : [line 726] \ifcsname 
)
system : cont-old loaded
(/usr/share/texmf/tex/context/base/cont-old.tex
loading: Context Old Macros
)
system : cont-fil loaded
(/usr/share/texmf/tex/context/base/cont-fil.tex
loading: Context File Synonyms
)
system : cont-sys loaded
(/usr/share/texmf/tex/context/base/cont-sys.tex
symbols: loading symbolset nav
(/usr/share/texmf/tex/context/base/symb-nav.tex
pdftex : needs map file: original-context-symbol.map
pdftex : needs map file: pl0-ams-cmr.map
pdftex : needs map file: original-vogel-symbol.map
)
symbols: loading symbolset mvs
(/usr/share/texmf/tex/context/base/symb-mvs.tex
encoding   : coding default
))
bodyfont   : 12pt rm is loaded
language   : patterns 2:2-en-2 3:2-uk-2 4:2-de-2 5:2-fr-2 6:2-es-2 7:2-it-2
 8:2-nl-2 loaded
specials   : tex,postscript,rokicki loaded
\openout2 = `chemie-bigger.tui'.

system : chemie-bigger.top loaded
(./chemie-bigger.top)
\openout0 = `chemie-bigger-mpgraph.mp'.

\openout0 = `chemie-bigger-mprun.mp'.

\openout0 = `mpgraph.mp'.

\openout0 = `mprun.mp'.


system : no macros found in module pictes
system : macros of module chemie loaded
(/usr/share/texmf/tex/context/base/m-chemic.tex
(/usr/share/texmf/tex/generic/pictex/pictex.tex)
(/usr/share/texmf/tex/context/base/ppchtex.tex
ppchtex: using PiCTeX and MetaPost
))
specials   : loading definition file tpd
(/usr/share/texmf/tex/context/base/spec-tpd.tex
specials   : loading definition file fdf
(/usr/share/texmf/tex/context/base/spec-fdf.tex unprotect 3
system (E-TEX) : [line 1815] \ifcsname 
unprotect 4 protect 4 protect 3)
specials   : fdf loaded
)
specials   : fdf,tpd loaded
\openout6 = `chemie-bigger-mpgraph.mp'.

Randomizer initialized to 1431757445. [MP chemie-bigger-mpgraph.4000]
[MP chemie-bigger-mpgraph.3999] [MP chemie-bigger-mpgraph.3998]
[MP chemie-bigger-mpgraph.3997] [MP chemie-bigger-mpgraph.3996]
[MP chemie-bigger-mpgraph.3995])
*\end
systems: end file chemie-bigger at line 0
[flush and process chemie-bigger-mpgraph.mp afterwards]
! You can't use `\end' in internal vertical mode.
recently read \normalend 
   
* \end

? \end
Type return to proceed, S to scroll future error messages,
R to run without stopping, Q to run quietly,
I to insert something, 
1 or ... or 9 to ignore the next 1 to 9 tokens of input,
H for help, X to quit.
? X
 
Here is how much of TeX's memory you used:
 1864 strings out of 68091
 26130 string characters out of 753759
 4452029 words of memory out of 5567915
 31601 multiletter control sequences out of 1+5
 10565 words of font info for 35 fonts, out of 50 for 1000
 62 hyphenation exceptions out of 1000
 29i,11n,48p,275b,658s stack positions out of 1500i,500n,5000p,20b,5000s
 0 PDF objects out of 30
 0 named destinations out of 131072
 0 words of extra memory for PDF output out of 65536
No pages of output.
___
ntg-context mailing list
ntg-context@ntg.nl

Re: [NTG-context] ppchtex

2005-03-15 Thread Willi Egger
Hi Johannes,
I looked at your coding.
The use module line has two typo's It should be \usemodule[pictex,chemic]
The statements are not complete i.e. you forgot  the \stopcombination. 
Further when starting a combination one needs to give the number of rows 
and columns e.g. [2*3]. with only [6] all of the structures are placed 
inline, but only 4 of them fit in one row  so ...
In order to produce output you need to enclose the code between 
\starttext ... \stoptext.

Please see the attached file
Kind regards
Willi
Johannes Werner wrote:
Hans Hagen wrote:
Johannes Werner wrote:
hi everyone,
i want to use PPCHTEX. when i process my .tex-file with texexec i get 
the message:
   .
   specials : fdf loaded
   )
   specials : fdf,tpd loaded
   \openout6 = `chemie-mpgraph.mp'.
   Randomizer initialized to 1275417501. [MP to PDF] 
(./chemie-mpgraph.4000))
   *

and the program stops and waits for a command. when i type \end  it 
continues. this happens again and then i have my target file.
what wants the system tell me? why does it stop?. it's irksome, to 
type in a command for nothing. when i process with latex everything 
is ok.

how does your smallest test file that does thsi look like?
Hans

the testfile was:
   \enableregime[utf]
   \usemodule[pictex,chemie]
   \setupoutput[pdf]
   %\setupchemical[axis=on, frames=on]
   \par Substituent A
   \startchemical
   \chemical[ONE,SB4,SB6,Z0][O]
   \stopchemical
with a file, which is a little bit bigger i get the following (an no 
output is generated):

Randomizer initialized to 1431757445. [MP chemie-bigger-mpgraph.4000]
   [MP chemie-bigger-mpgraph.3999] [MP chemie-bigger-mpgraph.3998]
   [MP chemie-bigger-mpgraph.3997] [MP chemie-bigger-mpgraph.3996]
   [MP chemie-bigger-mpgraph.3995])
   *


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
% CHmeical structures
% Johannes Werner
% CONTEXT file
% filename:

\enableregime[utf]
\usemodule[pictex,chemic]%pstricks
\setupoutput[pdf]

%\setupchemical[axis=on, frames=on]

\starttext
\par A
\placefigure[force]{none}
{\startcombination[2*3]
{\startchemical \chemical[ONE,SB4,SB6,Z0][O] \stopchemical}{}
{\startchemical \chemical[ONE,SB4,SB6,Z0][S] \stopchemical}{}
{\startchemical \chemical[ONE,SB4,SB6,Z0][NH] \stopchemical}{}
{\startchemical \chemical[ONE,DB1,SB4,SB6,Z01][C,O] \stopchemical}{}
{\startchemical \chemical[ONE,DB1,SB4,SB6,Z01][C,NR] \stopchemical}{}
{\startchemical \chemical[ONE,DB1,SB4,SB6,Z01][C,CR_2] \stopchemical}{}
\stopcombination}
\stoptext
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: [NTG-context] Upgrading...

2005-03-15 Thread ishamid
= Original Message From Idris Samawi Hamid [EMAIL PROTECTED] =
On Sat, 05 Mar 2005 23:51:50 +0100, h h extern [EMAIL PROTECTED] wrote:

 when needed, unzip the latest cont-tfm (beta) and cont-lmr archives in
 texmf-local and remake formats

Where are the cont-lmr archives? I can't find them...

Ok, I see that lmr comes with the mswincontext distribution, so cont-lmr will 
be put up if/when improvements are made?

Idris

Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: [NTG-context] Upgrading...

2005-03-15 Thread ishamid
 just download the windows zip file from our website and install that one
 in a separate tree, e.g. under

 c:\context

 then, you can initialize that tree with

 c:\context\setuptex c:\context

 and voila ...

Ok, I followed the above. Now I have two trees, c:\TeXLive and c:\ConTeXt

Issues:

1. I ``initialized'' the \ConTeXt tree and ran

texexec --make

but no aleph format, so a batch file is called:

cd C:\ConTeXt\texmf-mswin\web2c
aleph --ini *plain \dump
texexec --make en -tex=aleph
aleph --ini *cont-en

but...

C:\ConTeXt\texmf-mswin\web2caleph --ini *plain \dump
! aleph.pool doesn't match; otangle me again (or fix the path).

How do I get aleph working?

2. How do I get my OS to recognize/prioritize the C:\ConTeXt tree (when I call 
texexec from my editor it still calls from c:\TeXLive)? Do I have to uninstall 
ConTeXt from my c:\TeXLive path? What is the cleanest way to do that?

3. I presume that 
\ConTeXt\texmf-local\web2c\texmf.cnf 
is the one 
texexec --make
uses. Have you already optimized/tested 
\ConTeXt\texmf-local\web2c\texmf.cnf 
for aleph (there were a few issues as you may recall...)?

Best
Idris

Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Conflict ConTeXt new LM?

2005-03-15 Thread Gerben Wierda
I just installed the latest LM fonts from TL Master on top of a teTeX 
3.0 + recent ConTeXt and tried to re-run my project. This fails. I 
reinstalled the old LM and it works, Is this known?

G
ConTeXt  ver: 2005.03.02  fmt: 2005.3.15  int: english  mes: english
language: language en is active
protectionstate 0
system  : cont-new loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex!
color   : palette rollover is available
)
system  : cont-old loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system  : cont-fil loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system  : cont-sys.rme loaded
(/usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.rme
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-dis.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex))
bodyfont: 12pt rm is loaded
kpathsea: Running mktextfm cork-lmr12
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; 
nonstopmode; input cork-lmr12
This is METAFONT, Version 2.71828 (Web2C 7.5.4)

kpathsea: Running mktexmf cork-lmr12
! I can't find file `cork-lmr12'.
* ...four; mag:=1; nonstopmode; input cork-lmr12
Please type another input file name
! Emergency stop.
* ...four; mag:=1; nonstopmode; input cork-lmr12
Transcript written on mfput.log.
grep: cork-lmr12.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
input cork-lmr12' failed to make cork-lmr12.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font \*12ptrmtf*=cork-lmr12 not loadable: Metric (TFM) file not found.
to be read again
   \relax
\xxdododefinefont ...tspec {#4}\newfontidentifier
  \let 
\localrelativefontsiz...

\fontstrategy ...ame #1\csname #2#3#4#5\endcsname
  \tryingfontfalse \fi
inserted text ...yle \fontalternative \fontsize
  \fi \iftryingfont 
\fontstr...

\synchronizefont ...strategy \the \fontstrategies
  \relax \fi 
\ifskipfontchar...
argument \getvalue [EMAIL PROTECTED]@ \fontstyle }
   \edef \fontstyle {\fontstyle 
}\if...
...
l.1
\startproduct prd_book

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] acrobat reader for linux

2005-03-15 Thread Tom Fossen
Hi,

Acrobat reader 7.0 for linux is now available. See 
ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/

Awaiting comments from heavy users,

tom 
fossen




___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] iso latin 2 ; storm fonts

2005-03-15 Thread Adam Lindsay
Vit Zyka said this at Tue, 15 Mar 2005 19:23:05 +0100:

   enco-st1.tex - ec encoding with storm glyph extension
   enco-st2.tex - xl2 encoding with storm glyph extension
   enco-st3.tex - variants (additional glyph) for enco-st1 and enco-st2

Vit,

I would refer you to this thread with Thomas Schmitz on variant encodings:
http://www.ntg.nl/pipermail/ntg-context/2005/009057.html

I'd call your st1 an EC variant, st2 an XL2 variant, and st3 some sort of
custom expert encoding. Ultimately names aren't *that* important, but
they can help a lot when others try to pick up and understand your work.

? I have a problem to define mathematics chars. I did:
\starttypescript [math] [dynamoRE] [st1]
   \definefontsynonym [DynamoRE-Math-Letters][sdgr8te] 
[encoding=st1]
   \definefontsynonym [DynamoRE-Math-Letters-Italic] [sdgri8te] 
[encoding=st1]
   \definefontsynonym [DynamoRE-Math-Symbols][sdgr8te]
%  \definefontsynonym [DynamoRE-Math-Extension][]
\stoptypescript

But I get error: !Math formula deleted: Insufficient symbol fonts.
Where is the problem?

I don't know. In doing some math font adaptations, I haven't run into
that error message. Basically, with all the mathematics work you're
proposing, I don't have enough information to follow what you did and to help.

Were there any .enc files you created for these math fonts? How did you
install them? Math fonts generally require different metrics.

? - \starttypescript [*] [fallback] is generaly useful. Is a good idea 
to move it from large type-buy.tex somewhere else?

Have you looked at ThisWay #9 yet? http://pragma-ade.com/show-mag-10.htm
I haven't had a chance to play with them yet, but the \setups[font:
fallback:sans] look to be helpful.

? Storm fonts have different accent shapes for lover/upper case letters. 
Is there some mechanism to distinguish this making the composits?

I don't know.
But I presume that you're play^H^H^H^Hexperimenting with these customised
encodings because you want to use the full complement of designed
characters, right? How many of these composite characters will you be needing?

cheers,
adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] acrobat reader for linux

2005-03-15 Thread Nikolai Weibull
* Tom Fossen (Mar 16, 2005 00:40):
 Acrobat reader 7.0 for linux is now available. 

 Awaiting comments from heavy users,

Better; still not great,
nikolai

-- 
::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden:::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] acrobat reader for linux

2005-03-15 Thread Ciro A. Soto
I loaded it flawlessly using the rpm in my Fedora Core
3 system.
Looks good and runs faster.

--- Tom Fossen [EMAIL PROTECTED] wrote:
 Hi,
 
 Acrobat reader 7.0 for linux is now available. See 

ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/
 
 Awaiting comments from heavy users,
 
   tom 
 fossen
 
 
 
 
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
 
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: [NTG-context] Upgrading...

2005-03-15 Thread ishamid
I must be making this way too complicated, anyway...

I placed C:\ConTeXt\texmf-mswin\bin ahead of TeXLive in my NT PATH (Windows 
2000) so those binaries get called first. I tried to make the aleph format:

===
C:\ConTeXt\texmf-mswin\web2caleph --ini *plain \dump
This is Alephk, Version 3.141592-1.15-2.1-0.0-rc4 (Web2c 7.5.3) (INIALEPH)
 %-line parsing enabled.
Copyright (c) 2002--2004 the Aleph task force
entering extended mode
(c:/ConTeXt/texmf/tex/plain/base/plain.tex Preloading the plain format: codes,
registers, parameters, fonts, more fonts,
! Font \preloaded=manfnt not loadable: Metric (TFM/OFM) file not found.
to be read again
   \par
l.468

?
===

It works fine in TeXLive.

Another problem: how can I have both the aleph and the pdfetex formats?

texexec --make en -tex=aleph

overides the default cont-en.fmt made by

texexec --make

Question: how can I configure mktexlsr so that it updates both C:\ConTeXt as 
well as C:\TeXLive?

best
Idris

Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] imposition for a pdf file

2005-03-15 Thread Ciro A. Soto
I have a pdf file with 660 letter-size pages.
I would like to save toner in my printer by
printing 2 or 4 pages in one single sheet of paper.

Is it possible to do this with context?
or any other alternative?

Remember, I don't have the source file, only the pdf
file.

thank you

Ciro


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Times New Toman

2005-03-15 Thread ishamid
Dear consortium,

I'm having trouble preparing times new roman for ConTeXt. I'm trying to follow 
the instructions in mag-0009.pdf, but TeXfont does not want to behave:-(

===
\system_fontstexfont --vendor=microsoft --collection=times 
--encoding=texnansi --pattern=times*.afm

 TeXFont 1.5 - ConTeXt / PRAGMA ADE 2000-2001 (STILL BETA)

   processing aborted : unknown option --pattern=times*.afm
===

I tried things manually without the --pattern option and got a

texnansi-microsoft-times.tex

file, from which I manually constructed a

texnansi-microsoft-times.map

file with four lines:

===
texnansi-raw-times4  times.pfb   texnansi.enc
texnansi-raw-timesbd  4  timesbd.pfb texnansi.enc
texnansi-raw-timesbi  4  timesbi.pfb texnansi.enc
texnansi-raw-timesi   4  timesi.pfb  texnansi.enc
===

I then tried manually constructing the tfm files with afm2tfm but alas...

\system_fontsafm2tfm times[bd|bi|i]
! no Adobe characters
% LIGKERN ff l =: ffl ;
^
and empty tfm files

Not sure where to go from here...

I'm also going to need Arial from WINNT\Fonts as well...

Idris

Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Times New Toman

2005-03-15 Thread ishamid
Dear fellow conspirators,

more about my attempts to get times new roman working:

I could find neither context.cnf nor type-mws.tex in the distribution. Anyway, 
here is my attempt at a typescript file: note that arial provides the 
companion sans serif: any comments will be appreciated.

Question: What is \typescriptthree?

I'm assuming there is also a [font:fallback:serif] option.

Best
Idris

===

\starttypescript [serif] [timesnewroman] [name]

\setups[font:fallback:serif]

\definefontsynonym[Serif]  [TimesNewRoman]

\definefontsynonym[SerifBold]  [TimesNewRoman-Bold]

\definefontsynonym[SerifItalic][TimesNewRoman-Italic]

\definefontsynonym[SerifBoldItalic][TimesNewRoman-BoldItalic]

\stoptypescript


\starttypescript [serif] [timesnewroman] [texnansi]

\definefontsynonym [TimesNewRoman]
[\typescriptthree-timesnewroman]
[encoding=\typescriptthree]

\definefontsynonym [TimesNewRoman-Bold]
[\typescriptthree-timesnewromanb]
[encoding=\typescriptthree]

\definefontsynonym [TimesNewRoman-Italic]
[\typescriptthree-timesnewromani]
[encoding=\typescriptthree]

\definefontsynonym [TimesNewRoman-BoldItalic]
[\typescriptthree-timesnewromanz]
[encoding=\typescriptthree]

\stoptypescript


\starttypescript [map] [timesnewroman] [texnansi]

\loadmapfile[texnansi-microsoft-timesnewroman.map]

\stoptypescript

\usetypescriptfile[type-tnr]

\definetypeface [timesnewroman]
[ss] [sans] [arial] [default]
[encoding=texnansi]

\definetypeface [timesnewroman]
[rm] [serif] [timesnewroman] [default]
[encoding=texnansi,rscale=1.1]

\definetypeface [timesnewroman]
[mm] [math] [palatino] [default]
[encoding=texnansi,rscale=1.1]

\definetypeface [timesnewroman]
[tt] [mono] [modern] [default]
[encoding=texnansi,rscale=1.25]
===

Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] hyphenation not working

2005-03-15 Thread Paul Tremblay
I've noticed that hypenation is not working in my test ConTeXt
documents. I have looked repeatedly at the manual and searched the wiki.
It seems that hyphenations should be automatic?

I am testing simple files with the language as English. Does one have to
turn hyphenation on?

Paul

-- 


*Paul Tremblay *
[EMAIL PROTECTED]*

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Times New Toman

2005-03-15 Thread Stefan Wachter
ishamid wrote:
Question: What is \typescriptthree?
I think it is the third parameter that is supplied to a typescript. In 
your case its value is always texnansi because your typescript does 
not allow several values for the third parameter.

--Stefan
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context