\documentclass[12pt,reqno]{amsart}
\def\draft{n}
\def\published{n}
\usepackage{
  amsmath, amssymb, multicol, mathtools, stmaryrd, xcolor,
  colortbl, mathabx, needspace, lgreek, sidecap, %mathbbol,
  blindtext, picins, dbnsymb, cjhebrew
}
\usepackage[export]{adjustbox} % This also includes graphicx.
\usepackage{enumitem}
\usepackage{utfsym}     % for the likes of \car=\usym{1F697}
\usepackage[all]{xy}
%\usepackage[english,greek]{babel}
\usepackage[textwidth=6.5in,textheight=9in,headsep=0.15in,centering]{geometry}

% Following http://tex.stackexchange.com/a/847/22475:
\usepackage[pagebackref,breaklinks=true]{hyperref}\hypersetup{colorlinks,
  linkcolor={green!50!black},
  citecolor={green!50!black},
  urlcolor=blue
}

\usepackage{chngcntr}
\counterwithin{figure}{section}
\counterwithin{table}{section}

\usepackage{caption}
\captionsetup[figure]{textfont=sf,width=0.9\linewidth}
\captionsetup[table]{textfont=sf,width=0.9\linewidth}

\if\draft y
  \usepackage[color]{showkeys}
\fi

\usepackage[stable]{footmisc} % to allow a footnote within a section title.
%\usepackage{capt-of} % For captions not in floats.

\input defs.tex

\begin{document} %\latintext
\newdimen\captionwidth\captionwidth=\hsize
\setcounter{secnumdepth}{4}

\title{A Fast, Strong, Topologically Meaningful, and Fun Knot Invariant}

\author{Dror~Bar-Natan}
\address{
  Department of Mathematics\\
  University of Toronto\\
  Toronto Ontario M5S 2E4\\
  Canada \ifpub{(corresponding author)}{}
}
\email{drorbn@math.toronto.edu}
\urladdr{http://www.math.toronto.edu/drorbn}

\author{Roland~van~der~Veen}
\address{
  University of Groningen, Bernoulli Institute\\
  P.O. Box 407\\
  9700 AK Groningen\\
  The Netherlands \ifpub{(corresponding author)}{}
}
\email{roland.mathematics@gmail.com}
\urladdr{http://www.rolandvdv.nl/}

\date{First edition September 22, 2025. This edition \today.}

\makeatletter
\@namedef{subjclassname@2020}{\textup{2020} Mathematics Subject Classification}
\makeatother
\subjclass[2020]{Primary 57K14, secondary 16T99}
\keywords{
  Alexander polynomial,
  loop expansion,
  solvable approximation,
  knot genus,
  fibered knots,
  ribbon knots,
  polynomial time computations,
  Feynman diagrams,
  perturbed Gaussian integration,
  Seifert formulas%
}

\thanks{This paper is available in electronic
form, along with source files and a demo {\sl Mathematica}
notebook at \url{http://drorbn.net/Theta} and at \arXiv{2509.18456}.}

\setlist[itemize]{left=0pt .. 12pt}
\begin{abstract}
\input abstract.tex
\end{abstract}

\setlist[itemize]{left=0pt .. \parindent}
\setlist[enumerate]{left=0pt .. 1.5\parindent}

\maketitle

\setcounter{tocdepth}{3}
\vspace{-10mm}
\tableofcontents
%\eject

\input body.tex

\draftcut
\begin{thebibliography}{LTW}
\backrefparscanfalse\renewcommand*\backref[1]{See pp.~#1.}%
\renewcommand*\backrefalt[4]{\ifcase #1\or In page #2.\else In pages #2.\fi}
\input refs.tex
\end{thebibliography}

%Added after submission, remove once settled:
%\begin{itemize}
%\item On 250930. Added \cite{Garoufalidis:Whitehead} and the sentence at the end of
%Discussion~\ref{disc:TwoLoop}.
%\end{itemize}

\parpic[l]{\parbox{1.5in}{
  \includegraphics[width=1.5in]{figs/Pretzel2.31.-31.pdf}
  \vskip -8mm
  \tiny Pretzel
  \newline$(2,31,-31)$
}}

\end{document}

\endinput
