diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/symb-imp-cc.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/symb-imp-cc.mkiv | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/symb-imp-cc.mkiv b/Master/texmf-dist/tex/context/base/symb-imp-cc.mkiv new file mode 100644 index 00000000000..742a19f9f74 --- /dev/null +++ b/Master/texmf-dist/tex/context/base/symb-imp-cc.mkiv @@ -0,0 +1,52 @@ +%D \module +%D [ file=symb-imp-cc, +%D version=2013.03.22, +%D title=\CONTEXT\ Symbol Libraries, +%D subtitle=Creative Commons, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +\definefontfeature + [cc-icons] + [mode=base, + goodies=cc-icons, + unicoding=yes] + +\definefontsynonym + [creativecommons] + [cc-icons*cc-icons] + +\startsymbolset[cc] + \definesymbol [sa] [\getnamedglyphdirect{creativecommons}{sa}] + \definesymbol [by] [\getnamedglyphdirect{creativecommons}{by}] + \definesymbol [cc] [\getnamedglyphdirect{creativecommons}{cc}] + \definesymbol [nd] [\getnamedglyphdirect{creativecommons}{nd}] + \definesymbol [nc] [\getnamedglyphdirect{creativecommons}{nc}] + \definesymbol [sampling] [\getnamedglyphdirect{creativecommons}{sampling}] + \definesymbol [share] [\getnamedglyphdirect{creativecommons}{share}] + \definesymbol [remix] [\getnamedglyphdirect{creativecommons}{remix}] + \definesymbol [logo] [\getnamedglyphdirect{creativecommons}{logo}] + + \definesymbol [cc-by-sa-nc] [\dontleavehmode\lower.15ex\hbox\bgroup + \getnamedglyphdirect{creativecommons}{cc}\enspace + \getnamedglyphdirect{creativecommons}{by}\enspace + \getnamedglyphdirect{creativecommons}{sa}\enspace + \getnamedglyphdirect{creativecommons}{nc}% + \egroup] + +\stopsymbolset + +\continueifinputfile{symb-imp-cc.mkiv} + +\starttext + + \showsymbolset[cc] + + \symbol[cc][cc-by-sa-nc] + +\stoptext |