1 |
4b8a3d5b
|
Martina Janečková
|
\NeedsTeXFormat{LaTeX2e}
|
2 |
|
|
\ProvidesClass{thesiskiv}[2016/03/14 Thesis at DCSE (KIV)]
|
3 |
|
|
\ExecuteOptions{czech}
|
4 |
|
|
\ProcessOptions\relax
|
5 |
|
|
|
6 |
|
|
\LoadClass[12pt,oneside]{report}
|
7 |
|
|
|
8 |
|
|
% CHAPTER LOOK
|
9 |
|
|
%
|
10 |
|
|
\def\@makechapterhead#1{%
|
11 |
|
|
{\parindent \z@ \raggedright \normalfont
|
12 |
|
|
\Huge\bfseries
|
13 |
|
|
\ifnum \c@secnumdepth >\m@ne
|
14 |
|
|
\hangindent=1.5em
|
15 |
|
|
\noindent\hbox to 1.5em{\thechapter\hfil}%
|
16 |
|
|
\fi%
|
17 |
|
|
#1\par\nobreak
|
18 |
|
|
\vskip 40\p@
|
19 |
|
|
}}
|
20 |
|
|
\def\@makeschapterhead#1{%
|
21 |
|
|
{\parindent \z@ \raggedright \normalfont
|
22 |
|
|
\interlinepenalty\@M
|
23 |
|
|
\Huge \bfseries #1\par\nobreak
|
24 |
|
|
\vskip 40\p@
|
25 |
|
|
}}
|
26 |
|
|
%
|
27 |
|
|
|
28 |
|
|
%
|
29 |
|
|
% END OF CLASS DEFINITION
|
30 |
|
|
%
|