Page Layout ⇒ Headings
Headings
- Attachments
-
- Fiches MathSup (1).zip
- (11.05 KiB) Downloaded 396 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Headings
- Attachments
-
- Fiches_MathSup (6).pdf
- (280.34 KiB) Downloaded 292 times
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Headings
Code: Select all
\let\Oldpart\part
\newcommand{\parttitle}{}
\renewcommand{\part}[1]{\Oldpart{#1}\renewcommand{\parttitle}{#1}}
\fancyhead[L]{\scriptsize \textsc{Partie \thepart. \parttitle}} % À changer
Code: Select all
\fancypagestyle{plain}{%
\fancyhf{}% clear all header and footer fields
\fancyfoot[C]{ $-$ \thepage \ $-$}}
Headings
And it annoys a bit, if it's possible to erase it

Thank you so much,
Isak Y.
- Attachments
-
- cup.png (4.13 KiB) Viewed 10818 times
-
- cap.png (27.11 KiB) Viewed 10818 times
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Headings
Code: Select all
\fancypagestyle{plain}{%
\fancyhf{}% clear all header and footer fields
\fancyfoot[C]{ $-$ \thepage \ $-$}
\renewcommand{\headrulewidth}{0pt}}