From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/41962 Path: news.gmane.org!not-for-mail From: Andrea Valle Newsgroups: gmane.comp.tex.context Subject: fonts (in luatex) (again) Date: Sat, 28 Jun 2008 17:34:15 +0200 Message-ID: <441B3D72-7906-465D-881E-2A821D1CBFC5@di.unito.it> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: multipart/mixed; boundary="===============1385717494==" X-Trace: ger.gmane.org 1214667376 17750 80.91.229.12 (28 Jun 2008 15:36:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Jun 2008 15:36:16 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Jun 28 17:37:00 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KCcU0-0007eT-C5 for gctc-ntg-context-518@m.gmane.org; Sat, 28 Jun 2008 17:37:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76CA11FDE3; Sat, 28 Jun 2008 17:36:08 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17259-02-2; Sat, 28 Jun 2008 17:35:23 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 237CC1FDC8; Sat, 28 Jun 2008 17:35:23 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C7B231FCC6 for ; Sat, 28 Jun 2008 17:35:20 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15689-01-15 for ; Sat, 28 Jun 2008 17:34:46 +0200 (CEST) Original-Received: from pianeta.di.unito.it (pianeta.di.unito.it [130.192.156.1]) by ronja.ntg.nl (Postfix) with ESMTP id D32761FDC8 for ; Sat, 28 Jun 2008 17:34:46 +0200 (CEST) Original-Received: from [192.168.1.2] (d83-184-26-131.cust.tele2.it [83.184.26.131]) by pianeta.di.unito.it (INFO-DIP) with ESMTP id m5SFYKXE022738 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO userCertificateDN= AuthenticatedUser=valle ) for ; Sat, 28 Jun 2008 17:34:21 +0200 (MEST) X-Mailer: Apple Mail (2.753.1) X-dipinfo-MailScanner-Information: Please contact Department of Computer Science technical staff for more information X-AntiVirus: Scanned for viruses by VirusFinder @2001-tecnici@di.unito.it - Email Clean X-SpamCheck: not spam, SpamAssassin (score=-102.498, required 3.5, autolearn=not spam, AUTHENTICATEDUSER -100.00, BAYES_00 -2.60, HTML_MESSAGE 0.00, RDNS_DYNAMIC 0.10) X-MailScanner-From: valle@di.unito.it X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:41962 Archived-At: --===============1385717494== Content-Type: multipart/alternative; boundary=Apple-Mail-65-136854064 --Apple-Mail-65-136854064 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed Following Wolfgang's advice (thanks) I have followed the delicious =20 thread. So I have 1. downloaded the fonts and installed automatically via macosx =20 Fontbook app (they are available in my system) 2. I have created a file named type-delicious.tex containing: \starttypescript [sans] [delicious] \setups[font:fallback:sans] \definefontsynonym [Sans] [Delicious-Regular] \definefontsynonym [SansItalic] [Delicious-Italic] \definefontsynonym [SansBold] [Delicious-Bold] \definefontsynonym [SansBoldItalic] [Delicious-BoldItalic] \definefontsynonym [SansCaps] [Delicious-Caps] \stoptypescript \starttypescript [sans] [delicious] \definefontsynonym [Delicious-Regular] [name:Delicious-Roman] [features=3Ddefault] \definefontsynonym [Delicious-Italic] [name:Delicious-Italic] [features=3Ddefault] \definefontsynonym [Delicious-Bold] [name:Delicious-Bold] [features=3Ddefault] \definefontsynonym [Delicious-BoldItalic] [name:Delicious-BoldItalic] [features=3Ddefault] \definefontsynonym [Delicious-Caps] [name:Delicious-SmallCaps] [features=3Ddefault] \stoptypescript \starttypescript [delicious] \definetypeface [delicious] [ss] [sans] [delicious] [default] \stoptypescript (which I do not understand: but that's another story) I have saved the file under the same folder of tex file I'm working at 3. then I have called: context --generate 4. In my tex file I have added: \usetypefile [delicious] \usetypescript[delicious] \setupbodyfont[delicious] 5. while compiling I'm having a problem with delicious. Log attached ? Thanks Best -a- =EF=BF=BC -------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Universit=C3=A0 degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> andrea.valle@unito.it -------------------------------------------------- " Think of it as seasoning . noise [salt] is boring . F(blah) [food without salt] can be boring . F(noise, blah) can be really tasty " (Ken Perlin on noise) --Apple-Mail-65-136854064 Content-Type: multipart/mixed; boundary=Apple-Mail-66-136854064 --Apple-Mail-66-136854064 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Following Wolfgang's advice (thanks) I have followed the delicious = thread.
So I have
1. downloaded the fonts and installed = automatically via macosx Fontbook app (they are available in my = system)
2. I have created a file named type-delicious.tex = containing:

\starttypescript [sans] = [delicious]=A0
\setups[font:fallback:sans]=A0
\definef= ontsynonym [Sans] [Delicious-Regular]=A0
\definefontsynonym = [SansItalic] [Delicious-Italic]=A0
\definefontsynonym = [SansBold] [Delicious-Bold]=A0
\definefontsynonym = [SansBoldItalic] [Delicious-BoldItalic]=A0
\definefontsynonym = [SansCaps] = [Delicious-Caps]=A0
\stoptypescript=A0

= \starttypescript [sans] [delicious]=A0
\definefontsynonym = [Delicious-Regular] = [name:Delicious-Roman]=A0
[features=3Ddefault]=A0
\def= inefontsynonym [Delicious-Italic] = [name:Delicious-Italic]=A0
[features=3Ddefault]=A0
\de= finefontsynonym [Delicious-Bold] = [name:Delicious-Bold]=A0
[features=3Ddefault]=A0
\defi= nefontsynonym = [Delicious-BoldItalic]=A0
[name:Delicious-BoldItalic] = [features=3Ddefault]=A0
\definefontsynonym [Delicious-Caps] = [name:Delicious-SmallCaps]=A0
[features=3Ddefault]=A0
= \stoptypescript=A0

\starttypescript = [delicious]=A0
\definetypeface [delicious] [ss] [sans] = [delicious] = [default]=A0
\stoptypescript=A0

<= br>
(which I do not understand: but that's another = story)

I have saved the file under the same = folder of tex file I'm working at

3. then I = have called:=A0context --generate

4. In my tex = file I have added:
\usetypefile = [delicious]=A0
\usetypescript[delicious]=A0
\setupbody= font[delicious]=A0

5. while compiling I'm = having a problem with =A0delicious.
Log = attached

?
Thanks

<= div>Best

-a-


<= div>
= --Apple-Mail-66-136854064 Content-Transfer-Encoding: 7bit Content-Type: text/plain; x-mac-type=534D4C64; x-unix-mode=0644; x-mac-creator=534D554C; name=log.txt Content-Disposition: attachment; filename=log.txt Setting "/Applications/ConTeXtMinimals/tex" as TEXROOT. (/paperiProgetti/CIMXVII/abstractShort.tex ConTeXt ver: 2008.06.22 17:38 MKIV fmt: 2008.6.26 int: english/english language : language en is active system : cont-new loaded (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont-new.tex systems : beware: some patches loaded from cont-new.tex (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont-new.mkiv lua : used config path - /Applications/ConTeXtMinimals/tex/texmf/web2c/texmf.cnf lua : used cache path - /Applications/ConTeXtMinimals/tex/texmf-cache/luatex-cache/context/aac20ce207a097b4b480d7b5eb76554a ) (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont-mtx.tex)) system : cont-old loaded (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont-old.tex loading : Context Old Macros ) system : cont-fil loaded (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont-fil.tex loading : Context File Synonyms ) system : cont-sys loaded (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/user/cont-sys.tex (/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.tex)) bodyfont : 12pt rm is loaded specials : tex loaded system : abstractShort.top loaded (abstractShort.top specials : loading definition file tpd (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/spec-tpd.tex specials : loading definition file fdf (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/spec-fdf.tex (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/spec-fdf.mkiv)) specials : fdf loaded ) specials : fdf loaded ) system : module bib loaded (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/bib/t-bib.tex publications : loading formatting style from bibl-apa (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/bib/bibl-apa.tex)) publications : wrote a new auxiliary file abstractShort.aux publications : loading formatting style from bibl-aps (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/bib/bibl-aps.tex) (type-delicious.tex) (/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.tex) (/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.tex) (/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.tex) fontnames | identifying tree font files with suffix otf fontnames | 161 tree files identified, 482 hash entries added, runtime 3.4771559238434 seconds fontnames | identifying tree font files with suffix ttf fontnames | 1 tree files identified, 4 hash entries added, runtime 0.058985948562622 seconds fontnames | identifying tree font files with suffix ttc fontnames | 0 tree files identified, 0 hash entries added, runtime 0.030790090560913 seconds fontnames | identifying tree font files with suffix afm fontnames | 69 tree files identified, 148 hash entries added, runtime 0.3097710609436 seconds fontnames | identifying system font files with suffix otf fontnames | 0 system files identified, 0 hash entries added, runtime 0.00014305114746094 seconds fontnames | identifying system font files with suffix ttf fontnames | 0 system files identified, 0 hash entries added, runtime 0.000037 seconds fontnames | identifying system font files with suffix ttc fontnames | 0 system files identified, 0 hash entries added, runtime 0.000009 seconds fontnames | identifying system font files with suffix afm fontnames | 0 system files identified, 0 hash entries added, runtime 0.000015 seconds define font | font with name Delicious-Roman is not found define font | unknown font Delicious-Roman, loading aborted ! Font \*delicious12ptsstfss*:=name:Delicious-Roman*default at 12pt not loadable: metric data not found or bad. \relax \xxdododefinefont ...tspec {#4}\newfontidentifier \let \localrelativefontsiz... \fontstrategy ...me \fontclass #2#3#4#5\endcsname \tryingfontfalse \fi ...yle \fontalternative \fontsize \fi \iftryingfont \fontstr... \synchronizefont ...strategy \the \fontstrategies \relax \fi \iftryingfont \... \getvalue {\@style@ \fontstyle } \edef \fontstyle {\fontstyle }\if... ... l.10 \setupbodyfont[delicious] ? ! Emergency stop. \relax \xxdododefinefont ...tspec {#4}\newfontidentifier \let \localrelativefontsiz... \fontstrategy ...me \fontclass #2#3#4#5\endcsname \tryingfontfalse \fi ...yle \fontalternative \fontsize \fi \iftryingfont \fontstr... \synchronizefont ...strategy \the \fontstrategies \relax \fi \iftryingfont \... \getvalue {\@style@ \fontstyle } \edef \fontstyle {\fontstyle }\if... ... l.10 \setupbodyfont[delicious] ! ==> Fatal error occurred, no output PDF file produced! MtxRun | loading configuration for /Applications/ConTeXtMinimals/tex/texmf/web2c from /Applications/ConTeXtMinimals/tex/texmf-cache/luatex-cache/context/aac20ce207a097b4b480d7b5eb76554a/trees/d9ef00871d7b11751a275cffd8a85753 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.lua" "/paperiProgetti/CIMXVII/abstractShort.tex" MtxRun | return code: 1 MtxRun | fatal error, run aborted --Apple-Mail-66-136854064 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1

http://www.cirma.unito.it/andre= a/
= --------------------------------------------------


"
Think of it as = seasoning
. noise [salt] is boring
. = F(blah) [food without salt] can be boring
. = F(noise, blah) can be really tasty
"
(Ken Perlin on = noise)




=

= --Apple-Mail-66-136854064-- --Apple-Mail-65-136854064-- --===============1385717494== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1385717494==--