.The `translator.sty` LaTeX style document has been added
Previously, the `translator.sty` LaTeX style document, which is necessary for certain tools that depend on `texlive-beamer`, was missing. As a consequence, these tools failed with a `LaTeX Error: File `translator.sty' not found.` error. This update adds the missing `texlive-translator` package that contains the `translator.sty` LaTeX style document. As a result, tools that depend on `texlive-beamer` work correctly.
DescriptionSteffen Froemer
2022-12-05 07:57:30 UTC
Description of problem:
RHEL8 does not provide the translator.sty (texlive-translator). It's a dependency when texlive-beamer is used. Therefore any tools depending on beamer are broken in RHEL8
Version-Release number of selected component (if applicable):
texlive-beamer-20180414-25.el8.noarch
How reproducible:
always
Steps to Reproduce:
1. $ locate beameruserguide
/usr/share/texlive/texmf-dist/doc/latex/beamer/beameruserguide.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamer/beameruserguide.tex
2. $ cp -a /usr/share/texlive/texmf-dist/doc/latex/beamer /tmp/test; cd /tmp/test
3. $ pdflatex beameruserguide |cat -n
Actual results:
1 This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex)
2 restricted \write18 enabled.
3 entering extended mode
4 (./beameruserguide.tex
5 LaTeX2e <2017-04-15>
6 Babel <3.17> and hyphenation patterns for 3 language(s) loaded.
7 (/usr/share/texlive/texmf-dist/tex/latex/base/ltxdoc.cls
…
…
135 (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
136 (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))
137 (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty)
138
139 ! LaTeX Error: File `translator.sty' not found. <<<<<================
140
141 Type X to quit or <RETURN> to proceed,
142 or enter new name. (Default extension: sty)
143
144 Enter file name:
145 ! Emergency stop.
146 <read *>
147
148 l.30 ^^M
149
150 ! ==> Fatal error occurred, no output PDF file produced!
151 Transcript written on beameruserguide.log.
Expected results:
beamerguide should be able to build successfully.
Additional info:
Using the package from EPEL8 (texlive-translator-20180414-9.el8.noarch.rpm) helps to mitigate the behavior.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (texlive bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2023:2842
Description of problem: RHEL8 does not provide the translator.sty (texlive-translator). It's a dependency when texlive-beamer is used. Therefore any tools depending on beamer are broken in RHEL8 Version-Release number of selected component (if applicable): texlive-beamer-20180414-25.el8.noarch How reproducible: always Steps to Reproduce: 1. $ locate beameruserguide /usr/share/texlive/texmf-dist/doc/latex/beamer/beameruserguide.pdf /usr/share/texlive/texmf-dist/doc/latex/beamer/beameruserguide.tex 2. $ cp -a /usr/share/texlive/texmf-dist/doc/latex/beamer /tmp/test; cd /tmp/test 3. $ pdflatex beameruserguide |cat -n Actual results: 1 This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex) 2 restricted \write18 enabled. 3 entering extended mode 4 (./beameruserguide.tex 5 LaTeX2e <2017-04-15> 6 Babel <3.17> and hyphenation patterns for 3 language(s) loaded. 7 (/usr/share/texlive/texmf-dist/tex/latex/base/ltxdoc.cls … … 135 (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def 136 (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) 137 (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty) 138 139 ! LaTeX Error: File `translator.sty' not found. <<<<<================ 140 141 Type X to quit or <RETURN> to proceed, 142 or enter new name. (Default extension: sty) 143 144 Enter file name: 145 ! Emergency stop. 146 <read *> 147 148 l.30 ^^M 149 150 ! ==> Fatal error occurred, no output PDF file produced! 151 Transcript written on beameruserguide.log. Expected results: beamerguide should be able to build successfully. Additional info: Using the package from EPEL8 (texlive-translator-20180414-9.el8.noarch.rpm) helps to mitigate the behavior.