From 97d39c4617060d1f315ee8f66ed7af07f7ca4ac8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 4 Nov 2012 23:01:19 +0000 Subject: simplecd (4nov12) git-svn-id: svn://tug.org/texlive/trunk@28174 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/simplecd/README | 59 ++++++++++++++++------ Master/texmf-dist/doc/latex/simplecd/examples.pdf | Bin 0 -> 128944 bytes Master/texmf-dist/doc/latex/simplecd/examples.tex | 40 +++++++++++++++ Master/texmf-dist/doc/latex/simplecd/simplecd.pdf | Bin 246699 -> 527911 bytes 4 files changed, 83 insertions(+), 16 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/simplecd/examples.pdf create mode 100644 Master/texmf-dist/doc/latex/simplecd/examples.tex (limited to 'Master/texmf-dist/doc/latex/simplecd') diff --git a/Master/texmf-dist/doc/latex/simplecd/README b/Master/texmf-dist/doc/latex/simplecd/README index bd1392f968b..2df31144b12 100644 --- a/Master/texmf-dist/doc/latex/simplecd/README +++ b/Master/texmf-dist/doc/latex/simplecd/README @@ -1,4 +1,4 @@ -Copyright (C) 2010 by Daniel Majoros +Copyright (C) 2010-2012 by Daniel Majoros This file may be distributed and/or modified under the conditions of the LaTeX Project Public License, either @@ -13,25 +13,52 @@ LaTeX version 1999/12/01 or later. The simplecd package -The simplecd package provides printable cut-outs for various CD,DVD and other disc holders. +The simplecd package provides printable cut-outs for various CD, DVD and other disc holders. The name of the package comes form it's implementation and ease of use. -The simplecd package was created for producing cut-outs for creating covers, inlets for +The simplecd package was created for producing cut-outs for creating covers, inlays(inlets) for optical disc packaging such as jewel cases, keepcases. The covers were aimed for containing only -simple text with different font sizes, but since it is only a \parbox in a tabular enviroment's cell, it can -contain anything that a \parbox can contain. +simple text with different font sizes, but since everything is placed inside a \parbox environment, it can +contain a wide range of things. There are also macros which can resize ready-to-print images to the appropriate size. -The supported covers are --jewel case front, back and individual spine --two-page jewel case front --slim DVD keepcase --normal DVD keepcase --Blu-Ray keepcase --costum-sized keepcase --disk sleeve --one sided DVD keepcase inlay --one sided Blu-Ray keepcase inlay --costum-sized inlay +The layout macros provide ready-to-use formatting for the covers. +Cover, keepcase, sleeve macros support: + - jewel case front, back and individual spine + - 60 and 80 millimeter jewel case covers + - two-page jewel case front + - slim DVD keepcase + - normal DVD keepcase + - Blu-Ray keepcase + - custom-sized keepcase + - disk sleeve + - sleeve for 60 and 80 millimeter disks + - sleeve for lever arch files + - one sided DVD keepcase inlay + - one sided Blu-Ray keepcase inlay + - custom-sized inlay + - CD-R, CD, DVD disk images + - 60 and 80 millimeter disk images + +Layout macros: + - empty layouts for all macros listed below + - driver layout for standard, 60 and 80 millimeter covers + - movie layout for DVD and Blu-ray keepcases + - music layout for jewel cases + + +Version history: + +1.1 + - Rewrote the drawing mechanism, covers will never be resized based on content + - Added support for 60 and 80 millimeter disks + - Added sleeve for lever arch files + - Added disk images + - Added layouts: ready-to-use designs for cover content + - Added troubleshooting and font size section into the documentation + - Added examples tex and pdf files + +1.0 + - Initial release diff --git a/Master/texmf-dist/doc/latex/simplecd/examples.pdf b/Master/texmf-dist/doc/latex/simplecd/examples.pdf new file mode 100644 index 00000000000..f6a77a9eeb6 Binary files /dev/null and b/Master/texmf-dist/doc/latex/simplecd/examples.pdf differ diff --git a/Master/texmf-dist/doc/latex/simplecd/examples.tex b/Master/texmf-dist/doc/latex/simplecd/examples.tex new file mode 100644 index 00000000000..f88089e682c --- /dev/null +++ b/Master/texmf-dist/doc/latex/simplecd/examples.tex @@ -0,0 +1,40 @@ + +\documentclass[a4paper,10pt,oneside]{article} +\pagestyle{empty} + +%Sets margins in centimetres +\usepackage[left=1cm, top=1cm, right=2cm, bottom=1cm]{geometry} + +\usepackage{simplecd} + +\begin{document} + +\djewel{{\Large Double jewel front frontpage}}{second page} +\newpage +\dvd[backtext]{{\Huge DVD keepcase}}{spine} +\newpage +\bluray{{\Huge Blu-Ray keepcase}}{Spine} +\newpage +\slimdvd[backtext]{{\Huge Slim DVD keepcase}}{spine} +\newpage +\dvdinlay{{\Huge DVD keepcase inlay}} +\newpage +\sleeve{{\Huge Disk Sleeve}} +\newpage +\covers[{\Large Backsheet text}]{{{\Huge Jewel case cover} \\ \vspace{0.5cm} {\large TestSubtitle}}}{TestSpineText} + +\vspace{0.5cm} +\jewelspine{Jewel case spine} +\newpage +\sleevela[Back text]{\jeweldriverl{Lever arch(1)}{sleeve with layout (2)}{2012.20.12 (3)}{123456789 (4)}% + {12-ABC (5)}{Driver \\ Manual (6)}{Driver not compatible with ZYX operating system (7)}} +\newpage +\cddvddisk{{\Huge CD} \\ \vspace{3cm} Left \hspace{7cm} Right \\ \vspace{3cm} TextText} + +\vspace{2cm} + +\LXXXdisk{{\large 80 millmieter disk } \\ \vspace{4cm} Text} +\newpage +\sleeveLXXX[Back text]{\large 80 millimeter sleeve} + +\end{document} \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/simplecd/simplecd.pdf b/Master/texmf-dist/doc/latex/simplecd/simplecd.pdf index 444a889611e..4ab6b0b644a 100644 Binary files a/Master/texmf-dist/doc/latex/simplecd/simplecd.pdf and b/Master/texmf-dist/doc/latex/simplecd/simplecd.pdf differ -- cgit v1.2.3