ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Idris Samawi Hamid <ishamid@attbi.com>
Subject: Eureka! [was Re: typescripts faq-in-progress]
Date: Sat, 13 Apr 2002 12:52:07 -0600	[thread overview]
Message-ID: <2VB8SO31SO872X04746ZFTQPTPB8SO.3cb87e57@c1909372-a> (raw)
In-Reply-To: <3XYP5354KEKFXTOI82RNNL6E9UQB0.3cb744ba@c1909372-a>

I finally got a set of typescripts working! The problem, as I suspected, was in step 3:

>3. Set up the appropriate sizes for the fonts with respect to one of the default style parameters,
>rm, ss, tt, mm, cg, or hw. 
>
>\starttypescript   [style]                                                                             [default]  [size]
>\definebodyfont [20.7pt, 17.3pt, 14.4pt, 12pt, 11pt, 10pt, 9pt, 8pt, 7pt]  [rm]         [default]
>\stoptypescript

The \definebodyfont line is the source of the problem. The [default] option is sending things back to computer modern. 
This line should read

\definebodyfont [20.7pt, 17.3pt, 14.4pt, 12pt, 11pt, 10pt, 9pt, 8pt, 7pt]  [rm]   
[tf=original, bf=originalb]

The list of options are in setup-en.pdf, pg. 9.

Part 4 and 5 of the textscripts how-to must be changed to 

4. 
\starttypescript [collect]
\usetypescript  [style]   [family]    [name]
\usetypescript  [style]   [family]  [size]
\stoptypescript

5. 
\starttypescript [mycollect]
\definetypeface [collect] [rm] [style] [family] [family] [encoding=theencoding, rscale=thescalefactor]
\stoptypescript

I would still like to know what rscale means. I leave fixing type-arabic.tex as an exercise:-) 
This will then serve the default omega arabic script fonts for anyone wishing to use them.

Question: In a previous email, Hans says:

"the rm, ss, tt cg, hw entries are predefined which means that they will be
recognized and have associated commands, if you want more (with as
restiction that they should have two char names) you can define them with
\definefontstyle; "

\definefontstyle is not mentioned in setup-en.pdf;  what are its options and arguments? 
I really need this because, e.g. [rm] makes no sense in Arabic:->

Hans says further;

"in a similar fashion you can define \tfp|q|r if you want
or even map names onto families (math) etc etc"

What does "define \tfp|q|r" mean? Please explain.

Best wishes
Idris

==========================
Dr. Idris Samawi Hamid
Depatment of Philosophy
Colorado State University
Fort Collins, CO 80526


  reply	other threads:[~2002-04-13 18:52 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-12 20:34 typescripts faq-in-progress Idris Samawi Hamid
2002-04-13 18:52 ` Idris Samawi Hamid [this message]
2002-04-13 22:17   ` Eureka! [was Re: typescripts faq-in-progress] Hans Hagen
2002-04-14  0:14     ` Idris Samawi Hamid
2002-04-14  0:31     ` \definefontstyle Idris Samawi Hamid
2002-04-14  5:58       ` small sizes Idris Samawi Hamid
2002-04-14 21:28       ` ConTeXt bug (size-changing)? Idris Samawi Hamid
2002-04-15  8:44         ` Hans Hagen
2002-04-16  1:36           ` Idris Samawi Hamid
2002-04-16  1:50           ` small feature request Idris Samawi Hamid
2002-04-16 11:26             ` Hans Hagen
2002-04-16 20:53               ` Idris Samawi Hamid
2002-04-15  9:18         ` ConTeXt bug (size-changing)? Hans Hagen
2002-04-15 15:48           ` Idris Samawi Hamid
2002-04-15 21:34           ` One last thing:-) Idris Samawi Hamid
2002-04-16 11:13             ` Hans Hagen
2002-04-16 20:44               ` Idris Samawi Hamid
2002-04-17  7:53                 ` Hans Hagen
2002-04-17 14:32                   ` Let's try again:-> [was Re: One last thing:-)] Idris Samawi Hamid
2002-04-17 17:50                     ` Hans Hagen
     [not found]                       ` <BARL64B0NJ6ZPMVQ3OKNJDB3HF0LI.3cbe21da@c1909372-a>
2002-04-18  7:32                         ` Hans Hagen
2002-04-18 21:35                           ` Idris Samawi Hamid
     [not found]                       ` <3CBE43E9.7565CE19@gcmail.maricopa.edu>
2002-04-18  7:36                         ` Lucida Bright fonts Hans Hagen
     [not found]                           ` <3CC0CC3C.7218C29C@gcmail.maricopa.edu>
2002-04-20 23:24                             ` Hans Hagen
2002-04-18 21:59       ` \definefontstyle Idris Samawi Hamid
2002-04-13 22:31   ` Eureka! [was Re: typescripts faq-in-progress] Henning Hraban Ramm
2002-04-14  9:56     ` 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=2VB8SO31SO872X04746ZFTQPTPB8SO.3cb87e57@c1909372-a \
    --to=ishamid@attbi.com \
    /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).