Tagged Questions
5
votes
1answer
203 views
Formatting page number (fancyhdr?)
Could anyone please show me how to get this page number formatting:
6
votes
1answer
418 views
How to create Fancy Title Headers
I want to create a Fancy Title Header for an Article, like the one shown below:
Can someone please provide some hint on how to achieve this?
6
votes
1answer
757 views
Format page numbers
How can I control look of the page numbers? For example, in the MWE below:
\documentclass[12pt]{article}
\usepackage[backend=biber]{biblatex}
\usepackage{fancyhdr}
...
4
votes
1answer
838 views
Edit page headers
I am trying to edit my page titles with fancyhdr package. I want the top left of the page to present [section number]. [section name]
in boldface and small caps. for example:
3.2. PYTHAGORAS THEOREM
...
3
votes
1answer
681 views
Where should I setup the markup of header/footer? In \fancyxxx or in redefinition of \xxxmark?
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhead[RO,LE]{\small\sf\color{black}\rightmark}
...