forked from le0pard/postgresql_book
-
Notifications
You must be signed in to change notification settings - Fork 1
/
variables.tex
28 lines (23 loc) · 884 Bytes
/
variables.tex
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
% Title Page
\title{Postgresql для професионалов}
\author{Алексей Васильев}
\makepagestyle{myindex}
\makeheadrule{myindex}{\textwidth}{\normalrulethickness}
\makeevenhead{myindex}{\rightmark}{}{\leftmark}
\makeoddhead{myindex}{\rightmark}{}{\leftmark}
\makeevenfoot{myindex}{}{\thepage}{}
\makeoddfoot{myindex}{}{\thepage}{}
\makeevenhead{myindex}{\thepage}{}{\slshape\leftmark}
\makeoddhead{myindex}{\slshape\rightmark}{}{}
\makepsmarks{myindex}{%
\nouppercaseheads
\createmark{chapter}{left}{shownumber}{\@chapapp\ }{. \ }
\createmark{section}{right}{shownumber}{}{. \ }
\createplainmark{toc}{both}{\contentsname}
\createplainmark{lof}{both}{\listfigurename}
\createplainmark{lot}{both}{\listtablename}
\createplainmark{bib}{both}{\bibname}
\createplainmark{index}{both}{\indexname}
\createplainmark{glossary}{both}{\glossaryname}
}
\semiisopage