63 lines
1.1 KiB
TeX
Executable File
63 lines
1.1 KiB
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
singlenumbering
|
|
]{../../resources/ormc_handout}
|
|
|
|
% Set to true to show knot measurements.
|
|
% Only used in tikzset.tex
|
|
\newif{\ifDebugKnot}
|
|
%\DebugKnottrue
|
|
\DebugKnotfalse
|
|
\input{tikzset.tex}
|
|
|
|
|
|
% Problems from "Why knot"
|
|
%
|
|
% 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}
|
|
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
<Advanced 2>
|
|
<Spring 2023>
|
|
{Knots}
|
|
{
|
|
Prepared by Mark on \today
|
|
}
|
|
|
|
|
|
\input{parts/0 intro.tex}
|
|
\input{parts/1 composition.tex}
|
|
\input{parts/2 links.tex}
|
|
\input{parts/3 sticks.tex}
|
|
\input{parts/4 braids.tex}
|
|
|
|
|
|
% 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}
|
|
|
|
\end{document} |