Only index some things, change crossref to citation

This commit is contained in:
Frederik Hanghøj Iversen 2018-05-09 18:29:44 +02:00
parent d8f1aabed5
commit bc8309c0cd
2 changed files with 53 additions and 51 deletions

View file

@ -210,7 +210,7 @@ Then comes the set of homotopical sets:
\end{equation} \end{equation}
% %
I won't give an example of a set at this point. It turns out that proving e.g. I won't give an example of a set at this point. It turns out that proving e.g.
$\isProp\ \bN$ is not so straight-forward (see \S3.1.4 in \ref{hott-2013}). $\isProp\ \bN$ is not so straight-forward (see \cite[\S3.1.4]{hott-2013}).
There will be examples of sets later in this report. At this point it should be There will be examples of sets later in this report. At this point it should be
noted that the term ``set'' is somewhat conflated; there is the notion of sets noted that the term ``set'' is somewhat conflated; there is the notion of sets
from set-theory, in Agda types are denoted \texttt{Set}. I will use it from set-theory, in Agda types are denoted \texttt{Set}. I will use it

View file

@ -31,60 +31,62 @@
\resizebox{\@tempdima}{\height}{=}% \resizebox{\@tempdima}{\height}{=}%
} }
\makeatother \makeatother
\newcommand{\var}[1]{\ensuremath{\mathit{#1}}\index{#1}} \newcommand{\var}[1]{\ensuremath{\mathit{#1}}}
\newcommand{\Hom}{\var{Hom}} \newcommand{\varindex}[1]{\ensuremath{\mathit{#1}}\index{#1}}
\newcommand{\fmap}{\var{fmap}}
\newcommand{\bind}{\var{bind}} \newcommand{\Hom}{\varindex{Hom}}
\newcommand{\join}{\var{join}} \newcommand{\fmap}{\varindex{fmap}}
\newcommand{\omap}{\var{omap}} \newcommand{\bind}{\varindex{bind}}
\newcommand{\pure}{\var{pure}} \newcommand{\join}{\varindex{join}}
\newcommand{\idFun}{\var{id}} \newcommand{\omap}{\varindex{omap}}
\newcommand{\Sets}{\var{Sets}} \newcommand{\pure}{\varindex{pure}}
\newcommand{\Set}{\var{Set}} \newcommand{\idFun}{\varindex{id}}
\newcommand{\hSet}{\var{hSet}} \newcommand{\Sets}{\varindex{Sets}}
\newcommand{\id}{\var{id}} \newcommand{\Set}{\varindex{Set}}
\newcommand{\isEquiv}{\var{isEquiv}} \newcommand{\hSet}{\varindex{hSet}}
\newcommand{\idToIso}{\var{idToIso}} \newcommand{\id}{\varindex{id}}
\newcommand{\idIso}{\var{idIso}} \newcommand{\isEquiv}{\varindex{isEquiv}}
\newcommand{\isSet}{\var{isSet}} \newcommand{\idToIso}{\varindex{idToIso}}
\newcommand{\isContr}{\var{isContr}} \newcommand{\idIso}{\varindex{idIso}}
\newcommand{\isGroupoid}{\var{isGroupoid}} \newcommand{\isSet}{\varindex{isSet}}
\newcommand{\pathJ}{\var{pathJ}} \newcommand{\isContr}{\varindex{isContr}}
\newcommand\Object{\var{Object}} \newcommand{\isGroupoid}{\varindex{isGroupoid}}
\newcommand\Functor{\var{Functor}} \newcommand{\pathJ}{\varindex{pathJ}}
\newcommand\isProp{\var{isProp}} \newcommand\Object{\varindex{Object}}
\newcommand\propPi{\var{propPi}} \newcommand\Functor{\varindex{Functor}}
\newcommand\propSig{\var{propSig}} \newcommand\isProp{\varindex{isProp}}
\newcommand\PreCategory{\var{PreCategory}} \newcommand\propPi{\varindex{propPi}}
\newcommand\IsPreCategory{\var{IsPreCategory}} \newcommand\propSig{\varindex{propSig}}
\newcommand\isIdentity{\var{isIdentity}} \newcommand\PreCategory{\varindex{PreCategory}}
\newcommand\propIsIdentity{\var{propIsIdentity}} \newcommand\IsPreCategory{\varindex{IsPreCategory}}
\newcommand\IsCategory{\var{IsCategory}} \newcommand\isIdentity{\varindex{isIdentity}}
\newcommand\Gl{\var{\lambda}} \newcommand\propIsIdentity{\varindex{propIsIdentity}}
\newcommand\lemPropF{\var{lemPropF}} \newcommand\IsCategory{\varindex{IsCategory}}
\newcommand\isPreCategory{\var{isPreCategory}} \newcommand\Gl{\varindex{\lambda}}
\newcommand\congruence{\var{cong}} \newcommand\lemPropF{\varindex{lemPropF}}
\newcommand\identity{\var{identity}} \newcommand\isPreCategory{\varindex{isPreCategory}}
\newcommand\isequiv{\var{isequiv}} \newcommand\congruence{\varindex{cong}}
\newcommand\qinv{\var{qinv}} \newcommand\identity{\varindex{identity}}
\newcommand\fiber{\var{fiber}} \newcommand\isequiv{\varindex{isequiv}}
\newcommand\shuffle{\var{shuffle}} \newcommand\qinv{\varindex{qinv}}
\newcommand\Univalent{\var{Univalent}} \newcommand\fiber{\varindex{fiber}}
\newcommand\refl{\var{refl}} \newcommand\shuffle{\varindex{shuffle}}
\newcommand\isoToId{\var{isoToId}} \newcommand\Univalent{\varindex{Univalent}}
\newcommand\Isomorphism{\var{Isomorphism}} \newcommand\refl{\varindex{refl}}
\newcommand\isoToId{\varindex{isoToId}}
\newcommand\Isomorphism{\varindex{Isomorphism}}
\newcommand\rrr{\ggg} \newcommand\rrr{\ggg}
\newcommand\fish{\mathrel{\wideoverbar{\rrr}}} \newcommand\fish{\mathrel{\wideoverbar{\rrr}}}
\newcommand\fst{\var{fst}} \newcommand\fst{\varindex{fst}}
\newcommand\snd{\var{snd}} \newcommand\snd{\varindex{snd}}
\newcommand\Path{\var{Path}} \newcommand\Path{\varindex{Path}}
\newcommand\Category{\var{Category}} \newcommand\Category{\varindex{Category}}
\newcommand\TODO[1]{TODO: \emph{#1}} \newcommand\TODO[1]{TODO: \emph{#1}}
\newcommand*{\QED}{\hfill\ensuremath{\square}}% \newcommand*{\QED}{\hfill\ensuremath{\square}}%
\newcommand\uexists{\exists!} \newcommand\uexists{\exists!}
\newcommand\Arrow{\var{Arrow}} \newcommand\Arrow{\varindex{Arrow}}
\newcommand\NTsym{\var{NT}} \newcommand\NTsym{\varindex{NT}}
\newcommand\NT[2]{\NTsym\ #1\ #2} \newcommand\NT[2]{\NTsym\ #1\ #2}
\newcommand\Endo[1]{\var{Endo}\ #1} \newcommand\Endo[1]{\varindex{Endo}\ #1}
\newcommand\EndoR{\mathcal{R}} \newcommand\EndoR{\mathcal{R}}
\newcommand\funExt{\var{funExt}} \newcommand\funExt{\varindex{funExt}}