-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaobs-tikz.sty
54 lines (54 loc) · 2.04 KB
/
aobs-tikz.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
%%
%% This is file `aobs-tikz.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% aobs-tikz.dtx (with options: `package')
%% * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
%% aobs-tikz - TikZ auxiliary styles for Beamer overlays
%%
%% E-mail: claudio dot fiandrino at gmail dot com
%%
%% Released under the LaTeX Project Public License v1.3c or later
%% See http://www.latex-project.org/lppl.txt
%% * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
%%
%% The package defines auxiliary TikZ styles useful for
%% overlaying pictures' elements in Beamer.
%%
%% The TikZ styles are grouped in a library, overlay-beamer-styles
%% which is automatically called by the aobs-tikz package. Users
%% can either load only aobs-tikz or the library; the latter method
%% necessitates TikZ manual load.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{aobs-tikz}[2014/01/12 v1.0 Auxiliary TikZ styles for picture overlay in Beamer]
\RequirePackage{tikz}
\usetikzlibrary{overlay-beamer-styles}
%%
%% Copyright (C) 2014 by Claudio Fiandrino <[email protected]>
%%
%% This file 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 is "maintained" (as per LPPL maintenance status) by
%% Claudio Fiandrino.
%%
%% This work consists of the files aobs-tikz.dtx
%% and the derived files aobs-tikz.ins
%% aobs-tikz.sty
%% tikzlibrarybeamer-overlay-styles.code.tex
%% aobs-tikz.pdf
%% example.tex
%% example.pdf
%% README.txt
%%
%%
%% End of file `aobs-tikz.sty'.