半粗体 Linux Libertine 坏了吗?

半粗体 Linux Libertine 坏了吗?

我刚刚更新到最新的 TeX Live(在 Mac 上,即sudo tlmgr update --self --allno updates available,现在尝试在软件包中使用半粗体字体时出现错误libertine。我的 MWE 是

\documentclass{article}
\usepackage[semibold]{libertine}
\begin{document}
no body needed
\end{document}

当编译时(使用 PDF LaTeX)我得到下面的输出。 texdoc libertine仍然表明这是获取半粗体文本的正确方法,所以不要认为这个选项已经被贬低了。

任何线索都值得赞赏!

This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013)
 restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2011/06/27>
Babel <3.9h> and hyphenation patterns for 78 languages loaded.
(/usr/local/texlive/2013/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2013/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/texlive/2013/texmf-dist/tex/latex/libertine/libertine.sty
(/usr/local/texlive/2013/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(/usr/local/texlive/2013/texmf-dist/tex/generic/oberdiek/ifluatex.sty)
(/usr/local/texlive/2013/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/local/texlive/2013/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/local/texlive/2013/texmf-dist/tex/generic/xkeyval/keyval.tex)))
(/usr/local/texlive/2013/texmf-dist/tex/latex/base/textcomp.sty
(/usr/local/texlive/2013/texmf-dist/tex/latex/base/ts1enc.def))
! Undefined control sequence.
<argument> \libertine@semibold
                               true
l.210 \ProcessOptionsX\relax

? ^D
! Emergency stop.
<argument> \libertine@semibold
                               true
l.210 \ProcessOptionsX\relax

!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on test.log.

相关内容