ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: tt, bold
Date: Sat, 01 May 2010 12:32:22 +0200	[thread overview]
Message-ID: <4BDC0336.6030407@googlemail.com> (raw)
In-Reply-To: <20100501112520.636dd3e6@KUBUNTU64>

Am 01.05.10 11:25, schrieb R. Bastian:
> Yes. The contrats of the tex fonts cmtt10&  cmttb10 is good (for me :). Bat, due to the
> Minimal installation, context can not found this fonts which exists in the
> texlive tree (from 2007) - i use them with plain tex.
>    

That's the best i can do with the minimals and Latin Modern.

To be honest, use another font when you want to set your whole
document in a sans serif style.

\starttypescript [mono] [latinmodern-light]
     \definefontsynonym [Mono]             [LMTypewriter-Light]
     \definefontsynonym [MonoBold]         [LMTypewriter-Dark]
     \definefontsynonym [MonoItalic]       [LMTypewriter-LightOblique]
     \definefontsynonym [MonoSlanted]      [LMTypewriter-DarkOblique]
     \definefontsynonym [MonoBoldItalic]   [LMTypewriter-DarkOblique]
     \definefontsynonym [MonoBoldSlanted]  [LMTypewriter-Light]
     \definefontsynonym [MonoCaps]         [LMTypewriter-Light]
     \definefontsynonym [MonoCapsSlanted]  [LMTypewriter-Light]
\stoptypescript

\definetypeface [mainface] [rm] [serif] [modern]            [default]
\definetypeface [mainface] [ss] [sans]  [modern]            [default]
%\definetypeface [mainface] [tt] [mono]  [modern-light]      [default] % 
no bold style, why?
\definetypeface [mainface] [tt] [mono]  [latinmodern-light] [default]
\definetypeface [mainface] [mm] [math]  [modern]            [default]

\setupbodyfont[mainface]

\starttext
\rm\tf regular \bf bold\par
\ss\tf regular \bf bold\par
\tt\tf regular \bf bold\par
\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:[~2010-05-01 10:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-30 14:46 R. Bastian
2010-05-01  7:53 ` Wolfgang Schuster
2010-05-01  9:25   ` R. Bastian
2010-05-01 10:32     ` Wolfgang Schuster [this message]
2010-05-02  8:45       ` R. Bastian
2010-05-02  9:06         ` Mojca Miklavec

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=4BDC0336.6030407@googlemail.com \
    --to=schuster.wolfgang@googlemail.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).