-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathuekthesis-archival.sty
394 lines (337 loc) · 12.4 KB
/
uekthesis-archival.sty
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
% Style package for uekthesis.cls
% University Economics in Cracow (UEK)
%
% (c) Maciej Sypień <[email protected]>
%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
%% in directory macros/latex/base/lppl.txt.
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{uekthesis-archival}[2015/05/01 uekthesis-archival style]
%\@obsoletefile{uekthesis.cls}{uekthesis.sty}
%\LoadClass{uekthesis}
% USE Only UTF8 characters
\RequirePackage[utf8]{inputenc}
% pakiet który definiuje komendy \counterwithin oraz \counterwithout
\RequirePackage{chngcntr}
%##############################################################################
% pakiet zastępujący mało modalny \fbox
\RequirePackage[framemethod=tikz]{mdframed}
% Modyfiukacja wydruku kodu latexa w ramce (pakiet: mdframed)
\newmdenv[
skipabove=0.2cm,
skipbelow=0,
nobreak=true
]{outputbox}
%##############################################################################
% wymagane do osadzania wielu zdjec obok siebie
\RequirePackage{graphicx}
\RequirePackage{caption}
\RequirePackage{subcaption}
%##############################################################################
% odstępy dla poszczególnych wierszy
% 1.5em - odstęp od początku lewej strony tekstu
% 2em - odstęp po numerze odwołującym sie do elementu (np: 4.3)
\def\l@lstlisting#1#2{\@dottedtocline{1}{1.5em}{2.3em}{#1}{#2}}
% odstępy pomiędzy kolejnymi rozdziałami w liście listingów
\let\Chapter\chapter
\def\chapter{\addtocontents{lol}{\protect\addvspace{10pt}}\Chapter}
%##############################################################################
% Defninicja komendy zmieniająca początkowy duży znak litery na mały
% w odnośniku do tego rozdziału, sekcji, podsekcji, ect.
% Lowercase \nameref = \lnameref
\newcommand{\lnameref}[1]{%
\bgroup%
\let\nmu\MakeLowercase%
\nameref{#1}\egroup}
% First UpperCase then lowercase = \fnameref
\newcommand{\fnameref}[1]{%
\bgroup%
\def\nmu{\let\nmu\MakeLowercase}%
\nameref{#1}\egroup}
% helper for lowercase newcommands
\newcommand{\nmu}{}
%##############################################################################
% Dodanie komendy dla caption + source
\newcommand*{\captionsource}[2]{%
\caption[{#1}]{%
#1%
\\\hspace{\linewidth}%
{Źródło:} #2%
}%
}
%##############################################################################
% Ustawienia dla bibliografii
\DeclareQuoteAlias{croatian}{polish}
\RequirePackage[
language=polish, % Ustawienie języka
%urldate=long, % Wyświetlenie długiego formatu w datach
style=numeric, % numeric, alphabetic, authoryear,
sorting=nty, % Sortowanie: nAME, tITLE, yEAR
isbn=true, % zgodnie z nowym rozporządzeniem pole obowiązkowe
firstinits=true, % will render all first and middle names as initials.
abbreviate=true,
autolang=hyphen,
backend=biber,]{biblatex}
%##############################################################################
% pakiet dla podpisów np: dla lstlintings
\RequirePackage[
font=small,
format=hang,
labelformat=simple,
justification=justified,
singlelinecheck=false,
labelsep=colon
]{caption}
%##############################################################################
% Zdefiniowanie nowego, dodatkowego jezyka
% \lstdefinelanguage{LaTeX}{
% keywords={\textbf, \$, \$\$, \int, \noindent,},
% keywordstyle=\color{blue}\bfseries,
% ndkeywords={class, export, boolean, throw, implements, import, this},
% ndkeywordstyle=\color{darkgray}\bfseries,
% identifierstyle=\color{black},
% sensitive=false,
% comment=[l]{\%},
% morecomment=[s]{/*}{*/},
% commentstyle=\color{purple}\ttfamily,
% stringstyle=\color{red}\ttfamily,
% morestring=[b][\color{ForestGreen}]\$,
% morestring=[b][\color{ForestGreen}]\$\$
% }
%##############################################################################
% Zdefiniowanie nowego, dodatkowego jezyka
\lstdefinelanguage{Biblatex}{%
basicstyle=\ttfamily,
keywords={@Manual, @Book, @Article, @Book, @Online, },%
keywordstyle=\color{blue}\bfseries,%
ndkeywords={title, subtitle, author,year, month, day, version, language, url, number, volume, pages, journaltitle, isbn, address, publisher},%
ndkeywordstyle=\color{Emerald}\bfseries,%
%identifierstyle=\color{yellow},%
sensitive=false,%
commentstyle=\color{Gray}\ttfamily,%
comment=[l]{\%},%
stringstyle=\color{BrickRed}\ttfamily,%
morestring=[b]",%
morestring=[s]{\{}{\}},%
morestring=[s][\color{black}]{\{Kun}{,},% dla strongów od '{Kun' do ','
morestring=[s][\color{black}]{\{Popper84}{,},% dla strongów od '{Popp:' do ','
morestring=[s][\color{black}]{\{man:}{,},% dla strongów od '{man:' do ','
morestring=[s][\color{black}]{\{url:}{,}% dla strongów od '{url:' do ','
}
%##############################################################################
% Zdefiniowanie nowego stylu LaTeX2e
\lstdefinestyle{LaTeX2e}{%
language=[LaTeX]TeX,
keywordstyle=\color{Red},
basicstyle=\ttfamily,
alsoletter={\#},
morekeywords={chapter},
morestring=[b][\color{ForestGreen}]\$,
morestring=[b][\color{ForestGreen}]\$\$
}
%##############################################################################
% Zdefiniowanie nowego stylu Bash - poprawiającego wyświetlanie niektórych komend
\lstdefinestyle{Bash}{%
language=Bash,
keywordstyle=\color{MidnightBlue},
basicstyle=\ttfamily,
alsoletter={-},
sensitive=false,
morekeywords={sudo, wget, chmod, dpkg, git},
%literate={\$}{{\textcolor{MidnightBlue}{\$}}}1
% {-}{{\textcolor{MidnightBlue}{-}}}1
% {~}{{\textcolor{MidnightBlue}{\textasciitilde}}}1,
}
%##############################################################################
% Ustawienie opcji dla wyświetlania kodów źródłowych
% Wiecej: pakiet listings s. 26
\lstset{%
%extendedchars=true, % celowo wyłączone
inputencoding=utf8,
%language=[LaTeX]TeX,
basicstyle=\footnotesize\ttfamily,
numberstyle=\footnotesize,
captionpos=t,
tabsize=2,
frame=tb,
numbers=left,
breaklines=true,
showtabs=false,
showspaces=false,
showstringspaces=false,
style=LaTeX2e, % domyślny styl dla listingów = LaTeX2e
keywordstyle=\color{MidnightBlue},
commentstyle=\color{OliveGreen},
stringstyle=\color{Red},
emph={label},
literate=% Polish fonts for better UTF-8
{ą}{{\k{a}}}1 {ć}{{\'c}}1 {ę}{{\k{e}}}1 {ó}{{\'o}}1
{ń}{{\'n}}1 {ł}{{\l{}}}1 {ś}{{\'s}}1 {ź}{{\'z}}1
{ż}{{\.z}}1 {Ą}{{\k{A}}}1 {Ć}{{\'C}}1 {Ę}{{\k{E}}}1
{Ó}{{\'O}}1 {Ń}{{\'N}}1 {Ł}{{\L{}}}1 {Ś}{{\'S}}1
{Ź}{{\'Z}}1 {Ż}{{\.Z}}1
% Rest of most used latin fonts
{á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ú}{{\'u}}1
{Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ú}{{\'U}}1
{à}{{\`a}}1 {è}{{\`e}}1 {ì}{{\`i}}1 {ò}{{\`o}}1 {ù}{{\`u}}1
{À}{{\`A}}1 {È}{{\'E}}1 {Ì}{{\`I}}1 {Ò}{{\`O}}1 {Ù}{{\`U}}1
{ä}{{\"a}}1 {ë}{{\"e}}1 {ï}{{\"i}}1 {ö}{{\"o}}1 {ü}{{\"u}}1
{Ä}{{\"A}}1 {Ë}{{\"E}}1 {Ï}{{\"I}}1 {Ö}{{\"O}}1 {Ü}{{\"U}}1
{â}{{\^a}}1 {ê}{{\^e}}1 {î}{{\^i}}1 {ô}{{\^o}}1 {û}{{\^u}}1
{Â}{{\^A}}1 {Ê}{{\^E}}1 {Î}{{\^I}}1 {Ô}{{\^O}}1 {Û}{{\^U}}1
{œ}{{\oe}}1 {Œ}{{\OE}}1 {æ}{{\ae}}1 {Æ}{{\AE}}1 {ß}{{\ss}}1
{ç}{{\c c}}1 {Ç}{{\c C}}1 {ø}{{\o}}1 {å}{{\r a}}1 {Å}{{\r A}}1
{€}{{\EUR}}1 {£}{{\pounds}}1
}
%##############################################################################
% Definicje własnych, nowych makr - makra wymagają pakietu 'xcolor'
\newcommand{\red}[1]{{\color{RedOrange}{#1}}}
\newcommand{\yellow}[1]{{\color{Dandelion}{#1}}}
\newcommand{\green}[1]{{\color{LimeGreen}{#1}}}
\newcommand{\RED}[1]{{\colorbox{RedOrange}{#1}}}
\newcommand{\YELLOW}[1]{{\colorbox{Dandelion}{#1}}}
\newcommand{\GREEN}[1]{{\colorbox{LimeGreen}{#1}}}
%##############################################################################
%% Traditional LaTeX or TeX follows...
%%
\ProcessOptions\relax
%##############################################################################
% Set numwidth of section
\setlength{\cftsecnumwidth}{10mm}
%##############################################################################
% Zmienia przypisy na ciągłe w całym dokumencie (używa pakietu "chngcntr")
\counterwithout{footnote}{chapter}
%##############################################################################
% Zmiana nazw opisu dla tabel i rysunków i innych elementów
\addto\captionspolish{%
%\renewcommand{\contentsname}{\huge{}Spis treści}%
\renewcommand{\figurename}{Rysunek}%
%\renewcommand{\listfigurename}{Spis rysuneczków}% nazwa testowa ;)
\renewcommand{\tablename}{Tabela}%
\renewcommand{\listtablename}{Spis tabel}%
% \renewcommand\lstlistingname{Kod źródłowy}
\renewcommand{\lstlistlistingname}{Spis kodów źródłowych}
}
%##############################################################################
% Zdefiniowanie własnych nazw dla poszczególnych definicji, twierdzeń itp
\theoremstyle{plain}
\newtheorem{thm}{Twierdzenie}[section]
\newtheorem{lem}[thm]{Lemat} % w matematyce twierdzenie pomocnicze
\newtheorem{prop}[thm]{Założenie}
\newtheorem*{cor}{Wniosek}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definicja}
\newtheorem{conj}{Przypuszczenie}[section]
\newtheorem{exmp}{Przykład}[section]
\theoremstyle{remark}
\newtheorem*{rem}{Spostrzeżenie}
\newtheorem*{note}{Notka}
%##############################################################################
% Jednolity wygląd dla spisu kodów źródłowych (lstlistings) tak jak
% pozostałych spisów tabel, rysunków, bibliografii
% From: http://tex.stackexchange.com/questions/131575/formatting-listoftables-and-listofalgorithms
% Unified look for "list of listings"
\makeatletter
\begingroup\let\newcounter\@gobble\let\setcounter\@gobbletwo
\globaldefs\@ne \let\c@loldepth\@ne
\newlistof{listings}{lol}{\bfseries\large\MakeUppercase\lstlistlistingname}
\endgroup
\let\l@lstlisting\l@listings
\AtBeginDocument{\addtocontents{lol}{\protect\addvspace{10\p@}}}
\makeatother
\renewcommand{\lstlistoflistings}{\listoflistings}
%\renewcommand\cftlistingsaftersnum{:}
%\renewcommand\cftlistingspresnum{Listing~}
\cftsetindents{listings}{1.5em}{2.3em}
% Unified look for "list of algorithms"
\makeatletter
\begingroup
\let\newcounter\@gobble
\let\setcounter\@gobbletwo
\globaldefs\@ne
\let\c@loadepth\@ne
\newlistof{algorithms}{loa}{\listalgorithmname}
\endgroup
\let\l@algorithm\l@algorithms
\makeatother
%\renewcommand\cftalgorithmsaftersnum{:}
%\renewcommand\cftalgorithmspresnum{Algorithm~}
\cftsetindents{algorithms}{1.5em}{2.3em}
%%##############################################################################
%% Ustawienia dla pakietu biblatex
%\renewcommand*{\newunitpunct}{\addcomma\space}
%%\renewbibmacro*{in:}{}
%\renewbibmacro{in:}{}
%\xpatchbibdriver{book}{%
%\newunit
%\iffieldundef{maintitle}
%{\printfield{volume}%
%\printfield{part}}
%{}%
%}
%{%
%}{}{}
%\xpatchbibdriver{book}{%
%\usebibmacro{publisher+location+date}%
%}
%{%
%\usebibmacro{publisher+location+date}%
%\newunit
%\printfield{volume}%
%\printfield{part}
%\usebibmacro{finentry}
%}{}{}
%\DeclareFieldFormat*{volume}{tom\addnbspace #1}
%\DeclareFieldFormat{journaltitle}{\mkbibquote{#1}}
%\DeclareFieldFormat[article,periodical]{number}{nr~#1}% number of a journal
%\DeclareFieldFormat
%[article,inbook,incollection,inproceedings,patent,thesis,unpublished]
%{title}{\mkbibemph{#1}}
%%
%\renewbibmacro*{volume+number+eid}{%
%\printfield{volume}%
%\setunit{\addcomma\space}%
%\printfield{number}%
%\setunit{\addcomma\space}%
%\printfield{eid}}
%\renewbibmacro*{journal+issuetitle}{%
%\usebibmacro{journal}%
%\setunit*{\addspace}%
%\iffieldundef{series}
%{}
%{%
%\newunit
%\printfield{series}%
%\setunit{\addspace}}%
%\usebibmacro{issue+date}%
%\setunit{\addspace}%
%\usebibmacro{issue}%
%\setunit{\addspace}%
%\usebibmacro{volume+number+eid}%
%\newunit
%}
%\renewbibmacro*{issue+date}{%
%\iffieldundef{issue}
%{\usebibmacro{date}}
%{%
%\printfield{issue}%
%\setunit*{\addspace}%
%\usebibmacro{date}
%}%
%\newunit
%}
%\renewbibmacro*{publisher+location+date}{%
%\printlist{publisher}%
%\iflistundef{publisher}
%{\setunit*{\addcomma\space}}
%{\setunit*{\addcomma\space}}%
%\printlist{location}%
%\setunit*{\addspace}%
%\usebibmacro{date}%
%\newunit
%}
\endinput
%%
%% End of file