Bug 234466
| Summary: | Nomencl.sty is an old version | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Buckle <coyoteboyuk> | ||||
| Component: | texlive-texmf | Assignee: | Jindrich Novy <jnovy> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | pertusus, pknirsch, roland.wolters | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-03-17 17:47:09 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
James Buckle
2007-03-29 14:32:31 UTC
> I hope this is the right place to note this. Thanks.
Prolly not, kile is simply a tex front-end, you're likely more interested in
Core/tetex (re-assigning now).
reassigned core/tetex Thanks, sorry - youre absolutely right. I updated the nomencl style in rawhide. tetex-3.0-34.fc6 has been pushed for fc6, which should resolve this issue. If these problems are still present in this version, then please make note of it in this bug report. I'm not sure about in FC6 but F7 I now get the updated nomencl.sty but the makeindex style nomencl.ist doesnt match the .sty? Seeing as this apparently isnt going to be fixed heres a workaround,
Edit
/usr/share/texmf/makeindex/nomencl.ist
Change
keyword "\\glossaryentry"
to
keyword "\\nomenclatureentry"
and
preamble "\\begin{theglossary} \n"
postamble "\n\n\\end{theglossary}\n"
to
preamble "\\begin{thenomenclature} \n"
postamble "\n\n\\end{thenomenclature}\n"
All should work then.
Thanks for the workaround. Is this bug known upstream? tetex upstream doesn't exist, Thomas Esser left the project. We are now moving to TeXLive. Created attachment 298287 [details]
the matching nomencl.ist for the nomencl.sty included in tetex-3.0-44.8.fc8
I'm using Fedora 8 with tetex-3.0-44.8.fc8
and nomencl.ist is still old.
I'm attaching the new version here. The file
/usr/share/texmf/makeindex/nomencl.ist should be replaced with this one.
Exactly this revision of nomencl is used in TeXLive 2007. Please update to TeXLive to fix it. On F8 please use this repo: http://people.redhat.com/jnovy/files/texlive/texlive.repo |