ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: MKIV, fonts, confusion
Date: Wed, 13 May 2009 18:47:17 +0200	[thread overview]
Message-ID: <4A0AF995.3070506@wxs.nl> (raw)
In-Reply-To: <5df5befa0905130931u35f777eh102b0ef94c5ec2ea@mail.gmail.com>

afsmith wrote:
> Luigi, Hans, and Wolfgang, thank you for your responses. I'm still
> unclear on several things. (comments on your responses follow
> afterwards)
> 
> Let me try asking these things as questions. Specifically, could
> someone please tell me...
> 1. How do I determine whether I am using MKII, MKIV, or XeTeX to
> process my documents?

\doifmode {mkiv} { ... }

\ifnum\texengine=\xetexengine .. \fi

mkiv only run son top of luatex (and the context command replaces 
texexec there)

> 2. Given the line from a typescript...
> \definefontsynonym[LiberationSerif] [name:liberationserif]
> .... how do I determine which file "name:liberationserif" corresponds to?

not relevant since name will sort that out (given that the name is ok)

> 3. In both MKII and MKIV, how can I determine which typescripts exist?
> In other words, how do I determine working arguments for
> "\usetypescriptfile"?

by looking at the file, but at some point i expect users to switch to 
mkiv so if mkiv works for your document, then forget about mkii

> 3b. Specifically, in the case of...
> \usetypescript[palatino][ec]
> .... in which typescript is this defined? (given a vanilla context
> minimals installation)

that one in type-one (type one font)

> 4. What defines the output of "fc-list" or "mtxrun --script fonts
> --list"? Do they correspond to files? Type synonyms? etc.

mkiv does not use fc-list and as fc-list does not work on my machine i 
have no clue

> 5. Do I need to bother with map files for MKII?

normally the typescript handles that

> 6. Is it particularly recommended that I use MKIV? How stable is it
> compared to MKII?

depends on your document; currently somewhat in flux due to 
reimplementing structure but that will stabelize

> Luigi, what do you mean by "and look into base/*"? Which 'base'? Are
> you talking about in the context minimals distribution? some specific
> online repository? I have seen the two documents you mentioned.
> Re-reading them has clarified things a little bit.

tex/context/base

> Wolfgang,
> Currently the module you linked to
> (http://bitbucket.org/wolfs/simplefonts/) is beyond my
> understanding... I would first like to understand the mechanism your
> module operates on before trying to automate it.
> 
> Hans,
> I am aware that there are such types of parameters that must be
> defined for fonts. I understand 'it is complicated' but this does not
> really help make things clearer to me. The inner workings of fonts are
> of little concern to me to me at the moment. Right now I do not even
> know where to look. I have seen the examples you gave for palatino,
> such as...
> \usetypescript[palatino][ec]
> ....but I have no idea where those arguments come from

well, palatino is defined in type-one

if ec makes no sense to you, then just use it (polish use qx, i use 
texnansi, etc ... it depends on the language you use and for english it 
hardly matters)

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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-05-13 16:47 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-13 13:18 afsmith
2009-05-13 13:29 ` luigi scarso
2009-05-13 14:36   ` Wolfgang Schuster
2009-05-13 14:48     ` luigi scarso
2009-05-13 15:36       ` Wolfgang Schuster
2009-05-13 15:51         ` luigi scarso
2009-05-13 16:27           ` Wolfgang Schuster
2009-05-14  7:34             ` luigi scarso
2009-05-14  9:11               ` Taco Hoekwater
2009-05-14  9:26                 ` luigi scarso
2009-05-14  9:34                   ` Taco Hoekwater
2009-05-14  9:48                     ` luigi scarso
2009-05-14  9:56                       ` Taco Hoekwater
2009-05-14 10:12                         ` luigi scarso
2009-05-14 10:39                           ` Wolfgang Schuster
2009-05-14 11:21                             ` Arthur Reutenauer
2009-05-14 11:38                               ` Taco Hoekwater
2009-05-14 11:50                                 ` Arthur Reutenauer
2009-05-14 23:48                             ` luigi scarso
2009-05-15  6:18                               ` Wolfgang Schuster
2009-05-14 11:08                           ` Arthur Reutenauer
2009-05-14 12:27                             ` luigi scarso
2009-05-14  9:03             ` luigi scarso
2009-05-14 11:49               ` Khaled Hosny
2009-05-14 12:10                 ` Arthur Reutenauer
2009-05-13 13:32 ` Hans Hagen
2009-05-13 16:31 ` afsmith
2009-05-13 16:47   ` Hans Hagen [this message]
2009-05-13 17:23   ` Wolfgang Schuster
2009-05-13 20:23   ` Aditya Mahajan
2009-05-13 20:31     ` Wolfgang Schuster
2009-05-13 22:12   ` Mohamed Bana

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=4A0AF995.3070506@wxs.nl \
    --to=pragma@wxs.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).