Bug 583637
| Summary: | Include bibtex (bbx/cbx) dependencies in file dependency solver | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fabien Archambault <marbolangos> |
| Component: | texlive | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | jnovy, pertusus, pknirsch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-04-30 15:12:30 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: | |||
|
Description
Fabien Archambault
2010-04-19 09:53:35 UTC
The biblatex bbx/cbx files are currently excluded from the dependency calculations. Only .sty files are parsed now. I will keep this bug updated with progress. The dependency could be tracked via:
\RequireCitationStyle{numeric-comp}
and numeric-comp.bbx belong to texlive-biblatex and it contains:
\ProvidesFile{numeric-comp.bbx}
so it is likely dependencies could be generated similarly to .sty/.cls file dependencies.
The dependency generator is now updated to take these dependencies into account. Please see: https://bugzilla.redhat.com/show_bug.cgi?id=488651#c133 for announcement. Thanks for the bugreport. |