summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc
Initial commit
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-content.ltx44
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-inner-simplelines.pdfbin0 -> 100652 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-inner-simplelines.tex30
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-sidebarwithminiframes.pdfbin0 -> 128595 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-sidebarwithminiframes.tex31
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-splitwithminiframes.pdfbin0 -> 113431 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-splitwithminiframes.tex31
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-twolines.pdfbin0 -> 112710 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-twolines.tex31
9 files changed, 167 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-content.ltx b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-content.ltx
new file mode 100644
index 0000000000..759d0f5f44
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-content.ltx
@@ -0,0 +1,44 @@
+\frame{\maketitle}
+\frame{{Contents}\tableofcontents}
+
+\section{First section}
+
+\subsection{Title Pages for Sectioning}
+\frame{\sectionpage}
+\frame{\subsectionpage}
+
+\subsection{Blocks}
+
+\frame{{Test frame}%
+ \begin{block}{Test block}
+ Test block content
+ \end{block}
+ \begin{alertblock}{Test alerted block}
+ Test alerted content
+ \end{alertblock}
+ \begin{exampleblock}{Test example block}
+ Test example content
+ \end{exampleblock}
+ }
+
+\section{Second section}
+
+\subsection{Third subsection}
+
+\frame{{Test frame}
+\[
+ \int_{-\infty}^{\infty} {\mathrm{e}^{-x^2}\,\mathrm{d}x} = \sqrt{\pi}
+\]
+}
+
+\subsection{Fourth subsection}
+
+\frame{{Test frame}
+\begin{itemize}
+ \item First item
+ \item Second item
+ \item Third item
+\end{itemize}
+}
+
+\endinput \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-inner-simplelines.pdf b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-inner-simplelines.pdf
new file mode 100644
index 0000000000..abfdaaaaab
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-inner-simplelines.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-inner-simplelines.tex b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-inner-simplelines.tex
new file mode 100644
index 0000000000..9608b04bd7
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-inner-simplelines.tex
@@ -0,0 +1,30 @@
+%% example-inner-simplelines.tex
+%% Copyright 2018-2019 Louis Stuart
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Louis Stuart.
+
+\documentclass{beamer}
+% Package goes here
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usefonttheme{professionalfonts}
+\hypersetup{unicode}
+
+\useinnertheme{simplelines}
+
+\title{Beamer Auxiliary Themes}
+\author{Louis Stuart}
+
+\begin{document}
+\input example-content.ltx
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-sidebarwithminiframes.pdf b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-sidebarwithminiframes.pdf
new file mode 100644
index 0000000000..f60eda5f38
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-sidebarwithminiframes.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-sidebarwithminiframes.tex b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-sidebarwithminiframes.tex
new file mode 100644
index 0000000000..651c5a44d4
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-sidebarwithminiframes.tex
@@ -0,0 +1,31 @@
+%% example-outer-sidebarwithminiframes.tex
+%% Copyright 2018-2019 Louis Stuart
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Louis Stuart.
+
+\documentclass{beamer}
+% Package goes here
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usefonttheme{professionalfonts}
+\hypersetup{unicode}
+
+\useoutertheme{sidebarwithminiframes}
+\usecolortheme{crane}
+
+\title{Beamer Auxiliary Themes}
+\author{Louis Stuart}
+
+\begin{document}
+\input example-content.ltx
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-splitwithminiframes.pdf b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-splitwithminiframes.pdf
new file mode 100644
index 0000000000..82c5a8b40e
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-splitwithminiframes.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-splitwithminiframes.tex b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-splitwithminiframes.tex
new file mode 100644
index 0000000000..93e8dfce77
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-splitwithminiframes.tex
@@ -0,0 +1,31 @@
+%% example-outer-splitwithminiframes.tex
+%% Copyright 2018-2019 Louis Stuart
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Louis Stuart.
+
+\documentclass{beamer}
+% Package goes here
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usefonttheme{professionalfonts}
+\hypersetup{unicode}
+
+\useoutertheme{splitwithminiframes}
+\usecolortheme{beaver}
+
+\title{Beamer Auxiliary Themes}
+\author{Louis Stuart}
+
+\begin{document}
+\input example-content.ltx
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-twolines.pdf b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-twolines.pdf
new file mode 100644
index 0000000000..2a140f5b87
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-twolines.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-twolines.tex b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-twolines.tex
new file mode 100644
index 0000000000..e2fceb88ec
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/doc/example-outer-twolines.tex
@@ -0,0 +1,31 @@
+%% example-outer-twolines.tex
+%% Copyright 2018-2019 Louis Stuart
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Louis Stuart.
+
+\documentclass{beamer}
+% Package goes here
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usefonttheme{professionalfonts}
+\hypersetup{unicode}
+
+\useoutertheme{twolines}
+\usecolortheme{albatross}
+
+\title{Beamer Auxiliary Themes}
+\author{Louis Stuart}
+
+\begin{document}
+\input example-content.ltx
+\end{document} \ No newline at end of file