Hi, I'm installing minimals on my new macbook, and luckily, my instructions on wiki still works :) I've been able to build the font tree and I've seen with great pleasure that there's a simplefonts module. If I run from minimals this (from wiki): \usemodule[simplefonts] % load the module \setmainfont[Delicious] % set Delicious as main (serif) font \starttext \rm\tf roman \it italic \bf bold \bi bolditalic \sc smallcaps \stoptext I have ! Undefined control sequence. <recently read> \setmainfont l.2 \setmainfont [Delicious] % set Delicious as main (serif) font ? ! Emergency stop. <recently read> \setmainfont l.2 \setmainfont [Delicious] % set Delicious as main (serif) font ! ==> Fatal error occurred, no output PDF file produced! MTXrun | run 1: luatex --fmt="/Applications/ConTeXtMinimals/tex/texmf- cache/luatex-cache/context/aac20ce207a097b4b480d7b5eb76554a/formats/ cont-en" --lua="/Applications/ConTeXtMinimals/tex/texmf-cache/luatex- cache/context/aac20ce207a097b4b480d7b5eb76554a/formats/cont-en.lui" -- backend=pdf "/Users/andrea/Desktop/test.tex" MTXrun | fatal error, return code: 1 Have I to install simplefonts? (How?) Thanks Best -a- -------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
Am 03.07.2009 um 17:47 schrieb Andrea Valle:
Hi,
I'm installing minimals on my new macbook, and luckily, my instructions on wiki still works :) I've been able to build the font tree and I've seen with great pleasure that there's a simplefonts module.
If I run from minimals this (from wiki): \usemodule[simplefonts] % load the module \setmainfont[Delicious] % set Delicious as main (serif) font
\starttext \rm\tf roman \it italic \bf bold \bi bolditalic \sc smallcaps \stoptext
I have
! Undefined control sequence. <recently read> \setmainfont
l.2 \setmainfont [Delicious] % set Delicious as main (serif) font ? ! Emergency stop. <recently read> \setmainfont
l.2 \setmainfont [Delicious] % set Delicious as main (serif) font ! ==> Fatal error occurred, no output PDF file produced! MTXrun | run 1: luatex --fmt="/Applications/ConTeXtMinimals/tex/ texmf-cache/luatex-cache/context/aac20ce207a097b4b480d7b5eb76554a/ formats/cont-en" --lua="/Applications/ConTeXtMinimals/tex/texmf- cache/luatex-cache/context/aac20ce207a097b4b480d7b5eb76554a/formats/ cont-en.lui" --backend=pdf "/Users/andrea/Desktop/test.tex" MTXrun | fatal error, return code: 1
Have I to install simplefonts? (How?)
first-setup.(sh|bat) --extras=t-simplefonts Wolfgang
Thanks a lot, works pretty well with Delicious. But does not with other systems fonts. I'm on macosx and the other fonts (apart from LM) are all ttf. From wiki I was thinking that ttf were supported, ? Best -a- On Jul 3, 2009, at 6:00 PM, Wolfgang Schuster wrote:
Am 03.07.2009 um 17:47 schrieb Andrea Valle:
Hi,
I'm installing minimals on my new macbook, and luckily, my instructions on wiki still works :) I've been able to build the font tree and I've seen with great pleasure that there's a simplefonts module.
If I run from minimals this (from wiki): \usemodule[simplefonts] % load the module \setmainfont[Delicious] % set Delicious as main (serif) font
\starttext \rm\tf roman \it italic \bf bold \bi bolditalic \sc smallcaps \stoptext
I have
! Undefined control sequence. <recently read> \setmainfont
l.2 \setmainfont [Delicious] % set Delicious as main (serif) font ? ! Emergency stop. <recently read> \setmainfont
l.2 \setmainfont [Delicious] % set Delicious as main (serif) font ! ==> Fatal error occurred, no output PDF file produced! MTXrun | run 1: luatex --fmt="/Applications/ConTeXtMinimals/tex/ texmf-cache/luatex-cache/context/aac20ce207a097b4b480d7b5eb76554a/ formats/cont-en" --lua="/Applications/ConTeXtMinimals/tex/texmf- cache/luatex-cache/context/aac20ce207a097b4b480d7b5eb76554a/formats/ cont-en.lui" --backend=pdf "/Users/andrea/Desktop/test.tex" MTXrun | fatal error, return code: 1
Have I to install simplefonts? (How?)
first-setup.(sh|bat) --extras=t-simplefonts
Wolfgang
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
Am 03.07.2009 um 23:35 schrieb Andrea Valle:
Thanks a lot, works pretty well with Delicious. But does not with other systems fonts. I'm on macosx and the other fonts (apart from LM) are all ttf. From wiki I was thinking that ttf were supported, ?
Don't know what you mean, the following works here \usemodule[simplefonts] \setmainfont[Times New Roman] \setsansfont[Arial Unicode MS] \setmonofont[Courier New] \starttext \rm\tf roman \it italic \bf bold \bi bolditalic \sc smallcaps \ss\tf roman \it italic \bf bold \bi bolditalic \sc smallcaps \tt\tf roman \it italic \bf bold \bi bolditalic \sc smallcaps \stoptext When you mean American Typewriter, Futura, Optima etc. you're wrong because they are saved in .dfont format which can't be used from LuaTeX but you can create normal ttf fonts with the program fondu. Wolfgang
When you mean American Typewriter, Futura, Optima etc. you're wrong because they are saved in .dfont format which can't be used from LuaTeX but you can create normal ttf fonts with the program fondu.
Thanks Wolfgang, yes, I meant that. Well, I looked at the info and "kind" was "True Type". Didn't know that the type can be packed in a dfont format. I can see from "location" that most of system fonts are dfont, other are ttf. But sometimes there's no indication, e.g. Library/Fonts/Bradley Hand ITC TT-Bold. How can I understand the format Thanks Best -a-
Wolfgang
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
Ok, I reformulate more clearly: Is there a way to manage "Font Suitcase" on macosx so to use them with Luatex? Thanks Best -a- On Jul 4, 2009, at 2:53 PM, Andrea Valle wrote:
When you mean American Typewriter, Futura, Optima etc. you're wrong because they are saved in .dfont format which can't be used from LuaTeX but you can create normal ttf fonts with the program fondu.
Thanks Wolfgang, yes, I meant that. Well, I looked at the info and "kind" was "True Type". Didn't know that the type can be packed in a dfont format. I can see from "location" that most of system fonts are dfont, other are ttf. But sometimes there's no indication, e.g. Library/Fonts/Bradley Hand ITC TT-Bold. How can I understand the format
Thanks Best
-a-
Wolfgang
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
Yep, sorry. Solved again the Suitcase problem with Fondu. Evidently my first test was with a "strange" font raising some errors. Ah, thanks a lot to all the devs for the new luatex facilities for fonts. Best -a- On Jul 4, 2009, at 2:53 PM, Andrea Valle wrote:
When you mean American Typewriter, Futura, Optima etc. you're wrong because they are saved in .dfont format which can't be used from LuaTeX but you can create normal ttf fonts with the program fondu.
Thanks Wolfgang, yes, I meant that. Well, I looked at the info and "kind" was "True Type". Didn't know that the type can be packed in a dfont format. I can see from "location" that most of system fonts are dfont, other are ttf. But sometimes there's no indication, e.g. Library/Fonts/Bradley Hand ITC TT-Bold. How can I understand the format
Thanks Best
-a-
Wolfgang
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
participants (2)
-
Andrea Valle
-
Wolfgang Schuster