ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Adam Lindsay" <atl@comp.lancs.ac.uk>
Subject: Re: s-mag-01
Date: Tue, 11 Mar 2003 15:02:02 +0000	[thread overview]
Message-ID: <20030311150202.6402@news.comp.lancs.ac.uk> (raw)
In-Reply-To: <84B1A79C-53CE-11D7-93AD-0050E4258255@fastmail.fm>

Bruce D'Arcus said this at Tue, 11 Mar 2003 09:34:08 -0500:

>
>On Tuesday, March 11, 2003, at 03:00  AM, Hans Hagen wrote:
>
>>
>>> Also, IIRC, shouldn't the grey border surround the entire page, and 
>>> extend to the edge?  I am getting a thinner border in the shape of an 
>>> "L," with white space at the page edge.
>>
>> works ok here, puzzled

Bruce, did you try opening the file in Acrobat? It's based on a very nice
2-page spread layout, and the page structure is immediately apparent once
you see it that way.

>On this, the only thing I changed was to use a different font, since 
>palatino doesn't seem to work from ConTeXt in my new installation.

One word: texfont.
It took me a while to figure out how to actually use it on my MacOSX
(TeXLive) install, but it works very nicely, once you figure out a couple
stumbling blocks. I actually wrote a My Way tutorial on it, but it ended
up being a bit too cranky. Hans took it more as a bug report, and said
he'd work on some of the issues I brought up.

So I'm not sure whether I should release it as-is, or if I should wait
for texfont to change.

>I know this was discussed previously, but don't remember the bottomline 
>point.  Shouldn't these fonts that are included with teTeX and TeXLive 
>just work in ConTeXt, without needing any intervention by the user?  If 
>yes, whose responsibility is this?  Am using Gerben Wierda's OS X 
>installer, but have a feeling this isn't his problem.  Or maybe it is?

basically what I did was:
set teTeX = /usr/local/teTeX  # my tcsh setting of the root tex install

cd $teTeX    # wherever you have your root tetex directory
sudo chgrp -R admin texmf-local  # make your texlocal directory
sudo chmod -R g+w texmf-local    # group-writeable to facilititate changes

cd texmf/fonts   
        # copy the fonts into the local font directory for munging the names
cp -R afm tfm type1 vf ../../texmf-local/fonts/
cd ../../texmf-local/fonts/afm
mv bit bitstrea   # correct a TeXLive 7 naming bug
gunzip -r *       # I think these are shipped as gzipped files
sudo texhash

cd      # or to a safe home directory where temp files can be created
# next command is all one line:
texfont $teTeX/texmf/context/data/type-tmf.dat --en=texnansi
     --fontroot=$teTeX/texmf-local --install --makepath


it'll make a bunch of font charts in the form of .tex files. To run these
(and use the palatino fonts in s-mag) you ought to have
\autoloadmapfiletrue in your cont-sys.tex file.

I *think* that'll get you started. Good luck...

adam


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay                      atl@comp.lancs.ac.uk
 Computing Dept, Lancaster University   +44(0)1524/594.537
 Lancaster, LA1 4YR, UK             Fax:+44(0)1524/593.608
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  parent reply	other threads:[~2003-03-11 15:02 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-10 16:25 Displayed material, again Giuseppe Bilotta
2003-03-10 16:50 ` Bruce D'Arcus
2003-03-10 20:22   ` Re[2]: " Giuseppe Bilotta
2003-03-10 22:15     ` s-mag-01 Bruce D'Arcus
2003-03-11  8:00       ` s-mag-01 Hans Hagen
2003-03-11 14:11         ` s-mag-01 Bruce D'Arcus
2003-03-11 14:31           ` s-mag-01 Hans Hagen
2003-03-11 14:34         ` s-mag-01 Bruce D'Arcus
2003-03-11 14:46           ` Fonts again in ConTeXt Patrick Gundlach
2003-03-11 15:10             ` Bruce D'Arcus
2003-03-12 13:04               ` Maarten Sneep
2003-03-12 13:23                 ` Bruce D'Arcus
2003-03-12 13:26                   ` Maarten Sneep
2003-03-12 14:05                     ` Patrick Gundlach
2003-03-12 15:11                       ` Hans Hagen
2003-03-12 15:43                         ` Patrick Gundlach
2003-03-12 19:35                           ` Jens-Uwe Morawski
2003-03-13  8:31                             ` Patrick Gundlach
2003-03-14  8:27                               ` Hans Hagen
2003-03-12 20:26                           ` Hans Hagen
2003-03-13  8:54                             ` Patrick Gundlach
2003-03-13 12:37                               ` Hans Hagen
2003-03-13 15:07                                 ` John Culleton
2003-03-13 15:52                                   ` Hans Hagen
2003-03-21 18:05                                 ` Patrick Gundlach
2003-03-22 11:10                                   ` Hans Hagen
2003-03-14 21:34                             ` Henning Hraban Ramm
2003-03-14 21:24                           ` Henning Hraban Ramm
2003-03-21 18:06                             ` Patrick Gundlach
2003-03-12 15:09                 ` Hans Hagen
2003-03-11 15:02           ` Adam Lindsay [this message]
2003-03-11 20:52             ` s-mag-01 Hans Hagen
2003-03-11  9:13       ` s-mag-01 Patrick Gundlach
2003-03-10 17:00 ` Displayed material, again Hans Hagen
2003-03-10 23:24 ` Hans Hagen
2003-03-11 10:08   ` Re[2]: " Giuseppe Bilotta
2003-03-11 10:52     ` Hans Hagen
2003-03-11 11:47       ` Re[3]: " Giuseppe Bilotta
2003-03-11 14:57         ` Hans Hagen
2003-03-11 17:04           ` Re[4]: " Giuseppe Bilotta
2003-03-12 20:36             ` Hans Hagen
2003-03-13  9:36               ` Re[5]: " Giuseppe Bilotta
2003-03-13 12:23                 ` Hans Hagen
2003-03-11 15:12         ` Re[3]: " Hans Hagen
2003-03-12 21:07         ` Hans Hagen
2003-03-13  9:38           ` Re[4]: " Giuseppe Bilotta

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=20030311150202.6402@news.comp.lancs.ac.uk \
    --to=atl@comp.lancs.ac.uk \
    --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).