Bug 168729 - sci-physics/jaxodraw-1.3.2 - axodraw.sty is not installed
|
Bug#:
168729
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: minor
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: nelchael@gentoo.org
|
Reported By: _hamlet@libero.it
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: sci-physics/jaxodraw-1.3.2 - axodraw.sty is not installed
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-02-28 13:36 0000
|
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
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.