Hi,
Sébastien Pierre <spierre@xxxxxxxxxx> writes:
>
Le 06-07-24 à 18:19, Daniel Ajoy a écrit :
>
>
> @I seems to do nothing to the AvantGarde font
>
>
It is possible that the font does not come with the italic variant
>
(some fonts do not have bold or italic).
Here's what happens.
AvantGarde _does_ have an italic variant. Lout's `fontdefs.ld' defines
it like this:
{ @FontDef
@Tag { AvantGarde-Slope }
@Family { AvantGarde }
@Face { Slope }
@Name { AvantGarde-MediumObl }
@Metrics { AG-MdO }
@Mapping { LtLatin1.LCM }
}
However, I'm guessing that you're using a free OS which provides a free
(GPL'd) variant of Adobe's fonts made by URW++ [0,1].
Then, Ghostscript (which your viewer uses) defines a "font map" that
allows it to use the URW++ variants whenever a PS file refers to the
Adobe font names. On Debian (the `gs-gpl' package), this file is
located at /usr/share/gs-gpl/8.50/lib/Fontmap.GS. For AvantGarde, it
contains the following lines:
/AvantGarde-Book /URWGothicL-Book ;
/AvantGarde-BookOblique /URWGothicL-BookObli ;
/AvantGarde-Demi /URWGothicL-Demi ;
/AvantGarde-DemiOblique /URWGothicL-DemiObli ;
IOW, it doesn't mention any mapping for `AvantGarde-MediumObl' (which
you are interested in), which is why it doesn't display italics.
I don't know what this font should be mapped to, but you could add
something like this to your `Fontmap.GS' file:
/AvantGarde-MediumObl /URWGothicL-DemiObli ;
However, if you send your file to a standard PS printer, it should print
just fine.
Thanks,
Ludovic.
[0]
http://urwpp.de
[1]
http://goldfndr.home.mindspring.com/urw.html
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: section titles in one page body in next page
¡Hóla! ;-)
"Daniel Ajoy" <da.ajoy@xxxxxxxxx> writes:
> I'm finding than I get more section titles in one page and
> their bodies in the next page in the Spanish version than in the
> English version (I think the English version has none).
Did you specify `unbreakablefirst unbreakablelast' in your paragraph
breaking parameters (e.g., in `@InitialBreak')?
If you did and you still have problems of section titles that appear
alone at the end of a page (or similar), then I'm afraid you're stuck:
the current Lout `dsf' package is not very good at avoiding such
situations (see [0] for details).
Thanks,
Ludovic.
[0] http://lists.planix.com/pipermail/lout-users/2005q1/003906.html
Next Message by Date:
click to view message preview
Re: section titles in one page body in next page
On 25 Jul 2006 at 10:53, Ludovic Courtès wrote:
> If you did and you still have problems of section titles that appear
> alone at the end of a page (or similar), then I'm afraid you're stuck:
> the current Lout `dsf' package is not very good at avoiding such
> situations (see [0] for details).
>
> Thanks,
> Ludovic.
>
> [0] http://lists.planix.com/pipermail/lout-users/2005q1/003906.html
I patched it as it mentions here. And things seems to be better.
Thanks.
Daniel
Previous Message by Thread:
click to view message preview
Re: @I seems to do nothing to the AvantGarde font
Le 06-07-24 à 18:19, Daniel Ajoy a écrit :
@I seems to do nothing to the AvantGarde font
It is possible that the font does not come with the italic variant
(some fonts do not have bold or italic).
-- Sébastien
Next Message by Thread:
click to view message preview
Re: @I seems to do nothing to the AvantGarde font
On 25 Jul 2006 at 11:09, Ludovic Courtès wrote:
> I don't know what this font should be mapped to, but you could add
> something like this to your `Fontmap.GS' file:
>
> /AvantGarde-MediumObl /URWGothicL-DemiObli ;
>
Thanks that help.
However, URWGothicL-DemiObli is a bold
font. I'm happy with it, though.
Daniel