Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45770 - Patch to make the latex-package eclass install bibtex styles
Summary: Patch to make the latex-package eclass install bibtex styles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 45771
  Show dependency tree
 
Reported: 2004-03-25 22:25 UTC by Adam Tenderholt
Modified: 2004-03-27 11:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to make latex-package.eclass install bibtex styles (latex-package.diff,730 bytes, patch)
2004-03-25 22:27 UTC, Adam Tenderholt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Tenderholt 2004-03-25 22:25:20 UTC
Hi, 

While trying to make an ebuild that derives from the latex-package eclass, I found that it didn't check whether any bibtex style files (*.bst) were present to be installed.

Attached is a patch that checks for .bst files and installs them into $TEXMF/bibtex/packagename.

Adam


Reproducible: Always
Steps to Reproduce:
1. Emerge a latex package that includes bst--I'm not sure if there are any by default, but I'm submitting an achemso ebuild for the Americal Chemical Society latex pacakge

Actual Results:  
Appropriate bst files aren't installed--looking at the eclass, there wasn't an 
option to check and install them. 

Expected Results:  
Install bst files.
Comment 1 Adam Tenderholt 2004-03-25 22:27:26 UTC
Created attachment 28039 [details, diff]
Patch to make latex-package.eclass install bibtex styles
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-03-27 11:08:38 UTC
Applied. Thanks for the contribution.