[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Axiom-developer] Fonts for HyperDoc?
From: |
daly |
Subject: |
Re: [Axiom-developer] Fonts for HyperDoc? |
Date: |
Mon, 5 Oct 2015 21:38:54 -0500 |
Actually, I just checked the code in the Hyperdoc volume
(books/bookvol7.pamphlet).
If LINUXplatform is defined (which it is in the top level Makefile)
then
#define RmFontDefault "-adobe-courier-medium-r-normal--18-*-*-*-m-*-iso8859-1"
is used. If your AXIOM variable reads
export AXIOM=~/axiom/mnt/ubuntu
(that is, it includes the string "ubuntu" at the end then you should see
PLF:=LINUXplatform
in the top level Makefile.
So something is failing. Do you have the adobe fonts installed?
Tim