ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Zenlima <post@zenlima.eu>
To: "
mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Font (roboto) and math font - error
Date: Wed, 27 Aug 2014 21:50:50 +0200	[thread overview]
Message-ID: <20140827215050.2f382867@zenlima.eu> (raw)

Hi,

I am switching all my docs to the roboto font as I just like the
look of that font. During this I ran into a problem with \item:

	! Math error: parameter \Umathquad\displaystyle is not set.
	..
	l.26  \item h
           ere we list the points,

In my example: as soon I enable any of the two \definetypeface lines I
am running into that error.. even if I only enable the math font. 

Every hint is welcome :)

Here is my example to reproduce the error:

---8<------

\enableregime[utf]

\definefontfeature[fakesc][default][size=.8]

\starttypescript [sans] [roboto]
  \definefontsynonym[Sans][name:robotolight][fallbacks=Sans]
  \definefontsynonym[SansBold][name:robotoregular]
  \definefontsynonym[SansItalic][name:robotolightitalic] 
  \definefontsynonym[SansSlanted][name:robotolightitalic] 
  \definefontsynonym[SansBoldItalic][name:robotoregularitalic]
  \definefontsynonym[SansBoldSlanted][name:robotoregularitalic]
  \definefontsynonym[SansCaps] [name:robotolight][features=fakesc]
\stoptypescript 
\starttypescript [math] [latinmodern]
  \definefontsynonym[Math][name:latinmodernmathregular]
 \stoptypescript

\definetypeface[fliesstext][ss][sans][roboto]
\definetypeface[fliesstext][mm][math][latinmodern][default]

\setupbodyfont[fliesstext,ss,11pt]

\starttext
 \startitemize
 \item here we list the points,
 \item one after the other.
 \stopitemize
\stoptext
___________________________________________________________________________________
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
___________________________________________________________________________________

             reply	other threads:[~2014-08-27 19:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-27 19:50 Zenlima [this message]
2014-08-27 20:41 ` Hans Hagen
2014-08-27 21:05   ` Zenlima

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140827215050.2f382867@zenlima.eu \
    --to=post@zenlima.eu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).