我刚刚意识到当我放大公式时,它们会变得像素化,但我不知道原因。它们看起来像这样:
这是一个很小的 MWE:
\documentclass{thesis}
\usepackage[authoryear,round]{natbib}
\usepackage{afterpage}
\usepackage[spanish]{babel}
\decimalpoint
\usepackage{wrapfig}
\usepackage{array}
\usepackage[T1]{fontenc}
\usepackage{garamondx} %Font type
\usepackage{doi}
\usepackage[utf8]{inputenc} % For accents marks on spanish
\usepackage{verbatim} % Needed for the "comment" environment to make LaTeX comments
\usepackage{vector} % Allows "\bvec{}" and "\buvec{}" for "blackboard" style bold vectors in maths
\usepackage{pdflscape} % for rotating pages
\usepackage{lscape} % images as full page
\usepackage{enumerate} % for listing
\usepackage[graphicx]{realboxes} % for rotating tables and resizing
\usepackage{multirow} % multirows for tables
\usepackage{amsmath} % Equations
\usepackage{bm} % Equations
\begin{document}
\begin{multline}
\label{eqn:eqn4}
\boldsymbol{P(Kbar) =} 4.76Al - 3.01 - \left ( \frac{T(^{\circ}C) - 675}{85} \right ) \times [0.53Al + 0.005294 \times (T(^{\circ}C) - 675)]
\end{multline}
\end{document}
我已经cm-super
从 MPM 安装并尝试过类似的解决方案这以及其他。我应该更改数学字体还是其他什么?
谢谢!