Description of problem: I was trying beamer theme epyt, but got this new error I've never seen before Version-Release number of selected component (if applicable): texlive-polyglossia-6:svn40138-50.fc28.2.noarch texlive-csquotes-6:svn39538-50.fc28.2.noarch texlive-beamertheme-epyt.noarch How reproducible: I don't know, but I cannot make it go away. Steps to Reproduce: 1. set beamer theme to epyt \usetheme{epyt} 2. pdflatex Actual results: ... Package biblatex Warning: Patching footnotes failed. (biblatex) Footnote detection will not work. Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. (biblatex) Loading 'csquotes' recommended. (./beamerposter.aux) (/usr/share/texlive/texmf-dist/tex/latex/newtx/omlnxlmi.fd ) (/usr/share/texlive/texmf-dist/tex/latex/newtx/untxexa.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/newtx/lmsntxsy.fd) (/usr/share/texlive/texmf-dist/tex/latex/newtx/lmxntxexx.fd) No file MDAcmr.fd. ! LaTeX Error: This NFSS system isn't set up properly. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.103 \begin{document}
texlive-mathdesign provides the file that you are missing. Some packages (such as texlive-arev) do not "require" it in the spec even though they should.
This message is a reminder that Fedora 28 is nearing its end of life. On 2019-May-28 Fedora will stop maintaining and issuing updates for Fedora 28. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '28'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 28 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 30 comes with texlive 2018, and texlive-arev still does not "require" texlive-mathdesign. (It requires tex(arevmath.sty) which it provides itself...) So this is not fixed yet, it seems. Note that most people will install larger collections or schemes, and thus do not encounter the broken dependency chain. I guess TL 2019 is on the doorsteps, though.
This message is a reminder that Fedora 30 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora 30 on 2020-05-26. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '30'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 30 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 30 changed to end-of-life (EOL) status on 2020-05-26. Fedora 30 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.
This issue is still the same in rawhide. As I mentioned in comment #1 there are more packages which need texlive-mathdesign for typesetting mathematics but not require the package (e.g. utopia, heuristica). Typically, they at least mentioned the need for mathdesign in their description. As for arev, the package is "for using Arev Sans in both text and mathematics" according to its description, does not mention mathdesign but does require it. So, either this should be mentioned in the description, or (better) the "requires" on mathdesign should be added to arev.
Apologies for letting this one sit for so long. I'm trying to understand why arev should have a Requires on mathdesign. None of the .sty files in arev have any \RequirePackage calls that would merit it. To be clear, I am not saying you're wrong, I just don't understand what criteria triggers a dependency on mathdesign, and I need to know that in order to get it right in all the places within texlive, as opposed to simply adding Requires: texlive-mathdesign here. Is it the \DeclareFontEncoding(MDA) call in tex/latex/arev/ams-mdbch.sty ?
Yes, you are spot on ;) A minimal example is \documentclass{article} \usepackage{arev} \begin{document} a \end{document} which does not even use math typesetting but loads /usr/share/texlive/texmf-dist/tex/latex/mathdesign/mdacmr.fd which is provided by texlive-mathdesign. That is, when arev.sty sets up TeX for math typesetting the font description file is needed already. It does not need the style file mathdesign.sty. This is different for a package like utopia, so I was not correct here (sorry): I you amend the minimal example with a "$h$" it compiles fine without mathdesign but uses cmr fonts for maths. So utopia should probably not require mathdesign, only recommend it, which it does at least in the description.
Fixed in rawhide: texlive-2020-23.fc33