Re: texlive problems

2008-06-17 Thread Jonathan Underwood
2008/6/17 Norman Gaywood [EMAIL PROTECTED]:
 https://bugzilla.redhat.com/show_bug.cgi?id=229180

 Interesting read. That thread seems to indicate that the problem has
 been fixed upstream and it was touch and go if the update would make it
 to the first release of F9. Seems this problem will go away eventually.


It may have been forgotten by the packager - I recommend you file a
bug report at bugzilla.redhat.com about this.

[snip]

 3. There seems to be a problem with pdf metapost processing. I haven't
 tracked this down fully yet but a collection of metapost and latex files
 that process correctly with tetex, produces this:
 $ pdflatex premath.tex

 ! Package graphics Error: Cannot convert premath-1.mps from MPS to PDF.
 (graphics)The support file `supp-pdf.tex' is missing.

 Still no solution for this. However,
 On Mon, Jun 16, 2008 at 07:26:30PM -0400, Matthew Saltzman wrote:
 $ rpm -qf `locate supp-pdf`
 texlive-texmf-doc-2007-17.fc9.noarch

 locate supp-pdf

 finds:

 /usr/share/texmf/doc/pdftex/manual/samplepdf/supp-pdf.tex

 as part of the texlive-texmf-doc-2007-17.fc9 package. This path is not
 searched in normal latex processing.


This seems like a bug, please report this at bugzilla as well.


J.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


texlive problems

2008-06-16 Thread Norman Gaywood
I love the fact that F9 is now using texlive instead of tetex. However,
I have found these 3 problems so far:

1. pcatcode.sty is missing. Example:

$ cat t.tex
\documentclass{article}
\usepackage{amsrefs}
\begin{document}
hello
\end{document}

$ latex t.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %-line parsing enabled.
entering extended mode
(./t.tex
LaTeX2e 2005/12/01
   [...snip...]
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/latex/amscls/amsrefs.sty
(/usr/share/texmf/tex/latex/html/url.sty)

! LaTeX Error: File `pcatcode.sty' not found.
   [...snip...]

2. No kdvi program. kdvi used to be in kdegraphics but this no longer
seems to be the case. kdvi works very well with kile. Has this program
been dropped?

3. There seems to be a problem with pdf metapost processing. I haven't
tracked this down fully yet but a collection of metapost and latex files
that process correctly with tetex, produces this:

$ pdflatex premath.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %-line parsing enabled.
entering extended mode
(./premath.tex
LaTeX2e 2005/12/01
   [..snip..]
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/latex/ltxmisc/a4wide.sty
(/usr/share/texmf/tex/latex/ntgclass/a4.sty))
(/usr/share/texmf/tex/generic/oberdiek/ifpdf.sty)
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/pdftex-def/pdftex.def))) (./premath.aux)

! Package graphics Error: Cannot convert premath-1.mps from MPS to PDF.
(graphics)The support file `supp-pdf.tex' is missing.


-- 
Norman Gaywood, Computer Systems Officer
University of New England, Armidale, NSW 2351, Australia

[EMAIL PROTECTED]Phone: +61 (0)2 6773 3337
http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: texlive problems

2008-06-16 Thread Matthew Saltzman

On Tue, 2008-06-17 at 08:35 +1000, Norman Gaywood wrote:
 I love the fact that F9 is now using texlive instead of tetex. However,
 I have found these 3 problems so far:

I have TeXLive installed in F8.  It's supposed to be the same packages,
just built for F8 by the packager.

 
 1. pcatcode.sty is missing. Example:
 
 $ cat t.tex
 \documentclass{article}
 \usepackage{amsrefs}
 \begin{document}
 hello
 \end{document}
 
 $ latex t.tex
 This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
  %-line parsing enabled.
 entering extended mode
 (./t.tex
 LaTeX2e 2005/12/01
[...snip...]
 (/usr/share/texmf/tex/latex/base/article.cls
 Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
 (/usr/share/texmf/tex/latex/base/size10.clo))
 (/usr/share/texmf/tex/latex/amscls/amsrefs.sty
 (/usr/share/texmf/tex/latex/html/url.sty)
 
 ! LaTeX Error: File `pcatcode.sty' not found.
[...snip...]

Don't know about this.  The file is missing here too.

 
 2. No kdvi program. kdvi used to be in kdegraphics but this no longer
 seems to be the case. kdvi works very well with kile. Has this program
 been dropped?

It seems to be there in the F8 version.  I don't have it installed,
though.

 
 3. There seems to be a problem with pdf metapost processing. I haven't
 tracked this down fully yet but a collection of metapost and latex files
 that process correctly with tetex, produces this:
 
 $ pdflatex premath.tex
 This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
  %-line parsing enabled.
 entering extended mode
 (./premath.tex
 LaTeX2e 2005/12/01
[..snip..]
 (/usr/share/texmf/tex/latex/base/article.cls
 Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
 (/usr/share/texmf/tex/latex/base/size10.clo))
 (/usr/share/texmf/tex/latex/ltxmisc/a4wide.sty
 (/usr/share/texmf/tex/latex/ntgclass/a4.sty))
 (/usr/share/texmf/tex/generic/oberdiek/ifpdf.sty)
 (/usr/share/texmf/tex/latex/graphics/graphicx.sty
 (/usr/share/texmf/tex/latex/graphics/keyval.sty)
 (/usr/share/texmf/tex/latex/graphics/graphics.sty
 (/usr/share/texmf/tex/latex/graphics/trig.sty)
 (/usr/share/texmf/tex/latex/config/graphics.cfg)
 (/usr/share/texmf/tex/latex/pdftex-def/pdftex.def))) (./premath.aux)
 
 ! Package graphics Error: Cannot convert premath-1.mps from MPS to PDF.
 (graphics)The support file `supp-pdf.tex' is missing.

$ rpm -qf `locate supp-pdf`
texlive-texmf-doc-2007-17.fc9.noarch

HTH

 
 
-- 
Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: texlive problems

2008-06-16 Thread Antonio Olivares



--- On Mon, 6/16/08, Norman Gaywood [EMAIL PROTECTED] wrote:

 From: Norman Gaywood [EMAIL PROTECTED]
 Subject: texlive problems
 To: For users of Fedora fedora-list@redhat.com
 Date: Monday, June 16, 2008, 3:35 PM
 I love the fact that F9 is now using texlive instead of
 tetex. However,
 I have found these 3 problems so far:
 
 1. pcatcode.sty is missing. Example:
 
 $ cat t.tex
 \documentclass{article}
 \usepackage{amsrefs}
 \begin{document}
 hello
 \end{document}
 
 $ latex t.tex
 This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
  %-line parsing enabled.
 entering extended mode
 (./t.tex
 LaTeX2e 2005/12/01
[...snip...]
 (/usr/share/texmf/tex/latex/base/article.cls
 Document Class: article 2005/09/16 v1.4f Standard LaTeX
 document class
 (/usr/share/texmf/tex/latex/base/size10.clo))
 (/usr/share/texmf/tex/latex/amscls/amsrefs.sty
 (/usr/share/texmf/tex/latex/html/url.sty)
 
 ! LaTeX Error: File `pcatcode.sty' not found.
[...snip...]
What I do here, is I would search for that *.sty file.  Found it here:

http://www.tug.org/texlive/devsrc/Master/texmf-dist/tex/latex/amsrefs/pcatcode.sty

Copy it to your working directory, ie., where you are compling your TeX files.  
Then it should work.  There are other things that you can do, This is what I 
would do to make it easier for me.  
 
 2. No kdvi program. kdvi used to be in kdegraphics but this
 no longer
 seems to be the case. kdvi works very well with kile. Has
 this program
 been dropped?

okular takes its place.  It opens up if you run KDE, if you run Gnome, evince 
will open dvi files.  You can also get xdvi, if you need/want it.  
 
 3. There seems to be a problem with pdf metapost
 processing. I haven't
 tracked this down fully yet but a collection of metapost
 and latex files
 that process correctly with tetex, produces this:
 
 $ pdflatex premath.tex
 This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
  %-line parsing enabled.
 entering extended mode
 (./premath.tex
 LaTeX2e 2005/12/01
[..snip..]
 (/usr/share/texmf/tex/latex/base/article.cls
 Document Class: article 2005/09/16 v1.4f Standard LaTeX
 document class
 (/usr/share/texmf/tex/latex/base/size10.clo))
 (/usr/share/texmf/tex/latex/ltxmisc/a4wide.sty
 (/usr/share/texmf/tex/latex/ntgclass/a4.sty))
 (/usr/share/texmf/tex/generic/oberdiek/ifpdf.sty)
 (/usr/share/texmf/tex/latex/graphics/graphicx.sty
 (/usr/share/texmf/tex/latex/graphics/keyval.sty)
 (/usr/share/texmf/tex/latex/graphics/graphics.sty
 (/usr/share/texmf/tex/latex/graphics/trig.sty)
 (/usr/share/texmf/tex/latex/config/graphics.cfg)
 (/usr/share/texmf/tex/latex/pdftex-def/pdftex.def)))
 (./premath.aux)
 
 ! Package graphics Error: Cannot convert premath-1.mps from
 MPS to PDF.
 (graphics)The support file
 `supp-pdf.tex' is missing.

 
 
 -- 
 Norman Gaywood, Computer Systems Officer
 University of New England, Armidale, NSW 2351, Australia
 
 [EMAIL PROTECTED]Phone: +61 (0)2 6773 3337
 http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312
 
 Please avoid sending me Word or PowerPoint attachments.
 See http://www.gnu.org/philosophy/no-word-attachments.html
 
 -- 

Regards,

Antonio 


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: texlive problems

2008-06-16 Thread Norman Gaywood
Thanks for all the responses. Here is a summary of what I have so far:

On Tue, Jun 17, 2008 at 08:35:41AM +1000, Norman Gaywood wrote:
 1. pcatcode.sty is missing. Example:
On Tue, Jun 17, 2008 at 12:11:11AM +0100, Jonathan Underwood wrote:
 That was removed due to licensing problems - see the texlive review
 for more details:
 https://bugzilla.redhat.com/show_bug.cgi?id=229180

Interesting read. That thread seems to indicate that the problem has
been fixed upstream and it was touch and go if the update would make it
to the first release of F9. Seems this problem will go away eventually.

In the meantime I took the suggestion:

On Mon, Jun 16, 2008 at 05:24:06PM -0700, Antonio Olivares wrote:
 What I do here, is I would search for that *.sty file.  Found it here:
 
 http://www.tug.org/texlive/devsrc/Master/texmf-dist/tex/latex/amsrefs/pcatcode.sty

and did something like:
  sudo  mkdir -p /usr/local/share/texmf/tex/latex/amscls/
  cd /usr/local/share/texmf/tex/latex/amscls/
  sudo wget 
http://www.tug.org/texlive/devsrc/Master/texmf-dist/tex/latex/amsrefs/pcatcode.sty
  sudo texhash

and now pcatcode.sty is found.
 
 2. No kdvi program. kdvi used to be in kdegraphics but this no longer
 seems to be the case. kdvi works very well with kile. Has this program
 been dropped?

Several people noted that kdvi has been replaced by okular in
kedgraphics. That's fine, we can live with that. One of my users
complained that okular does not implement inverse search. A fix for
that seems to be on the way:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg27436.html

 3. There seems to be a problem with pdf metapost processing. I haven't
 tracked this down fully yet but a collection of metapost and latex files
 that process correctly with tetex, produces this:
 $ pdflatex premath.tex
 
 ! Package graphics Error: Cannot convert premath-1.mps from MPS to PDF.
 (graphics)The support file `supp-pdf.tex' is missing.

Still no solution for this. However,
On Mon, Jun 16, 2008 at 07:26:30PM -0400, Matthew Saltzman wrote:
 $ rpm -qf `locate supp-pdf`
 texlive-texmf-doc-2007-17.fc9.noarch

locate supp-pdf

finds:

/usr/share/texmf/doc/pdftex/manual/samplepdf/supp-pdf.tex

as part of the texlive-texmf-doc-2007-17.fc9 package. This path is not
searched in normal latex processing.

I'm still playing with this problem.
 
Thanks for your help everyone.
-- 
Norman Gaywood, Computer Systems Officer
University of New England, Armidale, NSW 2351, Australia

[EMAIL PROTECTED]Phone: +61 (0)2 6773 3337
http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list