This commit is contained in:
Filipriec
2026-03-04 10:51:17 +01:00
parent 575f139481
commit c898df4832
5 changed files with 62 additions and 8 deletions

32
hod2/main.tex Normal file
View File

@@ -0,0 +1,32 @@
\documentclass[12pt, a4paper]{book}
\usepackage[utf8]{inputenc}
\usepackage[slovak,shorthands=off]{babel}
% \usepackage[T1]{fontenc}
\usepackage{lipsum}
\usepackage{fancyhdr}
\pagenumbering{Alph}
\pagestyle{fancy}
\fancyfoot{222}
\fancyhead[LE,RO]{545}
\renewcommand{\headrulewidth}{5pt}
\begin{document}
\tableofcontents
\chapter[kratky nazov]{dlhy velmi dlhy nazov}
\lipsum{2-4}
\setcounter{page}{23}
\chapter[kratky nazov]{\lipsum{2-4}}
\lipsum{2-4}
\end{document}