-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMyHeaderForArticles.tex
More file actions
26 lines (20 loc) · 1.24 KB
/
MyHeaderForArticles.tex
File metadata and controls
26 lines (20 loc) · 1.24 KB
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
% ****************************************************************************************
% ************************ NAME OF DOCUMENT ************************************
% ****************************************************************************************
% =======================================================
% ======= HEADER FOR DOCUMENT ============
% =======================================================
% ********* DOCUMENT ITSELF **************
\documentclass[12pt, fleqn]{article} %Type of document and size of font and left eq
% ...
% WRITE THE 'BOOKS' PARTS
\lhead{ %Left Header
\hyperlink{section.\arabic{section}} %Make a link to the current chapter
{\normalsize{\textsc{\nouppercase{\leftmark}}}} %And fot it put the name
}
\rhead{ %Right Header
\hyperlink{section.\arabic{section}.\arabic{subsection}} %Make a link to the current chapter
{\footnotesize{\textsc{\nouppercase{\rightmark}}}} %And fot it put the name
}
% WRITE THE 'BOOKS' PARTS
% ...