44 lines
821 B
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-03 22:23:28 -07:00
\input{parts/table}
\end{document}