summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/ccicons
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-30 20:39:56 +0000
committerKarl Berry <karl@freefriends.org>2017-10-30 20:39:56 +0000
commit518143fa6ebbdfe93702cf0184bd96964a09b09d (patch)
treeaeb2e9f2694f301ae8a79b0ff628c2f0f3bd141a /Master/texmf-dist/source/latex/ccicons
parenta3b0681202a8253dc9ba626d01cdabb1c8a39722 (diff)
ccicons (30oct17)
git-svn-id: svn://tug.org/texlive/trunk@45646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/ccicons')
-rw-r--r--Master/texmf-dist/source/latex/ccicons/ccicons.dtx78
-rw-r--r--Master/texmf-dist/source/latex/ccicons/ccicons.ins5
2 files changed, 75 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/ccicons/ccicons.dtx b/Master/texmf-dist/source/latex/ccicons/ccicons.dtx
index 51c0e40419e..0849a68763c 100644
--- a/Master/texmf-dist/source/latex/ccicons/ccicons.dtx
+++ b/Master/texmf-dist/source/latex/ccicons/ccicons.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2013 by Michael Ummels <michael.ummels@rwth-aachen.de>
+% Copyright (C) 2011-2017 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.3c
@@ -21,10 +21,10 @@
%
% \iffalse
%<*driver>
-\ProvidesFile{ccicons.dtx}[2013/04/16 v1.5 LaTeX support for Creative Commons icons]
+\ProvidesFile{ccicons.dtx}[2017/10/30 v1.6 LaTeX support for Creative Commons icons]
%</driver>
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-%<package>\ProvidesPackage{ccicons}[2013/04/16 v1.5 LaTeX support for Creative Commons icons]
+%<package>\ProvidesPackage{ccicons}[2017/10/30 v1.6 LaTeX support for Creative Commons icons]
%<*driver>
\documentclass{ltxdoc}
@@ -58,7 +58,7 @@
%</driver>
% \fi
%
-% \CheckSum{242}
+% \CheckSum{249}
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -128,6 +128,7 @@
% |\ccNonCommercialJP| & \typesetcc{\ccNonCommercialJP} \\[1ex]
% |\ccZero| & \typesetcc{\ccZero} \\[1ex]
% |\ccPublicDomain| & \typesetcc{\ccPublicDomain} \\[1ex]
+% |\ccPublicDomainAlt| & \typesetcc{\ccPublicDomainAlt} \\[1ex]
% |\ccSampling| & \typesetcc{\ccSampling} \\[1ex]
% |\ccShare| & \typesetcc{\ccShare} \\[1ex]
% |\ccRemix| & \typesetcc{\ccRemix} \\[1ex]
@@ -214,6 +215,7 @@
\newcommand{\ccicons@share}{\char10}
\newcommand{\ccicons@remix}{\char11}
\newcommand{\ccicons@copy}{\char12}
+\newcommand{\ccicons@pdalt}{\char13}
% \end{macrocode}
% The following commands provide high-level access to to the font. We
% define a command for each character in the font.
@@ -226,6 +228,7 @@
\newcommand{\ccNonCommercialEU}{{\ccicons@font\ccicons@nceu}}
\newcommand{\ccNonCommercialJP}{{\ccicons@font\ccicons@ncjp}}
\newcommand{\ccPublicDomain}{{\ccicons@font\ccicons@pd}}
+\newcommand{\ccPublicDomainAlt}{{\ccicons@font\ccicons@pdalt}}
\newcommand{\ccZero}{{\ccicons@font\ccicons@zero}}
\newcommand{\ccSampling}{{\ccicons@font\ccicons@sampling}}
\newcommand{\ccShare}{{\ccicons@font\ccicons@share}}
@@ -293,8 +296,71 @@
% Version 1.4 (2012/05/22): Added copyright logo, adjusted vertical
% alignment, and added scale option \\
% Version 1.5 (2013/04/16): Relicensed font components and included
-% OpenType font.
+% OpenType font. \\
+% Version 1.6 (2017/10/30): Incorporated new Public Domain icon
%
%
% \Finale
-\endinput
+% \endinput
+%
+% \iffalse
+%<*test>
+% \fi
+% \begin{macrocode}
+\documentclass[a4paper]{article}
+
+\usepackage[copyright]{ccicons}
+
+\setlength{\parindent}{0pt}
+\pagestyle{empty}
+
+\begin{document}
+\ccLogo
+\ccAttribution
+\ccShareAlike
+\ccNoDerivatives
+\ccNonCommercial
+\ccNonCommercialJP
+\ccZero
+\ccPublicDomain
+\ccPublicDomainAlt
+\ccSampling
+\ccShare
+\ccRemix
+\ccCopy
+
+\textcopyright
+
+\ccby
+
+\ccbysa
+
+\ccbynd
+
+\ccbync
+
+\ccbynceu
+
+\ccbyncjp
+
+\ccbyncsa
+
+\ccbyncsaeu
+
+\ccbyncsajp
+
+\ccbyncnd
+
+\ccbyncndeu
+
+\ccbyncndjp
+
+\cczero
+
+\ccpd
+\end{document}
+% \end{macrocode}
+%
+% \iffalse
+%</test>
+% \fi
diff --git a/Master/texmf-dist/source/latex/ccicons/ccicons.ins b/Master/texmf-dist/source/latex/ccicons/ccicons.ins
index 285ce2c4ebf..d5f46ccd1e3 100644
--- a/Master/texmf-dist/source/latex/ccicons/ccicons.ins
+++ b/Master/texmf-dist/source/latex/ccicons/ccicons.ins
@@ -1,5 +1,5 @@
%%
-%% Copyright (C) 2013 by Michael Ummels <michael.ummels@rwth-aachen.de>
+%% Copyright (C) 2011-2015 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.3c
@@ -22,7 +22,7 @@
This is a generated file.
-Copyright (C) 2013 by Michael Ummels <michael.ummels@rwth-aachen.de>
+Copyright (C) 2011-2017 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.3c
@@ -49,6 +49,7 @@ and the derived files ccicons.pdf and ccicons.sty.
\generate{%
\file{ccicons.sty}{\from{ccicons.dtx}{package}}
+ \file{test-ccicons.tex}{\from{ccicons.dtx}{test}}
}
\endbatchfile