|
20 | 20 | \usepackage[utf8]{inputenc}
|
21 | 21 | \usepackage{multicol}
|
22 | 22 | \usepackage{xspace}
|
23 |
| -\usepackage[utf8]{inputenc} |
24 | 23 | \usepackage{textcomp}% for '\textdegree' macro
|
25 | 24 | \usepackage{utopia} %font utopia imported
|
26 | 25 | \usepackage{fontawesome5}
|
27 |
| -\usepackage[center]{caption} |
28 | 26 | \usepackage{subcaption}
|
29 | 27 | \usepackage{gensymb}
|
30 | 28 | \usepackage{adjustbox}
|
31 | 29 | \usepackage{marginnote}
|
32 | 30 | \usepackage{makecell}
|
33 | 31 | \usepackage{textpos}
|
34 | 32 | \usepackage[default]{lato}
|
35 |
| -\usepackage[font=small,skip=0pt]{caption} |
| 33 | +\usepackage[font=small,skip=0pt,center]{caption} |
36 | 34 | \usepackage{xcolor,colortbl}
|
37 | 35 | \usepackage{import}
|
38 | 36 | \usepackage{marvosym}
|
39 | 37 | \usepackage{ulem} %Strikethrough
|
40 | 38 | \usepackage[inkscapelatex=false]{svg}
|
41 | 39 | \usepackage{tcolorbox}
|
42 |
| -\usepackage{graphicx} |
43 | 40 | \usepackage{etoolbox}
|
44 | 41 | %\BeforeBeginEnvironment{figure}{\vspace{-1em}}
|
45 | 42 | %\BeforeBeginEnvironment{lstlisting}{\vspace{-1em}}
|
|
60 | 57 | \renewcommand{\href}[2]{\oldhref{#1}{\uline{#2}}} % Underline hyperlinks
|
61 | 58 |
|
62 | 59 | %\usepackage{enumitem}
|
63 |
| -\usepackage{caption} |
64 | 60 | \DeclareCaptionLabelFormat{nospace}{#1#2}
|
65 | 61 | \captionsetup[table]{skip=1pt,font=footnotesize,labelfont={color=blue,footnotesize,bf},name=Table T-,labelformat=nospace,labelsep=colon}
|
66 | 62 | \captionsetup[figure]{skip=1pt,font=footnotesize,labelfont={color=blue,footnotesize,bf},name=Figure F-,labelformat=nospace,labelsep=colon}
|
|
82 | 78 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
83 | 79 | \usepackage{tikz,lipsum,fontspec}
|
84 | 80 | \usetikzlibrary{shapes.callouts,decorations.pathmorphing}
|
85 |
| -\newfontfamily\comic{Comic Sans MS} |
86 | 81 | \input{preamble/presentation-mode.tex}
|
87 | 82 |
|
88 | 83 | \AtBeginDocument{
|
|
0 commit comments