Powerdot 在 MacTeX 2015 上運作嗎?

Powerdot 在 MacTeX 2015 上運作嗎?

在 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 形式的輸出,請使用以下步驟:

  1. 使用 Latex 編譯程式碼。這會產生一個 dvi 檔案。
  2. 將 dvi 檔案轉換為 pdf 檔案。大多數編輯器都有一個按鈕“DVItoPDF”。
  3. 使用“查看 pdf”按鈕取得該 pdf。

相關內容