You are not logged in.
I am getting an error with texlive and subfigure. When I try to run pdflatex this is what I get
[travis@localhost doc]$ pdflatex lsda.tex
This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6)
entering extended mode
(./lsda.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish,
french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish,
turkish, ukenglish, ukrainian, loaded.
(/opt/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/opt/texlive/texmf-dist/tex/latex/base/size12.clo))
(/opt/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
(/opt/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
(/opt/texlive/texmf-dist/tex/latex/graphics/graphics.sty
(/opt/texlive/texmf-dist/tex/latex/graphics/trig.sty)
(/opt/texlive/texmf/tex/latex/config/graphics.cfg)
(/opt/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def)))
! LaTeX Error: File `subfigure.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
but the file /opt/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty
is there, and it does work if I add the file at the prompt it defaults to, but that's a little annoying.
Is there some way to get it to recognize the file as it should?
Last edited by tesjo (2008-01-11 01:05:11)
Offline
found post here
http://bbs.archlinux.org/viewtopic.php?id=35991&p=6
just ran mktexlsr and that fixed it.
Offline
I had to install texlive-latexextra also to solve the problem
Offline