Bonjour,
Pour utiliser les fontes de type 1, il suffit de d�finir le bon fichier
de configuration pour dvips. En pi�ce jointe � ce message, vous trouverez le
fichier que j'utilise pour une imprimante HP 4000N.
Vous devrez probablement modifier certains param�tres (r�solution, mode MF)
pour une autre imprimante. Par contre la partie pour les fontes cmr Type1 est
ind�pandante du type d'imprimante.
TeX n'utilise que les fichiers TFM qui sont identiques � ceux des fontes
bitmaps. Il n'est donc pas n�cessaire de faire quelque chose de sp�cifique pour
TeX. xdvi utilisera probablemnt les polices bitmaps.
Le paquet �type1cm� est utile pour pouvoir d�finir des dimensions arbitraires
de caract�res (car les fontes bitmaps sont limit�es � certaines tailles fixes).
J'esp�re que cela pourra vous �tre utile.
A.Aubord
My address:
e-mail:[EMAIL PROTECTED]
Surface Mail:
A.Aubord
System Manager
Chemin d'Ecogia 16
CH-1290 Versoix
Switzerland.
% teTeX's config.ps. Thomas Esser, 1998, public domain.
% Memory available. Download the three-line PostScript file:
% %! Hey, we're PostScript
% /Times-Roman findfont 30 scalefont setfont 144 432 moveto
% vmstatus exch sub 40 string cvs show pop showpage
% to determine this number. (It will be the only thing printed.)
m 3500000
% How to print, maybe with lp instead lpr, etc. If commented-out, output
% will go into a file by default.
o |lpr
% Default resolution of this device, in dots per inch.
D 1200
X 1200
Y 1200
% Metafont mode. (This is completely different from the -M command-line
% option, which controls whether MakeTeXPK is invoked.) Get
% @url{ftp://ftp.tug.org/tex/modes.mf} for a list of mode names. This mode
% and the D number above must agree, or MakeTeXPK will get confused.
M ljfzzz
% Also look for this list of resolutions.
R 300 600
% Correct printer offset. You can use testpage.tex from the LaTeX
% distribution to find these numbers.
O 0pt,0pt
% With a high resolution and a RISC cpu, better to compress the bitmaps.
% PS files are much more compact, but can sometimes cause trouble.
Z
% Partially download Type 1 fonts by default. Only reason not to do
% this is if you encounter bugs. (Please report them to
% @email{tex-k@@mail.tug.org} if you do.)
j
% An "all-in-one" psfonts.map.
p psfonts.map
% and the LaserWriter 35 fonts *not* in Acrobat. pdftex loads
% these differently
p +lw35extra.mapfile
% Instead of psfonts.map, you can use smaller "modules".
% See updmap script for how they are concatenated to make psfonts.map
% CSTeX users may want to use Type1 CSfonts instead of
% PK bitmaps generated from MF sources. If so, uncomment the
% next line
% p +csfontd.mapfile
% Warning: The Type1 CSfonts are an alpha version
% and they are not perfect. You can uncomment the
% "p +csfontd.mapfile" line above, but WITHOUT ANY WARRANTY.
% If you do this, remember also to
% use the Computer Modern fonts in Type1 format (see next section).
% To use the CM Type1 fonts. Or use -Pcmz and -Pamz
p +bsr.map
% "real" bakoma instead of interpolated bsr
p +bakomaextra.map
% this one *or* the previous one. Not both!
% p +bsr-missing-interpolated.mapfile
@ a4 210mm 297mm
@+ ! %%DocumentPaperSizes: a4
@+ %%BeginPaperSize: a4
@+ a4
@+ %%EndPaperSize
@ letterSize 8.5in 11in
@ A4size 210mm 297mm
@+ %%PaperSize: A4
@ letter 8.5in 11in
@+ %%BeginPaperSize: Letter
@+ letter
@+ %%EndPaperSize
@ legal 8.5in 14in
@+ ! %%DocumentPaperSizes: Legal
@+ %%BeginPaperSize: Legal
@+ legal
@+ %%EndPaperSize
@ ledger 17in 11in
@+ ! %%DocumentPaperSizes: Ledger
@+ %%BeginPaperSize: Ledger
@+ ledger
@+ %%EndPaperSize
@ tabloid 11in 17in
@+ ! %%DocumentPaperSizes: Tabloid
@+ %%BeginPaperSize: Tabloid
@+ 11x17
@+ %%EndPaperSize
@ a3 297mm 420mm
@+ ! %%DocumentPaperSizes: a3
@+ %%BeginPaperSize: a3
@+ a3
@+ %%EndPaperSize
@ unknown 0in 0in
@+ statusdict /setpageparams known { hsize vsize 0 1 statusdict begin {
@+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known
@+ { hsize vsize 1 statusdict begin { setpage } stopped pop end } if } if