答案1
这是我从这个简单的例子中得到的:
\documentclass[11pt,a5paper,footinclude=true,headinclude=true]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[linedheaders,parts,pdfspacing]{classicthesis}
\begin{document}
This is inline math $a+b=c$ and a displayed formula follows:
\[
\int_{-\infty}^{\infty}e^{-x^2}\,dx=\sqrt{\pi}
\]
\end{document}
用于数学的字体是 MathPaZo,它是专门为配合默认的 Palatino 文本字体而定制的。
如果我按照以下方式更改示例
\documentclass[11pt,a5paper,footinclude=true,headinclude=true]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[linedheaders,parts,pdfspacing,eulermath]{classicthesis}
\begin{document}
This is inline math $a+b=c$ and a displayed formula follows:
\[
\int_{-\infty}^{\infty}e^{-x^2}\,dx=\sqrt{\pi}
\]
\end{document}
(注意eulermath
选项),我得到了欧拉数学公式。
如果您lmodern
在之后加载classicthesis
\documentclass[11pt,a5paper,footinclude=true,headinclude=true]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[linedheaders,parts,pdfspacing]{classicthesis}
\usepackage{lmodern}
\begin{document}
This is inline math $a+b=c$ and a displayed formula follows:
\[
\int_{-\infty}^{\infty}e^{-x^2}\,dx=\sqrt{\pi}
\]
\end{document}
你得到“标准” LaTeX 字体