ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem to install Garamond font with mathdesign
@ 2013-12-31 20:27 Fabrice
  2014-01-01 10:33 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice @ 2013-12-31 20:27 UTC (permalink / raw)
  To: ntg-context


Hello,
The following code does not load the Garamond font:


> \loadtypescriptfile[mathdesign]
> \setupbodyfont[garamond]
>
> \starttext
>
> Some random text and \math{f(x)=x^2+2x+4}
>
> \stoptext

> mtx-context     | run 1: luatex 
> --fmt="/home/fab/texlive/2013/texmf-var/luatex-cache/context/a86c089b384a3076dc514ba966a1fac9/formats/luatex/cont-en" 
> --jobname="demo2" 
> --lua="/home/fab/texlive/2013/texmf-var/luatex-cache/context/a86c089b384a3076dc514ba966a1fac9/formats/luatex/cont-en.lui" 
> --no-parse-first-line --c:currentrun=1 --c:fulljobname="./demo2.tex" 
> --c:input="./demo2.tex" --c:kindofrun=1 --c:maxnofruns=8 "cont-yes.mkiv"
> This is LuaTeX, Version beta-0.76.0-2013061708 (rev 4627)
>  \write18 enabled.
> (/home/fab/texlive/2013/texmf-dist/tex/context/base/cont-yes.mkiv
>
> ConTeXt  ver: 2013.05.28 00:36 MKIV current  fmt: 2013.12.31 int: 
> english/english
>
> system          > 'cont-new.mkiv' loaded
> (/home/fab/texlive/2013/texmf-dist/tex/context/base/cont-new.mkiv)
> system          > files > jobname 'demo2', input './demo2', result 'demo2'
> fonts           > latin modern fonts are not preloaded
> languages       > language 'en' is active
> (/home/fab/demo2.tex 
> (/home/fab/texlive/2013/texmf-dist/tex/context/base/type-imp-mathdesign.mkiv)
> fonts           > typescripts > unknown library 'loc'
> fonts           > typescripts > unknown library 'garamond'
> fonts           > preloading latin modern fonts (third stage)
> {/home/fab/texlive/2013/texmf-dist/fonts/map/dvips/lm/lm-math.map}{/home/fab/texlive/2013/texmf-dist/fonts/map/dvips/lm/lm-rm.map}{/home/fab/texlive/2013/texmf-dist/fonts/map/pdftex/context/mkiv-base.map}
> fonts           > 'fallback modern rm 12pt' is loaded
> backend         > xmp > using file 
> '/home/fab/texlive/2013/texmf-dist/tex/context/base/lpdf-pdx.xml'
> pages           > flushing realpage 1, userpage 1
>  ) 
> )</home/fab/texlive/2013/texmf-dist/fonts/opentype/public/lm-math/latinmodern-math.otf></home/fab/texlive/2013/texmf-dist/fonts/opentype/public/lm-math/latinmodern-math.otf></home/fab/texlive/2013/texmf-dist/fonts/opentype/public/lm/lmroman12-regular.otf>
>
> mkiv lua stats  > used config file: 
> selfautoparent:/texmfcnf.lua;selfautoparent:/texmf-dist/web2c/texmfcnf.lua
> mkiv lua stats  > used cache path: readable+writable: 
> '/home/fab/texlive/2013/texmf-var/luatex-cache/context/a86c089b384a3076dc514ba966a1fac9'
> mkiv lua stats  > resource resolver: loadtime 0.084 seconds, 2 scans 
> with scantime 0.012 seconds, 31 shared scans, 14 found files, scanned 
> paths: /home/fab/.texlive2013/texmf-config /home/fab/texmf
> mkiv lua stats  > stored bytecode data: 329 modules (0.180 sec), 69 
> tables (0.000 sec), 398 chunks (0.180 sec)
> mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 9 lists of 441
> mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 9 attribute, 
> 28 glue_spec, 3 attribute_list
> mkiv lua stats  > node list callback tasks: 6 unique task lists, 6 
> instances (re)created, 40 calls
> mkiv lua stats  > used backend: pdf (backend for directly generating 
> pdf output)
> mkiv lua stats  > loaded patterns: en::2, load time: 0.000
> mkiv lua stats  > jobdata time: 0.001 seconds saving, 0.000 seconds 
> loading
> mkiv lua stats  > callbacks: 143 direct, 219 indirect, 362 total
> mkiv lua stats  > randomizer: resumed with value 0.065744742781736
> mkiv lua stats  > lxml preparation time: 0.000 seconds, 0 nodes, 15 
> lpath calls, 0 cached calls
> mkiv lua stats  > result saved in file: demo2.pdf, compresslevel 3, 
> objectcompreslevel 3
> mkiv lua stats  > loaded fonts: 2 files: latinmodern-math.otf 
> (experimental), lmroman12-regular.otf
> mkiv lua stats  > fonts load time: 0.103 seconds
> mkiv lua stats  > luatex banner: this is luatex, version 
> beta-0.76.0-2013061708  (tex live 2013) (rev 4627)
> mkiv lua stats  > control sequences: 37358 of 65536 + 100000
> mkiv lua stats  > current memory usage: 62 MB (ctx: 62 MB)
> mkiv lua stats  > runtime: 0.407 seconds, 1 processed pages, 1 shipped 
> pages, 2.457 pages/second
>
> system          | total runtime: 0.595
Thanks.
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-10 22:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-31 20:27 Problem to install Garamond font with mathdesign Fabrice
2014-01-01 10:33 ` Wolfgang Schuster
2014-01-01 23:37   ` Fabrice Couvreur
2014-01-02  1:46     ` Fabrice Couvreur
2014-01-02 21:50       ` Wolfgang Schuster
2014-01-10 22:44         ` Elspeth McGullicuddy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).