blob: 249a7be58fb01b43514c1d20472021de126f1144 (
plain) (
blame)
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
|
% \pagestyle{fancy}
% \fancyhf{}
% \fancyhead[LE, RO]{}
% \fancyhead[RO, LE]{\@lesson}
% \fancyhead[RE, LO]{}
% \fancyfoot[LE, RO]{\thepage}
% \fancyfoot[C]{\leftmark}
% Parameters
% \renewcommand{\sfdefault}{ptm}
% \pagenumbering{arabic}
% \setcounter{page}{2}
% \renewcommand{\thesection}{\Roman{section}}
% \renewcommand{\thesubsection}{\thesection.\Roman{subsection}}
%
%% Footers and Headers
%\pagestyle{fancy}
%\fancyhf{}
%\renewcommand{\headrulewidth}{2pt}
%\renewcommand{\footrulewidth}{1pt}
%\renewcommand{\baselinestretch}{1.5}
%\fancyhead[L]{{\textbf{\titleset}}}
%\fancyhead[R]{\textbf{\course}}
%\fancyfoot[L]{\thepage}
|