summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2006-10-07 19:51:35 +0000
committerNorbert Preining <preining@logic.at>2006-10-07 19:51:35 +0000
commita2c5406b1689d709415d35dfe05f1dace46527ea (patch)
tree415755de7cea22869332b65606c295c6d079b752 /Master/texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex
parent7fbc7dac03218f101bf3e45a3a562c35fcd8cfaa (diff)
update of hrlatex
git-svn-id: svn://tug.org/texlive/trunk@2263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex83
1 files changed, 83 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex b/Master/texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex
new file mode 100644
index 00000000000..1c2342c1ed9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex
@@ -0,0 +1,83 @@
+\documentclass[%
+% a4paper,
+marcelix,
+draft,
+% slideColor,
+slideBW,
+% colorBG,
+% ps2pdf,
+pdf]{prosper}
+
+
+\hypersetup{pdfpagemode=FullScreen}%
+
+% \usepackage{enumerate}
+
+\usepackage{hrlatex}
+
+
+\usepackage{amsmath}
+
+\usepackage{txfonts}
+
+
+
+
+\title{Naslov prezentacije}
+ \subtitle{ podnaslov }
+ \author{Marcelix}
+ \email{marcelix@spam.hr}
+ \institution{\href{http://www.tug.hr/}{\sffamily \textbf{HR}LaTeX}}
+
+
+
+
+
+\begin{document}
+
+
+% \Logo(-1,-1){\footnotesize\usefont{T1}{phv}{m}{n}\fontsize{4pt}{14pt}%
+% \selectfont \textbf{HR}LaTeX}
+
+ \Logo{\footnotesize\usefont{T1}{phv}{m}{n}\fontsize{4pt}{14pt}%
+ \selectfont \textbf{HR}LaTeX}
+
+\maketitle
+
+
+
+% =============================
+
+\begin{slide}{Prvi slajd}
+\begin{itemize}
+ \item prvi red
+ \item drugi red
+\end{itemize}
+
+\end{slide}
+
+
+\overlays{4}{
+\begin{slide}{Drugi slajd}
+\untilSlide{3}{{\scriptsize (ovo je tekst koji \'ce nestati s ekrana poslije 3.~linije)}}
+\begin{itemstep}
+\item $1+1=2$
+\item $\displaystyle \int_1^x \frac{1}t dt= \ln x$
+\item tre\'ci redak
+\item $1+2+3+\dots +n = ?$
+\end{itemstep}
+\end{slide}
+}
+
+
+\begin{slide}{Kraj}
+
+ \bigskip
+
+ \hfil
+ Hvala.
+\end{slide}
+
+
+
+\end{document}