X-Git-Url: https://git.tokkee.org/?p=tokkeebeamer.git;a=blobdiff_plain;f=beamertokkee.sty;h=3ddc0fc40dec7d6cae24d5d6283e651c04998438;hp=93235e9fae83551e6c29a3b2eab160f2251591b9;hb=a62d3fa3564dbd2a96f957e73fb9d154e50d44f5;hpb=16ba6255d29d3bde9f23aacb68cf7cacfd01b15e diff --git a/beamertokkee.sty b/beamertokkee.sty index 93235e9..3ddc0fc 100644 --- a/beamertokkee.sty +++ b/beamertokkee.sty @@ -1,4 +1,28 @@ -\NeedsTeXFormat{LaTeX2e} +% +% Copyright (C) 2013-2016 Sebastian 'tokkee' Harl +% All rights reserved. +% +% Redistribution and use in source and binary forms, with or without +% modification, are permitted provided that the following conditions +% are met: +% 1. Redistributions of source code must retain the above copyright +% notice, this list of conditions and the following disclaimer. +% 2. Redistributions in binary form must reproduce the above copyright +% notice, this list of conditions and the following disclaimer in the +% documentation and/or other materials provided with the distribution. +% +% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +% ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +% TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR +% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +% OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +% WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +% OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +% ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +% \ProvidesPackage{beamertokkee}% [2013/04/11 v0.01 tokkee's utilities/add-ons for LaTeX beamer] @@ -7,7 +31,24 @@ \def\insertcopyrightinfo{#2}% \def\beamer@shortcopyrightinfo{#1}% } -\copyrightinfo{\copyright{} \the\year{} Sebastian tokkee Harl, All rights reserved.} +% Default: +\copyrightinfo{\copyright{} \the\year{} Sebastian `tokkee' Harl, All rights reserved.} + +\RequirePackage{tikz} + +\usetikzlibrary{shadows} + +\newcommand\titlebox[1]{% + \begin{tikzpicture}% + \usebeamercolor[bg]{title}% + \usebeamerfont{title}% + \usebeamercolor[fg]{title}% + \draw[thick,draw=gray] (0,0)% + node [fill=tokkeelightgray,draw,drop shadow,% + rounded corners,inner sep=10pt,align=center]% + {#1};% + \end{tikzpicture}% +} \endinput