I'm new in LaTeX so don't be mad for noob questions please - I couldn't find any solution in

* Make only the 'Notes' (in my case it's called 'Spis przypisów') bigger than the rest of text (list of endnotes)
My code atm:
Code: Select all
\begingroup
\def\enotesize{\normalsize}
\renewcommand{\notesname}{Spis przypisów}
\renewcommand\enoteformat{\noindent[\theenmark]\hspace{0.06in}}
\theendnotes
\endgroup
Best regards,
gromar