I need some help with my page footer. Is there a way to add a dot after the number of each sections in footer ?
For example "1. ROZDZIAL PIERWSZY" or "2. ROZDZIAL DRUGI".
I would like to also know how to achieve the effect with no number in footer. I tried to use command:
Code: Select all
\renewcommand{\sectionmark}[1]{\markright{#1}}
Can anyone help me?
This is my code:
Code: Select all
Code, edit and compile here:
\documentclass[12pt]{article}\usepackage[table,xcdraw]{xcolor}\usepackage{listings}\usepackage{inputenc}\usepackage{graphicx}\usepackage{polski}\usepackage[foot=1.25cm,head=\baselineskip, headheight=12pt, marginparsep=2mm ]{geometry}\usepackage{textcomp}\usepackage{gensymb}\usepackage{parskip}\usepackage{multirow}\usepackage{tabularx}\usepackage{enumitem}\usepackage{booktabs,arydshln}\usepackage{array}\usepackage{caption}\usepackage{amsmath}\usepackage{scrextend}\usepackage{mwe}\usepackage[export]{adjustbox}\usepackage{setspace}\usepackage{stanli}\usepackage{tikz}\usepackage{wrapfig}\usepackage{fancyhdr}\setlength{\headsep}{1.3cm}\pagestyle{fancy}\fancyhf{}\fancyhead[LE,RO]{Analizy~Wytrzymalosciowe}\fancyhead[RE,LO]{Zadania i rozwiazania}\fancyfoot[CE,CO]{\leftmark}\fancyfoot[LE,RO]{str.~\thepage}%\renewcommand{\sectionmark}[1]{\markright{#1}}