我正在与 Texnic Center 一起做一个投影仪演示,在写数学的时候遇到了一个问题:
\documentclass[9pt]{beamer}
\usetheme{Goettingen}
\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\begin{document}
\section{Introduction}
\begin{frame}{Introduction}
First line of text\\
$\rightarrow$ The arrow works\\
\bigskip
$\Rightarrow$ This arrow works too
\end{frame}
\begin{frame}{Equation}
This doesn't work :\\
$a$
$a(t) = a0 + t a$
\end{frame}
\end{document}
创建 PDF 时出错Cannot execute the command
日志文件说:
D:\Utilisateurs\jouissm\AppData\Local\MiKTeX\2.9\fonts\pk\ljfour\jknappen\ec\dpi600\ecss0600.pk>!pdfTeX error: pdflatex.exe (file mathkerncmssi9): Font mathkerncmssi9 at 600 not found
==> Fatal error occurred, no output PDF file produced!
由于 ,PDF 无法创建:将或$a$
编译为 时一切正常,但只要数学环境中有字母,例如,就会出现错误。目前,我在我的方程式中使用,但它不是很方便。$\omega$
$\frac{1}{8}$
$a$
$\text{a}$
我使用 Windows、Miktex 和 Texnic Center 进行工作。