[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#145879: tetex-base: pdftex.map problem



Package: tetex-base
Version: 1.0.2+20011202-3
Severity: normal

Hi, 
pdflatex output:

[1{/usr/share/texmf/dvips/config/pdftex.map
Warning: pdflatex (file /usr/share/texmf/dvips/config/pdftex.map): invalid
entry for `rtxphvbo': SlantFont/ExtendFont can be used only with embedded T1
fonts

Warning: pdflatex (file /usr/share/texmf/dvips/config/pdftex.map): invalid
entry for `rtxphvro': SlantFont/ExtendFont can be used only with embedded T1
fonts

Warning: pdflatex (file /usr/share/texmf/dvips/config/pdftex.map): invalid
entry for `rtxptmbo': SlantFont/ExtendFont can be used only with embedded T1
fonts

Warning: pdflatex (file /usr/share/texmf/dvips/config/pdftex.map): invalid
entry for `rtxptmro': SlantFont/ExtendFont can be used only with embedded T1
fonts
}] 

Mirek

-- System Information
Debian Release: 3.0
Kernel Version: Linux mirek 2.4.18 #1 Thu Apr 4 10:41:46 CEST 2002 i586 unknown

Versions of the packages tetex-base depends on:
ii  dpkg           1.9.20         Package maintenance system for Debian
ii  texinfo        4.1-2          Documentation system for on-line information

--- Begin /etc/X11/app-defaults/XDvi (modified conffile)
XDvi*mfMode: ljfzzz
XDvi*pixelsPerInch: 1200
XDvi*shrinkFactor: 16
XDvi*paper: a4
XDvi*wwwBrowser: netscape
XDvi*thorough: true
XDvi*shrinkButton1: 4
XDvi*shrinkButton2: 8
XDvi*shrinkButton3: 12
XDvi*shrinkButton4: 16

--- End /etc/X11/app-defaults/XDvi

--- Begin /etc/texmf/dvips/config.ps (modified conffile)
% 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 mktexpk is invoked.)
% See ../../metafont/misc/modes.mf for a list of mode names.  This mode
% and the D number above must agree, or mktexpk 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
% Configuration of postscript type 1 fonts:
p psfonts.map
% This shows how to add your own map file.
% Remove the comment and adjust the name:
% p +myfonts.map
@ A4size 210mm 297mm
@+ %%PaperSize: A4
@ letterSize 8.5in 11in
@ 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
@ a4 210mm 297mm
@+ ! %%DocumentPaperSizes: a4
@+ %%BeginPaperSize: a4
@+ a4
@+ %%EndPaperSize
@ a3 297mm 420mm
@+ ! %%DocumentPaperSizes: a3
@+ %%BeginPaperSize: a3
@+ a3
@+ %%EndPaperSize
o |lpr -Plps

--- End /etc/texmf/dvips/config.ps

--- Ignoring modified conffile /etc/texmf/dvips/pdftex.map (>8k)

--- Ignoring modified conffile /etc/texmf/dvips/ps2pk.map (>8k)

--- Ignoring modified conffile /etc/texmf/dvips/psfonts.map (>8k)

--- Begin /etc/texmf/dvips/updmap (modified conffile)
#!/bin/sh
extra_modules="
    pxr2.map
  txr.map
"
lw35=urw-kb		# URW fonts (download type1 files using Berry names)
type1_default=false
common_modules="
  antp.map antt.map charter.map context.map lucidabr.map marvosym.map
  mathpi.map mathpple-ext.map mt-plus.map mt-yy.map omega.map qpl.map
  qtm.map utopia.map xypic.map pazo.map cmcyr.map
  $extra_modules
"
mf_modules="
  bsr.map bsr-interpolated.map cs.map hoekwater.map pl.map
"
lw35_modules="
  *-adobe-bi.map
  $common_modules
"
if test "x$type1_default" = xtrue; then
  lw35_modules="$lw35_modules $mf_modules"
fi
ps2pk_modules="
  *-$lw35.map
  $common_modules
  $mf_modules
"
pdftex_modules="
  $mf_modules
  *ar-ext-$lw35.map
  *ar-std-adobe-bi.map
  *lw35extra-$lw35.map
  mtsupp-ext-$lw35.map
  mtsupp-std-adobe-bi.map
  $common_modules
"
for file in psfonts.map ps2pk.map pdftex.map; do
cat >$file <<eof
% $file: maintained by the script updmap in \$TEXMFMAIN/dvips/config.
%   The preferred way to add things to this file is to put the extra lines
%   into a separate file and add that filename to the updmap script. Then,
%   run the updmap script to recreate this file.
eof
done
cat $lw35_modules   | grep -v '^%' | grep . | sort | uniq >> psfonts.map
cat $ps2pk_modules  | grep -v '^%' | grep . | sort | uniq >> ps2pk.map
cat $pdftex_modules | grep -v '^%' | grep . | sort | uniq >> pdftex.map

--- End /etc/texmf/dvips/updmap

--- Ignoring modified conffile /etc/texmf/modes.mf (>8k)

--- Begin /etc/texmf/language.dat (modified conffile)
% File    : language.dat
% Purpose : specify which hypenation patterns to load 
%           while running iniTeX 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CAUTION: the first language will be the default if no style-file
%          (e.g. german.sty) is used.
% Since version 3.0 of TeX, hyphenation patterns for multiple languages are
% possible. Unless you know what you are doing, please let the american
% english patterns be the first ones. The babel system allows you to
% easily change the active language for your texts. For more information,
% have a look to the documentation in texmf/doc/generic/babel.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The hyphenation pattern files are in the dirctory:
%	texmf/tex/generic/hyphen
% The US-english patterns should be loaded *always* and as *first* ones.
% Define USenglish as an alias for american.
american ushyph1.tex
=USenglish
% UK english, TWO LINES!
%british  ukhyphen.tex
%=UKenglish
% english should always be defined. Either an alias for american or british.
=english
% French, TWO lines!
%french		frhyph.tex
%=patois
%german		dehypht.tex
%=austrian
% For use with ngerman.sty (neue Rechtschreibung):
%ngerman		dehyphn.tex
%=naustrian
% The following languages are disabled by default. Uncomment, what you need.
%bahasa		inhyph.tex
%catalan	cahyph.tex
%croatian	hrhyph.tex
%czech		czhyph2e.tex
%danish		dkhyphen.tex
%dutch		nehyph.tex
%finnish	fi8hyph.tex
%galician	gahyph.tex
%greek		grhyph.tex
%italian	ithyph.tex
%latin		lahyph.tex
%magyar		huhyph.tex
%norsk		nohyph.tex      % old file
%norsk		nohyphb.tex     % see texmf/doc/generic/nohyph/README.nohyph
%norsk		nohyphbc.tex    % see texmf/doc/generic/nohyph/README.nohyph
polish		plhyph.tex
%portuges	pt8hyph.tex
%romanian	rohyphen.tex
%russian	ruhyphen.tex	% note: edit ruhyphen.tex for your encoding!
%serbocroatian	shhyphl.tex
%slovak         skhyph2e.tex
%slovene	sihyph22.tex
%spanish	sphyph.tex
%swedish	sehyph.tex
%turkish	trhyph.tex
% For Ukrainian, either use ukrhyph.tex (and edit that file for the encoding
% that you need) or use one of the ukrhyph.ENC files.
%ukrainian	ukrhyph.tex
%ukrainian	ukrhyph.t2a
%ukrainian	ukrhyph.lcy
%ukrainian	ukrhyph.ot2
% A "language" without hyphenation:
nohyphenation zerohyph.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Please contact me, if for any of the following languages there are
% freely available hyphenation tables:
%	esperanto
% I might want to include them in a future version of this file.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Email   : Thomas Esser, te@informatik.uni-hannover.de
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

--- End /etc/texmf/language.dat

--- Begin /etc/texmf/pdftex/pdftex.cfg (modified conffile)
% Thomas Esser, 1998, 1999, 2000 public domain.
output_format 1
compress_level 9
decimal_digits 3
page_width 210 true mm
page_height 297 true mm
horigin 1 true in
vorigin 1 true in
pk_resolution 1200
% -------------------------------
% --- start of map file setup ---
% -------------------------------
%
% pdftex.map is set up by texmf/dvips/config/updmap
%
map pdftex.map
%
% This shows how to add your own map file. Remove the comment and adjust
% the name:
%
% map +myfonts.map
% -----------------------------
% --- end of map file setup ---
% -----------------------------

--- End /etc/texmf/pdftex/pdftex.cfg


-- 
To UNSUBSCRIBE, email to debian-tetex-maint-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: