diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-27 21:08:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-27 21:08:42 +0000 |
commit | cc030901f2a91dccbd6953f51c43943afd2f025b (patch) | |
tree | 0829a4705bbd793819d8c1e61a105aef28c2c993 /Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty | |
parent | c14fe77571416f823736ed0c6deae5f4fc808b16 (diff) |
beamertheme-cuerna (27sep16)
git-svn-id: svn://tug.org/texlive/trunk@42161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty new file mode 100644 index 00000000000..efa539ef29c --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty @@ -0,0 +1,47 @@ +%% +%% This is file `beamerthemeCuerna.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% beamertheme-cuerna.dtx (with options: `cuerna') +%% +%% This is a generated fie +%% +%% -------------------------------------------------------------------------------- +%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1 +%% +%% Copyright (C) Geri Ochoa +%% email: geri@bluesimplex.com +%% +%% Released under the LaTeX Project Public Licence v1.3c or later +%% github: https://github.com/geriom/beamertheme-cuerna +%% my web site: bluesimplex.com +%% -------------------------------------------------------------------------------- +%% + + + +\mode<presentation> + +\RequirePackage{tikz} +\RequirePackage{graphicx} +\RequirePackage{amssymb} +\RequirePackage{xcolor} +\RequirePackage{lmodern} +\RequirePackage[absolute, overlay]{textpos} + +\usecolortheme{Cuerna} +\useinnertheme{Cuerna} +\useoutertheme{Cuerna} + +\setbeamertemplate{navigation symbols}{} +\setbeamertemplate{blocks}[rounded][shadow=true] + +\mode<all> + + + +\endinput +%% +%% End of file `beamerthemeCuerna.sty'. |