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: Change the font to Charter
Date: Sat, 10 Jan 2009 14:52:51 +0100	[thread overview]
Message-ID: <BE46C17D-F9B1-436D-9610-3E120D5526F0@gmail.com> (raw)
In-Reply-To: <loom.20090110T123235-577@post.gmane.org>


Am 10.01.2009 um 13:33 schrieb Curious:

>> I suspect that one might need to fix or improve typescripts. Do you
>> have some visual examples to show the differences? It would be
>> interesting to compare the differences between bchr8t and mdbchr8t  
>> and
>> change typescripts if needed.
>>
>> Moreover, math support would have to be added to typescripts - it
>> could be based on mathdesign.
>>
>> Mojca
>
> Thanks Mojca. Appreciate your response, though as you said I do not  
> really
> understand what I have to do, or if I could do anything. But a few  
> things,
>
> (1) Regarding the visual examples, I could post the PDF file  
> generated with
> Latex and Context. Is there a way to do that on this list? I noticed  
> another
> difference, which is that the line spacing is slightly more in the  
> Context
> document (compared to that compiled with Latex). In latex I chose
> \singlespacing. In Context, I did not change the default spacing. Is  
> the default
> spacing different than singlespacing?

ConTeXt has just other linedistances than LaTeX, that's all.

You can switch to a smaller distance with \setupinterlinespace[small]
or with \setupinterlinespace[line=14pt] (fixed distance) or
\setupinterlinespace[line=2.4ex] (font dependend distance)

> (2) I was going to ask about the math support. You mentioned that it  
> would have
> to be added to the typescript. How difficult is that? Does anyone  
> know the
> commands that can be used for adding such support.

I have a basic typescript for charter because I needed it in a document.

\starttypescript [math] [charter] [name]
   \definefontsynonym [MathRoman]     [Charter-Math-Letters-Regular]
   \definefontsynonym [MathItalic]    [Charter-Math-Letters-Italic]
   \definefontsynonym [MathSymbol]    [Charter-Math-Symbols-Regular]
   \definefontsynonym [MathExtension] [Charter-Math-Extension-Regular]
\stoptypescript

\starttypescript [math] [charter] [default]
   \definefontsynonym [Charter-Math-Letters-Regular]   [mdbchr7m]
   \definefontsynonym [Charter-Math-Letters-Italic]    [mdbchri7m]
   \definefontsynonym [Charter-Math-Symbols-Regular]   [mdbchr7y]
   \definefontsynonym [Charter-Math-Extension-Regular] [mdbchr7v]
   \loadmapfile[mdbch.map]
\stoptypescript

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


  reply	other threads:[~2009-01-10 13:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-10  3:59 Curious
2009-01-10  9:09 ` Mojca Miklavec
2009-01-10 12:33   ` Curious
2009-01-10 13:52     ` Wolfgang Schuster [this message]
2009-01-10 15:16       ` Curious
2009-01-10 15:42       ` Aditya Mahajan
2009-01-13 18:10     ` Mojca Miklavec
2009-01-11 19:54   ` Hans Hagen
2009-01-11 20:14     ` Wolfgang Schuster

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=BE46C17D-F9B1-436D-9610-3E120D5526F0@gmail.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).