Re: [NTG-context] texlua fails on OSX-PPC

2009-03-24 Thread Mojca Miklavec
Hello Thomas, On Tue, Mar 24, 2009 at 21:43, Thomas A. Schmitz wrote: > > If I interpret the messages from the build script correctly, my computer > managed to upload all binaries before the server died this afternoon: No. >>> pdftex SVN #534 is at the latest version alrea

Re: [NTG-context] texlua fails on OSX-PPC

2009-03-24 Thread Thomas A. Schmitz
ad all binaries before the server died this afternoon: >> pdftex SVN #534 is at the latest version already >> xetex SVN #820 is at the latest version already >> luatex beta-0.36.0 is at the latest version already >> metapost 1.102 is at the latest version already Arthur

Re: [NTG-context] Dividing dimensions

2009-03-23 Thread Alan BRASLAU
March 2009 23:41:19 Wolfgang Schuster wrote: > >> Can I divide dimensions to get a number in pdftex? > > > > LaTeX has a package to do exactly that, fp. You could look into its > > code. Or you could use LuaTeX :-) > > It's easy to do wit

Re: [NTG-context] Dividing dimensions

2009-03-22 Thread Hans Hagen
Aditya Mahajan wrote: Hi, Can I divide dimensions to get a number in pdftex? I have four dimensions \!!dimena, \!!dimenb, \!!dimenc and \!!dimend, and I want depends on what you want to achive as there are many possibilities \number\dimexp 123pt\relax \number\dimexp 123pt/65536\relax

Re: [NTG-context] Dividing dimensions

2009-03-22 Thread Wolfgang Schuster
Am 21.03.2009 um 23:26 schrieb Arthur Reutenauer: Can I divide dimensions to get a number in pdftex? LaTeX has a package to do exactly that, fp. You could look into its code. Or you could use LuaTeX :-) \startluacode if tex.dimen["!!dimena"] / tex.dimen["!!dimen

Re: [NTG-context] Dividing dimensions

2009-03-21 Thread Aditya Mahajan
On Sun, 22 Mar 2009, Marcin Borkowski wrote: Dnia Sat, Mar 21, 2009 at 06:08:41PM -0400, Aditya Mahajan napisał(a): Hi, Can I divide dimensions to get a number in pdftex? I have four dimensions \!!dimena, \!!dimenb, \!!dimenc and \!!dimend, and I want if (dimena/dimenb) > (dimenc/dim

Re: [NTG-context] Dividing dimensions

2009-03-21 Thread Marcin Borkowski
Dnia Sat, Mar 21, 2009 at 06:08:41PM -0400, Aditya Mahajan napisał(a): > Hi, > > Can I divide dimensions to get a number in pdftex? > > I have four dimensions \!!dimena, \!!dimenb, \!!dimenc and \!!dimend, and > I want > > if (dimena/dimenb) > (dimenc/dimend) >

Re: [NTG-context] Dividing dimensions

2009-03-21 Thread Aditya Mahajan
On Sat, 21 Mar 2009, Wolfgang Schuster wrote: Am 21.03.2009 um 23:26 schrieb Arthur Reutenauer: Can I divide dimensions to get a number in pdftex? LaTeX has a package to do exactly that, fp. You could look into its code. Or you could use LuaTeX :-) It's easy to do with etex

Re: [NTG-context] Dividing dimensions

2009-03-21 Thread Wolfgang Schuster
Am 21.03.2009 um 23:26 schrieb Arthur Reutenauer: Can I divide dimensions to get a number in pdftex? LaTeX has a package to do exactly that, fp. You could look into its code. Or you could use LuaTeX :-) It's easy to do with etex but I would use lua if possible. \starttext \unpr

Re: [NTG-context] Dividing dimensions

2009-03-21 Thread Arthur Reutenauer
> Can I divide dimensions to get a number in pdftex? LaTeX has a package to do exactly that, fp. You could look into its code. Or you could use LuaTeX :-) Arthur ___ If your question is of interest

[NTG-context] Dividing dimensions

2009-03-21 Thread Aditya Mahajan
Hi, Can I divide dimensions to get a number in pdftex? I have four dimensions \!!dimena, \!!dimenb, \!!dimenc and \!!dimend, and I want if (dimena/dimenb) > (dimenc/dimend) do something else do otherthing Any hints on how to do this in ConTeXt. Thanks, Adi

Re: [NTG-context] Print engine name/version

2009-03-20 Thread Hans Hagen
Wolfgang Schuster wrote: On Fri, Mar 20, 2009 at 6:57 PM, Hans Hagen wrote: did you notice that your pdftex is a future version? Why? terminal: This is pdfTeX, Version 3.1415926-1.40.9 (Web2C 7.5.7) document: 1.40.9 well, the version macro reported version 2 (i run version 1.50) because

[NTG-context] new beta

2009-03-20 Thread Hans Hagen
Hi, this weeks beta ... -- a couple of bug fixes, some are still pending -- the context script can recognize files for mkii (first line directive) and listens to --pdftex and --xetex; it still calls texexec but this method can replace the texmfstart call (mtxrun is faster); it also permits

Re: [NTG-context] Print engine name/version

2009-03-20 Thread Wolfgang Schuster
On Fri, Mar 20, 2009 at 6:57 PM, Hans Hagen wrote: > did you notice that your pdftex is a future version? Why? terminal: This is pdfTeX, Version 3.1415926-1.40.9 (Web2C 7.5.7) document: 1.40.9 Wolfgang ___ If y

Re: [NTG-context] Print engine name/version

2009-03-20 Thread Hans Hagen
/100.\modulonumber{100}\pdftexversion.\pdftexrevision \or\number\XeTeXversion\XeTeXrevision \or\number\numexpr\luatexversion/100.\modulonumber{100}\luatexversion.\luatexrevision \fi} i'll add something to syst-ini.tex did you notice that your pdftex is a future version? i also norm

Re: [NTG-context] Print engine name/version

2009-03-20 Thread Hans Hagen
Wolfgang Schuster wrote: On Fri, Mar 20, 2009 at 1:13 PM, Taco Hoekwater wrote: Peter Rolf wrote: Hi Wolfgang, I think this should better be done by a command in pdftex/luatex. No. All engines have multiple version commands already, I see absolutely no need for yet another version-related

Re: [NTG-context] Print engine name/version

2009-03-20 Thread Wolfgang Schuster
On Fri, Mar 20, 2009 at 1:13 PM, Taco Hoekwater wrote: > Peter Rolf wrote: >> >> Hi Wolfgang, >> >> I think this should better be done by a command in pdftex/luatex. > > No. All engines have multiple version commands already, I see > absolutely no need for y

Re: [NTG-context] Print engine name/version

2009-03-20 Thread Taco Hoekwater
Peter Rolf wrote: Hi Wolfgang, I think this should better be done by a command in pdftex/luatex. No. All engines have multiple version commands already, I see absolutely no need for yet another version-related primitive. Best wishes, Taco

Re: [NTG-context] Print engine name/version

2009-03-20 Thread Peter Rolf
Wolfgang Schuster schrieb: Hi Hans, can you add command which will print the name (e.g. LuaTeX, pdfTeX ...) and version (e.g. 0.36.0) of the current used TeX engine. Hi Wolfgang, I think this should better be done by a command in pdftex/luatex. The 'Procucer' key is already set

[NTG-context] Print engine name/version

2009-03-20 Thread Wolfgang Schuster
Hi Hans, can you add command which will print the name (e.g. LuaTeX, pdfTeX ...) and version (e.g. 0.36.0) of the current used TeX engine. Wolfgang ___ If your question is of interest to others as well, please add an

Re: [NTG-context] TeXshop instructions on Context Minimals (Mac installation)

2009-03-18 Thread Bowen Alan C.
get the following error. Users/Name/Library/TeXShop/Engines/ConTeXt-MKIV.engine does not have the executable bit set. This is when only "pdftex" is selected in the dropdown "Typeset" menu. It is true that the instructions on Context Minimals/Mac Installation page say t

Re: [NTG-context] Tikz updated in minimals but file does not compile

2009-03-18 Thread Lutz Haseloff
ications/ConTeXtMinimals/tex/texmf-context/tex/context/user/cont-sys.rme > > > (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/type-tmf.tex) > > > (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/type-siz.tex) > > > (/Applications/Con

Re: [NTG-context] Tikz updated in minimals but file does not compile

2009-03-18 Thread Mojca Miklavec
f-context/tex/context/user/cont-sys.rme > (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/type-tmf.tex) > (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/type-siz.tex) > (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/type-otf.te

[NTG-context] Tikz updated in minimals but file does not compile

2009-03-18 Thread Want to Learn
x/texmf-context/tex/context/base/type-otf.tex)) system : trylua.top loaded (trylua.top) fonts : preloading latin modern fonts bodyfont : 12pt rm is loaded specials : pdftex loaded language : language en is active system : module tikz loaded (/Applications/ConT

[NTG-context] TeXshop instructions on Context Minimals (Mac installation)

2009-03-17 Thread Curious Learn
-MKIV.engine does not have the executable bit set. This is when only "pdftex" is selected in the dropdown "Typeset" menu. It is true that the instructions on Context Minimals/Mac Installation page say that "Context" should also be selected in this dropdown "Typeset&

Re: [NTG-context] \FlushStep in module s-pre-50 adds too much space

2009-03-16 Thread luigi scarso
xt minimals and context minimals-beta. TL2008 is the best for latex ,etex, pdftex and so on, but mkiv/luatex in TL2008 are already old . I think that minimals are updated about every 3/5 months, even less for minimals-beta . -- luigi

Re: [NTG-context] math problems

2009-03-16 Thread Mohamed Bana
fairly recently as in, say, 2 months ago, i could typeset that file without changing anything, that is, it worked with luatex and pdftex from the minimals and pdtex from texlive 2008. is this because of the recent addition of the math stuff? Mohamed Aditya Mahajan wrote: On Sun, 15 Mar 2009

[NTG-context] math problems

2009-03-15 Thread Mohamed Bana
l hyperplanes $z^j=z^k$. In two dimensions the extensions were described by certain singular boundary terms at the singular points. \stopproblem This is pdfTeX, Version 3.1415926-1.40.9 (Web2C 7.5.7) (format=cont-en 2009.3.11) 13 MAR 2009 21:37 entering extended mode \write18 enabled. (/home/

Re: [NTG-context] XeTeX font feature selection

2009-03-15 Thread Mojca Miklavec
s modification right away even if it works). Else you can use "classical" typescripts as those in pdftex and luatex (see type-otf.tex, type-tmf.tex etc.) - numerous examples spread around. A kind-of-dirty, but most simple trick is to just redefine default features: >From font-ini.

[NTG-context] Installing custom fonts?

2009-03-13 Thread Pierre Huyghebaert
n of the font - with other fonts But maybe the problem is elsewhere and I clearly not well understand the intrications Context - Xetex - pdftex - TeX - texexec... I've search in the mailinglist archive and in the Wikigarden... Maybe to use something different than

Re: [NTG-context] How to use my own BibTeX style (bst)?

2009-03-13 Thread Taco Hoekwater
have absolutely no idea how to make this work in pdftex. Best wishes, Taco runme.tex Description: TeX document ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

Re: [NTG-context] pdftex error

2009-03-11 Thread Yue Wang
darwine might help. On Thu, Mar 12, 2009 at 12:58 PM, Mojca Miklavec wrote: > On Thu, Mar 12, 2009 at 02:53, Yue Wang wrote: >> btw, see also http://www.dependencywalker.com/ > > Thanks, > > The page looks familiar, maybe I have used exactly that program in > past, but the main problem is the dep

Re: [NTG-context] pdftex error

2009-03-11 Thread Mojca Miklavec
On Thu, Mar 12, 2009 at 02:53, Yue Wang wrote: > btw, see also http://www.dependencywalker.com/ Thanks, The page looks familiar, maybe I have used exactly that program in past, but the main problem is the dependency of that program itself :) :) :) It needs windows :) :) :) I got the reply from A

Re: [NTG-context] pdftex error

2009-03-11 Thread Yue Wang
btw, see also http://www.dependencywalker.com/ On Thu, Mar 12, 2009 at 9:48 AM, Yue Wang wrote: > Hi, > >> One tiny question for those working on Windows (I used to have a >> program to track library dependencies, but I forgot which one): >> minimals have plenty of binaries like bibtex.exe that a

Re: [NTG-context] pdftex error

2009-03-11 Thread Yue Wang
Hi, > One tiny question for those working on Windows (I used to have a > program to track library dependencies, but I forgot which one): > minimals have plenty of binaries like bibtex.exe that are taken from > TeX Live 2008. Any idea which library those binaries depend on? exescope can do that.

Re: [NTG-context] pdftex error

2009-03-11 Thread Mojca Miklavec
On Tue, Mar 10, 2009 at 07:41, Yue Wang wrote: > Mojca: > > This problem is still not fixed. Try to add both kpathsea357.dll > (required by luatex) and kpathsea357-dev.dll (required by pdftex, > xetex, mpost) into your fetch script. Hello, Thanks a lot for the reminder and sorry

[NTG-context] Spacing after \cite

2009-03-10 Thread Aditya Mahajan
--- Test [] is wrong %- With ConTeXt 2009.03.09 (which has t-bib version=2008.12.01) I get (notice that there is no space after [] and is) %--- Test []is wrong %- The behaviour is the same whether I use pdftex or luatex. There is no major difference between the two ve

Re: [NTG-context] My printer vs. Times New Roman

2009-03-10 Thread Henning Hraban Ramm
Am 2009-03-10 um 05:59 schrieb Michail Vidiassov: /* Offtopic Is "go and get a PostScript 3 printer or use GhostScript, both are dirt cheap" an answer backed by the collective wisdom of ConTeXt/LuaTeX/pdfTeX users? */ In my experience "no" regarding PS3 printers bei

Re: [NTG-context] pdftex error

2009-03-09 Thread Yue Wang
Mojca: This problem is still not fixed. Try to add both kpathsea357.dll (required by luatex) and kpathsea357-dev.dll (required by pdftex, xetex, mpost) into your fetch script. Yue Wang On Mon, Mar 9, 2009 at 4:17 PM, Yue Wang wrote: > Yes. she needs to add that line into her script. > f

Re: [NTG-context] My printer vs. Times New Roman

2009-03-09 Thread Michail Vidiassov
cript, both are dirt cheap" an answer backed by the collective wisdom of ConTeXt/LuaTeX/pdfTeX users? */ Sincerely, Michail ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] pdftex error

2009-03-09 Thread Yue Wang
Yes. she needs to add that line into her script. for now you can manually get that from w32tex's luatex-dev package. On Mon, Mar 9, 2009 at 12:25 PM, Fengnan wrote: > When I updated my context minimal earlier today, at the end of the update > process, the cmd window pops up a error message box w

[NTG-context] pdftex error

2009-03-08 Thread Fengnan
When I updated my context minimal earlier today, at the end of the update process, the cmd window pops up a error message box which says "Unable to find kpathsea357-dev.dll, so this program cannot be started" ( I translate from Chinese). Just pure guess, did Mojca forget to put the file in the r

Re: [NTG-context] new beta

2009-03-07 Thread Alan BRASLAU
t/tex/context/base/type-tmf.tex) (/usr/local/context/tex/texmf-context/tex/context/base/type-siz.tex) (/usr/local/context/tex/texmf-context/tex/context/base/type-otf.tex)) system : test2.top loaded (test2.top) fonts : preloading latin modern fonts bodyfont : 12pt rm is loaded s

Re: [NTG-context] beta / cjk

2009-03-03 Thread Yue Wang
xt/tex/texmf-mswin/ls-R. mktexlsr: Updating C:/context/tex/texmf-context/ls-R... mktexlsr: Updated C:/context/tex/texmf-context/ls-R. Cannot open C:/context/tex/texmf-extra/ls-R to write. mktexlsr: Updating C:/context/tex/texmf/ls-R... mktexlsr: Updated C:/context/tex/texmf/ls-R. mktexlsr: Done. TeXExec

Re: [NTG-context] beta / cjk

2009-03-03 Thread Yue Wang
dating C:/context/tex/texmf-context/ls-R... > mktexlsr: Updated C:/context/tex/texmf-context/ls-R. > Cannot open C:/context/tex/texmf-extra/ls-R to write. > mktexlsr: Updating C:/context/tex/texmf/ls-R... > mktexlsr: Updated C:/context/tex/texmf/ls-R. > mktexlsr: Done. > TeXEx

Re: [NTG-context] beta / cjk

2009-03-02 Thread Yue Wang
-context/ls-R. Cannot open C:/context/tex/texmf-extra/ls-R to write. mktexlsr: Updating C:/context/tex/texmf/ls-R... mktexlsr: Updated C:/context/tex/texmf/ls-R. mktexlsr: Done. TeXExec | using tex engine pdftex TeXExec | using tex format path ./pdftex TeXExec | unable to make format due to lack o

Re: [NTG-context] Help with MinionPro, please

2009-03-01 Thread Yue Wang
mal/texmf-context/tex/context/user/cont-sys.rme > (c:/contextminimal/texmf-context/tex/context/base/type-tmf.tex) > (c:/contextminimal/texmf-context/tex/context/base/type-siz.tex) > (c:/contextminimal/texmf-context/tex/context/base/type-otf.tex)) > bodyfo

[NTG-context] Help with MinionPro, please

2009-03-01 Thread Vyatcheslav Yatskovsky
: 12pt rm is loaded specials : pdftex loaded language : language en is active system : i_got_my_mind_set_on_you.top loaded (i_got_my_mind_set_on_you.top) system : module lyrics-env loaded (lyrics-env.tex (win-font.tex) load otf | loading: C:/WINDOWS/Fonts/MinionPro

[NTG-context] \usemodule question

2009-02-26 Thread Alan Stone
yfont : 12pt rm is loaded specials : pdftex loaded language : language en is active system : lettritest.top loaded (lettritest.top) system : module t-lettrine not found systems: begin file lettritest at line 3 ! Undefined control sequence. l.5 \lettrine

[NTG-context] lilypond results do not show.

2009-02-25 Thread Wei-Wei Guo
usr/local/share/texmf/tex/context/base/type-siz.tex) (/usr/local/share/texmf/tex/context/base/type-otf.tex)) bodyfont : 12pt rm is loaded specials : pdftex loaded language : language en is active system : mytry.top loaded (mytry.top) system : module lilypond loaded

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Antoine Junod
Sebastien Mengin writes: > Le 24 fév 2009 à 02:27, Hans Hagen a écrit: >> the pdf code produced by pdftex/luatex is rather stupid in the sense >> that it is rather compliant >> >> you can control color to some extend using settings like >> >> \set

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Antoine Junod
'm now in the process of printing that booklet. I was happy to send >> my beautiful pdf to the printer for 250 copies, pdf file that has been >> refused because not in a PDF/X-1A format. >> I googled a bit and learned a bit about that: wikipedia has a good >> article

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Sebastien Mengin
Le 24 fév 2009 à 02:27, Hans Hagen a écrit: > the pdf code produced by pdftex/luatex is rather stupid in the sense > that it is rather compliant > > you can control color to some extend using settings like > > \setupcolors[rgb=no] The OP should also control the color model (

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Hans Hagen
send my beautiful pdf to the printer for 250 copies, pdf file that has been refused because not in a PDF/X-1A format. I googled a bit and learned a bit about that: wikipedia has a good article [0] on the topic and there is LaTeX package (pdfx) for pdfTeX that has a good doc about that [1]. In short

[NTG-context] PDF/X-1A

2009-02-24 Thread Antoine Junod
o the printer for 250 copies, pdf file that has been refused because not in a PDF/X-1A format. I googled a bit and learned a bit about that: wikipedia has a good article [0] on the topic and there is LaTeX package (pdfx) for pdfTeX that has a good doc about that [1]. In short, PDF/X-1A is a set of

Re: [NTG-context] local footnotes

2009-02-23 Thread Albrecht Kauffmann
rom 13.2.08? > (http://archive.contextgarden.net/message/20090213.144419.432c095e.en.html) > > Maybe there is a better solution (?) but with my context installation and > mkII it just works fine this way. > > Greetings > Thomas > > > > > \setupoutput[pdftex] > \starttext > \sta

[NTG-context] basic luatex/minimals problem

2009-02-20 Thread Alan Bowen
plications/ConTeXtMinimals/tex/texmf-context/tex/context/base/type- tmf.tex) (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/ base/type-siz.tex) (/Applications/ConTeXtMinimals/tex/texmf-context/ tex/context/base/type-otf.tex)) bodyfont : 12pt rm is loaded specials : pdf

[NTG-context] local footnotes

2009-02-20 Thread Albrecht Kauffmann
Hi all, please have a look to the following small table with its own footnotes: \setupoutput[pdftex] \starttext \startlocalfootnotes[n=0,conversion=characters] \placetable[here][]{} \placelegend { \tfx \setupTABLE [frame=off] \bTABLE \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR \bTR\bTD 2.\footnote

Re: [NTG-context] local footnotes

2009-02-20 Thread Thomas Floeren
Hi Albrecht, have you tried my proposal from 13.2.08? (http://archive.contextgarden.net/message/20090213.144419.432c095e.en.html) Maybe there is a better solution (?) but with my context installation and mkII it just works fine this way. Greetings Thomas \setupoutput[pdftex] \starttext

Re: [NTG-context] Inverted exclamation / question marks

2009-02-19 Thread Pau
>>> \language[es] >>> \mainlanguage[es] >>> \enableregime[utf-8] >>> \starttext >>> ¡Hola! ¿Me ves bien? >>> \stoptext >>> >> >> Works fine here: ConTeX

Re: [NTG-context] Inverted exclamation / question marks

2009-02-19 Thread Pau
f-8] >> \starttext >> ¡Hola! ¿Me ves bien? >> \stoptext >> ---- > > Works fine here: ConTeXt ver: 2009.02.06 19:27, > pdftex 1.49.9 as well as luatex trunk >

Re: [NTG-context] Inverted exclamation / question marks

2009-02-19 Thread Taco Hoekwater
Pau wrote: Can you please try this? \language[es] \mainlanguage[es] \enableregime[utf-8] \starttext ¡Hola! ¿Me ves bien? \stoptext Works fine here: ConTeXt ver: 2009.02.06 19:27, pdftex 1.49.9 as well as luatex

Re: [NTG-context] Arabic typesetting in Plain TeX over LuaTeX

2009-02-16 Thread Hans Hagen
gines dafaulting to some plain name i.e. tex->plain.fmt, pdftex->pdftex.fmt, luatex->luatex.fmt, etc so, although luatex can use a plain.fmt format, in practice it would be luatex.fmt (now that we have engine subpaths a non-clashing plain.fmt would be posible but that's all depend

Re: [NTG-context] error on

2009-02-13 Thread Mojca Miklavec
cont-uk > cont-en I'm sorry. This is misinformation that I didn't notice before: http://wiki.contextgarden.net/index.php?title=ConTeXt_Minimals&diff=prev&oldid=9086 According to IP it came from somewhere around London and the content confirms it: ctxtools --update texex

Re: [NTG-context] local footnotes

2009-02-13 Thread Thomas Floeren
small table with its own footnotes: \setupoutput[pdftex] \starttext \startlocalfootnotes[n=0,conversion=characters] \placetable[here][]{} \placelegend { \tfx \setupTABLE [frame=off] \bTABLE \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR \bTR\bTD 2.\footnote[foot:a]{Bezogen auf das Jahresmittel der

[NTG-context] local footnotes

2009-02-13 Thread Albrecht Kauffmann
Hi all, please have a look to the following small table with its own footnotes: \setupoutput[pdftex] \starttext \startlocalfootnotes[n=0,conversion=characters] \placetable[here][]{} \placelegend { \tfx \setupTABLE [frame=off] \bTABLE \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR \bTR\bTD 2.\footnote

Re: [NTG-context] Tracking?

2009-02-08 Thread Yue Wang
Hi On Mon, Feb 9, 2009 at 1:24 AM, Wolfgang Schuster wrote: > Wolfgang Schuster schrieb: > >> Another solution for pdfTeX is to use \knbccode and \knaccode. >> >> \pdfappendkern=1 >> >> \knbccode\font`a=125 \knaccode\font`a=125 > >> ... > > A sh

Re: [NTG-context] Tracking?

2009-02-08 Thread Wolfgang Schuster
Wolfgang Schuster schrieb: Another solution for pdfTeX is to use \knbccode and \knaccode. \pdfappendkern=1 \knbccode\font`a=125 \knaccode\font`a=125 > ... A shorter version is: \dostepwiserecurse{65}{122}{1} {\knbccode\font#1=125 \knaccode\font#1=125 } Wolfg

Re: [NTG-context] Tracking?

2009-02-08 Thread Wolfgang Schuster
Another solution for pdfTeX is to use \knbccode and \knaccode. \starttext \input knuth \pdfappendkern=1 \knbccode\font`a=125 \knaccode\font`a=125 \knbccode\font`b=125 \knaccode\font`b=125 \knbccode\font`c=125 \knaccode\font`c=125 \knbccode\font`d=125 \knaccode\font`d=125 \knbccode\font`e=125

Re: [NTG-context] Tracking?

2009-02-07 Thread Yue Wang
: cont-sys.rme loaded (C:/context/tex/texmf-context/tex/context/user/cont-sys.rme (C:/context/tex/texmf-context/tex/context/base/type-tmf.tex) (C:/context/tex/texmf-context/tex/context/base/type-siz.tex) (C:/context/tex/texmf-context/tex/context/base/type-otf.tex)) bodyfont : 12pt rm is loaded

Re: [NTG-context] Tracking?

2009-02-07 Thread Hans Hagen
Yue Wang wrote: Hi, i have no clue what you mean with tracking He means the letterspacing feature from pdfTeX. Wolfgang is right. And are there such higher level macros in ConTeXt? Thanks! it's organized as 'font handlers' an in mkiv a

Re: [NTG-context] Tracking?

2009-02-07 Thread Wolfgang Schuster
Am 07.02.2009 um 03:29 schrieb Yue Wang: i have no clue what you mean with tracking He means the letterspacing feature from pdfTeX. Wolfgang is right. And are there such higher level macros in ConTeXt? In MkII it is integrated in the font handling mechanism like protrusion and hz. To

Re: [NTG-context] Tracking?

2009-02-06 Thread Yue Wang
Hi, >> i have no clue what you mean with tracking > > He means the letterspacing feature from pdfTeX. Wolfgang is right. And are there such higher level macros in ConTeXt? Thanks! Yue Wang ___ If your

Re: [NTG-context] Tracking?

2009-02-06 Thread Wolfgang Schuster
Am 06.02.2009 um 19:28 schrieb Hans Hagen: Yue Wang wrote: Hi, In macrotype (a latex package which uses pdftex extension), I can use tracking when I want to assign a small caps font. How can I do that in ConTeXt? i have no clue what you mean with tracking He means the letterspacing

Re: [NTG-context] Tracking?

2009-02-06 Thread Hans Hagen
Yue Wang wrote: Hi, In macrotype (a latex package which uses pdftex extension), I can use tracking when I want to assign a small caps font. How can I do that in ConTeXt? i have no clue what you mean with tracking

[NTG-context] Tracking?

2009-02-06 Thread Yue Wang
Hi, In macrotype (a latex package which uses pdftex extension), I can use tracking when I want to assign a small caps font. How can I do that in ConTeXt? Thanks. Yue Wang ___ If your question is of interest to

[NTG-context] Russian/Cyrillic woes - Windows XP

2009-02-04 Thread Mari Voipio
ltogether. :/ The third, and very minor problem, is to get the stand-alone to run MkIV/luatex by default. I'm sure there's a switch I can use to tell it to always use luatex instead of pdftex, I'm just too stupid to figure it out myself. And of course I'll only need this i

Re: [NTG-context] installing fonts pdftex

2009-01-30 Thread Patrick Gundlach
Hi, > this http://wiki.contextgarden.net/otfinst did it and it actually > worked quite well, thanks a lot. good to know :-) > it even took care of the dashes > problem. do you know how to default to old style numerals the 'osf' > doesn't seem to work, and i'm certain that the font supports it.

Re: [NTG-context] Please fix this

2009-01-29 Thread Yue Wang
/context/tex/texmf-context/tex/context/base/type-tmf.tex) (D:/context/tex/texmf-context/tex/context/base/type-siz.tex) (D:/context/tex/texmf-context/tex/context/base/type-otf.tex)) bodyfont : 12pt is loaded bodyfont : style is not defined specials : pdftex loaded language :

Re: [NTG-context] Please fix this

2009-01-29 Thread Yue Wang
ontext/base/cont-fil.tex > loading: Context File Synonyms > ) > system : cont-sys.rme loaded > (D:/context/tex/texmf-context/tex/context/user/cont-sys.rme > (D:/context/tex/texmf-context/tex/context/base/type-tmf.tex) > (D:/context/tex/texmf-context/tex/context/base/typ

[NTG-context] Please fix this

2009-01-29 Thread Yue Wang
/base/type-otf.tex)) bodyfont : 12pt rm is loaded specials : pdftex loaded language : language en is active system : a1.top loaded (a1.top) load otf | loading: D:/context/tex/texmf-fonts/fonts/opentype/Myriad Pro/MyriadPro-Regular.otf load otf | warning: The following table

Re: [NTG-context] installing fonts pdftex

2009-01-29 Thread Mohamed Bana
d write the map file manually 3. try Patrick's otfinst http://wiki.contextgarden.net/otfinst 4. I have a set of support files for using Cronos and Warnock with pdftex; if you want, I can make a zip and send them to you (not before Thursday, however). the free version of lucida (.ttf) tha

Re: [NTG-context] Minimals and dvipng

2009-01-29 Thread Jean Magnan de Bornier
e | "quasi-standard" way to secify map files in dvi? | - Would it make sense (in long term) to ask the author of dvipng to | honour the map files specified in dvi file instead of requiring ps2pk | to be unconditionally present? | - not to be taken seriously: (Wouldn't it be nice if p

Re: [NTG-context] Minimals and dvipng

2009-01-29 Thread Mojca Miklavec
of dvipng to honour the map files specified in dvi file instead of requiring ps2pk to be unconditionally present? - not to be taken seriously: (Wouldn't it be nice if pdftex/luatex was able to generate PNGs out of the box? :) :) :) (Well, I know, Con

Re: [NTG-context] Bibtex problems

2009-01-28 Thread Pau
ompile > for the first time the document. The warnings disappear when I > recompile it, because it needs a second time. I'm not sure of the > meaning in ConTeXt. > > Any hint? > > Help will be appreciated > > Pau > > ---

[NTG-context] [Fwd: Re: [Fwd: Re: [Fwd: PPCHTEX and LaTeX]]]

2009-01-27 Thread Hans Hagen
.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___ This

Re: [NTG-context] installing fonts pdftex

2009-01-27 Thread Thomas A. Schmitz
y 2. use texfont and write the map file manually 3. try Patrick's otfinst http://wiki.contextgarden.net/otfinst 4. I have a set of support files for using Cronos and Warnock with pdftex; if you want, I can make a zip and send them to you (not before Thursday, however). the free vers

[NTG-context] Bibtex problems

2009-01-27 Thread Pau
x TeXExec | processing document 'GW2.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file GW2.top TeXExec | using randomseed 534 TeXExec | tex engine: pdftex TeXExec | tex format: cont-en This is pdfTeXk, Version 3.

Re: [NTG-context] Minimals and dvipng

2009-01-21 Thread Aditya Mahajan
(x)dvipdfm(x) and pdfTeX. I would strongly advise against | setting that variable for normal use of the minimals. What you could do | without tweaking with TEXFONTMAPS, is to put ps2pk.map in some directory | inside fonts/map in the minimals, together with the dvipng binary. Best | in texmf-lo

Re: [NTG-context] Minimals and dvipng

2009-01-21 Thread Jean Magnan de Bornier
Le 20 janvier à 21:16:57 Arthur Reutenauer écrit notamment: | > Thanks a lot, it works. Will there be any side-effect on normal uses of context? > | Definitely. TEXFONTMAPS is the path to the various font mapping files | for dvips, (x)dvipdfm(x) and pdfTeX. I would strongly advise a

Re: [NTG-context] PDF Meta Tags

2009-01-21 Thread luigi scarso
int should *not* be tagged in this way, for it can confuse > > a print workflow. > > > > Printshops should adhere to printing standards like PDF/X-1a and > > PDF/X-3 - and these never need web optimization or tagging! > > Excuse the ignorance, but does LuaTeX produce a PDF ba

Re: [NTG-context] Minimals and dvipng

2009-01-20 Thread Arthur Reutenauer
> Thanks a lot, it works. Will there be any side-effect on normal uses of > context? Definitely. TEXFONTMAPS is the path to the various font mapping files for dvips, (x)dvipdfm(x) and pdfTeX. I would strongly advise against setting that variable for normal use of the minimals. Wh

Re: [NTG-context] PDF Meta Tags

2009-01-20 Thread Bart C. Wise
; unlikely that it'd be what your printer wants (I suppose the file is > already available on disk somewhere), but in any case, Ghostscript can > produce it with the utility pdfopt. ConTeXt isn't able to produce it; > it has been ruled that it was beyond the scope of pdfTeX and

Re: [NTG-context] PDF Meta Tags

2009-01-20 Thread Arthur Reutenauer
mized" PDF). It's rather unlikely that it'd be what your printer wants (I suppose the file is already available on disk somewhere), but in any case, Ghostscript can produce it with the utility pdfopt. ConTeXt isn't able to produce it; it has been ruled that it was beyond the scope of

Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Curious
> Hello, > > apart from what others have written you (to install pxfonts, to use > \usetypescript[palatino][ec] if you are using pdfTeX and not xetex or > luatex), you can also try to update ConTeXt if you know what you are > doing*. Or at least a warning should be in place:

Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Mojca Miklavec
> the > font even in the text. I am using TeXlive. Hello, apart from what others have written you (to install pxfonts, to use \usetypescript[palatino][ec] if you are using pdfTeX and not xetex or luatex), you can also try to update ConTeXt if you know what you are doing*. Or at least a w

Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Yue Wang
work in luatex. pdftex should specify the encoding. On Tue, Jan 13, 2009 at 9:53 PM, Curious wrote: > Hello, > > Somehow the commands do not work. I added the following two lines > > \usetypescript[palatino] > \setupbodyfont[palatino,rm,12pt] > > and the output is ex

Re: [NTG-context] Fonts readily available in Context

2009-01-13 Thread Curious
you should use >\usetpescript[name] >\setupbodyfont[name,sizeorstyleifneeded] > and in pdfTeX you need >\usetpescript[name][ec] >\setupbodyfont[name,sizeorstyleifneeded] > > You can take a look at type-tmf.tex, type-one.tex, type-otf.tex and > math-*.te

Re: [NTG-context] Fonts readily available in Context

2009-01-13 Thread Mojca Miklavec
helpful For palatino, times, iwona, kurier (not yet, but should be fixed), antykwa-torunska, see Yue's and Aditya's answer. In Unicode (xetex, luatex) you should use \usetpescript[name] \setupbodyfont[name,sizeorstyleifneeded] and in pdfTeX you need \usetpescript[name][ec] \se

Re: [NTG-context] trouble with xetex and metapost

2009-01-11 Thread Jesse Alama
I forgot to add that I don't get this error when compiling with pdftex. Jesse Alama writes: > Using MkII (ver: 2009.01.09 16:57 MKII fmt: 2009.1.11 int: > english/english), XeTeX (3.1415926-2.2-0.999.6 (Web2C 7.5.7)), and > metapost (Version 1.005 (Web2C 7.5.7)), and metafun (20

<    9   10   11   12   13   14   15   16   17   18   >