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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
/* Created by text2h , (c) by Ulli Meybohm, www.meybohm.de */
#ifndef resback_H
#define resback_H
const char * resbackV[]=
{
"%%%%%%%%",
"% BACK %",
"%%%%%%%%",
"",
"",
"\\newlength{\\Test%i}",
"\\settowidth{\\Test%i}{{%SIDETEXTLEFT%}\\hfill~{%SIDETEXTRIGHT%}}",
"\\ifthenelse{\\lengthtest{\\Test%i > 12.0cm}}",
"{",
" \\settowidth{\\Test%i}{\\small {%SIDETEXTLEFT%}\\hfill~{%SIDETEXTRIGHT%}}",
" \\ifthenelse{\\lengthtest{\\Test%i > 12.0cm}}",
" {",
" \\settowidth{\\Test%i}{\\footnotesize {%SIDETEXTLEFT%}\\hfill~{%SIDETEXTRIGHT%}}",
" \\ifthenelse{\\lengthtest{\\Test%i > 12.0cm}}",
" {",
" \\settowidth{\\Test%i}{\\scriptsize {%SIDETEXTLEFT%}\\hfill~{%SIDETEXTRIGHT%}}",
" \\ifthenelse{\\lengthtest{\\Test%i > 12.0cm}}",
" {",
" \\newcommand{\\sidetext%i}{\\parbox{11.6cm}{\\tiny {%SIDETEXTLEFT%}\\hfill~{%SIDETEXTRIGHT%}}}",
" }",
" {",
" \\newcommand{\\sidetext%i}{\\parbox{11.6cm}{\\scriptsize {%SIDETEXTLEFT%}\\hfill~{%SIDETEXTRIGHT%}}}",
" }",
" }",
" {",
" \\newcommand{\\sidetext%i}{\\parbox{11.6cm}{\\footnotesize {%SIDETEXTLEFT%}\\hfill~{%SIDETEXTRIGHT%}}}",
" }",
" }",
" {",
" \\newcommand{\\sidetext%i}{\\parbox{11.6cm}{\\small {%SIDETEXTLEFT%}\\hfill~{%SIDETEXTRIGHT%}}}",
" }",
"}",
"{",
" \\newcommand{\\sidetext%i}{\\parbox{11.6cm}{{%SIDETEXTLEFT%}\\hfill~{%SIDETEXTRIGHT%}}}",
"}",
"",
"\\noindent",
"\\framebox{\\parbox[c][11.6cm][t]{3mm}",
"{",
" \\rotatebox{90}{\\sidetext%i}",
"}}\\framebox{\\parbox[c][11.6cm][t]{13.6cm}",
"{",
" \\vspace{-0.1cm}",
" \\vspace{-0.2cm}",
" \\vspace{0.5cm}",
" \\color{black}",
"",
" {\\footnotesize",
" \\begin{tabular}{l@{\\hspace{1em}}p{5.6cm}l@{}l@{\\hspace{1em}}p{5.6cm}}",
"%BACKCOVERTEXT% ",
" \\end{tabular}",
" }",
"}}\\framebox{\\parbox[c][11.6cm][t]{3mm}",
"{",
" \\rotatebox{-90}{\\sidetext%i}",
"}}",
"",
"%%%%%%%%",
""
};
int resbackC=58;
#endif
|