diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hep-paper/hep-paper-test-beamer.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hep-paper/hep-paper-test-beamer.tex | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hep-paper/hep-paper-test-beamer.tex b/Master/texmf-dist/doc/latex/hep-paper/hep-paper-test-beamer.tex new file mode 100644 index 00000000000..b1ab230f61e --- /dev/null +++ b/Master/texmf-dist/doc/latex/hep-paper/hep-paper-test-beamer.tex @@ -0,0 +1,41 @@ +%% +%% This is file `hep-paper-test-beamer.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% hep-paper-implementation.dtx (with options: `testBeamer') +%% This is a generated file. +%% Copyright (C) 2019-2020 by Jan Hajer +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3c 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.3c or later is part of all distributions of +%% LaTeX version 2005/12/01 or later. + +\documentclass{beamer} + +\usepackage[lang=english]{hep-paper} +\usepackage[math]{blindtext} + +\title{Title} +\subtitle{Subtitle} +\author{Author} +\institute{Institute} +\date{Event} + +\begin{document} + +\frame{\titlepage} + +\begin{frame}{Frame title} +\blindtext +\end{frame} + +\end{document} + +\endinput +%% +%% End of file `hep-paper-test-beamer.tex'. |