summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ccicons/ccicons.sty
blob: eb0da8ad70be2b7264dbaa6e8f6454726b5d16fa (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
%%
%% This is file `ccicons.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% ccicons.dtx  (with options: `package')
%% 
%% This is a generated file.
%% 
%% Copyright (C) 2009 by Michael Ummels <michael.ummels@rwth-aachen.de>
%% 
%% This work 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 has the LPPL maintenance status `maintained'.
%% 
%% The Current Maintainer of this work is Michael Ummels.
%% 
%% This work consists of the files ccicons.dtx, ccicons.ins,
%% ccicons.map, ccicons.pfb, ccicons.tfm, ccicons-u.enc and
%% the derived files ccicons.sty and uccicons.fd.
%% 
%% The files ccicons.pfb and ccicons.tfm have been automatically
%% generated from the file cc-icons.ttf available from
%% http://mirrors.creativecommons.org/presskit/cc-icons.ttf
%% and released by Creative Commons (http://creativecommons.org) under a
%% Creative Commons Attribution 3.0 Unported license
%% (http://creativecommons.org/licenses/by/3.0/).
%% 
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{ccicons}[2009/12/05 v1.0 LaTeX support for Creative Commons icons]
\newcommand{\ccicons@char}[1]{{\usefont{U}{ccicons}{m}{n}\char#1}}
\newcommand{\ccLogo}{\ccicons@char{0}}
\newcommand{\ccAttribution}{\ccicons@char{1}}
\newcommand{\ccShareAlike}{\ccicons@char{2}}
\newcommand{\ccNoDerivatives}{\ccicons@char{3}}
\newcommand{\ccNonCommercial}{\ccicons@char{4}}
\newcommand{\ccPublicDomain}{\ccicons@char{5}}
\newcommand{\ccSampling}{\ccicons@char{6}}
\newcommand{\ccShare}{\ccicons@char{7}}
\newcommand{\ccRemix}{\ccicons@char{8}}
\newcommand{\ccFullLogo}{\ccicons@char{9}}
\newcommand{\ccby}%
  {\mbox{\ccLogo\kern0.1em\ccAttribution}}
\newcommand{\ccbysa}%
  {\mbox{\ccLogo\kern0.1em\ccAttribution\kern0.1em\ccShareAlike}}
\newcommand{\ccbynd}%
  {\mbox{\ccLogo\kern0.1em\ccAttribution\kern0.1em\ccNoDerivatives}}
\newcommand{\ccbync}%
  {\mbox{\ccLogo\kern0.1em\ccAttribution\kern0.1em\ccNonCommercial}}
\newcommand{\ccbyncsa}%
  {\mbox{\ccLogo\kern0.1em\ccAttribution\kern0.1em\ccNonCommercial%
  \kern0.1em\ccShareAlike}}
\newcommand{\ccbyncnd}%
  {\mbox{\ccLogo\kern0.1em\ccAttribution\kern0.1em\ccNonCommercial%
  \kern0.1em\ccNoDerivatives}}
\newcommand{\ccpd}%
  {\mbox{\ccLogo\kern0.1em\ccPublicDomain}}
\endinput
%%
%% End of file `ccicons.sty'.