在 MacTeX 2015 上,我无法编译需要 Powerdot 包的以下代码。有人能确认这是一个错误吗?
\documentclass{powerdot}
\title{powerdot example 1}
\author{Hendri Adriaens \and Christopher Ellison}
\begin{document}
\maketitle
\begin{slide}{Slide 1}
\begin{itemize}
\item This is the first slide\pause
\item There is nothing special about it.
\end{itemize}
\end{slide}
\end{document}
答案1
为了使用 Power Dot 以 pdf 格式查看输出,请遵循以下步骤:
- 使用 latex 编译代码。这将生成一个 dvi 文件。
- 将 dvi 文件转换为 pdf 文件。大多数编辑器都有一个“DVItoPDF”按钮。
- 使用“查看pdf”按钮获取所述pdf。