最终还是解决了,但整个过程劳神费力,应该是刚开始安装的时候没有健全的安装.不得不说,啸行编写的install-latex-guide-ch-cn真的很有用.支持
最终还是解决了,但整个过程劳神费力,应该是刚开始安装的时候没有健全的安装.不得不说,啸行编写的install-latex-guide-ch-cn真的很有用.支持
\documentclass{beamer}
\usepackage[UTF8,noindent]{ctexcap}
\usetheme{AnnArbor}
\usecolortheme{crane}
\usepackage{graphicx}
\institute[NJUPT]{南京邮电大学}
\author[Robert$\cdot$Charlie]{贺XX}
\title[Beamer模板]{这是文档的大标题}
\date{\today}
\subtitle{这是文档的小标题}
\subject{模板}
% 自定义 logo 的位置
% 在左上角添加校徽
\setbeamertemplate{logo}{%
\raisebox{4.65cm}{% 向上抬高,以便校徽在左上方
\hspace*{-8\paperwidth}% 往左移动位置,可自行调节
\includegraphics[height=1.56cm]{NJUPT.png}%
}
}
\begin{document}
\maketitle
\begin{frame}{目录}
\tableofcontents
\end{frame}
\section{这是第一部分}
\begin{frame}{第一节标题}{第一节小标题}
内容...
\end{frame}
\end{document}
问 在编译源码时出现字体错误,该如何解决?