Code

Added license information and made README more useful.
[tokkeebeamer.git] / beamertokkee.sty
index 93235e9fae83551e6c29a3b2eab160f2251591b9..3ddc0fc40dec7d6cae24d5d6283e651c04998438 100644 (file)
@@ -1,4 +1,28 @@
-\NeedsTeXFormat{LaTeX2e}
+%
+% Copyright (C) 2013-2016 Sebastian 'tokkee' Harl <sh@tokkee.org>
+% 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