質問

私はペチャクチャを作らなければなりません( http://www.pecha-kucha.org/ )クラスのプレゼンテーション。 PowerPointが20秒ごとにスライドを自動的に切り替えるためにPowerPointを取得する方法があることは知っていますが、PDFを出力するLaTexでビーマーを使用することを好みます。 PDFを取得して20秒ごとにスライドを自動的に切り替える方法を知っている人はいますか?

役に立ちましたか?

解決

そのためにAdobe Readerを使用できます。設定の編集 - >フル画面 - >すべて[x]秒を前進させます。

他のヒント

印象的! かなり気の利いたPDFプレゼンテーションツールです。私が知っているすべてのために、それはビーマー向けに設計されました(ホームページのサンプルプレゼンテーション画像はビーマーです...)。 -Aオプションと時間量(20秒)で実行できれば、自動進行します。

それとは別に、ビーマープレゼンテーションを頻繁にプレゼンテーションする場合、ツールベルトにある悪いツールではありません。マウスを「スポットライト」、ズーム、ズーム、白または黒にフェードしてスライドの気晴らしなしに少し脱線することができます。聴衆のために)、そしておそらくそれ以上。繰り返しますが、PDFを使用して提示するときはかなりクールです。

コマンドの完全なリストは次のとおりです。 リンク.

のセクション14.1.2 Beameruserguide 役に立つかもしれません。私が理解しているように、これは主にAdobe Readerでのみ機能します。

私はクラスのビーマープレゼンテーションを作成します(統計学者の教師です)、コードは次のとおりです。

\documentclass[12pt,xcolor=x11names]{beamer}
\usecolortheme[named=darkgray]{structure}
\usetheme{Warsaw}
\usepackage{fourier}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[spanish]{babel}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{pdfpages}
\usepackage{tikz}

\setbeamertemplate{navigation symbols}{}
\hypersetup{%
        pdfpagemode=FullScreen,%
        pdfstartpage=1,%
        colorlinks=false,%
        linkcolor=magenta,%
        pdftitle={Lorem Ipsum},%
        pdfauthor={Dolor, Et},%
        pdfsubject={Lorem},%
        pdfkeywords={lorem, ipsum, dolor}%
        }
\title{Dolor Ipsum}
\subtitle{Lorem Ipsum et}
\author{Dolor Et}
\date{}

\begin{document}
{
\setbeamercolor{background canvas}{bg=darkgray}
\begin{frame}[plain]
\transduration{5}
%\titlepage
\centerline{\textcolor{white}{\textbf{\large{Dolor Ipsum}}}}
\vspace{.3cm}
\centerline{\textcolor{white}{\textbf{\large{Lorem Ipsum}}}}
\vspace{1cm}
\centerline{\textcolor{black}{\textbf{Dolor Et}}}
%\centerline{\small\color[rgb]{0.01,0.33,0.58}
%\textbf{http://www.lorem.org}}
\end{frame}
}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image1.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image2.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image3.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image4.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image5.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image6.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image7.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image8.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image9.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image10.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image11.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image12.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image13.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image14.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image15.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image16.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image17.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image18.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image19.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{frame}[plain]
\transduration{20}
\begin{tikzpicture}[remember picture,overlay]   
    \node[at=(current page.center)] {
    \includegraphics[height=\paperheight]{image20.jpg} 
    };
\end{tikzpicture}
\end{frame}

\begin{document}

ペチャ・クチャの話をしている人々のビデオ例がいくつかあります http://www.businessofsoftware.org/lightningtalk.aspx

試してみたので、ブログの記事で経験から学んだことをいくつか入れました http://www.jpedal.org/pdfblog/2009/11/pecha-kucha-at-bos-2009/

PDFドキュメントでは、このようなアクションが埋め込まれたスクリプトを備えたXMLドキュメントであるため、このようなアクションが利用できるとは思いません。ここにあなたがそれでできることのいくつかの説明があります:http://www.pdfscripting.com/public/47.cfm

おそらく、そのためにPDFビューアに頼らなければならないでしょう。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top