-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.tex.bak
131 lines (118 loc) · 3.7 KB
/
header.tex.bak
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
\documentclass[a4paper, twoside]{report}
\usepackage[utf8x]{inputenc}
\usepackage{fancyhdr}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage[toc,page]{appendix}
\usepackage[formats]{listings}
\usepackage{indentfirst}
\usepackage{nameref}
\usepackage{enumitem}
\usepackage[all]{nowidow}
%\usepackage[sfmath]{kpfonts}
%\usepackage[scaled]{helvet}
%\usepackage{courier}
\usepackage[T1]{fontenc}
\usepackage[UKenglish]{babel}
\selectlanguage {UKenglish}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{xcolor}
\usepackage{pdfpages}
\usepackage{float}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage[pdftex,bookmarks=true,plainpages=false]{hyperref}
\usepackage[top=2.5cm,left=3cm,right=2.5cm,bottom=2.5cm]{geometry}
\renewcommand{\familydefault}{\sfdefault}
\pagestyle{fancyplain}
\linespread{1.3}
\clubpenalty=10000 %nie dieli wyrazów pomiędzy stronami
\widowpenalty=10000 %nie pozostawia wdów i sierot (krawców i szewców?) pojedynczych
%% some redefination of the headers and footers
\renewcommand{\chaptermark}[1]%
{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]%
{\markright{\thesection\ #1}}
\lhead[\fancyplain{}{\thepage}]%
{\fancyplain{}{\rightmark}}
\rhead[\fancyplain{}{\leftmark}]%
{\fancyplain{}{\thepage}}
\cfoot{}
\sloppy
\pdfinfo {
/Title (Final Project)
/Subject (The use of a three-dimensional manipulator-controlled gaming in the treatment of dyspraxia.)
/Author (Anna Wałach)
/Keywords (politechnika slaska)
}
%\usepackage[bookmarksnumbered=true]{hyperref}
\definecolor{cyan}{rgb}{0.0,0.6,0.6}
\definecolor{darkbrown}{rgb}{0.64,0.08,0.08}
\lstdefinelanguage{XML}
{
basicstyle=\scriptsize\ttfamily,
stringstyle=\ttfamily,
columns=fullflexible,
showstringspaces=false,
commentstyle=\color{gray}\upshape,
morestring=[b]",
morestring=[s]{>}{<},
morecomment=[s]{<?}{?>},
morecomment = [s]{<!--}{-->},
stringstyle=\color{blue},
identifierstyle=\color{darkbrown},
keywordstyle=\color{red},
tabsize=2,
breaklines=true,
morekeywords={xmlns,version,type,name,
defaultProvider,server, port,useSSL,
userDNAttribute,userNameAttribute,
userContainer,userObjectClass,userFilter,scope,
otherRequiredUserAttributes,enabled,cacheRolesInCookie,
cookieName,groupContainer,groupNameAttribute,
groupMemberAttribute,dnAttribute,groupFilter,
verb, path, loginUrl, stopProcessing, input, matchType,
pattern, ignoreCase, negate, statusCode, statusReason,
statusDescription, logicalGrouping, url, lockAttributes,
subStatusCode, existingResponse, defaultPath, responseMode,
prefixLanguageFilePath}% list your attributes here
}
\lstdefinelanguage{CSharp}
{
morecomment = [l]{//},
morecomment = [l]{///},
morecomment = [s]{/*}{*/},
morestring=[b]",
sensitive = true,
identifierstyle=\color{darkgray},
basicstyle=\ttfamily\scriptsize\color{black},
keywordstyle=\color{blue},
stringstyle=\color{darkbrown},
commentstyle=\color{olive}\upshape,
numbers=left,
emph={Q,T},
breaklines=true,
emphstyle=\color{olive},
morekeywords = {abstract, event, new, struct,
as, explicit, null, switch,
base, extern, object, this,
bool, false, operator, throw,
break, finally, out, true,
byte, fixed, override, try,
case, float, params, typeof,
catch, for, private, uint,
char, foreach, protected, ulong,
checked, goto, public, unchecked,
class, if, readonly, unsafe,
const, implicit, ref, ushort,
continue, in, return, using,
decimal, int, sbyte, virtual,
default, interface, sealed, volatile,
delegate, internal, short, void,
do, is, sizeof, while,
double, lock, stackalloc,
else, long, static,
enum, namespace, string}
}