Re: [NTG-context] hyphenation: latin modern fonts

2004-01-09 Thread Peter Münster
On Thu, 8 Jan 2004, Willi Egger wrote:

> Provided that you use a recent CONTEXT, everything should be there. Get
> the fonts from CTAN or from the TEXlive Collection (directory is outside
> the texmf-tree).
> Within CONTEXT:
>
> \usetypescript[modern][texnansi] %or whatever you like
> \setupbodyfont[modern,rms,11pt]

Ok, I installed the newest ConTeXt and the lm fonts. Hyphenation is good
now. The only thing I had to do, was adding lm.map to the files config.ps,
xdvi.cfg and pdftex.cfg.
Thanks, Peter

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

Film Search site: http://f-s.sf.net/

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] bold small caps

2004-01-09 Thread Peter Münster
Hello,
I just tried the Latin Modern font, but there are no bold small caps
available, as in the EC fonts. Is it possible to add EC support to ConTeXt?
TIA for any hint, Peter

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

Film Search site: http://f-s.sf.net/

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] endnotes: ! Dimension too large. ??

2004-01-09 Thread Steffen Wolfrum
Hi,


when using \setupfootnotes[way=bychapter,location={text,none}] I get the following 
ERROR:



! Dimension too large.
 \@@vn+footnote
  
\placenotesasnone #1->\ifdim \ht #1
   >\zeropoint \noteparameter \c!voor \setno...

\dodoplacenotes ...tesintext \localpostponednotes
  \fi \fi \else \ifdim \ht \...

\next1 #1,->\doprocessnotes {\dodoplacenotes }{#1}
  \doprocesscommaitem
\doprocesscommalist ...item \gobbleoneargument #1,
  ]\relax \global \advance \...

\doplacenotes ...2} \processnotes \dodoplacenotes
  \egroup
...
l.8315
  
? H
I can't work with sizes bigger than about 19 feet.
Continue and I'll use the largest value I can.




OK, I have more than 700 footnotes - but when using "location=page" everything works 
fine.

I was trying to find whether there is something missing when I just continue, and I 
found the TableOfContent is cut.
But the text and the footnotes as well seem to be OK.


Is there a patch helping me to avoid this error?


Thank you,

Steffen
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Number formating in MetaFun

2004-01-09 Thread Hans Hagen
At 14:01 09/01/2004, Nigel King wrote:
For the MetaFun Experts,

Section 9.2 of the MetaFun manual gives
vlogtext.bot(0, 10, 9, 10cm, "@3e") ;
The formating of the numbers is controlled by "@3e". I have been trying to 
find the command which control this number formating without success. 
Please could somebody point me in the right direction.
In case of problems:

\forceMPTEXgraphictrue

% or
%
% \forceMPTEXcheck{lintext}
% \forceMPTEXcheck{logtext}
\startMPcode
draw hlintext.lft(0, 20,  5, 20cm, "@3e") ;
draw vlogtext.bot(0, 10,  9, 10cm, "@3e") ;
\stopMPcode
this is needed in order to trigger the context format alternative.

The @3e syntax is a replacement for the %3e one in john hobbies modules

Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] german sharp s in Metapost Labels

2004-01-09 Thread Hans Hagen
Hi,

The following works ok here (see previous mail for example of MPenvironment)

label(btex Hans Maaß, Berlin etex, center currentpicture);

 ^^^
 , needed, else wrong mp run!
= changed code =

\setupoutput[pdftex]

\setuppagenumbering[state=stop]
\useencoding[win]
\mainlanguage[de]
\starttext

\startMPcode
verbatimtex
  \useencoding[win]
  \mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex, center currentpicture);
\stopMPcode
\startMPcode
verbatimtex
  \usetypescript  [berry][ec]
  \definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec]
  \definetypeface [palatino] [mm] [math]  [palatino] [default] [encoding=ec]
  \setupbodyfont  [palatino, 10pt, rm]
  \useencoding[win]
  \mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex, center currentpicture);
\stopMPcode
\startMPcode
verbatimtex
  \setupencoding [default=ec]
  \usetypescript[berry][ec]
  \definetypeface [postscript] [rm] [serif] [times] [default]
  \definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=..9]
  \definetypeface [postscript] [tt] [mono] [courier] [default] [rscale=1.1]
  \setupbodyfont [postscript, 11pt]
  \useencoding[win]
  \mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex, center currentpicture);
\stopMPcode
\stoptext





Hi all,

if i use another Font as cmr to typeset labels
in MetaPost the german sharp s is typeset
with wrong width.
The same text direct typeset by tex (pdfetex)
without MetaPost looks right.
Is this a bug in tex or in metapost (i dont believe)
or is it a font problem?
Greetings Lutz

My File:

\setupoutput[pdftex]
\setuppagenumbering[state=stop]
\useencoding[win]
\mainlanguage[de]
\starttext
\startMPgraphic
verbatimtex
\useencoding[win]
\mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex(center currentpicture));
\stopMPgraphic
\loadcurrentMPgraphic
\placeMPgraphic
Hans Maaß, Berlin

\startMPgraphic
verbatimtex
\usetypescript  [berry][ec]
\definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec]
\definetypeface [palatino] [mm] [math]  [palatino] [default] [encoding=ec]
\setupbodyfont  [palatino, 10pt, rm]
\useencoding[win]
\mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex(center currentpicture));
\stopMPgraphic
\loadcurrentMPgraphic
\placeMPgraphic
\usetypescript  [berry][ec]
\definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec]
\definetypeface [palatino] [mm] [math]  [palatino] [default] [encoding=ec]
\setupbodyfont  [palatino, 10pt, rm]
Hans Maaß, Berlin

\startMPgraphic
verbatimtex
\setupencoding [default=ec]
\usetypescript[berry][ec]
\definetypeface [postscript] [rm] [serif] [times] [default]
\definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=..9]
\definetypeface [postscript] [tt] [mono] [courier] [default] [rscale=1.1]
\setupbodyfont [postscript, 11pt]
\useencoding[win]
\mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex(center currentpicture));
\stopMPgraphic
\loadcurrentMPgraphic
\placeMPgraphic
\setupencoding [default=ec]
\usetypescript[berry][ec]
\definetypeface [postscript] [rm] [serif] [times] [default]
\definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=..9]
\definetypeface [postscript] [tt] [mono] [courier] [default] [rscale=1.1]
\setupbodyfont [postscript, 11pt]
Hans Maaß, Berlin
\stoptext
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
Deze e-mail is door E-mail VirusScanner van Planet Internet gecontroleerd 
op virussen.
Op http://www.planet.nl/evs staat een verwijzing naar de actuele lijst 
waar op wordt gecontroleerd.

-
  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-
   information: http://www.pragma-ade.com/roadmap.pdf
documentation: http://www.pragma-ade.com/showcase.pdf
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] german sharp s in Metapost Labels

2004-01-09 Thread Hans Hagen
At 18:50 09/01/2004, Hartmut Henkel wrote:
On Fri, 9 Jan 2004, Lutz Haseloff wrote:

> if i use another Font as cmr to typeset labels in MetaPost the german
> sharp s is typeset with wrong width.
Same problem has been mentioned in tex-k by Reinhard Kotucha, 5.1.2004.
Maybe you can combine efforts... (no idea by me)
only sharp s? are the same metrics used in the mp run?

\starttext

\startMPenvironment
  \setupbodyfont[pos]
\stopMPenvironment
\startMPpage
  draw btex te\SS t etex ;
\stopMPpage
\stoptext

comes out ok here

Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] arabtext in Context

2004-01-09 Thread Idris Samawi Hamid
On Fri, 9 Jan 2004 20:50:27 +0100, R. Ermers <[EMAIL PROTECTED]> wrote:

However, I am not quite sure about getting involved in Omega. I tried it
before and could not get it right.
Note that I said ``eomega'':-), soon to be Aleph. Giuseppe and others have 
spearheaded an effort to take the best of Omega and combine it with eTeX 
in a stable, usable package. The latest eomega already largely fulfills 
this promise, and you can try the basic package announced to the list. 
Join the Aleph list if you can; it's pretty low volume.

In case you need any help: let me know!
As soon as our own (Alan Hoenig and myself) package reaches the point 
where we can release a test package, I'll announce it here and let you 
know. (The main issue holding up a release is the use of a proprietary 
font, and font work is so time-consuming, not to mention my regular 
work).

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


Re: [NTG-context] arabtext in Context

2004-01-09 Thread R. Ermers
Dear Idris,

Thanks for your offer.
I am considering a transfer to Context. I guess I'll have to patient a bit
longer.
Of course would like to give your package a try (and comment on it).
However, I am not quite sure about getting involved in Omega. I tried it
before and could not get it right.
In case you need any help: let me know!

Thanks again!

Robert Ermers
The Netherlands

- Oorspronkelijk bericht -
Van: Idris Samawi Hamid <[EMAIL PROTECTED]>
Aan: <[EMAIL PROTECTED]>
Verzonden: donderdag 8 januari 2004 23:43
Onderwerp: Re: [NTG-context] arabtext in Context


> I'll take a look at this when I can. Note that some of the "flaws" may
> actually be features since ArabTeX was largely designed with LaTeX in
> mind. Some of the internal ArabTeX macros (like verses.sty) use LaTeX
> commands like \mbox. I modified verses.sty for use in ConTeXt with my own
> (under heavy development) Arabic package that is already much more
> versatile (and beautiful;->) than ArabTeX. If u're willing to try out
> eomega in ConTeXt there is another rudimentary Arabic package already
> available for ConTeXt that I described to this list a few months back, but
> it uses a bland font and a different transcription scheme (still worth
> checking out though). My own package is based on the ArabTeX transcription
> but is not ready for general release yet.
>
> But I'll try to look at your problem towards the end of this month.
>
> Best
> Idris
>
>
> On Wed, 7 Jan 2004 23:17:11 +0100, R. Ermers <[EMAIL PROTECTED]> wrote:
>
> > A number of flaws in the ArabicTeX support for ConteXt
>
>
> --
> Professor Idris Samawi Hamid
> Department of Philosophy
> Colorado State University
> Fort Collins, CO 80523
> ___
> ntg-context mailing list
> [EMAIL PROTECTED]
> http://www.ntg.nl/mailman/listinfo/ntg-context
>


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: footnotes are lost!! endnotes don't work ?

2004-01-09 Thread Steffen Wolfrum
Uff ...

Hans, thank you very much for this super-fast help!

This was really first aid.


Steffen




Hans Hagen <[EMAIL PROTECTED]> wrote:

> At 18:23 09/01/2004, you wrote:
> >Hi,
> >
> >as the commands "location=text" and "\placefootnotes" seemed to be 
> >unproblematic I decided to edit a book in ConTeXt with footnotes as 
> >endnotes - at the end of each chapter.
> >
> >Unfortunately there seems to be a bug:
> >My first chapter has 57 footnotes.
> >The first 17 footnotes fit (touching the bottom edge) on the first page 
> >(after the chapters end)
> >and the following 40 are lost!
> >
> >Is this a known bug?
> >
> >Does anybody know what to do?
> 
> For the moment use:
> 
> \setupfootnotes[location={text,none}]
> 
> \starttext
> 
> \dorecurse{100}{test \footnote{test} \endgraf}
> 
> \placefootnotes
> 
> \stoptext
> 
> else the notes get boxed and treated as a whole (so that they can have 
> backgrounds and so).
> 
> Hans  
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] footnotes are lost!! endnotes don't work ? (URGENT)

2004-01-09 Thread Hans Hagen
At 18:23 09/01/2004, you wrote:
Hi,

as the commands "location=text" and "\placefootnotes" seemed to be 
unproblematic I decided to edit a book in ConTeXt with footnotes as 
endnotes - at the end of each chapter.

Unfortunately there seems to be a bug:
My first chapter has 57 footnotes.
The first 17 footnotes fit (touching the bottom edge) on the first page 
(after the chapters end)
and the following 40 are lost!

Is this a known bug?

Does anybody know what to do?
For the moment use:

\setupfootnotes[location={text,none}]

\starttext

\dorecurse{100}{test \footnote{test} \endgraf}

\placefootnotes

\stoptext

else the notes get boxed and treated as a whole (so that they can have 
backgrounds and so).

Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] german sharp s in Metapost Labels

2004-01-09 Thread Hartmut Henkel
On Fri, 9 Jan 2004, Lutz Haseloff wrote:

> if i use another Font as cmr to typeset labels in MetaPost the german
> sharp s is typeset with wrong width.

Same problem has been mentioned in tex-k by Reinhard Kotucha, 5.1.2004.
Maybe you can combine efforts... (no idea by me)

Regards, Hartmut
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] footnotes are lost!! endnotes don't work ? (URGENT)

2004-01-09 Thread Steffen Wolfrum
Hi,

as the commands "location=text" and "\placefootnotes" seemed to be unproblematic I 
decided to edit a book in ConTeXt with footnotes as endnotes - at the end of each 
chapter.

Unfortunately there seems to be a bug:
My first chapter has 57 footnotes.
The first 17 footnotes fit (touching the bottom edge) on the first page (after the 
chapters end)
and the following 40 are lost!

Is this a known bug?

Does anybody know what to do?



Thank you very much,

Steffen


P.S. This is urgent - because when endnotes doesn't work properly I can't make the 
book in ConTeXt and so I have a big problem ...
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Number formating in MetaFun

2004-01-09 Thread Nigel King
For the MetaFun Experts,

Section 9.2 of the MetaFun manual gives
vlogtext.bot(0, 10, 9, 10cm, "@3e") ;
The formating of the numbers is controlled by "@3e". I have been trying 
to find the command which control this number formating without 
success. Please could somebody point me in the right direction.

TIA

Nigel King

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] german sharp s in Metapost Labels

2004-01-09 Thread Lutz Haseloff
Hi all,

if i use another Font as cmr to typeset labels
in MetaPost the german sharp s is typeset
with wrong width.
The same text direct typeset by tex (pdfetex)
without MetaPost looks right.
Is this a bug in tex or in metapost (i dont believe)
or is it a font problem?
Greetings Lutz

My File:

\setupoutput[pdftex]
\setuppagenumbering[state=stop]
\useencoding[win]
\mainlanguage[de]
\starttext
\startMPgraphic
verbatimtex
\useencoding[win]
\mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex(center currentpicture));
\stopMPgraphic
\loadcurrentMPgraphic
\placeMPgraphic
Hans Maaß, Berlin

\startMPgraphic
verbatimtex
\usetypescript  [berry][ec]
\definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec]
\definetypeface [palatino] [mm] [math]  [palatino] [default] [encoding=ec]
\setupbodyfont  [palatino, 10pt, rm]
\useencoding[win]
\mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex(center currentpicture));
\stopMPgraphic
\loadcurrentMPgraphic
\placeMPgraphic
\usetypescript  [berry][ec]
\definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec]
\definetypeface [palatino] [mm] [math]  [palatino] [default] [encoding=ec]
\setupbodyfont  [palatino, 10pt, rm]
Hans Maaß, Berlin

\startMPgraphic
verbatimtex
\setupencoding [default=ec]
\usetypescript[berry][ec]
\definetypeface [postscript] [rm] [serif] [times] [default]
\definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=..9]
\definetypeface [postscript] [tt] [mono] [courier] [default] [rscale=1.1]
\setupbodyfont [postscript, 11pt]
\useencoding[win]
\mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex(center currentpicture));
\stopMPgraphic
\loadcurrentMPgraphic
\placeMPgraphic
\setupencoding [default=ec]
\usetypescript[berry][ec]
\definetypeface [postscript] [rm] [serif] [times] [default]
\definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=..9]
\definetypeface [postscript] [tt] [mono] [courier] [default] [rscale=1.1]
\setupbodyfont [postscript, 11pt]
Hans Maaß, Berlin
\stoptext
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context