[Bug 619201] [NEW] dvips -Pcmz broke down on 9.10-10.04

2010-08-17 Thread alx.anders
Public bug reported:

After I upgraded from Ubuntu 9.10 to 10.04, I can no longer convert latex 
generated .dvi files into .ps using
dvips -Pcmz -t letter doc.dvi
or (equivalent)
dvips -P cmz -t letter doc.dvi

It says:

$ dvips -Pcmz -t letter applchar_main.dvi 
dvips: warning: no config file for `cmz'
This is dvips(k) 5.98 Copyright 2009 Radical Eye Software (www.radicaleye.com)
' TeX output 2010.08.17:1357' - | lpr -Pcmz
/usr/share/texmf-texlive/dvips/base/tex.pro
/usr/share/texmf-texlive/dvips/base/texps.pro
/usr/share/texmf-texlive/dvips/base/special.pro. 
/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmmi9.pfb
/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsy10.pfblpr: The 
printer or class was not found.

while on 9.10 I does:

This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software (www.radicaleye.com)
' TeX output 2010.08.17:1401' - applchar_main.ps
/usr/share/texmf-texlive/dvips/base/tex.pro
/usr/share/texmf-texlive/dvips/base/texps.pro
/usr/share/texmf-texlive/dvips/base/special.pro. 
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmmi9.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmsy10.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmmi10.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmbx10.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmti10.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmbx12.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmbx9.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmtt9.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmsy9.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr9.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr6.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmmi7.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr7.pfb
/usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr10.pfb[1] [2] [3] [4] 
[5./SolTree.eps] [6] [7] [8] [9] [10] [11] [12] [13] 

dvips resides in the 'texlive-binaries' ('texlive-binaries-2009-5ubuntu0.1') 
(launchpad calls it 'texlive-bin') package.
$ ls -l /usr/bin/dvips
-rwxr-xr-x 1 root root 193088 2010-05-03 18:56 /usr/bin/dvips

My intended workflow is:
$ latex doc.tex
$ latex doc.tex
$ bibtex doc.aux
$ latex doc.tex
$ dvips -Pcmz -t letter doc.dvi
$ ps2pdf -dPDFSETTINGS=/prepress -dEmbedAllFonts=true doc.ps

(Why this -P option can be necessary, see e.g. the USENIX tips to produce a 
suitable .pdf from latex at
http://www.usenix.org/events/samples/latex_tips.html (last bullet))

It seems a complete directory including the file config.cmz is no longer 
present in 10.04 (x86-64).
The site packages.ubuntu.com confirms that this is not a simple matter of 
installing the right pkg.
I tried to copy the file from 9.10, but I couldn't solve it that way.

I couldn't find a similar bug report.
Is there some replacement / work-around?

** Affects: texlive-bin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: dvips

-- 
dvips -Pcmz broke down on 9.10-10.04
https://bugs.launchpad.net/bugs/619201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 619201] [NEW] dvips -Pcmz broke down on 9.10-10.04

2010-08-17 Thread Norbert Preining

 Is there some replacement / work-around?

Yes, drop the -Pcmz and you should be fine. Did you try that?

-- 
dvips -Pcmz broke down on 9.10-10.04
https://bugs.launchpad.net/bugs/619201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 619201] [NEW] dvips -Pcmz broke down on 9.10-10.04

2010-08-17 Thread Norbert Preining

 http://www.usenix.org/events/samples/latex_tips.html (last bullet)

BTW, quite outdated. Setting the right setting with updmap-sys is
enough, and the default is anyway to prefer postscript type1 fonts if
available, so all there is a bit outdated.

-- 
dvips -Pcmz broke down on 9.10-10.04
https://bugs.launchpad.net/bugs/619201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs