collective / collective/bibliograph.rendering
texnames.sty not found
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
pdf renderer wasnt working for me on Fedora 22, and after a bit of digging around I found `texnames.sty`, used by `bibnames.sty`, was not found. Unfortunately the error is an exception opening `template.pdf` with no more explanation.
```
$ cd /tmp/tmpaFFrGk/
$ pdflatex -interaction=nonstopmode /tmp/tmpaFFrGk/template.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(/tmp/tmpaFFrGk/template.tex
LaTeX2e <2011/06/27>
Babel <3.9k> and hyphenation patterns for 2 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo))
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def))
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
(/usr/share/texlive/texmf-dist/tex/latex/base/latin9.def)) (./bibmods.sty)
(./bibnames.sty
This is bibnames.sty, Version 1.04 <13 June 1992>
! I can't find file `texnames.sty'.
l.84 \input texnames.sty
(Press Enter to retry, or Control-D to exit)
Please type another input file name
! Emergency stop.
l.84 \input texnames.sty
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on template.log.
```
It isnt included in the Fedora metapackage `texlive-collection-latexextra`, but in `texlive-beebe`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.