~ubuntu-branches/ubuntu/intrepid/cdcover/intrepid

« back to all changes in this revision

Viewing changes to reshead.h

  • Committer: Bazaar Package Importer
  • Author(s): Roberto Suarez Soto
  • Date: 2002-02-16 19:48:42 UTC
  • Revision ID: james.westby@ubuntu.com-20020216194842-reozknh190rv1w88
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Created by text2h , (c) by Ulli Meybohm, www.meybohm.de   */
 
2
#ifndef reshead_H
 
3
#define reshead_H
 
4
 
 
5
char * resheadV[]=
 
6
{
 
7
{"\\documentclass[]{article}"},
 
8
{"\\usepackage{ifthen,isolatin1,graphicx,color}"},
 
9
{"\\graphicspath{{/tmp/disc-cover-8568/}}"},
 
10
{"\\renewcommand{\\thepage}{}"},
 
11
{"\\setlength{\\oddsidemargin}{0pt}"},
 
12
{"\\setlength{\\evensidemargin}{0pt}"},
 
13
{"\\setlength{\\voffset}{-100pt}"},
 
14
{"\\setlength{\\footskip}{0pt}"},
 
15
{"\\setlength{\\textheight}{780pt}"},
 
16
{"\\hyphenpenalty=10000"},
 
17
{"\\renewcommand{\\dotfill}{\\leaders\\hbox to 2mm{\\hfil.\\hfil}\\hfill}"},
 
18
{""},
 
19
{"\\newcommand{\\mylabel}{\\color{black}}"},
 
20
{""},
 
21
{""},
 
22
{"\\begin{document}"},
 
23
{""},
 
24
{"\\noindent"},
 
25
{"\\parbox{11cm}"},
 
26
{"{"},
 
27
{"{\\small Printed with \\emph{cd cover creator} (C) (GPL) by Ulli Meybohm, www.meybohm.de"},
 
28
{"The program uses the tex-template from Disc-Cover."},
 
29
{"Disc-Cover is available at  \\texttt{http://www.liacs.nl/\\~{}jvhemert/disc-cover}}"},
 
30
{"}"},
 
31
{"\\vspace{0.5cm}"},
 
32
{""}
 
33
};
 
34
 
 
35
int resheadC=25;
 
36
 
 
37
 
 
38
#endif