63 lines
1.1 KiB
TeX
Raw Normal View History

2023-05-03 22:23:28 -07:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions,
singlenumbering
]{../../resources/ormc_handout}
2023-05-04 10:50:36 -07:00
% Set to true to show knot measurements.
% Only used in tikzset.tex
2023-05-03 22:23:28 -07:00
\newif{\ifDebugKnot}
2023-05-04 10:50:36 -07:00
%\DebugKnottrue
2023-05-03 22:23:28 -07:00
\DebugKnotfalse
2023-05-04 10:50:36 -07:00
\input{tikzset.tex}
2023-05-03 22:23:28 -07:00
2023-05-04 10:50:36 -07:00
% Problems from "Why knot"
2023-05-03 22:23:28 -07:00
%
% Create largest crossing number with cord
% Human knot number: how many humans do you need to make the knot?
% Human knot number for trefoil composition?
% (looks like a wrap around center string)
%
% Figure-8 knot: mirror without letting go
%\usepackage{lua-visual-debug}
2023-05-04 10:50:36 -07:00
\begin{document}
2023-05-03 22:23:28 -07:00
\maketitle
<Advanced 2>
<Spring 2023>
{Knots}
{
Prepared by Mark on \today
}
2023-05-04 10:50:36 -07:00
\input{parts/0 intro.tex}
\input{parts/1 composition.tex}
2023-05-04 11:48:07 -07:00
\input{parts/2 links.tex}
2023-05-04 21:34:36 -07:00
\input{parts/3 sticks.tex}
2023-05-05 14:29:21 -07:00
\input{parts/4 braids.tex}
2023-05-03 22:23:28 -07:00
2023-05-04 11:48:07 -07:00
% Make sure the knot table is on an odd page
% so it may be removed in a double-sided
% handout.
\checkoddpage
\ifoddpage\else
\vspace*{\fill}
\begin{center}
{
\Large
\textbf{This page isn't empty.}
}
\end{center}
\vspace{\fill}
\pagebreak
\fi
\input{parts/table}
2023-05-03 22:23:28 -07:00
\end{document}