diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-14 22:15:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-14 22:15:54 +0000 |
commit | 8ddd6b4ba63f067dc85acbac4f16803d0f80b83a (patch) | |
tree | 27ac56b7cb5466fc8537887be27de858b582b33d /Master/texmf-dist/doc/latex/doclicense/README | |
parent | 07baf77b14843abe466fcf370ce5637ee6964fcf (diff) |
doclicense (14dec15)
git-svn-id: svn://tug.org/texlive/trunk@39107 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, 25 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/doclicense/README b/Master/texmf-dist/doc/latex/doclicense/README index 222f8c93107..e6bbc5a4b32 100644 --- a/Master/texmf-dist/doc/latex/doclicense/README +++ b/Master/texmf-dist/doc/latex/doclicense/README @@ -16,7 +16,7 @@ Code repository: https://github.com/ypid/latex-packages/tree/master/doclicense Question on Stackexchange: https://tex.stackexchange.com/a/226788/32320 - DESCRIPTION + DESCRIPTION Support for putting documents under a license. The doclicense package allows you to put your document under a license and include a link @@ -24,19 +24,33 @@ 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 + GENERATING THE FILES You can generate the doclicense.sty file with: tex 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 - IMPORTANT NOTES FOR REGARDING TDS + pdflatex doclicense.dtx + makeindex -s gglo.ist -o doclicense.gls doclicense.glo + makeindex -s gind doclicense + pdflatex doclicense.dtx + thumbpdf doclicense + pdflatex doclicense.dtx -Please note that the images/ subdirectory must end up in the runtime tex/ -subtree (that is tex/latex/doclicense/) for the \doclicenseImage macro to work +Note that this will only work when this directory is below your +$TEXMFHOME tree (unless the doclicense package is already installed +for example by your TeX distribution). Example for doing this manually: + + mkdir --parents ~/texmf/tex/latex/ && cd ~/texmf/tex/latex/ + git clone https://github.com/ypid/latex-packages.git ypid-latex-packages + cd ypid-latex-packages/doclicense && make build + ## Or + make all + +If you have not worked with $TEXMFHOME you might want to refer to the +documentation of your TeX distribution for details. See also the next section. + + IMPORTANT NOTES REGARDING TDS + +Please note that the images/ and the license-texts/ subdirectories must end up in the runtime tex/ +subtree (that is tex/latex/doclicense/) for the \doclicenseImage macro and the \doclicense*FullText macros to work correctly. |