ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Matthias Weber <matweber@indiana.edu>
Subject: Re: Re: Palatino? -> bitmap fonts???
Date: Wed, 16 Mar 2005 11:30:04 -0500	[thread overview]
Message-ID: <27fc745819889eebdd653cbf60e4cc71@indiana.edu> (raw)
In-Reply-To: <357c32ae55bec900fb6f2b3855125359@indiana.edu>

Sorry, forgot to attach cont-sys.rme - see below

Matthias

------


%D \module
%D   [       file=cont-sys,
%D        version=1995.10.10,
%D          title=\CONTEXT\ Miscellaneous Macros,
%D       subtitle=System Specific Setups,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\unprotect

% Speed up typescript loading, but at the cost of much memory:
%
% \preloadtypescripts

% Occasionally we will support both A4 and letter in
% styles. If you want letter size paper to be the default,
% uncomment:
%
% \enablemode[\systemmodeprefix letter]
%
% If you always want to default to letter, you may uncomment
% the following line, but beware: it makes your documents less
% portable:
%
% \setuppapersize[letter][letter]

% If you want some extras, just uncomment the following
% line:
%
% \usemodule[plus] % experimental code
%
% Here you can take care of overloading some (style)
% defaults. What goes here, depends on your local system.

% The following commands sets the default font encoding:
%
% \setupencoding [\s!default=texnansi]
%
% or:

\setupencoding [\s!default=ec]

% If you want the default berry names:
%
% \usetypescript [berry] [\defaultencoding]
%
% or, if you also want other encodings:

\usetypescript [berry] [\defaultencoding,t5,8r] % texnansi is never 
present

% If you run into missing font metrics kind of problems,
% you may want to uncomment:
%
% \usetypescript[adobekb] [\defaultencoding]

% You can let \CONTEXT\ load the map files for \PDFTEX.

\autoloadmapfilestrue

% (1) you can prevent loading with:
%
% \preloadmapfile[<...somename...>.map]
%
% (2) otherwise, use this if you have a fast machine
%
% \resetmapfiles \usetypescript [map] [base] [all]
%
% (3) or this if it's a slow one:

\resetmapfiles

\donefalse \ifx\pdftexversion\undefined \else 
\ifnum\number\pdftexversion>119
   \donetrue
\fi \fi \ifdone

   \loadmapfile[original-base.map]
   \loadmapfile[original-ams-base.map]
   \loadmapfile[original-public-lm.map]

\else

   \loadmapfile[original-base.map]
   \loadmapfile[texnansi-base.map]
   \loadmapfile[ec-base.map]
   \loadmapfile[qx-base.map]
   \loadmapfile[t5-base.map]
   %loadmapfile[il2-base.map]
   %loadmapfile[pl0-base.map]
   \loadmapfile[8r-base.map]

   \loadmapfile[original-ams-base.map]
   \loadmapfile[original-ams-euler.map]

   \loadmapfile[original-public-lm.map]
   \loadmapfile[texnansi-public-lm.map]
   \loadmapfile[ec-public-lm.map]
   \loadmapfile[qx-public-lm.map]
   \loadmapfile[t5-public-lm.map]
   \loadmapfile[pl0-public-lm.map]
   \loadmapfile[il2-public-lm.map]

\fi

% When you have your own fonts installed, you may want to predefine:
%
% \usetypescriptfile[type-buy]

% Some styles default to Lucida Bright. You can overload
% Lucida by Times cum suis. Watch out, the pos collection
% is not scaled relatively.
%
% \definetypescriptsynonym [lbr] [pos]

% Compensate for missing files:
%
% \definefontsynonym [gbhei]   [gbsong]
% \definefontsynonym [gbheisl] [gbsong]
% \definefontsynonym [gbheisl] [gbsong]

% Setting up a global figure path
%
% \setupexternalfigures [\c!directory={e:/fig/eps,t:/mine/figs}]
%
% Loading a specific special driver:
%
% \setupoutput [dviwindo]

% Changing language defaults
%
% \setuplanguage
%   [nl]
%   [\c!leftquote=\upperleftsinglesixquote,
%    \c!leftquotation=\upperleftdoublesixquote]

% Loading local preferences, for example
%
% \input prag-gen % company styles
% \input prag-log % more company styles
%
% Enabling run time \METAPOST\ (also enable \write18 in
% texmf.cnf):

% \runMPgraphicstrue
% \runMPTEXgraphicstrue

% This saves some runtime, but needs a format, which you can
% make with 'texexec --make --alone metafun'. Make sure that
% the mem files are moved to the used web2c path (locate with
% 'kpsewhich plain.mem').

\useMETAFUNformattrue

% Enabling nested pretty printing

\newprettytrue

% This can be a way to get things working on system with
% name clashes. (Some \TeX's tend do search system wide.)

\protectbufferstrue

% You can enable a more extensive figure searching, but
% normally this is not really needed and even annoying.
%
% \runutilityfiletrue

% So far.

  reply	other threads:[~2005-03-16 16:30 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-11  9:23 Palatino? Thomas A.Schmitz
2005-03-11  9:57 ` Palatino? Patrick Gundlach
2005-03-11 10:12   ` Palatino? Adam Lindsay
2005-03-16 15:29     ` Follow-Up on TeX@OS X performance Matthias Weber
2005-03-11 10:36   ` Re: Palatino? Thomas A.Schmitz
2005-03-11 11:36     ` Otared Kavian
2005-03-11 12:16       ` Thomas A.Schmitz
2005-03-16 15:23   ` Re: Palatino? -> bitmap fonts??? Matthias Weber
2005-03-16 15:31     ` Patrick Gundlach
2005-03-16 15:37       ` Matthias Weber
2005-03-16 16:11         ` Patrick Gundlach
2005-03-16 16:24           ` Matthias Weber
2005-03-16 16:30             ` Matthias Weber [this message]
2005-03-16 16:45             ` Patrick Gundlach
2005-03-16 16:50               ` Matthias Weber
2005-03-16 17:32                 ` Patrick Gundlach
2005-03-16 17:54                   ` Matthias Weber
2005-03-16 18:35                     ` Patrick Gundlach
2005-03-16 18:50                       ` OS X/Gerben Wiebe's TeX font issue + fix Matthias Weber
2005-03-17  9:02                         ` Gerben Wierda
2005-03-16 19:07                   ` Re: Palatino? -> bitmap fonts??? Hans Hagen
2005-03-16 19:10             ` Hans Hagen
2005-03-17 10:36               ` Patrick Gundlach
2005-03-16 16:32         ` Hans Hagen
2005-03-16 16:39           ` Matthias Weber
2005-03-17 10:34             ` Patrick Gundlach
2005-03-16 19:01     ` Willi Egger
2005-03-16 19:08       ` Matthias Weber
2005-03-17 17:40         ` Adam Lindsay
2005-03-17 21:50           ` Matthias Weber
2005-03-18  8:41           ` Hans Hagen
2005-03-16 19:40       ` problem with \digits Martin Kolaøík
2005-03-17  9:24         ` Hans Hagen
2005-03-17 11:54           ` problem with \digits + one more Martin Kolaøík
2005-03-18  8:26             ` 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=27fc745819889eebdd653cbf60e4cc71@indiana.edu \
    --to=matweber@indiana.edu \
    --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).