Hello, This does no more work with MKIV: \usemodule[urwgaramond] \starttext \rm\input knuth \it\input knuth \bf\input knuth \bi\input knuth \stoptext Could anybody help me, to get urw-garamond with MKIV? (ftp://dante.ctan.org/tex-archive/fonts/urw/garamond.zip must be installed) TIA! Greetings, Peter -- http://pmrb.free.fr/contact/
Peter Münster wrote:
Hello,
This does no more work with MKIV:
I can tell you the cause of the problem: context mkiv loads the font from the AFM files in unicode mode, but the typescript defines TFM fonts in texnansi only. This results in mayhem (I am not sure what exactly goes wrong, but that does not really matter). If you want existing tfms to have precedence over any afms (thereby loosing unicode support for legacy fonts) you can add this to cont-sys or the top of your input: \ctxlua{fonts.define.method=2} Otherwise, you will have to extend type-urwgaramand.tex in some way that I do not quite grasp. Best wishes, Taco
On Sun, Apr 13 2008, Taco Hoekwater wrote:
If you want existing tfms to have precedence over any afms (thereby loosing unicode support for legacy fonts) you can add this to cont-sys or the top of your input:
\ctxlua{fonts.define.method=2}
Thanks, Taco! This works. The right method for MKIV, without loosing unicode, would be even better.
Otherwise, you will have to extend type-urwgaramand.tex in some way that I do not quite grasp.
Extend, or perhaps replace completely. Unfortunately, my knowledge about these font-things and typescripts is about 0... Best wishes, Peter -- http://pmrb.free.fr/contact/
Am 2008-04-13 um 13:37 schrieb Peter Münster:
Otherwise, you will have to extend type-urwgaramand.tex in some way that I do not quite grasp. Extend, or perhaps replace completely. Unfortunately, my knowledge about
On Sun, Apr 13 2008, Taco Hoekwater wrote: these font-things and typescripts is about 0...
Maybe my attached typescripts are a source of inspiration. These are for the (commercial) URW++ font families Garamond, Antiqua and Grotesk. I tried to adapt my old typescript to XeTeX/kuaTeX and ended with this subset: \starttypescript [sans] [urw-grotesk] \definefontsynonym [URWGroteskT-LighNarr] [file:u004242t] [features=default] \definefontsynonym [URWGroteskT-MediNarr] [file:u004244t] [features=default] \definefontsynonym [URWGroteskT-LighNarrObli] [file:u004262t] [features=default] \definefontsynonym [URWGroteskT-MediNarrObli] [file:u004264t] [features=default] \stoptypescript % sans urw-grotesk narrow \starttypescript [sans] [urw-grotesk] %[name] \definefontsynonym [Sans] [URWGroteskT-LighNarr] \definefontsynonym [SansItalic] [URWGroteskT-LighNarrObli] \definefontsynonym [SansBold] [URWGroteskT-MediNarr] \definefontsynonym [SansBoldItalic][URWGroteskT-MediNarrObli] \definefontsynonym [SansSlanted] [SansItalic] \definefontsynonym [SansBoldSlanted] [SansBoldItalic] \stoptypescript \starttypescript [fiee] [mix] % \definetypeface [mix] [rm] [serif] [schola] [default] [] \definetypeface [mix] [ss] [sans] [urw-grotesk] [default] [rscale=1.2] % \definetypeface [mix] [tt] [mono] [default] %[default] [] % \definetypeface [mix] [mm] [math] [helvetica] [default] [] \stoptypescript \usetypescript [fiee][mix] \setupbodyfont [mix,ss,8pt] Hans mentioned to use "compose=yes" as a feature to enable composed accented characters (for those missing in these old Type1 fonts), but I didn't try it yet. Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer) 
On Sat, Apr 12, 2008 at 9:44 AM, Peter Münster
Hello,
This does no more work with MKIV:
\usemodule[urwgaramond] \starttext \rm\input knuth
\it\input knuth
\bf\input knuth
\bi\input knuth \stoptext
Could anybody help me, to get urw-garamond with MKIV?
Try the following setups. \starttypescript [serif] [urwgaramond] \setups[font:fallback:serif] \definefontsynonym [Serif] [Garamond-Regular] \definefontsynonym [SerifBold] [Garamond-Medium] \definefontsynonym [SerifItalic] [Garamond-Italic] \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic] \stoptypescript \starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:ugmr8a] [features=default] \definefontsynonym [Garamond-Medium] [file:ugmm8a] [features=default] \definefontsynonym [Garamond-Italic] [file:ugmri8a] [features=default] \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default] \stoptypescript \starttypescript [urwgaramond] \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default] \stoptypescript Wolfgang
Good morning, Do we have, in userland, an already developed metod of including SVN info in a ConTeXt output file? A la svn-multi in the LaTeX world... Cheers, mh
On Mon, Apr 14 2008, Michael Hallgren wrote:
Do we have, in userland, an already developed metod of including SVN info in a ConTeXt output file? A la svn-multi in the LaTeX world...
This is perhaps something, you are looking for: http://archive.contextgarden.net/message/20080403.194403.07530330.en.html (I don't know, if it's "userland", but you don't need to remake the formats ;) Cheers, Peter -- http://pmrb.free.fr/contact/
Le lundi 14 avril 2008 à 14:38 +0200, Peter Münster a écrit :
On Mon, Apr 14 2008, Michael Hallgren wrote:
Do we have, in userland, an already developed metod of including SVN info in a ConTeXt output file? A la svn-multi in the LaTeX world...
This is perhaps something, you are looking for:
http://archive.contextgarden.net/message/20080403.194403.07530330.en.html
(I don't know, if it's "userland", but you don't need to remake the formats ;)
Many thanks. Looks interesting (also or in particular because of the lua piece). Cheers, mh
Cheers, Peter
Michael Hallgren schrieb:
Do we have, in userland, an already developed metod of including SVN info in a ConTeXt output file? A la svn-multi in the LaTeX world...
I have not tested it with ConTeXt, but what about the vc bundle available at CTAN:support/vc? Feedback is welcome! Best regards, Stephan Hennig
On Mon, Apr 14 2008, Wolfgang Schuster wrote:
Try the following setups.
\starttypescript [serif] [urwgaramond] \setups[font:fallback:serif] \definefontsynonym [Serif] [Garamond-Regular] \definefontsynonym [SerifBold] [Garamond-Medium] \definefontsynonym [SerifItalic] [Garamond-Italic] \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic] \stoptypescript
\starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:ugmr8a] [features=default] \definefontsynonym [Garamond-Medium] [file:ugmm8a] [features=default] \definefontsynonym [Garamond-Italic] [file:ugmri8a] [features=default] \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default] \stoptypescript
\starttypescript [urwgaramond] \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default] \stoptypescript
Hello Wolfgang, I tried: % engine=luatex [ your setup ] \usetypescript[urwgaramond] \setupbodyfont[urwgaramond] \starttext \rm\input knuth \it\input knuth \bf\input knuth \bi\input knuth \stoptext But unfortnuatly only rectangles instead of letters in the pdf... Cheers, Peter -- http://pmrb.free.fr/contact/
On Sun, Apr 20, 2008 at 9:38 PM, Peter Münster
On Mon, Apr 14 2008, Wolfgang Schuster wrote:
Try the following setups.
\starttypescript [serif] [urwgaramond] \setups[font:fallback:serif] \definefontsynonym [Serif] [Garamond-Regular] \definefontsynonym [SerifBold] [Garamond-Medium] \definefontsynonym [SerifItalic] [Garamond-Italic] \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic] \stoptypescript
\starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:ugmr8a] [features=default] \definefontsynonym [Garamond-Medium] [file:ugmm8a] [features=default] \definefontsynonym [Garamond-Italic] [file:ugmri8a] [features=default] \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default] \stoptypescript
\starttypescript [urwgaramond] \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default] \stoptypescript
Hello Wolfgang,
I tried:
% engine=luatex
[ your setup ]
\usetypescript[urwgaramond] \setupbodyfont[urwgaramond]
\starttext \rm\input knuth
\it\input knuth
\bf\input knuth
\bi\input knuth \stoptext
But unfortnuatly only rectangles instead of letters in the pdf...
Hi Peter, I tried yesterday to use the type1 of the luximono fonts with MkIV and got myself weird results in the output. I'm don't what the correct way to use type1 fonts in MkIV without map files is but Hans should be able to tell use this. Wolfgang
Wolfgang Schuster wrote:
On Sun, Apr 20, 2008 at 9:38 PM, Peter Münster
wrote: On Mon, Apr 14 2008, Wolfgang Schuster wrote:
Try the following setups.
\starttypescript [serif] [urwgaramond] \setups[font:fallback:serif] \definefontsynonym [Serif] [Garamond-Regular] \definefontsynonym [SerifBold] [Garamond-Medium] \definefontsynonym [SerifItalic] [Garamond-Italic] \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic] \stoptypescript
\starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:ugmr8a] [features=default] \definefontsynonym [Garamond-Medium] [file:ugmm8a] [features=default] \definefontsynonym [Garamond-Italic] [file:ugmri8a] [features=default] \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default] \stoptypescript
\starttypescript [urwgaramond] \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default] \stoptypescript Hello Wolfgang,
I tried:
% engine=luatex
[ your setup ]
\usetypescript[urwgaramond] \setupbodyfont[urwgaramond]
\starttext \rm\input knuth
\it\input knuth
\bf\input knuth
\bi\input knuth \stoptext
But unfortnuatly only rectangles instead of letters in the pdf...
Hi Peter,
I tried yesterday to use the type1 of the luximono fonts with MkIV and got myself weird results in the output.
I'm don't what the correct way to use type1 fonts in MkIV without map files is but Hans should be able to tell use this.
do you have the afm files? mkiv does not use the tfm, just the afm and pfb ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Mon, Apr 21, 2008 at 9:17 AM, Hans Hagen
Wolfgang Schuster wrote:
On Sun, Apr 20, 2008 at 9:38 PM, Peter Münster
wrote: On Mon, Apr 14 2008, Wolfgang Schuster wrote:
Try the following setups.
\starttypescript [serif] [urwgaramond] \setups[font:fallback:serif] \definefontsynonym [Serif] [Garamond-Regular] \definefontsynonym [SerifBold] [Garamond-Medium] \definefontsynonym [SerifItalic] [Garamond-Italic] \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic] \stoptypescript
\starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:ugmr8a] [features=default] \definefontsynonym [Garamond-Medium] [file:ugmm8a] [features=default] \definefontsynonym [Garamond-Italic] [file:ugmri8a] [features=default] \definefontsynonym [Garamond-MediumItalic] [file:ugmmi8a] [features=default] \stoptypescript
\starttypescript [urwgaramond] \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default] \stoptypescript Hello Wolfgang,
I tried:
% engine=luatex
[ your setup ]
\usetypescript[urwgaramond] \setupbodyfont[urwgaramond]
\starttext \rm\input knuth
\it\input knuth
\bf\input knuth
\bi\input knuth \stoptext
But unfortnuatly only rectangles instead of letters in the pdf...
Hi Peter,
I tried yesterday to use the type1 of the luximono fonts with MkIV and got myself weird results in the output.
I'm don't what the correct way to use type1 fonts in MkIV without map files is but Hans should be able to tell use this.
do you have the afm files?
mkiv does not use the tfm, just the afm and pfb
I used myself for the luximono fonts only the afm and pfb files and put them in my texmf-fonts directory, the chars had been also shown in the pdf file but the last char in the uppercase, the lowercase char and from the number had been replaced by the wrong glyph. I will send tomorrow my typescripts with the pdf file I get from my test file. Wolfgang
Wolfgang Schuster wrote:
I used myself for the luximono fonts only the afm and pfb files and put them in my texmf-fonts directory, the chars had been also shown in the pdf file but the last char in the uppercase, the lowercase char and from the number had been replaced by the wrong glyph.
hm, there are no afm files on my system, kind of weird because afm files are the sources for tfm and as such they should be shipped 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 -----------------------------------------------------------------
On Mon, Apr 21, 2008 at 10:05 AM, Hans Hagen
Wolfgang Schuster wrote:
I used myself for the luximono fonts only the afm and pfb files and put them in my texmf-fonts directory, the chars had been also shown in the pdf file but the last char in the uppercase, the lowercase char and from the number had been replaced by the wrong glyph.
hm, there are no afm files on my system, kind of weird because afm files are the sources for tfm and as such they should be shipped
I used the zip file from ctan, it contains afm files http://ctan.org/tex-archive/fonts/LuxiMono/ I wrote now a typescript with a few example line. \starttypescript [mono] [luximono] \setups[font:fallback:mono] \definefontsynonym [Mono] [LuxiMono-Regular] \definefontsynonym [MonoBold] [LuxiMono-Bold] \definefontsynonym [MonoItalic] [LuxiMono-Italic] \definefontsynonym [MonoBoldItalic] [LuxiMono-BoldItalic] \stoptypescript \starttypescript [mono] [luximono] \definefontsynonym [LuxiMono-Bold] [file:ul9b8a] [features=default] \definefontsynonym [LuxiMono-BoldItalic] [file:ul9bo8a] [features=default] \definefontsynonym [LuxiMono-Regular] [file:ul9r8a] [features=default] \definefontsynonym [LuxiMono-Italic] [file:ul9ro8a] [features=default] \stoptypescript \starttypescript [luximono] \definetypeface [\typescriptone] [tt] [mono] [luximono] [default] \stoptypescript \usetypescript[luximono] \setupbodyfont[luximono] \starttext ABC %ABCDE abc 1230 \stoptext The last char in every row is always replaced by something else or to be more concrete the last char for the uppercase row is replaced by a uppercase thorn, the last char for the lowercase chars with a lowercase thorn and the last char for the digits depend what other chars I used in my test file. Wolfgang
about garamond - forget about the files in the tex tree, a mess - the type 1 tarbal from urw: luatex crashesd on them - the truetype from urw: \definefontfeature[complete][liga=yes,kern=yes,compose=yes,tlig=yes,trep=yes] \starttypescript [serif] [urwgaramond] \setups[font:fallback:serif] \definefontsynonym [Serif] [Garamond-Regular] \definefontsynonym [SerifBold] [Garamond-Medium] \definefontsynonym [SerifItalic] [Garamond-Italic] \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic] \stoptypescript % crashed luatex \starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:g043003t] [features=complete] \definefontsynonym [Garamond-Medium] [file:g043004t] [features=complete] \definefontsynonym [Garamond-Italic] [file:g043023t] [features=complete] \definefontsynonym [Garamond-MediumItalic] [file:g043024t] [features=complete] \stoptypescript % works ok \starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:GaramondNo8-Reg] [features=complete] \definefontsynonym [Garamond-Medium] [file:GaramondNo8-Med] [features=complete] \definefontsynonym [Garamond-Italic] [file:GaramondNo8-Ita] [features=complete] \definefontsynonym [Garamond-MediumItalic] [file:GaramondNo8-MedIta] [features=complete] \stoptypescript \starttypescript [urwgaramond] \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default] \stoptypescript \usetypescript[urwgaramond] \setupbodyfont[urwgaramond] ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Hi Hans, hi all,
is there a way to get the type1 LucidaBright fonts working
in LuaTeX/MKIV? I put the afm and pfb into the tree.
---------------
\usetypescript [lucida] [texnansi]
\switchtotypeface [lucida] [9pt]
---------------
from showfont results in latinmodern.
My try to use
---------------
\font\test=lbr*default\test
\starttext
ABC
abc
123
\stoptext
---------------
loads the afm, shows LucidaBright, but the same strange output in pdf
as described in Wolfgang's mails.
Greetings from Potsdam
Lutz
2008/4/21, Hans Hagen
about garamond
- forget about the files in the tex tree, a mess
- the type 1 tarbal from urw: luatex crashesd on them
- the truetype from urw:
\definefontfeature[complete][liga=yes,kern=yes,compose=yes,tlig=yes,trep=yes]
\starttypescript [serif] [urwgaramond] \setups[font:fallback:serif] \definefontsynonym [Serif] [Garamond-Regular] \definefontsynonym [SerifBold] [Garamond-Medium] \definefontsynonym [SerifItalic] [Garamond-Italic] \definefontsynonym [SerifBoldItalic] [Garamond-MediumItalic] \stoptypescript
% crashed luatex
\starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:g043003t] [features=complete] \definefontsynonym [Garamond-Medium] [file:g043004t] [features=complete] \definefontsynonym [Garamond-Italic] [file:g043023t] [features=complete] \definefontsynonym [Garamond-MediumItalic] [file:g043024t] [features=complete] \stoptypescript
% works ok
\starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:GaramondNo8-Reg] [features=complete] \definefontsynonym [Garamond-Medium] [file:GaramondNo8-Med] [features=complete] \definefontsynonym [Garamond-Italic] [file:GaramondNo8-Ita] [features=complete] \definefontsynonym [Garamond-MediumItalic] [file:GaramondNo8-MedIta] [features=complete]
\stoptypescript
\starttypescript [urwgaramond] \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default] \stoptypescript
\usetypescript[urwgaramond] \setupbodyfont[urwgaramond]
----------------------------------------------------------------- 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 ----------------------------------------------------------------- ___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.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 ___________________________________________________________________________________
Lutz Haseloff wrote:
Hi Hans, hi all,
is there a way to get the type1 LucidaBright fonts working in LuaTeX/MKIV? I put the afm and pfb into the tree. --------------- \usetypescript [lucida] [texnansi] \switchtotypeface [lucida] [9pt] --------------- from showfont results in latinmodern.
My try to use --------------- \font\test=lbr*default\test \starttext
ABC
abc
123
\stoptext --------------- loads the afm, shows LucidaBright, but the same strange output in pdf as described in Wolfgang's mails.
do you use the latest luatex? 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 -----------------------------------------------------------------
2008/4/21, Hans Hagen
Lutz Haseloff wrote:
Hi Hans, hi all,
is there a way to get the type1 LucidaBright fonts working in LuaTeX/MKIV? I put the afm and pfb into the tree. --------------- \usetypescript [lucida] [texnansi] \switchtotypeface [lucida] [9pt] --------------- from showfont results in latinmodern.
My try to use --------------- \font\test=lbr*default\test \starttext
ABC
abc
123
\stoptext --------------- loads the afm, shows LucidaBright, but the same strange output in pdf as described in Wolfgang's mails.
do you use the latest luatex?
This is LuaTeX, Version snapshot-0.25.3-2008042009 I tried both 0.25.3 from w32tex and from http://foundry.supelec.fr/, my ConTeXt is ConTeXt ver: 2008.04.18 14:17 MKIV fmt: 2008.4.21 int: english/english It's curious, if i copy and paste the strange text from the pdf into my editor all glyphs are the right ones. Greetings Lutz
Hans
Lutz Haseloff wrote:
2008/4/21, Hans Hagen
: Lutz Haseloff wrote:
Hi Hans, hi all,
is there a way to get the type1 LucidaBright fonts working in LuaTeX/MKIV? I put the afm and pfb into the tree. --------------- \usetypescript [lucida] [texnansi] \switchtotypeface [lucida] [9pt] --------------- from showfont results in latinmodern.
My try to use --------------- \font\test=lbr*default\test \starttext
ABC
abc
123
\stoptext --------------- loads the afm, shows LucidaBright, but the same strange output in pdf as described in Wolfgang's mails.
do you use the latest luatex?
This is LuaTeX, Version snapshot-0.25.3-2008042009
I tried both 0.25.3 from w32tex and from http://foundry.supelec.fr/, my ConTeXt is ConTeXt ver: 2008.04.18 14:17 MKIV fmt: 2008.4.21 int: english/english
It's curious, if i copy and paste the strange text from the pdf into my editor all glyphs are the right ones.
Let's wait for Wolfgang's files. The fact that copy and paste works means that the /ToUnicode mappings are good, just the wrong actual glyph is used. Put another way: if that did not work, then there would have been two bugs instead of one. Best wishes, Taco
Hi,
It's curious, if i copy and paste the strange text from the pdf into my editor all glyphs are the right ones.
Let's wait for Wolfgang's files. The fact that copy and paste works means that the /ToUnicode mappings are good, just the wrong actual glyph is used. Put another way: if that did not work, then there would have been two bugs instead of one.
The same bahviour on my side as Lutz has, copy and paste is possible and the correct text is shown in my editor from the output the text in the PDF file is wrong. The uppercase and lowercase chars and numbers except of the last one of them in text are correct but umlauts and other chars are wrong. I put the pdf files from my TeX run online (LuaTeX 0.25.3), sorry no log files. http://schuster.wolfgang.googlepages.com/files Wolfgang
Wolfgang Schuster wrote:
Hi,
The uppercase and lowercase chars and numbers except of the last one of them in text are correct but umlauts and other chars are wrong.
I put the pdf files from my TeX run online (LuaTeX 0.25.3), sorry no log files.
I was able to reproduce the bug (so halfway there). More later. Best wishes, Taco
Taco Hoekwater wrote:
Wolfgang Schuster wrote:
Hi,
The uppercase and lowercase chars and numbers except of the last one of them in text are correct but umlauts and other chars are wrong.
I put the pdf files from my TeX run online (LuaTeX 0.25.3), sorry no log files.
I was able to reproduce the bug (so halfway there). More later.
I've created a temporary fix and written a bit of an explanation here: http://tracker.luatex.org/view.php?id=27 The current repository version now runs the test files reasonably well. Best wishes, Taco
Hi Taco, Hi all,
with the brandnew luatex (build 1186) there is no glyph to be seen in the pdf
but i can copy and paste the invisible text into my texteditor.
the log:
snip
(C:/tex/texmf-context/tex/context/base/spec-fdf.tex
(C:/tex/texmf-context/tex/context/base/spec-fdf.mkiv))
specials : fdf loaded
)
specials : fdf loaded
)
report >> afm glyph: assigning private slot 0xF0000 for unknown glyph
name twosuperior
report >> afm glyph: assigning private slot 0xF0001 for unknown glyph
name threesuperior
report >> afm glyph: assigning private slot 0xF0002 for unknown glyph name fl
report >> afm glyph: assigning private slot 0xF0003 for unknown glyph
name nbspace
report >> afm glyph: assigning private slot 0xF0004 for unknown glyph name fi
report >> afm glyph: assigning private slot 0xF0005 for unknown glyph name ffl
report >> afm glyph: assigning private slot 0xF0006 for unknown glyph
name sfthyphen
report >> afm glyph: assigning private slot 0xF0007 for unknown glyph
name onesuperior
report >> afm glyph: assigning private slot 0xF0008 for unknown glyph name ff
report >> afm glyph: assigning private slot 0xF0009 for unknown glyph name ffi
report >> afm glyph: assigning private slot 0xF000A for unknown glyph
name dotlessj
report >> load afm: file size: 0
report >> load afm: saving: in cache (./afmtest.tuo) (./afmtest.tuo)
systems : begin file afmtest at line 3
(C:/tex/texmf-context/tex/context/sample/tufte.tex)
fonts : resetting map file list
{C:/tex/texmf-context/fonts/map/pdftex/context/original-empty.map}
fonts : using map file: original-base
{C:/tex/texmf-context/fonts/map/pdftex/context/original-base.map}
fonts : using map file: lm-math
{C:/tex/texmf/fonts/map/dvips/lm/lm-math.map}
fonts : using map file: lm-rm
{C:/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts : using map file: original-ams-base
{C:/tex/texmf-context/fonts/map/pdftex/context/original-ams-base.map}
fonts : using map file: original-ams-euler
{C:/tex/texmf-context/fonts/map/pdftex/context/original-ams-euler.map}
fonts : using map file: original-public-lm
{C:/tex/texmf-context/fonts/map/pdftex/context/original-public-lm.map} [1.1]
systems : end file afmtest at line 13
)
Taco Hoekwater wrote:
Wolfgang Schuster wrote:
Hi,
The uppercase and lowercase chars and numbers except of the last one of them in text are correct but umlauts and other chars are wrong.
I put the pdf files from my TeX run online (LuaTeX 0.25.3), sorry no log files.
I was able to reproduce the bug (so halfway there). More later.
I've created a temporary fix and written a bit of an explanation here:
http://tracker.luatex.org/view.php?id=27
The current repository version now runs the test files reasonably well.
Best wishes, Taco ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.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 ___________________________________________________________________________________
On Mon, Apr 21 2008, Hans Hagen wrote:
% works ok
\starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:GaramondNo8-Reg] [features=complete] \definefontsynonym [Garamond-Medium] [file:GaramondNo8-Med] [features=complete] \definefontsynonym [Garamond-Italic] [file:GaramondNo8-Ita] [features=complete] \definefontsynonym [Garamond-MediumItalic] [file:GaramondNo8-MedIta] [features=complete] \stoptypescript
\starttypescript [urwgaramond] \definetypeface [\typescriptone] [rm] [serif] [urwgaramond] [default] \stoptypescript
\usetypescript[urwgaramond] \setupbodyfont[urwgaramond]
Hello Hans, What exactly works ok? I tried the above lines, but I get the lm-font in the pdf. And when replacing "Garamond-Regular" with "Serif" and so on, luatex crashes here too. 2 messages that are perhaps helpful: report >> load otf: loading: /opt/TeX-live/texmf-local/fonts/truetype/public/urw/GaramondNo8-Ita.ttf report >> load otf: warning: Glyph 632 is called ".notdef", a singularly inept choice of name (only glyph 0 may be called .notdef) Cheers, Peter -- http://pmrb.free.fr/contact/
participants (8)
-
Hans Hagen
-
Henning Hraban Ramm
-
Lutz Haseloff
-
Michael Hallgren
-
Peter Münster
-
Stephan Hennig
-
Taco Hoekwater
-
Wolfgang Schuster