Bug 1192705
| Summary: | portland.sty missing in texlive | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | schaefi <info> |
| Component: | texlive | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | novyjindrich, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-09-17 19:25:51 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
schaefi
2015-02-14 14:20:30 UTC
Here is a workaround untill the package is provided: 1. Download the file "portland.sty" manually e.g. from http://www.math.mcgill.ca/rags/texmacros/portland.sty or any other mirror 2. Make the directories and put the file into it: mkdir /usr/share/texmf/tex mkdir /usr/share/texmf/tex/latex mkdir /usr/share/texmf/tex/latex/misc209 cp portland.sty /usr/share/texmf/tex/latex/misc209/ 3. Update the texlive database: mktexlsr mktexlsr: Updating /usr/share/texlive/texmf-config/ls-R... mktexlsr: Updating /usr/share/texlive/texmf-dist/ls-R... mktexlsr: Updating /usr/share/texlive/texmf-local///ls-R... mktexlsr: Updating /usr/share/texlive/texmf-var/ls-R... mktexlsr: Done. Now you can work with the portland.sty This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Upstream removed misc209 due to licensing issues. |