]> www.wagner.pp.ru Git - sites/home_page.git/blob - software/TeX/disklabel.html
updated resume
[sites/home_page.git] / software / TeX / disklabel.html
1 <HTML><HEAD>
2 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
3 <TITLE>TeX package to produce CD labels</TITLE>
4 <META NAME="description" CONTENT="Package which allows to typeset labels
5 for CD, casettes and ZIP disks in TeX">
6 </HEAD><BODY>
7 <H1>TeX package to produce CD labels</H1>
8 <A href="disklabel.sty">disklabel.sty</a> is a LaTeX package which
9 allows to typeset labels for CD and other removable media.
10
11 Example usage:
12
13 <pre>
14 \documentclass{article}
15 \usepackage[koi8-r]{inputenc}
16 \usepackage[russian]{babel}
17 \usepackage{disklabel}
18 \usepackage{multicol}
19
20 \begin{document}
21 \begin{cdlabel}{\mbox{\textbf{The best of Edith Piaf}}}
22
23 \vspace{0.3cm}
24 \begin{minipage}{5in}
25 \begin{center}
26 {\large The best of }
27
28 {\Huge\bf EDITH PIAF}
29
30 \vspace{0.3cm}
31 \end{center}
32 \begin{multicols}{2}
33 \begin{enumerate}
34 \parskip=0pt
35 \parsep=0pt
36 \item Milord 4:31
37 \item Padam Padam 3:17
38 \item T'es Beau, Tu Sais 4:06
39 \item L'accordeoniste 3:37
40 \item L'homme A La Moto 2:05
41 \item Polichinelle 3:06
42 \item La Foule 2:58
43 \item Mon Manege A Moi 3:01
44 \item Les Flonflons Du Bal 2:31
45 \item Mon Dieu 3:25
46 \item Sous Le Ciel De Paris 3:24
47 \item Une Valse  3:21
48 \item La Vie, L'amour 1:49
49 \item Comme Moi 2:58
50 \item Johny, Tu N'es Pas Un Ane 2:22
51 \item Toujours Aimer 3:23
52 \item Bravo Pour Le Clown! 3:03
53 \item L'effet Que Tu Me Fais 3:27
54 \item Non, Je Ne Regrette Rien 2:22
55 \item La Vie En Rose 3:07
56 \end{enumerate}
57 \end{multicols}
58 \end{minipage}
59
60 \end{cdlabel}
61
62 \end{document}
63
64 </pre>
65
66
67 </BODY>
68 </HTML>