Requirements:
- even page numbers on the left, odd page numbers on the right
- color of the line: RGB 194/00/11
- 0,5pt
- no line spacing before and after number
Can I make an asymmetric 2-colum, 1-row table with 3 visible borders and put into footnote? Or someone has any other ideas how to do shape of this line ?
Thanks in advance for any suggestions.
Code: Select all
\documentclass[a4paper,12pt, twoside, titlepage]{article}
\usepackage[utf8]{inputenc}
\usepackage[pdftex]{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage[OT4]{fontenc}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{color}
\definecolor{red2}{RGB}{194,00,11}
\geometry{
a4paper,
left=35mm,
right=25mm,
top=25mm,
bottom=25mm,
}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyfoot[LE,RO]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.5pt}
\begin{document}
smth
\newpage
smth
\end{document}