Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
In jaxodraw package, directory "etc", a copy of axodraw.sty is present; it's a foundamental component for using diagrams produced by jaxodraw in LaTeX. jaxodraw doesn't install it, saying this should be done by hand. Currently the ebuild doesn't; I think it really should. The instructions are in jaxodraw user guide itself: Installing axodraw system wide is very easy. Just put the style file somewhere in the global search path of your LaTeX distribution (for TeTeX, typically /usr/share/texmf/tex/latex/misc/) and update the TEX database with mktexlsr Could you add this to the ebuild? Probably who makes TeX ebuilds knows how to do this properly. Reproducible: Always Steps to Reproduce: 1. emerge jaxodraw 2. try compiling a LaTeX document with '\usepackage{axodraw}' directive. Actual Results: TeX compiler complains since axodraw.sty file is missing. Expected Results: The compilation should succeed after a "out-of-the-box" jaxodraw merging.
Reopen with ebuild name (incl. category) and version; can't find any such thing in the tree.
(In reply to comment #1) > Reopen with ebuild name (incl. category) and version; can't find any such thing > in the tree. > * sci-physics/jaxodraw Available versions: (~)1.3.2 Homepage: http://jaxodraw.sourceforge.net/ Description: Java program for drawing Feynman diagrams
Reopen...
Created an attachment (id=111845) [details] jaxodraw-1.3.2.ebuild.tetex.patch Could you please test attached patch?
I like that patch! Ok, a little more professional now: I tried it, jaxodraw installs correctly and works correctly, including LaTeX preview (which I assume uses LaTeX and axodraw.sty). I tries a simple test .tex file which \usespackage axodraw and that works too. Summary: it works perfectly on [my] amd64 now, and thank you for the effort.
Commited, thanks for testing.