Code: Select all
\section{Introduction}
\subsection{}
Code: Select all
\section{Introduction}
\subsection{}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\hyperlink{mainresults<1>}{\beamergotobutton{Skip Introduction}}
Code: Select all
\begin{frame}[label=mainresults]
%Here is the main results.
\end{frame}
Code: Select all
\frame
{
\frametitle{Main Slide}
Some text here.
Put button for hyperreferencing here.
}
\frame
{
\frametitle{Appendix Table}
A table here.
}
Code: Select all
\documentclass{beamer}
\usetheme{Warsaw}
\begin{document}
\title[Short Title]{Long Title}
\author[Lastname]{Author}
\institute{Address Information}
\date{Today}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{Contents}
\tableofcontents
\end{frame}
\section{Introduction}
\begin{frame}
\frametitle{Introduction}
Some introductory text here.\\
\hyperlink{mr<1>}{\beamerskipbutton{Skip Introduction}}
\end{frame}
\begin{frame}
A page.
\end{frame}
\begin{frame}
Another page.
\end{frame}
\section{Main Results}
\begin{frame}[label=mr]
\frametitle{Main Results}
Some main results here.\\
\hyperlink{apa<1>}{\beamergotobutton{Go to Appendix~A}}\\
\hyperlink{apb<1>}{\beamergotobutton{Go to Appendix~B}}
\end{frame}
\section{Appendix~A}
\begin{frame}[label=apa]
\frametitle{Appendix~A}
Here is some information.\\
\hyperlink{mr<1>}{\beamerreturnbutton{Go Back}}
\end{frame}
\section{Appendix~B}
\begin{frame}[label=apb]
\frametitle{Appendix~B}
Here is some other information.\\
\hyperlink{mr<1>}{\beamerreturnbutton{Go Back}}
\end{frame}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p