diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/powerdot-doc-vn | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/powerdot-doc-vn')
-rw-r--r-- | Master/texmf-dist/doc/latex/powerdot-doc-vn/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/powerdot-doc-vn/exa/example-1.pdf | bin | 0 -> 222692 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/powerdot-doc-vn/exa/example-1.tex | 98 |
3 files changed, 105 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/powerdot-doc-vn/README b/Master/texmf-dist/doc/latex/powerdot-doc-vn/README new file mode 100644 index 00000000000..8e7ad48a6ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/powerdot-doc-vn/README @@ -0,0 +1,7 @@ +powerdot documentation (Vietnamese version) + +author: kyanh <kyanh at o2 dot pl> + +license: LGPL + +url: http://viettug.org/ diff --git a/Master/texmf-dist/doc/latex/powerdot-doc-vn/exa/example-1.pdf b/Master/texmf-dist/doc/latex/powerdot-doc-vn/exa/example-1.pdf Binary files differnew file mode 100644 index 00000000000..03650966f2f --- /dev/null +++ b/Master/texmf-dist/doc/latex/powerdot-doc-vn/exa/example-1.pdf diff --git a/Master/texmf-dist/doc/latex/powerdot-doc-vn/exa/example-1.tex b/Master/texmf-dist/doc/latex/powerdot-doc-vn/exa/example-1.tex new file mode 100644 index 00000000000..26382ce5c18 --- /dev/null +++ b/Master/texmf-dist/doc/latex/powerdot-doc-vn/exa/example-1.tex @@ -0,0 +1,98 @@ +\documentclass[a4paper,style=fyma]{powerdot}
+%% \item\pf{default}\\
+%% \item\pf{simple}\\
+%% \item\pf{tycja}\\
+%% \item\pf{ikeda}\\
+%% \item\pf{fyma}\\
+
+\title{powerdot example 1}
+\author{Hendri Adriaens \and Christopher Ellison}
+ +\begin{document}
+ +\maketitle
+ +\begin{slide}{muc luc} +\tableofcontents +\end{slide} + +\section{A} + +\begin{slide}{Simple onslide+}
+ \texttt{onslide }: \onslide{1}{power}\onslide{2}{dot}\\
+ \texttt{onslide+}: \onslide+{1}{power}\onslide+{2}{dot}\\ + \texttt{onslide+}: \onslide*{1}{power}\onslide*{2}{dot}\\
\end{slide}
+ +\begin{slide}{twocolumn} +\twocolumn{lineheight=1cm}% + {asdfl;kjas;dfkjpoej;laksdjf;laksdjf;askdjf;lasjkdf}% + {;asdkfj;askdjf ;klasjdf;lkj2;rja;sdlkfj;asdf} +\end{slide} + +\begin{slide}{Slide 1}
+ \begin{enumerate}[type=1]
+ \item Here
+ \item we
+ \item demonstrate
+ \item the enumerate environment
+ \end{enumerate}
+\end{slide} + +\begin{slide}{Slide 2}
+ \begin{enumerate}[type=0]
+ \item<1-> Here
+ \item<2-> we
+ \item<3-> demonstrate
+ \item<4-> the enumerate environment
+ \end{enumerate}
+\end{slide} + +\section{B} +
+\begin{slide}{Slide 3}
+ \begin{enumerate}[type=1]
+ \item<1-> Here
+ \item<2-> we
+ \item<3-> demonstrate
+ \item<4-> the enumerate environment
+ \end{enumerate}
+\end{slide}
+ +\begin{slide}{Slide 4}
+ \begin{enumerate}[type=1]
+ \item<1> Here
+ \item<2> we
+ \item<3> demonstrate
+ \item<4> the enumerate environment
+ \end{enumerate}
+\end{slide}
+
+\section{C} + +\begin{slide}{Slide 5}
+ \begin{enumerate}[type=0]
+ \item<1> Here
+ \item<2> we
+ \item<3> demonstrate
+ \item<4> the enumerate environment
+ \end{enumerate}
+\end{slide} + +\begin{slide}{Relative overlays}
+ \begin{itemize}
+ \item A \pause
+ \item B \onslide{+1}{(visible 1 overlay after B)}\pause
+ \item C \onslide{+2-}{(appears 2 overlays after C, visible until the end)}
+ \pause
+ \item D \onslide{+1-6}{(appears 1 overlay after D, visible until overlay 6)}
+ \pause
+ \item E \pause
+ \item F \pause
+ \item G \onslide{+1-+3}{(appears 1 overlay after G for 3 overlays)}\pause
+ \item H \pause
+ \item I \pause
+ \item J \pause
+ \item K
+ \end{itemize}
+ \end{slide} +\end{document} |