-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharXiv.tex
81 lines (60 loc) · 1.89 KB
/
arXiv.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
% !TeX TS-program = pdflatexmk
\newcommand{\arxiv}[2]{#1} %for arxiv
%\newcommand{\arxiv}[2]{#2} %for gsm
\arxiv{\documentclass[twoside]{book}}{\documentclass{gsm-l}}
\usepackage{akp1}
\usepackage{biber}
\usepackage{hyper}
\usepackage{letters}
\arxiv{\usepackage[intlimits,leqno]{amsmath}}{}
\usepackage{notation}
\usepackage{hyphenation}
\usepackage{envmnt}
\usepackage{notation-vitya}
\usepackage{tikz-cd}
\arxiv{\geometry{top=0.9in, bottom=0.9in,inner=0.9in, outer=0.7in, paperwidth=6in, paperheight=9in}}{}
\arxiv{\usepackage[toctitles]{titlesec}}{}
%\usepackage{pgfpages}\pgfpagesuselayout{resize to}[a4paper]%[physical paper width=9in,physical paper height=13.5in]%LARGEPRINT
\makeindex
%\overfullrule=100mm
%\DeclareUnicodeCharacter{0306}{*******************************}
\begin{document}
%\pagestyle{empty}\renewcommand\includegraphics[2][{}]{}\def\emph{\textit}
\include{title-vol1}
\include{intro1}
\include{tableofcontents}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{begin-part-preliminaries}
\include{model}%the-model%arXiv
\include{metr}%arXiv
\include{func}%the-func
\include{ultralimit}%the-converge%arXiv
\include{converge}%the-converge
\include{euclid}%the-euclid%arXiv
\include{dim-prelim}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{begin-part-defs}
\include{defs-CBB}%the-defs-CBB%arXiv
\include{defs-CBA}%the-defs-CBA%arXiv
\include{kirszbraun}%the-kirszbraun --- includes helly.tex%arXiv
\include{warp}
\include{polyhedral}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{begin-part-tools}
\include{tan}%the-tan%arXiv
\include{baricentric-simplex}
\include{dim}%the-dim%arXiv
\include{grad}%the-grad%arXiv
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
\chapter{Semisolutions}
\include{defs-CBB+CBA-sol}
{
\newpage
\phantomsection
\footnotesize\sloppy
\input{arXiv.ind}
\def\emph{\textit}
\arxiv{\printbibliography[heading=bibintoc]}{\printbibliography}
}
\end{document}