This commit is contained in:
Noah Diewald 2021-11-07 22:07:32 -05:00
commit 4ae3e42f23
No known key found for this signature in database
GPG Key ID: EC2BAE1E100A5509
1 changed files with 10 additions and 2 deletions

View File

@ -7,13 +7,13 @@
prefix=QP@ prefix=QP@
} }
\DeclareStringOption[Untitled]{title} \DeclareStringOption{title}
\DeclareStringOption[Noah Diewald]{creator} \DeclareStringOption[Noah Diewald]{creator}
\ProcessKeyvalOptions* \ProcessKeyvalOptions*
\ifx\QP@title\@empty \ifx\QP@title\@empty
\newcommand*{\mytitle}{What} \newcommand*{\mytitle}{Variability in inflection and realization by proof}
\else \else
\newcommand*{\mytitle}{\QP@title} \newcommand*{\mytitle}{\QP@title}
\fi \fi
@ -23,6 +23,9 @@
\else \else
\newcommand*{\myauthor}{\QP@creator} \newcommand*{\myauthor}{\QP@creator}
\fi \fi
\title{\mytitle}
\author{\myauthor}
\usepackage[natbib,style=authoryear,minitems=1,maxbibnames=100]{biblatex} \usepackage[natbib,style=authoryear,minitems=1,maxbibnames=100]{biblatex}
% \usepackage{coqdoc} % \usepackage{coqdoc}
@ -37,6 +40,7 @@
\usepackage{sfmath} \usepackage{sfmath}
\usepackage{amssymb} \usepackage{amssymb}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{varwidth}
\usepackage{fontspec} \usepackage{fontspec}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{expex} \usepackage{expex}
@ -131,6 +135,10 @@
\newcommand{\possessivecite}[1]{\citeauthor{#1}'s (\citeyear{#1})} \newcommand{\possessivecite}[1]{\citeauthor{#1}'s (\citeyear{#1})}
\newenvironment{mathprooftree}
{\varwidth{.9\textwidth}\centering\leavevmode}
{\DisplayProof\endvarwidth}
\newcommand{\concat}{\ensuremath{+\!\!\!\!+\,}} \newcommand{\concat}{\ensuremath{+\!\!\!\!+\,}}
\newcommand{\cprod}{\ensuremath{\!\!\times\!\!}} \newcommand{\cprod}{\ensuremath{\!\!\times\!\!}}
\newcommand{\cocprod}{\ensuremath{\!\!+\!\!}} \newcommand{\cocprod}{\ensuremath{\!\!+\!\!}}