summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/cd
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cd')
-rw-r--r--Master/texmf-dist/doc/latex/cd/CD.tex15
-rw-r--r--Master/texmf-dist/doc/latex/cd/CDList.tex15
-rw-r--r--Master/texmf-dist/doc/latex/cd/README35
-rw-r--r--Master/texmf-dist/doc/latex/cd/cd.pdfbin0 -> 91772 bytes
-rw-r--r--Master/texmf-dist/doc/latex/cd/example.dat15
5 files changed, 80 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cd/CD.tex b/Master/texmf-dist/doc/latex/cd/CD.tex
new file mode 100644
index 00000000000..0c115e899eb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cd/CD.tex
@@ -0,0 +1,15 @@
+\documentclass[a4paper]{cd}
+\usepackage[latin1]{inputenc}
+\usepackage{avant}
+\renewcommand\rmdefault{\sfdefault}
+\onecorrection{.2}
+
+\begin{document}
+
+\makeCD
+
+\end{document}
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End:
diff --git a/Master/texmf-dist/doc/latex/cd/CDList.tex b/Master/texmf-dist/doc/latex/cd/CDList.tex
new file mode 100644
index 00000000000..e388790fc3a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cd/CDList.tex
@@ -0,0 +1,15 @@
+\documentclass[a4paper]{cd}
+\usepackage[latin1]{inputenc}
+\usepackage{avant,amstext}
+\renewcommand\rmdefault{\sfdefault}
+\onecorrection{.2}
+
+\begin{document}
+
+\makelist
+
+\end{document}
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End:
diff --git a/Master/texmf-dist/doc/latex/cd/README b/Master/texmf-dist/doc/latex/cd/README
new file mode 100644
index 00000000000..b80180fc52c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cd/README
@@ -0,0 +1,35 @@
+A LaTeX CD cover class
+
+This class grew out of my frustration with software for CD covers. My list of
+requirements includes eternal durability of covers (I do not want to throw
+away my precious covers because of an upgrade), easy batch printing with crop
+marks, full typographical control, extended foreign language support, fully
+open text-based format for easy copy-and-modify operations, and so on.
+
+As usual, the package is provided by means of a .dtx source that a .ins
+driver will convert into a class (.cls) file. Of course, compiling the .dtx
+source will generate the documentation. For your convenience, the full
+archive contains the class file and the documentation.
+
+Normal usage requires creating a simple data file for each cover, much as in
+the following example:
+
+\covertext{
+The Artist\\
+\bfseries The Title
+}
+
+\leftspine{THE ARTIST}
+\centerspine{THE TITLE}
+
+\lefttracklist{
+\track Song 1
+\track Song 2
+\track Song 3
+}
+
+\leftinfo{Words and Music by The Artist}
+
+Then, by using the provided driver files you can easily generate one or more
+covers. Note that the class uses heavily the rotating package, so you must
+convert the resulting dvi file into PostScript®, or use directly pdflatex.
diff --git a/Master/texmf-dist/doc/latex/cd/cd.pdf b/Master/texmf-dist/doc/latex/cd/cd.pdf
new file mode 100644
index 00000000000..164b497b8ad
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cd/cd.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/cd/example.dat b/Master/texmf-dist/doc/latex/cd/example.dat
new file mode 100644
index 00000000000..b72f57dd3c8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cd/example.dat
@@ -0,0 +1,15 @@
+\covertext{
+The Artist\\
+\bfseries The Title
+}
+
+\leftspine{THE ARTIST}
+\centerspine{THE TITLE}
+
+\lefttracklist{
+\track Song 1
+\track Song 2
+\track Song 3
+}
+
+\leftinfo{Words and Music by The Artist}