File: resfront.h

package info (click to toggle)
cdcover 0.9.1-12
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • sloc: cpp: 3,257; makefile: 91
file content (48 lines) | stat: -rw-r--r-- 687 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
39
40
41
42
43
44
45
46
47
48
/* Created by text2h , (c) by Ulli Meybohm, www.meybohm.de   */
#ifndef resfront_H
#define resfront_H

char * resfrontV[]=
{
"",
"%%%%%%%%%",
"% FRONT %",
"%%%%%%%%%",
"",
"\\noindent",
"\\framebox{\\parbox[c][12.0cm][t]{12.0cm}",
"{",
"\\vspace{1cm}",
"",
"\\noindent",
"\\begin{center}",
"{",
"\\parbox{10cm}{{\\Large\\color{black}%TITLE%}}",
"",
"\\rule{10cm}{1pt}",
"\\vspace{0.1cm}",
"",
"\\noindent",
"\\parbox{10cm}{{\\hfill\\large{\\color{black}%SUBTITLE%}}}",
"}",
"\\end{center}",
"",
"\\vfill",
"\\begin{center}",
"",
"\\parbox{10cm}{{\\footnotesize\\sffamily\\mylabel}}",
"\\end{center}",
"",
"}}",
"",
"%%%%%%%%%",
"",
"",
"\\vspace{1cm}",
""
};

int resfrontC=35;


#endif