File: reshead.h

package info (click to toggle)
cdcover 0.9.1-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 188 kB
  • ctags: 180
  • sloc: cpp: 1,446; makefile: 67
file content (38 lines) | stat: -rw-r--r-- 959 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* Created by text2h , (c) by Ulli Meybohm, www.meybohm.de   */
#ifndef reshead_H
#define reshead_H

char * resheadV[]=
{
"\\documentclass[]{article}",
"\\usepackage{ifthen,isolatin1,graphicx,color}",
"\\graphicspath{{/tmp/disc-cover-8568/}}",
"\\renewcommand{\\thepage}{}",
"\\setlength{\\oddsidemargin}{0pt}",
"\\setlength{\\evensidemargin}{0pt}",
"\\setlength{\\voffset}{-100pt}",
"\\setlength{\\footskip}{0pt}",
"\\setlength{\\textheight}{780pt}",
"\\hyphenpenalty=10000",
"\\renewcommand{\\dotfill}{\\leaders\\hbox to 2mm{\\hfil.\\hfil}\\hfill}",
"",
"\\newcommand{\\mylabel}{\\color{black}}",
"",
"",
"\\begin{document}",
"",
"\\noindent",
"\\parbox{11cm}",
"{",
"{\\small Printed with \\emph{cd cover creator} (C) (GPL) by Ulli Meybohm, www.meybohm.de",
"The program uses the tex-template from Disc-Cover.",
"Disc-Cover is available at  \\texttt{http://www.liacs.nl/\\~{}jvhemert/disc-cover}}",
"}",
"\\vspace{0.5cm}",
""
};

int resheadC=25;


#endif