Closes #3
Changed cc license to the unported variant. Included license xmp metadata.
This commit is contained in:
parent
f6d1a9f29b
commit
7cd465d869
4
Makefile
4
Makefile
@ -14,12 +14,14 @@ INDEX=cd $(OUTDIR) && makeindex $(FILE).tex
|
|||||||
VPATH = \
|
VPATH = \
|
||||||
$(CURDIR)/lyrics \
|
$(CURDIR)/lyrics \
|
||||||
$(CURDIR)/notes \
|
$(CURDIR)/notes \
|
||||||
$(CURDIR)/pdf \
|
$(CURDIR)/pdf \
|
||||||
|
|
||||||
all: book
|
all: book
|
||||||
|
|
||||||
book: $(OUTDIR) $(PDFDIR)
|
book: $(OUTDIR) $(PDFDIR)
|
||||||
cp headfoot.tex $(OUTDIR)/
|
cp headfoot.tex $(OUTDIR)/
|
||||||
|
cp settings.tex $(OUTDIR)/
|
||||||
|
cp -r license/ $(OUTDIR)/
|
||||||
cp -r images/ $(OUTDIR)/
|
cp -r images/ $(OUTDIR)/
|
||||||
$(LILY_PDF) $(FILE).lytex
|
$(LILY_PDF) $(FILE).lytex
|
||||||
$(PDF)
|
$(PDF)
|
||||||
|
43
license/CC_Attribution-ShareAlike_3.0_Unported.xmp
Normal file
43
license/CC_Attribution-ShareAlike_3.0_Unported.xmp
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<?xpacket begin='' id=''?>
|
||||||
|
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
|
||||||
|
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
|
||||||
|
<rdf:Description rdf:about=''
|
||||||
|
xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/'>
|
||||||
|
<xapRights:Marked>True</xapRights:Marked>
|
||||||
|
</rdf:Description>
|
||||||
|
<rdf:Description rdf:about=''
|
||||||
|
xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/'>
|
||||||
|
<xapRights:WebStatement rdf:resource='http://trac.thallian.ch/music_booklet'/>
|
||||||
|
</rdf:Description>
|
||||||
|
<rdf:Description rdf:about=''
|
||||||
|
xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/'
|
||||||
|
>
|
||||||
|
<xapRights:UsageTerms>
|
||||||
|
<rdf:Alt>
|
||||||
|
<rdf:li xml:lang='x-default' >This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</rdf:li>
|
||||||
|
<rdf:li xml:lang='en_US' >This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</rdf:li>
|
||||||
|
<rdf:li xml:lang='en' >This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</rdf:li>
|
||||||
|
</rdf:Alt>
|
||||||
|
</xapRights:UsageTerms>
|
||||||
|
</rdf:Description>
|
||||||
|
<rdf:Description rdf:about=''
|
||||||
|
xmlns:dc='http://purl.org/dc/elements/1.1/'>
|
||||||
|
<dc:title>
|
||||||
|
<rdf:Alt>
|
||||||
|
<rdf:li xml:lang='x-default'>Sing-Alongs</rdf:li>
|
||||||
|
<rdf:li xml:lang='en_US'>Sing-Alongs</rdf:li>
|
||||||
|
</rdf:Alt>
|
||||||
|
</dc:title>
|
||||||
|
</rdf:Description>
|
||||||
|
<rdf:Description rdf:about=''
|
||||||
|
xmlns:cc='http://creativecommons.org/ns#'>
|
||||||
|
<cc:license rdf:resource='http://creativecommons.org/licenses/by-sa/3.0/'/>
|
||||||
|
</rdf:Description>
|
||||||
|
<rdf:Description rdf:about=''
|
||||||
|
xmlns:cc='http://creativecommons.org/ns#'>
|
||||||
|
<cc:attributionName>Sing-Alongs</cc:attributionName>
|
||||||
|
</rdf:Description>
|
||||||
|
|
||||||
|
</rdf:RDF>
|
||||||
|
</x:xmpmeta>
|
||||||
|
<?xpacket end='r'?>
|
24
settings.tex
Normal file
24
settings.tex
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
\geometry{a4paper,left=20mm,right=20mm, top=3cm, bottom=3cm}
|
||||||
|
|
||||||
|
\includexmp{license/CC_Attribution-ShareAlike_3.0_Unported}
|
||||||
|
|
||||||
|
\hypersetup
|
||||||
|
{
|
||||||
|
bookmarks=true, % show bookmarks bar?
|
||||||
|
unicode=true, % non-Latin characters in Acrobat’s bookmarks
|
||||||
|
pdftoolbar=true, % show Acrobat’s toolbar?
|
||||||
|
pdfmenubar=false, % show Acrobat’s menu?
|
||||||
|
pdffitwindow=false, % window fit to page when opened
|
||||||
|
pdfstartview={FitH}, % fits the width of the page to the window
|
||||||
|
pdftitle={Sing-Alongs}, % title
|
||||||
|
pdfauthor={Sebastian Hugentobler}, % author
|
||||||
|
pdfsubject={Music to sing along}, % subject of the document
|
||||||
|
pdfcreator={Sebastian Hugentobler}, % creator of the document
|
||||||
|
pdfproducer={Sebastian Hugentobler}, % producer of the document
|
||||||
|
pdfnewwindow=true, % links in new window
|
||||||
|
colorlinks=true, % false: boxed links; true: colored links
|
||||||
|
citecolor=black,
|
||||||
|
filecolor=black,
|
||||||
|
linkcolor=black,
|
||||||
|
urlcolor=black
|
||||||
|
}
|
@ -4,8 +4,10 @@
|
|||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{geometry}
|
\usepackage{geometry}
|
||||||
\geometry{a4paper,left=20mm,right=20mm, top=3cm, bottom=3cm}
|
\usepackage{xmpincl}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
|
||||||
|
\input{settings.tex}
|
||||||
\input{headfoot.tex}
|
\input{headfoot.tex}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
\end{minipage}
|
\end{minipage}
|
||||||
\vfill
|
\vfill
|
||||||
|
|
||||||
\textbf{Creative Commons BY-SA 3.0 Switzerland License}
|
\textbf{Creative Commons BY-SA 3.0 Unported License}
|
||||||
http://creativecommons.org/licenses/by-sa/3.0/ch/ \\
|
http://creativecommons.org/licenses/by-sa/3.0/ \\
|
||||||
~\\
|
~\\
|
||||||
\includegraphics[width=0.20\textwidth]{images/by-sa.png}\\[1cm]
|
\includegraphics[width=0.20\textwidth]{images/by-sa.png}\\[1cm]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user