Fix broken links.

finite-set-exercises
Joshua Potter 2023-04-21 14:17:47 -06:00
parent 3bc07ffeb5
commit 41a4753d25
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
\documentclass{article}
\input{../../common/preamble}
\input{../../shared/preamble}
\begin{document}

View File

@ -1,7 +1,7 @@
\documentclass{article}
\usepackage[shortlabels]{enumitem}
\input{../../common/preamble}
\input{../../shared/preamble}
\begin{document}

View File

@ -1,3 +1,3 @@
import Common.List
import Common.Real
import Common.Tuple
import Bookshelf.List
import Bookshelf.Real
import Bookshelf.Tuple

View File

@ -1,6 +1,6 @@
\documentclass{article}
\input{../../../preamble}
\input{../../preamble}
\begin{document}
@ -14,7 +14,7 @@
\begin{proof}
\href{Sequence.lean}{Common.Data.Real.Sequence.Arithmetic.sum_recursive_closed}
\href{Sequence/Arithmetic.lean}{Bookshelf.Real.Sequence.Arithmetic.sum_recursive_closed}
\end{proof}
@ -28,7 +28,7 @@
\begin{proof}
\href{Sequence.lean}{Common.Data.Real.Sequence.Geometric.sum_recursive_closed}
\href{Sequence/Geometric.lean}{Bookshelf.Real.Sequence.Geometric.sum_recursive_closed}
\end{proof}