-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.sty
63 lines (56 loc) · 1.45 KB
/
header.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
% \usepackage{titlesec}
\usepackage{fancyhdr}
\usepackage{booktabs}
\usepackage{float}
\pagestyle{fancy}
% \fancyhead{}
% \fancyfoot{}
% \rhead{Section \thesection}
% \rfoot{Page \thepage}
\fancyhf{}
\fancyhead[L]{\leftmark}
\fancyhead[R]{\thepage}
% \renewcommand{\headrulewidth}{0pt}
% \titleformat{\section}[block]
% {\normalfont\bfseries\filcenter}{\fbox{\itshape\thesection}}{1em}{}
% \titleformat{\section}[frame]
% {\normalfont}
% {\filright
% \footnotesize
% \enspace SECTION \thesection\enspace}
% {8pt}
% {\Large\bfseries\filcenter}
% \titleformat{\section}[display]
% {\normalfont\Large\filcenter\sffamily}
% {\vspace*{\fill}
% \titlerule[1pt]%
% \vspace{1pt}%
% \titlerule
% \vspace{1pc}%
% \LARGE\MakeUppercase{\sectiontitlename}~\thesection}
% {1pc}
% {\titlerule\Huge}
% [\vspace*{\fill}\newpage]
% \titleformat{\section}[display]
% {\vfill\filcenter}
% {{%
% \filcenter\fontsize{48pt}{48pt}\usefont{T1}{phv}{m}{n}\MakeUppercase{\sectionname}
% \fontsize{48pt}{48pt}\selectfont\thesection%
% }%
% }
% {5pt}
% {\Huge\usefont{T1}{phv}{b}{n}%
% \parbox{\textwidth-\widthof{\LARGE\sffamily\MakeUppercase{\chaptername}}}%
% }[\vfill\clearpage]
% \titlespacing*{\chapter}{0pt}{0pt}{0pt}
% \titleformat{\section}[display]
% {\normalfont\Large\filcenter\sffamily}
% {\vspace*{\fill}
% \titlerule[1pt]%
% \vspace{1pt}%
% \titlerule
% \vspace{1pc}%
% \LARGE\MakeUppercase{\sectiontitlename}~\thesection}
% {1pc}
% {\Huge}
% [\vspace*{\fill}\newpage]