ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Steffen Wolfrum <context@st.estfiles.de>
Subject: Re: Ancient Greek (bodyfont conflict?)
Date: Thu, 2 Sep 2004 13:25:03 +0200	[thread overview]
Message-ID: <a06002003bd5cb22476c2@[62.134.72.67]> (raw)

I can't find anything wrong (for without greek it works fine).
Maybe you want to have a short look:

This is my test document:

\usetypescriptfile[type-agaramondmini.tex]
\usetypescript[AGaramondOldStyle]
\setupencoding[default=ec]
\setupbodyfont[AGaramondOldStyle,10.2pt]
% whithout these four line the greek was ok. now its empty.

\usemodule[greek]

\mainlanguage[english]

\starttext

We can easily use plain English for normal text, and then switch
to greek when we want; as a first try we type the lower and
upper case 26 letters of the latin alphabet and see how they come
out in greek:

\startgreek
a b c d e f g h i j k l m n o p q r s t u v w x y z \par
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
\stopgreek

As it can be observed, some uppercase letters have strange
outcomes; also, j gives \greek{j} and c gives the
end-of-word sigma \greek{c}; interestingly, s gives either the
normal sigma or the end-of-word one, depending on whether it's at
the end of the word or not: \greek{satrapws}.

\stoptext


And this is my typescriptfile type-agaramondmini.tex:

\starttypescript [serif] [agaramond-oldstyle] [ec]
  \definefontsynonym [AGaramond-Regular]        [padr9e]  [encoding=ec]
  \definefontsynonym [AGaramond-Italic]         [padri9e] [encoding=ec]
  \definefontsynonym [AGaramond-Bold]           [padb9e]  [encoding=ec]
  \definefontsynonym [AGaramond-BoldItalic]     [padbi9e] [encoding=ec]
  \definefontsynonym [AGaramond-Semibold]       [pads9e]  [encoding=ec]
  \definefontsynonym [AGaramond-SemiboldItalic] [padsi9e] [encoding=ec]
\stoptypescript
\starttypescript [serif] [agaramond-oldstyle] [name]
  \definefontsynonym [Serif]             [AGaramond-Regular]
  \definefontsynonym [SerifBold]         [AGaramond-Bold]
  \definefontsynonym [SerifItalic]       [AGaramond-Italic]
  \definefontsynonym [SerifBoldItalic]   [AGaramond-BoldItalic]
  \definefontsynonym [SemiBold]          [AGaramond-Semibold]
  \definefontsynonym [SemiBoldItalic]    [AGaramond-SemiboldItalic]
\stoptypescript


\starttypescript [AGaramondOldStyle] 
  \definetypeface [AGaramondOldStyle] [rm] [serif] [agaramond-oldstyle] [default] [encoding=ec]
\stoptypescript


Sorry, but what should be changed?

Steffen

             reply	other threads:[~2004-09-02 11:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-02 11:25 Steffen Wolfrum [this message]
2004-09-02 12:04 ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2004-09-02 12:31 Steffen Wolfrum
2004-09-02 10:29 Steffen Wolfrum
2004-09-02  9:13 Steffen Wolfrum
2004-09-02  8:41 Steffen Wolfrum
2004-09-01 21:30 Steffen Wolfrum
2004-09-02  7:45 ` 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='a06002003bd5cb22476c2@[62.134.72.67]' \
    --to=context@st.estfiles.de \
    --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).