- 它是今天早上才开始发生的,没有任何先兆变化。
- 出现警告后,一些之前排版正确的文本现在排版为“更改”。
- 重新排版总会生成正确的 pdf。
- 关闭正确的文本和其 PDF,然后自动重新打开文本和 PDF,无需任何排版,生成一个带有“变化”的pdf。
- 这些“变化”似乎是随机发生的:有时这些“变化”会影响 \emph,有时会影响 \textsf、\textbf,更罕见的是,甚至会影响章节和节标题,
- 这是桌面上一个全新的、极简的 tex,它表现出同样的“变化”:
\documentclass[11pt]{book}
\usepackage[usenames,dvipsnames]{xcolor}
\begin{document}
\colorbox{yellow}{Some Roman text}
\colorbox{yellow}{Some Roman text}
\colorbox{yellow}{\emph{Some Roman emphasized text}}
\colorbox{yellow}{\textsf{Some sansserif text}}
\textsf{\emph{Some emphasized sansserif text}}
\textbf{Some bold text}
\textbf{\emph{Some emphasized bold text}}
asdfasdfasdf
\end{document}
- 该日志仅显示“LaTeX 字体警告:某些字体形状不可用,请替换为默认字体”。有时,
LaTeX Font Warning: Font shape `OT1/cmss/m/it' in size <10.95> not available
(Font) Font shape `OT1/cmss/m/sl' tried instead on input line 15.
这是“更改后的”pdf
- 这是我重新排版后得到的pdf:
- 我在双 1GHz PowerPC G4 上运行 10.5.8 下的 vanilla TeXLive-2013 和 TeXShop 2.47。
问:我应该看哪里?
非常希望问候--schremmer