|
1 | 1 | % Options for packages loaded elsewhere |
| 2 | +% Options for packages loaded elsewhere |
2 | 3 | \PassOptionsToPackage{unicode}{hyperref} |
3 | 4 | \PassOptionsToPackage{hyphens}{url} |
4 | 5 | \PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor} |
|
7 | 8 | letterpaper, |
8 | 9 | DIV=11, |
9 | 10 | numbers=noendperiod]{scrartcl} |
10 | | - |
| 11 | +\usepackage{xcolor} |
11 | 12 | \usepackage{amsmath,amssymb} |
| 13 | +\setcounter{secnumdepth}{-\maxdimen} % remove section numbering |
12 | 14 | \usepackage{iftex} |
13 | 15 | \ifPDFTeX |
14 | 16 | \usepackage[T1]{fontenc} |
15 | 17 | \usepackage[utf8]{inputenc} |
16 | 18 | \usepackage{textcomp} % provide euro and other symbols |
17 | 19 | \else % if luatex or xetex |
18 | | - \usepackage{unicode-math} |
| 20 | + \usepackage{unicode-math} % this also loads fontspec |
19 | 21 | \defaultfontfeatures{Scale=MatchLowercase} |
20 | 22 | \defaultfontfeatures[\rmfamily]{Ligatures=TeX,Scale=1} |
21 | 23 | \fi |
22 | 24 | \usepackage{lmodern} |
23 | | -\ifPDFTeX\else |
24 | | - % xetex/luatex font selection |
| 25 | +\ifPDFTeX\else |
| 26 | + % xetex/luatex font selection |
25 | 27 | \fi |
26 | 28 | % Use upquote if available, for straight quotes in verbatim environments |
27 | 29 | \IfFileExists{upquote.sty}{\usepackage{upquote}}{} |
|
39 | 41 | }{% if KOMA class |
40 | 42 | \KOMAoptions{parskip=half}} |
41 | 43 | \makeatother |
42 | | -\usepackage{xcolor} |
43 | | -\setlength{\emergencystretch}{3em} % prevent overfull lines |
44 | | -\setcounter{secnumdepth}{-\maxdimen} % remove section numbering |
45 | 44 | % Make \paragraph and \subparagraph free-standing |
46 | 45 | \makeatletter |
47 | 46 | \ifx\paragraph\undefined\else |
|
107 | 106 | \newcommand{\VerbatimStringTok}[1]{\textcolor[rgb]{0.13,0.47,0.30}{#1}} |
108 | 107 | \newcommand{\WarningTok}[1]{\textcolor[rgb]{0.37,0.37,0.37}{\textit{#1}}} |
109 | 108 |
|
110 | | -\providecommand{\tightlist}{% |
111 | | - \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}\usepackage{longtable,booktabs,array} |
| 109 | +\usepackage{longtable,booktabs,array} |
112 | 110 | \usepackage{calc} % for calculating minipage widths |
113 | 111 | % Correct order of tables after \paragraph or \subparagraph |
114 | 112 | \usepackage{etoolbox} |
|
134 | 132 | \def\fps@figure{htbp} |
135 | 133 | \makeatother |
136 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | +\setlength{\emergencystretch}{3em} % prevent overfull lines |
| 140 | + |
| 141 | +\providecommand{\tightlist}{% |
| 142 | + \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
137 | 149 | \KOMAoption{captions}{tableheading} |
138 | 150 | \makeatletter |
139 | 151 | \@ifpackageloaded{caption}{}{\usepackage{caption}} |
|
176 | 188 | \@ifpackageloaded{caption}{}{\usepackage{caption}} |
177 | 189 | \@ifpackageloaded{subcaption}{}{\usepackage{subcaption}} |
178 | 190 | \makeatother |
179 | | - |
180 | 191 | \usepackage{bookmark} |
181 | | - |
182 | 192 | \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available |
183 | | -\urlstyle{same} % disable monospaced font for URLs |
| 193 | +\urlstyle{same} |
184 | 194 | \hypersetup{ |
185 | 195 | pdftitle={Untitled}, |
186 | 196 | colorlinks=true, |
|
194 | 204 | \title{Untitled} |
195 | 205 | \author{} |
196 | 206 | \date{} |
197 | | - |
198 | 207 | \begin{document} |
199 | 208 | \maketitle |
200 | 209 |
|
|
0 commit comments