Texmaker 的内部 PDF 查看器会变形预览 pdf

Texmaker 的内部 PDF 查看器会变形预览 pdf

我使用 Texmaker 4.1.1(和 MiKTeX 2.9)。在完全重新安装我的计算机后,Texmaker 的内部 PDF 查看器开始扭曲 PDF 文档的预览。这意味着页面看起来“紧缩”。线条更窄,字体太低太宽......(输出的 PDF 文档看起来正常。)

有人知道这是为什么吗?


编辑:我添加了一张图片来直观地表达我的意思。

编辑#2:以下示例的 tex 源:

\documentclass[12pt]{article}
\usepackage[]{}
\usepackage{lingmacros}
\usepackage{tree-dvips}
\begin{document}

\section*{Notes for My Paper}

Don't forget to include examples of topicalization.
They look like this:

{\small
\enumsentence{Topicalization from sentential subject:\\ 
\shortex{7}{a John$_i$ [a & kltukl & [el & 
  {\bf l-}oltoir & er & ngii$_i$ & a Mary]]}
{ & {\bf R-}clear & {\sc comp} & 
  {\bf IR}.{\sc 3s}-love   & P & him & }
{John, (it's) clear that Mary loves (him).}}
}

\subsection*{How to handle topicalization}

I'll just assume a tree structure like (\ex{1}).

{\small
\enumsentence{Structure of A$'$ Projections:\\ [2ex]
\begin{tabular}[t]{cccc}
    & \node{i}{CP}\\ [2ex]
    \node{ii}{Spec} &   &\node{iii}{C$'$}\\ [2ex]
        &\node{iv}{C} & & \node{v}{SAgrP}
\end{tabular}
\nodeconnect{i}{ii}
\nodeconnect{i}{iii}
\nodeconnect{iii}{iv}
\nodeconnect{iii}{v}
}
}

\subsection*{Mood}

Mood changes when there is a topic, as well as when
there is WH-movement.  \emph{Irrealis} is the mood when
there is a non-subject topic or WH-phrase in Comp.
\emph{Realis} is the mood when there is a subject topic
or WH-phrase.

\end{document}

预览文件

答案1

我使用下面的方法重现了这一点:

在 Virtualbox 4.3.6 中运行的 Windows 7 SP1(在 CentOS 6.4 主机上)

Texmaker 4.1.1 和 MikTex 2.9.5105

pdf 在内部 pdfviewer 中变形了,但在 Acrobat reader 中看起来很正常。

变形取决于虚拟框窗口的大小:较窄的虚拟框窗口会导致 pdfviewer 中的 pdf 较窄,而较宽的虚拟框窗口会导致 pdfviewer 中的 pdf 过宽。似乎 pdfviewer 使用的是显示器纵横比(而不是分辨率),并且在调整虚拟框窗口大小时不会更新此值。我推测 pdfviewer 或其组件之一使用了扩展显示标识数据 (EDID)。通过 EDID 获得的显示器尺寸和纵横比并不总是正确的……

解决方法:调整虚拟框窗口宽度,以获得大致正确的比例。

解决方法 2(也适用于非虚拟机):您可以手动覆盖 EDID 信息,请参阅http://msdn.microsoft.com/en-us/library/windows/hardware/jj133967(v=vs.85).aspx

答案2

一切正常(Windows 7 + texmaker 4.1.1 + miktex 2.9):

Texmaker pdf 查看器和 Acrobat 阅读器

相关内容