Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I create a beamer presentation for my class (Im a statistician teacher), and the code is:</p> <pre><code>\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} </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload