ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: bug in latest beta?
Date: Tue, 18 Mar 2014 18:39:22 +0100	[thread overview]
Message-ID: <49890575-F044-45D5-A5BA-14FA9C35CE02@gmail.com> (raw)
In-Reply-To: <532882C7.3090305@gmx.es>


Am 18.03.2014 um 18:30 schrieb Pablo Rodriguez <oinos@gmx.es>:

> Dear list,
> 
> I cannot compile the following sample with latest beta:
> 
> \definefontfamily[mainface][serif][TeX Gyre Pagella]
> \setupbodyfont[mainface,14pt]
> 
> \starttext
> \startitemize
> 
> \item First item.
> 
> \item Second item.
> 
> \stopitemize
> 
> \stoptext
> 
> 
> This worked fine with previous beta. Isn’t it a bug?

You have to load a math font because the bullets for the items are taken by default from the math font.

BTW: When you have a font related bug check first if it happens also with \definetypeface.

\definetypeface[mainface][rm][serif][pagella][default]
\definetypeface[mainface][mm][math] [pagella][default] % comment to get the error

\setupbodyfont[mainface]

\starttext
\symbol[bullet]
\stoptext

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2014-03-18 17:39 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-18 17:30 Pablo Rodriguez
2014-03-18 17:39 ` Wolfgang Schuster [this message]
2014-03-18 17:52   ` Pablo Rodriguez
  -- strict thread matches above, loose matches on Subject: below --
2017-11-01 13:18 Pablo Rodriguez
2017-11-01 15:50 ` Pablo Rodriguez
2016-09-05  8:39 Akira Kakuto
2016-09-05 14:33 ` Pablo Rodriguez
2016-09-05 14:44   ` luigi scarso
2016-09-05 15:32     ` Pablo Rodriguez
2016-09-05  5:59 Pablo Rodriguez
2016-09-05  6:36 ` josephcanedo
2016-09-05 15:10   ` Pablo Rodriguez
2016-09-06  4:43     ` Pablo Rodriguez
2015-05-27 20:38 Pablo Rodriguez
2015-05-28 14:59 ` Otared Kavian
2015-05-31 11:34   ` Pablo Rodriguez
2015-05-28 17:10 ` Hans Hagen
2015-05-31 11:56   ` Pablo Rodriguez
2015-05-31 22:16     ` Hans Hagen
2015-06-01  6:45       ` Otared Kavian
2015-06-01  7:28         ` Pablo Rodriguez
2015-06-01  7:41           ` Otared Kavian
2015-05-14 20:46 Pablo Rodriguez
2015-05-15  5:07 ` Pablo Rodriguez
2014-12-10 18:51 Pablo Rodriguez
2014-12-10 19:14 ` Hans Hagen
2014-12-10 19:59   ` Pablo Rodriguez
2014-05-26  5:47 Pablo Rodriguez
2014-05-26  8:24 ` Hans Hagen
2014-05-26 15:44   ` Pablo Rodriguez
2008-11-10  9:55 Chen Shen
2008-11-10 11:59 ` Wolfgang Schuster
2008-11-10 12:37   ` Chen Shen
2008-11-10 15:25 ` Hans Hagen

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=49890575-F044-45D5-A5BA-14FA9C35CE02@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --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).