[NTG-context] Metapost question

2005-06-13 Thread Tobias Burnus
Hello, does someone know how, if at all, one can printout some variable? Like Emean:=(2*Eone+Ezero+2*Etwo)/5.; label.urt(btex $A = x$ where x is the value of Emean? I frequently create some diagrams, modify them and then forget to change the label. (If one could set the number of digits,

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Taco Hoekwater
Radhelorn wrote: Thanks, this explains the situation. Is there a command to trace font loading? Which files are loaded, etc. Nothing that would help you understand it better, I'm afraid. There is a way to trace file opne/file close in the search library, but you have to be an expert to under

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Radhelorn
Taco Hoekwater wrote: Radhelorn wrote: Taco Hoekwater wrote: \DeclareFontShape{T2A}{fco}{m}{it}{<-> fcori6t}{} So you should use fcori6t in ConTeXt as well. You are using the wrong metrics, and that is the cause of the disappearing space. Oh, thank you, I see it now. But how font file

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 do

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

Re: [NTG-context] TeX capacity exceeded, sorry [PDF memory size

2005-06-13 Thread Alan Bowen
Helmut and Taco — Many thanks for the prompt solution to my pdf_mem_size problem. I added the line pdf_mem_size = 50 to texfm.cnf (after checking context.cnf) as instructed, and the file is now processing happily as it should. Very best, Alan On Jun 13, 2005, at 4:17 PM, Taco Hoekwat

Re: [NTG-context] TeX capacity exceeded, sorry [PDF memory size

2005-06-13 Thread Taco Hoekwater
Alan Bowen wrote: I had been processing a rather complicated set of pages successfully So, how may I increase pdf_mem_size and by how much should I do this? By editting texmf.cnf (enlarging or adding a pdf_mem_size setting) You can have a look at context.cnf for example settings: /usr/lo

Re: [NTG-context] TeX capacity exceeded, sorry [PDF memory size

2005-06-13 Thread Hartmut Henkel
On Mon, 13 Jun 2005, Alan Bowen wrote: > I had been processing a rather complicated set of pages successfully > until late this morning. Now I get this (edited) error message: > ! TeX capacity exceeded, sorry [PDF memory size (pdf_mem_size)=65536]. in file teTeX/share/texmf/web2c/texmf.cnf you c

Re: [NTG-context] importing figures in metapost

2005-06-13 Thread andrea valle
(...) ahem, yes. Sorry, I forgot a % before a shifted (3cm, 6cm); in the second example I suppose Mojca has already replied considering the %. Thanks -a- On 13 Jun 2005, at 19:20, Taco Hoekwater wrote: andrea valle wrote: It seems to me that this: % 1 ... and % 2 ... ...have the

[NTG-context] TeX capacity exceeded, sorry [PDF memory size

2005-06-13 Thread Alan Bowen
I had been processing a rather complicated set of pages successfully until late this morning. Now I get this (edited) error message: This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) (format=cont-en 2005.6.10) 13 JUN 2005 13:34 entering extended mode (/usr/

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Taco Hoekwater
Radhelorn wrote: Taco Hoekwater wrote: \DeclareFontShape{T2A}{fco}{m}{it}{<-> fcori6t}{} So you should use fcori6t in ConTeXt as well. You are using the wrong metrics, and that is the cause of the disappearing space. Oh, thank you, I see it now. But how font filename and basename is reso

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Taco Hoekwater
Radhelorn wrote: Taco Hoekwater wrote: \DeclareFontShape{T2A}{fco}{m}{it}{<-> fcori6t}{} So you should use fcori6t in ConTeXt as well. You are using the wrong metrics, and that is the cause of the disappearing space. Oh, thank you, I see it now. But how font filename and basename is reso

Re: [NTG-context] importing figures in metapost

2005-06-13 Thread Taco Hoekwater
andrea valle wrote: It seems to me that this: % 1 ... and % 2 ... ...have the same results. That's what I would expect as well, from identical input ;) Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-

Re: [NTG-context] Presentation Styles

2005-06-13 Thread Tobias Wolf
On 5/19/05, Hans Hagen <[EMAIL PROTECTED]> wrote: > M.guravage wrote: > > Hello, > > > > I recently prepared a presentation using pre-05. The Topics, represented as > > buttons in a column on the left, are now each preceeded by a number. This > > was not the case when I last used the style back in

Re: [NTG-context] importing figures in metapost

2005-06-13 Thread Mojca Miklavec
andrea valle wrote: Thanks Mojca, (I put again the discussion on the list) andrea valle wrote: It seems to me that this: Btw: take a look at the thread "MetaFun questions" in ConTeXt archive and at the command naturalfigure(expr name) defined in mp-figs.mp. externalfigure "mptext.pdf"

RE: [NTG-context] Headers, footers, page numbering

2005-06-13 Thread Keith McKay
Thanks Willi I'll keep that in mind. Keith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Willi Egger Sent: 13 June 2005 10:06 To: mailing list for ConTeXt users Subject: Re: [NTG-context] Headers, footers, page numbering Hi Keith, you might use \noh

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

2005-06-13 Thread Matthias Weber
Thanks Taco, this works fine. Matthias On Jun 13, 2005, at 10:45 AM, Taco Hoekwater wrote: Hi, There is a missing \noexpand in core-des.tex. Attached is a fixed version of the affected macro. Taco Matthias Weber wrote: Hello, if I'm not mistaken as usual, the number=no option of \ defin

Re: [NTG-context] importing figures in metapost

2005-06-13 Thread andrea valle
Thanks Mojca, (I put again the discussion on the list) andrea valle wrote: Thanks a lot, It seems that it is exactly what I need,as I want to use pdfs. Actually I'm able to scale, but not to shift. I don't understand why not. Can you send an (non-working) example? It seems to me that thi

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

2005-06-13 Thread Taco Hoekwater
Hi, There is a missing \noexpand in core-des.tex. Attached is a fixed version of the affected macro. Taco Matthias Weber wrote: Hello, if I'm not mistaken as usual, the number=no option of \ defineenumeration is broken in ConTeXt ver: 2005.06.08 fmt: 2005.6.13: \mainlanguage

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

2005-06-13 Thread Matthias Weber
Hello, if I'm not mistaken as usual, the number=no option of \ defineenumeration is broken in ConTeXt ver: 2005.06.08 fmt: 2005.6.13: \mainlanguage [en] \defineenumeration [test] [text=Test, number=no, location=hanging] \starttext \starttest What's that? \stoptext produces "

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Radhelorn
Taco Hoekwater wrote: \DeclareFontShape{T2A}{fco}{m}{it}{<-> fcori6t}{} So you should use fcori6t in ConTeXt as well. You are using the wrong metrics, and that is the cause of the disappearing space. Oh, thank you, I see it now. But how font filename and basename is resolved from map file if

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Taco Hoekwater
Radhelorn wrote: \DeclareFontShape{T2A}{fco}{m}{it}{<-> fcori6t}{} So you should use fcori6t in ConTeXt as well. You are using the wrong metrics, and that is the cause of the disappearing space. Encoding file fonts/enc/dvips/pscyr/t2a.enc, but pdftex ignores ReEncodeFont, as stated in docu

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Radhelorn
Taco Hoekwater wrote: Radhelorn wrote: Hello All! I'm fresh ConTeXt user, trying to move from LaTeX. And I have several problems with fonts in ConTeXt 2005.06.07 (teTeX-3.0). First of all: pscyr. It's a cyrillic type1 font package which works perfectly in LaTeX, but in Plain TeX and ConTeXt wh

Re: [NTG-context] problem generating formatfiles after miktexupdate

2005-06-13 Thread Wolfgang Zillig
Ah that worked! Many thanks, Wolfgang Taco Hoekwater wrote: Wolfgang Zillig wrote: Up to 10 minits ago I was using a (old) version of miktex. Then I started to update it. After the update I tried to generate the new format files but miktex hangs on cont-en. Any suggestions? (C:\texmf\te

Re: [NTG-context] problem generating formatfiles after miktexupdate

2005-06-13 Thread Taco Hoekwater
Wolfgang Zillig wrote: Up to 10 minits ago I was using a (old) version of miktex. Then I started to update it. After the update I tried to generate the new format files but miktex hangs on cont-en. Any suggestions? (C:\texmf\tex\context\patterns\lang-sk.pat ! TeX capacity exceeded, sorry [

[NTG-context] problem generating formatfiles after miktexupdate

2005-06-13 Thread Wolfgang Zillig
Up to 10 minits ago I was using a (old) version of miktex. Then I started to update it. After the update I tried to generate the new format files but miktex hangs on cont-en. Any suggestions? Thanks Wolfgang Here some parts of the log: Creating "cont-en.efmt"... "pdfetex.exe" --ini --interact

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Taco Hoekwater
Radhelorn wrote: Hello All! I'm fresh ConTeXt user, trying to move from LaTeX. And I have several problems with fonts in ConTeXt 2005.06.07 (teTeX-3.0). First of all: pscyr. It's a cyrillic type1 font package which works perfectly in LaTeX, but in Plain TeX and ConTeXt whitespaces between words

[NTG-context] Problems with the pscyr font package

2005-06-13 Thread Radhelorn
Hello All! I'm fresh ConTeXt user, trying to move from LaTeX. And I have several problems with fonts in ConTeXt 2005.06.07 (teTeX-3.0). First of all: pscyr. It's a cyrillic type1 font package which works perfectly in LaTeX, but in Plain TeX and ConTeXt whitespaces between words disappear. My inp

Re: [NTG-context] Skrinking distance between bullet and text in itemize

2005-06-13 Thread Nikolai Weibull
Adam Lindsay wrote: > Nikolai Weibull said this at Sun, 12 Jun 2005 21:02:45 +0200: > > > \startitemize[1 (or whatever symbol you want), 2*serried] > > I tried that, but the problem is that when one uses inmargin, this > > doesn’t seem to work. It seems that the interplay between width and > >

Re: [NTG-context] Headers, footers, page numbering

2005-06-13 Thread Willi Egger
Hi Keith, you might use \noheaderandfooterlines otherwise you could say \setupheader[state=high] Willi Keith McKay wrote: Dear All I have produced a nice little A5 pamphlet which I will be printing on A4 paper. I have had a lot of fun doing this and I am quite pleased that I was able to ins