diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-06 23:29:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-06 23:29:07 +0000 |
commit | 62a844580979e6895e4bb224b769e6178fafa88e (patch) | |
tree | 4de71f2891a39bb432b0f55196f7da273cbda59c /Master/texmf-dist/doc/latex/doclicense/README | |
parent | 970ab76da64fc81430c87913150c65dad35e7665 (diff) |
doclicense (6feb15)
git-svn-id: svn://tug.org/texlive/trunk@36224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/doclicense/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/doclicense/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/doclicense/README b/Master/texmf-dist/doc/latex/doclicense/README new file mode 100644 index 00000000000..b7af0dc59eb --- /dev/null +++ b/Master/texmf-dist/doc/latex/doclicense/README @@ -0,0 +1,36 @@ +LaTeX package 'doclicense' +~~~~~~~~~~~~~~~~~~~~~~~~ +Copyright (C) 2015 by Robin Schneider <ypid23@aol.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. + +CTAN: https://www.ctan.org/pkg/doclicense +Code repository: https://github.com/ypid/latex-packages/tree/master/doclicense + +Question on Stackexchange: https://tex.stackexchange.com/a/226788/32320 + + + DESCRIPTION +Make it easy to set your documents under a certain license. + +The doclicense package allows you to put your document under a license and include a link +to read about the license or include an icon or image of the license. +Currently, only Creative Commons is supported but this package is designed to +handle all kinds of licenses. + + GENERATING THE FILES +You can generate the doclicense.sty file with: pdflatex doclicense.ins + +The documentation can be generated with: +pdflatex doclicense.dtx +makeindex -s gglo.ist -o doclicense.gls doclicense.glo +makeindex -s gind doclicense +pdflatex doclicense.dtx +thumbpdf doclicense +pdflatex doclicense.dtx |