diff --git a/98-misc/biblio.tex b/98-misc/biblio.tex
new file mode 100644
index 0000000000000000000000000000000000000000..f7dabad58c6346f3187b83a4da41857ad00179ca
--- /dev/null
+++ b/98-misc/biblio.tex
@@ -0,0 +1,20 @@
+\pseudochapter[literatura]{Literatura}
+
+{
+
+\raggedright
+
+\def\bblhook{\parskip=2pt plus 1pt minus 0.5pt}
+\def\bblsc{\csc}
+\def\bbland{a}
+\def\bblvolume{svazek}
+\def\bbledition{vydání}
+\def\bblnewblock{\hskip .11em minus .07em}  % Neroztahuje se, máme \raggedright
+\def\urlprefix{Dostupné online na }
+
+% Hack: BibTeX does not support UTF-8 properly
+\def\EE{É}
+
+\bibliography{bibliography}
+
+}
diff --git a/98-misc/hints.tex b/98-misc/hints.tex
new file mode 100644
index 0000000000000000000000000000000000000000..fceaeddb6a8008dce84abffd637753a71606171b
--- /dev/null
+++ b/98-misc/hints.tex
@@ -0,0 +1,20 @@
+\pseudochapter{Nápovědy k~cvičením}
+\def\currentchapter{nápovědy}
+
+{
+\parindent=0pt
+\parskip=0.5\interitemskip
+\leftskip=4em
+
+\long\def\posthint#1#2{%
+	{
+	\leavevmode
+	\llap{#1.~~}#2
+	\endgraf
+	}
+}
+
+\immediate\closeout\hints
+\input hints.aux
+
+}