~ubuntu-branches/ubuntu/hoary/cdlabelgen/hoary

« back to all changes in this revision

Viewing changes to cdlabelgen.pod

  • Committer: Bazaar Package Importer
  • Author(s): Juan Manuel Garcia Molina
  • Date: 2004-12-26 17:29:05 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20041226172905-a2bqm9lto55r4upd
Tags: 3.1.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
B<-y> <page_offset_inches>  B<-l> <line_width_points>]
18
18
B<--create-dvd-inside>
19
19
B<--create-dvd-outside>
 
20
B<--rotate-endcaps>
20
21
B<--plaque-color> <r,g,b>
21
22
B<--category-color> <r,g,b>
22
23
B<--subcategory-color> <r,g,b>
27
28
 
28
29
=over
29
30
 
30
 
=item Version 3.0.0, November 2003
 
31
=item Version 3.1.0, December 2004
31
32
 
32
33
=back
33
34
 
56
57
postscript, which you can then do with as you please.
57
58
 
58
59
The latest version of cdlabelgen as well as this document can be
59
 
found at http://www.aczone.com/tools/cdinsert/. The software package
 
60
found at http://www.aczoom.com/tools/cdinsert/. The software package
60
61
includes CGI scripts that can be used to serve cdlabelgen over the
61
62
internet.
62
63
An older version may be available at:
91
92
 
92
93
=over
93
94
 
94
 
=item B<-c, category <category>>
 
95
=item B<-c, --category <category>>
95
96
 
96
97
Set the category (title) for the CD
97
98
 
98
 
=item B<-s, subcategory <subcategory>>
 
99
=item B<-s, --subcategory <subcategory>>
99
100
 
100
101
Set the subcategory (subtitle) for the CD
101
102
 
115
116
own line separated by carriage returns. 
116
117
cdlabelgen automatically flows the items into 2, 3, 4, or 5
117
118
columns and scales the fontsize or clips the items as needed.
118
 
You can insert blank
119
 
lines by placing blank lines between items in this file
 
119
You can insert blank lines by placing blank lines between items in this file.
 
120
 
 
121
Special commands can be embedded in the file, all of these commands
 
122
should be present starting at the first column of the line.
 
123
The codes are used to change the font for an item, the code itself is not
 
124
printed in the output.
 
125
 
 
126
 {#BI}     - make the item bold and italic
 
127
 {#I}      - make the item italic
 
128
 {#B}      - make the item bold
 
129
 {#M}      - make the item mono-spaced (Courier font)
 
130
 {#MB}     - make the item monospaced and bold (Courier-Bold font)
 
131
 
 
132
Example:
 
133
 
 
134
 {#MB}    Text 1 Item
 
135
would print the line "    Text 1 Item" in a monospaced bold font.
120
136
 
121
137
=item B<-v, --cover-items <number_of_items_for_cover>>
122
138
 
263
279
If there is a problem with C<-w>, the best option right now is to split
264
280
lines in the input itself, and to omit the C<-w> option.
265
281
 
266
 
=item B<-m, --create-slim-cover>
 
282
=item B<-m, --slim-case>
267
283
 
268
284
Creates covers suitable for use in slim cd-cases, this means
269
285
no tray card (the tray card is now the inside front cover). 
270
286
This creates a two page, folding cover insert. This could also be
271
 
used in normal cd cases.
272
 
 
273
 
=item B<-O, --outside_foldout>
 
287
used in normal cd cases as an inside insert.
 
288
 
 
289
Slim case option can be used with outside dvd inserts
 
290
( --create-dvd-outside ) also - in which case the outside insert
 
291
is created for half-height DVD case.
 
292
 
 
293
=item B<-O, --outside-foldout>
274
294
 
275
295
Output slim cd cover cases (or dvd inserts) with the order of the
276
296
pages switched so the folding line lies on the outside
277
297
of a normal case. Can be used when printing either the slim-cd-case or
278
298
dvd-inside inserts.
279
299
 
 
300
=item B<--rotate-endcaps>
 
301
 
 
302
Endcap text is rotated by 180 degrees, to flip the text around.
 
303
 
280
304
=item B<-M, --create-envelope>
281
305
 
282
306
Creates covers suitable for use as envelopes for a CD. Guide lines
297
321
Note: DVD inserts may not print fully on Letter or A4 sized paper
298
322
printers; it may require larger paper sizes.
299
323
 
 
324
Slim case option ( --slim-case ) can be used with outside dvd inserts
 
325
also - in which case the outside insert is created for half-height DVD case.
 
326
 
300
327
=item B<-p, --clip-items>
301
328
 
302
329
Enables clipping of items; uses fixed font size for all items.
422
449
 
423
450
=head1 AUTHOR
424
451
 
425
 
Currently maintained by Avinash Chopde E<lt>F<avinash@aczone.com>E<gt>
 
452
Currently maintained by Avinash Chopde E<lt>F<avinash@aczoom.com>E<gt>
426
453
 
427
454
Original author:
428
455
B. W. Fitzpatrick E<lt>F<fitz@red-bean.com>E<gt>
442
469
        man page and other improvements ['02]
443
470
        Mathias Herberts
444
471
    - Mathias Herberts <Mathias.Herberts@iroise.net>, for slim cdcase foldout
 
472
    - Stephan Grund <Stephan.Grund@isst.fraunhofer.de>, for monospaced
 
473
      font and for rotated-end-caps text support
 
474
    - Dominique Dumont <domi.dumont@free.fr>, for half-height DVD case support
 
475
        (patch forwarded by Juan Manuel Garcia Molina <juanma@debian.org>)
445
476
 
446
477
=head1 ERRATA
447
478