2023-05-19 15:25:37 +00:00
|
|
|
\usepackage{amsfonts, amsmath, amssymb, amsthm}
|
2023-05-17 18:28:02 +00:00
|
|
|
\usepackage{bigfoot}
|
2023-05-13 12:38:55 +00:00
|
|
|
\usepackage{comment}
|
2023-05-10 16:45:42 +00:00
|
|
|
\usepackage[shortlabels]{enumitem}
|
2023-05-17 18:28:02 +00:00
|
|
|
\usepackage{etoolbox}
|
2023-05-10 16:45:42 +00:00
|
|
|
\usepackage{environ}
|
|
|
|
\usepackage{fancybox}
|
|
|
|
\usepackage{fontawesome5}
|
2023-06-29 20:05:08 +00:00
|
|
|
\usepackage{mathabx, mathrsfs}
|
2023-05-11 00:26:01 +00:00
|
|
|
\usepackage{soul}
|
2023-06-28 19:19:59 +00:00
|
|
|
\usepackage{stmaryrd}
|
2023-05-13 12:38:55 +00:00
|
|
|
\usepackage[usenames,dvipsnames]{xcolor}
|
2023-05-11 00:26:01 +00:00
|
|
|
% `hyperref` comes after `xr-hyper`.
|
|
|
|
\usepackage{xr-hyper}
|
|
|
|
\usepackage{hyperref}
|
2023-04-10 12:56:47 +00:00
|
|
|
|
2023-05-17 18:28:02 +00:00
|
|
|
% Open "private" namespace.
|
|
|
|
\makeatletter
|
|
|
|
|
|
|
|
% ========================================
|
|
|
|
% General
|
|
|
|
% ========================================
|
|
|
|
|
|
|
|
\newcommand{\header}[2]{\title{#1}\author{#2}\date{}\maketitle}
|
|
|
|
|
|
|
|
% ========================================
|
|
|
|
% Dividers
|
|
|
|
% ========================================
|
|
|
|
|
|
|
|
\newcommand\@linespace{\vspace{10pt}}
|
|
|
|
\newcommand\linedivider{\@linespace\hrule\@linespace}
|
|
|
|
\WithSuffix\newcommand\linedivider*{\@linespace\hrule}
|
2023-05-22 00:32:59 +00:00
|
|
|
\newcommand\suitdivider{$$\spadesuit\;\spadesuit\;\spadesuit$$}
|
2023-05-17 18:28:02 +00:00
|
|
|
|
2023-05-10 16:45:42 +00:00
|
|
|
% ========================================
|
|
|
|
% Linking
|
|
|
|
% ========================================
|
2023-04-10 12:56:47 +00:00
|
|
|
|
2023-05-13 01:31:44 +00:00
|
|
|
\hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue}
|
2023-05-13 12:38:55 +00:00
|
|
|
\newcommand{\textref}[1]{\text{\nameref{#1}}}
|
2023-07-12 16:54:35 +00:00
|
|
|
\newcommand{\hyperlabel}[1]{%
|
|
|
|
\label{#1}%
|
|
|
|
\hypertarget{#1}{}}
|
2023-05-10 16:45:42 +00:00
|
|
|
|
2023-05-17 18:28:02 +00:00
|
|
|
\newcommand\@leanlink[4]{%
|
|
|
|
\textcolor{blue}{$\pmb{\exists}\;{-}\;$}\href{#1/#2.html\##3}{#4}}
|
|
|
|
|
|
|
|
% Reference to an anchor of Lean documentation.
|
|
|
|
\newcommand\leanref[3]{%
|
|
|
|
\@leanlink{#1}{#2}{#3}{#3}\vspace{10pt}}
|
|
|
|
\WithSuffix\newcommand\leanref*[3]{%
|
|
|
|
\@leanlink{#1}{#2}{#3}{#3}}
|
|
|
|
|
|
|
|
% Variant that allows customizing display text.
|
|
|
|
\newcommand\leanpref[4]{%
|
|
|
|
\@leanlink{#1}{#2}{#3}{#4}\vspace{10pt}}
|
|
|
|
\WithSuffix\newcommand\leanpref*[4]{%
|
|
|
|
\@leanlink{#1}{#2}{#3}{#4}}
|
|
|
|
|
|
|
|
% Macro to build all Lean related commands relative to a specified directory.
|
|
|
|
\newcommand\makeleancommands[1]{%
|
|
|
|
\newcommand\lean[2]{%
|
|
|
|
\leanref{#1}{##1}{##2}}
|
|
|
|
\WithSuffix\newcommand\lean*[2]{%
|
|
|
|
\leanref*{#1}{##1}{##2}}
|
|
|
|
\newcommand\leanp[3]{%
|
|
|
|
\leanpref{#1}{##1}{##2}{##3}}
|
|
|
|
\WithSuffix\newcommand\leanp*[3]{%
|
|
|
|
\leanpref*{#1}{##1}{##2}{##3}}
|
|
|
|
}
|
|
|
|
|
2023-05-10 16:45:42 +00:00
|
|
|
% ========================================
|
2023-05-17 18:28:02 +00:00
|
|
|
% Admonitions
|
2023-05-10 16:45:42 +00:00
|
|
|
% ========================================
|
|
|
|
|
2023-05-17 18:28:02 +00:00
|
|
|
\newcommand{\@admonition}[2]{%
|
2023-05-10 16:45:42 +00:00
|
|
|
\begin{center}
|
|
|
|
\doublebox{
|
|
|
|
\begin{minipage}{0.95\textwidth}
|
2023-05-11 02:19:18 +00:00
|
|
|
\vspace{2pt}
|
2023-05-15 21:54:46 +00:00
|
|
|
\hl{#1} #2
|
2023-05-11 02:19:18 +00:00
|
|
|
\vspace{2pt}
|
2023-05-10 16:45:42 +00:00
|
|
|
\end{minipage}}
|
|
|
|
\end{center}}
|
|
|
|
|
2023-05-17 18:28:02 +00:00
|
|
|
\newcommand{\note}[1]{\@admonition{Note:}{#1}}
|
|
|
|
\newcommand{\todo}[1]{\@admonition{TODO:}{#1}}
|
|
|
|
|
|
|
|
% ========================================
|
|
|
|
% Statements
|
|
|
|
% ========================================
|
|
|
|
|
|
|
|
\newcommand\@statement[1]{%
|
|
|
|
\linedivider*\paragraph{\normalfont\normalsize\textit{#1.}}}
|
2023-05-22 18:52:23 +00:00
|
|
|
\newcommand{\statementpadding}{\ \vspace{8pt}}
|
2023-05-17 18:28:02 +00:00
|
|
|
|
2023-05-22 00:32:59 +00:00
|
|
|
\newenvironment{answer}{\@statement{Answer}}{\hfill$\square$}
|
2023-05-17 18:28:02 +00:00
|
|
|
\newenvironment{axiom}{\@statement{Axiom}}{\hfill$\square$}
|
|
|
|
\newenvironment{definition}{\@statement{Definition}}{\hfill$\square$}
|
|
|
|
\renewenvironment{proof}{\@statement{Proof}}{\hfill$\square$}
|
2023-05-17 16:32:49 +00:00
|
|
|
|
|
|
|
\newtheorem{lemmainner}{Lemma}
|
2023-05-17 18:28:02 +00:00
|
|
|
\newenvironment{lemma}[1][]{%
|
|
|
|
\ifstrempty{#1}
|
|
|
|
{\lemmainner}
|
|
|
|
{\renewcommand\thelemmainner{#1}\lemmainner}
|
2023-05-17 16:32:49 +00:00
|
|
|
}{\endlemmainner}
|
2023-05-17 18:28:02 +00:00
|
|
|
|
2023-05-17 16:32:49 +00:00
|
|
|
\newtheorem{theoreminner}{Theorem}
|
2023-05-17 18:28:02 +00:00
|
|
|
\newenvironment{theorem}[1][]{%
|
|
|
|
\ifstrempty{#1}
|
|
|
|
{\theoreminner}
|
|
|
|
{\renewcommand\thetheoreminner{#1}\theoreminner}
|
2023-05-17 16:32:49 +00:00
|
|
|
}{\endtheoreminner}
|
|
|
|
|
2023-05-11 02:19:18 +00:00
|
|
|
% ========================================
|
|
|
|
% Status
|
|
|
|
% ========================================
|
|
|
|
|
|
|
|
\DeclareRobustCommand{\defined}[1]{%
|
2023-05-13 01:31:44 +00:00
|
|
|
\texorpdfstring{\color{darkgray}\faParagraph\ #1}{#1}}
|
2023-05-10 16:45:42 +00:00
|
|
|
\DeclareRobustCommand{\verified}[1]{%
|
2023-05-11 01:09:41 +00:00
|
|
|
\texorpdfstring{\color{teal}\faCheckCircle\ #1}{#1}}
|
2023-05-10 16:45:42 +00:00
|
|
|
\DeclareRobustCommand{\unverified}[1]{%
|
2023-06-30 17:50:34 +00:00
|
|
|
\texorpdfstring{\color{olive}\faCheckCircle[regular]\ #1}{#1}}
|
|
|
|
\DeclareRobustCommand{\pending}[1]{%
|
|
|
|
\texorpdfstring{\color{Fuchsia}\faPencil*\ #1}{#1}}
|
|
|
|
\DeclareRobustCommand{\sorry}[1]{%
|
2023-05-13 12:38:55 +00:00
|
|
|
\texorpdfstring{\color{Maroon}\faExclamationCircle\ #1}{#1}}
|
2023-05-10 16:45:42 +00:00
|
|
|
|
|
|
|
% ========================================
|
|
|
|
% Math
|
|
|
|
% ========================================
|
|
|
|
|
2023-05-09 17:15:49 +00:00
|
|
|
\newcommand{\abs}[1]{\left|#1\right|}
|
2023-05-08 19:18:12 +00:00
|
|
|
\newcommand{\ceil}[1]{\left\lceil#1\right\rceil}
|
2023-06-30 14:05:12 +00:00
|
|
|
\newcommand{\dom}[1]{\textop{dom}{#1}}
|
|
|
|
\newcommand{\fld}[1]{\textop{fld}{#1}}
|
2023-05-08 19:18:12 +00:00
|
|
|
\newcommand{\floor}[1]{\left\lfloor#1\right\rfloor}
|
2023-05-09 17:15:49 +00:00
|
|
|
\newcommand{\icc}[2]{\left[#1, #2\right]}
|
|
|
|
\newcommand{\ico}[2]{\left[#1, #2\right)}
|
2023-06-30 14:05:12 +00:00
|
|
|
\newcommand{\img}[2]{#1\!\left\llbracket#2\right\rrbracket}
|
2023-05-09 17:15:49 +00:00
|
|
|
\newcommand{\ioc}[2]{\left(#1, #2\right]}
|
|
|
|
\newcommand{\ioo}[2]{\left(#1, #2\right)}
|
2023-05-22 00:32:59 +00:00
|
|
|
\newcommand{\powerset}[1]{\mathscr{P}#1}
|
2023-06-30 14:05:12 +00:00
|
|
|
\newcommand{\ran}[1]{\textop{ran}{#1}}
|
2023-06-15 21:31:58 +00:00
|
|
|
\newcommand{\textop}[1]{\mathop{\text{#1}}}
|
2023-05-17 18:28:02 +00:00
|
|
|
\newcommand{\ubar}[1]{\text{\b{$#1$}}}
|
|
|
|
|
2023-05-19 15:25:37 +00:00
|
|
|
\let\oldemptyset\emptyset
|
|
|
|
\let\emptyset\varnothing
|
|
|
|
|
2023-05-17 18:28:02 +00:00
|
|
|
% Close off "private" namespace.
|
|
|
|
\makeatother
|