Search found 4 matches

by Sgietus
Fri Oct 31, 2008 5:21 pm
Forum: General
Topic: gtamac fonts don't work
Replies: 2
Views: 3186

Re: gtamac fonts don't work

Thanks, but I'm afraid the links don't really help. As Gerben wrote:

> After installing fondu and TeX, you can us it like this:
>
> To use these fonts with LaTeX, put e.g. the following in your file:
>
> \usepackage[T1]{fontenc}
> \usepackage{gtamachoefler}
>
> Such a style file will make ...
by Sgietus
Fri Oct 31, 2008 4:35 pm
Forum: General
Topic: Switching from book format to printable format
Replies: 1
Views: 1188

Re: Switching from book format to printable format

With the geometry package you can use both "centering" or "hmarginratio=1:1" to make sure the marginratio both left and right stays the same, even in twoside mode.

so
\usepackage[centering, hmarginratio=1:1]{geometry}
should do the trick

According to the manual, you should also be able to use the ...
by Sgietus
Fri Oct 31, 2008 1:57 pm
Forum: General
Topic: gtamac fonts don't work
Replies: 2
Views: 3186

gtamac fonts don't work

Hi,

I just installed MacTeX-2008 (and fondu), but I can't seem to get the gtamac fonts to work.

\documentclass[]{article}

\usepackage{texnansi}
\usepackage{gtamacbaskerville}

\begin{document}

Test

\end{document}

gives

This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
\write18 ...
by Sgietus
Fri Oct 31, 2008 1:52 pm
Forum: XeTeX
Topic: Can't use XeTeX in TeXLive 2008
Replies: 0
Views: 2771

Can't use XeTeX in TeXLive 2008

Hi,

Hope someone can help me. Am a avid user of LaTeX, but know very little about the underlying mechanics. I've just updated my TeX distribution to TeXLive 2008 (used the MacTeX-2008 package), but now it seems my old way of using Baskerville font won't work.

I used this:

\documentclass ...