ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: Monospace Fonts for Verbatim
Date: Sat, 07 Jan 2006 21:46:43 +0100	[thread overview]
Message-ID: <43C028B3.3000803@boede.nl> (raw)
In-Reply-To: <1C7A1FE7-90DC-4A1F-A2E6-31F6815A5EA8@louspringer.com>

Hi Louis,

The solution is to be found in defining a typeface which points to the 
serif, sansserif, math and teletype fonts to be used. Asn an example:

\starttypescript [palatino] [texnansi,ec,qx,8r,t5,uc]
  \definetypeface [palatino] [rm] [serif] [palatino] [default] 
[encoding=\typescripttwo]
  \definetypeface [palatino] [tt] [mono]  [modern]   [default] 
[encoding=\typescripttwo,rscale=1.075]
  \definetypeface [palatino] [mm] [math]  [palatino] [default] 
[encoding=default]
% \usemathcollection[default]
  \quittypescriptscanning
\stoptypescript

this is taken from type-exa.tex

Willi

Louis Springer wrote:

> I have a typescript I am using for a custom font, but the custom font  
> has no monospace variant appropriate for verbatim text. I'm  
> attempting to use Courier or some other monospace font for verbatim  
> and maintain my custom font for normally typeset serf text.
>
> My broken typescript is as follows:
>
> \starttypescript [map][sunsans,sunserif][texnansi]
> \loadmapfile[texnansi-sun-sunsans.map]
> \loadmapfile[texnansi-sun-sunserif.map]
> \stoptypescript
>
> % sans serif
> \starttypescript [sans] [sunsans] [name]
> \definefontsynonym[Sans]                [SunSans-Regular]
> \definefontsynonym[SansItalic]            [SunSans-Italic]
> \definefontsynonym[SansBold]            [SunSans-RegularDemi]
> \definefontsynonym[SansBoldItalic]        [SunSans-Regular-BoldOblique]
> \stoptypescript
>
>
> \starttypescript [sans] [sunsans] [texnansi]
> \usetypescript[sans][fallback]
> \definefontsynonym[SunSans-Heavy][texnansi-SunSans-Heavy] 
> [encoding=texnansi]
> \definefontsynonym[SunSans-Italic][texnansi-SunSans-Italic] 
> [encoding=texnansi]
> \definefontsynonym[SunSans-Regular-Bold][texnansi-SunSans-Regular- 
> Bold][encoding=texnansi]
> \definefontsynonym[SunSans-Regular-BoldOblique][texnansi-SunSans- 
> Regular-BoldOblique][encoding=texnansi]
> \definefontsynonym[SunSans-Regular][texnansi-SunSans-Regular] 
> [encoding=texnansi]
> \definefontsynonym[SunSans-RegularDemi][texnansi-SunSans-RegularDemi] 
> [encoding=texnansi]
> \stoptypescript
>
>
> %serif
> \starttypescript [serif] [sunserif] [name]
> \definefontsynonym[Serif]                [SunSerif-Regular]
> \definefontsynonym[SerifItalic]            [SunSerif-Italic]
> \definefontsynonym[SerifBold]            [SunSerif-Regular-Bold]
> \definefontsynonym[SerifBoldItalic]        [SunSerif-Regular-Bold-Italic]
> \stoptypescript
>
>
> \starttypescript [serif] [sunserif] [texnansi]
> \usetypescript[serif][fallback]
> \definefontsynonym[SunSerif-Italic][texnansi-SunSerif-Italic] 
> [encoding=texnansi]
> \definefontsynonym[SunSerif-Regular-Bold-Italic][texnansi-SunSerif- 
> Regular-Bold-Italic][encoding=texnansi]
> \definefontsynonym[SunSerif-Regular-Bold][texnansi-SunSerif-Regular- 
> Bold][encoding=texnansi]
> \definefontsynonym[SunSerif-Regular][texnansi-SunSerif-Regular] 
> [encoding=texnansi]
> \stoptypescript
>
> %monospace
> \starttypescript [mono] [sunserif] [name]
> \usetypescript[mono][fallback]
> \definefontsynonym[Serif]                [Mono]
> \stoptypescript
>
>
> The last bit (around the comment "monospace") is my apparently futile  
> attempt to get the verbatim to use the default monospace font. I get  
> the desired results with a kludge if I replace
>
> \definefontsynonym[Serif]                [SunSerif-Regular]
>
> with
>
> \definefontsynonym[Serif]                [Mono]
>
> but this affects "normally" typeset serif. Ideally,  I would like to  
> have in the  SunSerif-Regular typeface for non-verbatim serif text.
>
>
> Lou
>
>
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2006-01-07 20:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-07 16:57 Louis Springer
2006-01-07 20:46 ` Willi Egger [this message]
2006-01-10 13: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=43C028B3.3000803@boede.nl \
    --to=w.egger@boede.nl \
    --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).