-
Notifications
You must be signed in to change notification settings - Fork 19
/
sthlmNordDarkDemo.tex
186 lines (161 loc) · 6.85 KB
/
sthlmNordDarkDemo.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
%=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
% Author: Mark H. Olson
% Website: https://mholson.com
% Github: https://github.com/mholson
%
% Updated: 2022-11-05 > Version 3.14159
% - adding support for minted nord color style from pygments
% - deprecating default support for listings package
% - initial Overleaf release
% Updated: 2022-07-08 > Version 3.1415
% - porting for ease of use with overleaf.com
% - changed code printing behavior by adding default support of listings pkg
% while leaving support for custom minted pkg using codeminted documentclass
% option
% Updated: 2022-04-28 > Version 3.141
% - fixed lists by removing enumitem package
% Updated: 2022-04-13 > Version 3.14
% - added optional bibliography
% - added template file
% Updated: 2022-04-13 Version 3.1
% Created: 2015-07-31 Version 3.0
%
%=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% PREAMBLE :: sthlmNordDarkDemo.tex
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
%
% > > > The following beamer class options are available
% aspectratio=169 Change aspect ratio to 16:9
% bibref Include bibliography
% sectionpages Show section pages
% codeminted use minted pkg for code printing instead of listings
% (requires additional setup & Python installed)
% codemintedoverleaf use minted pkg with color style support for Overleaf
% font sizes {8, 9, 10, 11, 12, 14, 17, 20} 11 Default
%
% > > > The following sthlmnord package options are available
% mode = dark (default)
% = light
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\documentclass[aspectratio=169, sectionpages, codemintedoverleaf, bibref]{beamer}
% > > > Bibliography File
\newcommand{\bibfilename}{mhoRef.bib}
% > > > Choose Theme
%\usetheme[mode=light]{sthlmnord}
\usetheme{sthlmnord}
% > > > Generate some Lorem Ipsum placeholder text for the demo.
\usepackage{lipsum}
% > > > Image File Paths
% Here you can add one or more paths to where your images are being
% stored. This will allow you to include only the image file
% name when placing it into your document.
%\graphicspath{{path1},{path2},{path3}}
\graphicspath{{./assets/}}
% > > > Optional use of using subfiles to make content more modular
\usepackage{subfiles}
% > > > Document Information
\title{sthlmNord Beamer Theme [version round (pi, 5)]}
\subtitle{Nord Inspired by Stockholm}
\newcommand{\titleAuthor}{Created by}
\author{mholson.com}
\newcommand{\titleInstitute}{Institute}
\institute{School in Stockholm}
\newcommand{\titleMiscI}{Course}
\newcommand{\descMiscI}{Courses Title Goes Here}
\newcommand{\titleMiscII}{File}
\newcommand{\descMiscII}{\currfilebase}
\date{\today}
\titlegraphic{nordtitlelogolight}
% > > > pdf customizations via hyperref (pkg installed by beamer)
\hypersetup{
%colorlinks=true,
% You might want to disable color links for you final draft
% AND for colors to work properly where links are included.
colorlinks=false,
linkcolor={nordNine},
citecolor={nordNine},
urlcolor={nordNine}
}
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
%
% DOCUMENT BEGINS HERE
%
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\begin{document}
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% TITLE START -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\titlepage%
\subfile{0-slides/tex.slide.sthmlNordCover}
% TITLE END --==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% TABLE OF CONTENTS START -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\begin{frame}
\frametitle{Table of contents}
% > > > For longer presentations use \tableofcontents[hideallsubsections] option
% It is also possible to manually control the entries of the table of
% contents by sections.
%\tableofcontents[sections={1-10}]
%\framebreak
%\tableofcontents[sections={11-15}]
\tableofcontents
\end{frame}
% TABLE OF CONTENTS END -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% SECTION
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\section{Background Information}
\subfile{0-slides/tex.slide.useMetroWarning}
\subfile{0-slides/tex.slide.majorFeatures}
\subfile{0-slides/tex.slide.history}
\subfile{0-slides/tex.slide.noGuarantee}
\subfile{0-slides/tex.slide.availableGitHub}
\subfile{0-slides/tex.slide.availableOverleaf}
\subfile{0-slides/tex.slide.ctanPackages}
\subfile{0-slides/tex.slide.customPackages}
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% SECTION
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\section{Colors}
\subfile{0-slides/tex.slide.nordPaletteDark}
\subfile{0-slides/tex.slide.nordPaletteTextDark}
\subfile{0-slides/tex.slide.nordPaletteTextHighlightDark}
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% SECTION
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\section{Deck Structures}
\subfile{0-slides/tex.slide.blocks}
\subfile{0-slides/tex.slide.listsEnumerate}
\subfile{0-slides/tex.slide.listsItemize}
\subfile{0-slides/tex.slide.listsDescription}
\subfile{0-slides/tex.slide.codeblocks}
\subfile{0-slides/tex.slide.exampleSlide}
\subfile{0-slides/tex.slide.theoremSlide}
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% SECTION
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\section{Fonts}
\subfile{0-slides/tex.slide.fonts}
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% SECTION
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\section{Mathematics}
\subfile{0-slides/tex.slide.typeMathematics}
\subfile{0-slides/tex.slide.tikz}
\subfile{0-slides/tex.slide.mathExampleExpand}
\subfile{0-slides/tex.slide.mathExampleCTS}
\subfile{0-slides/tex.slide.mathExampleDiceCoins.tex}
\subfile{0-slides/tex.slide.mathSets}
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% SECTION
%=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
\section{References}
\begin{frame}[allowframebreaks]{References}
\printbibliography[title={References}]%
\end{frame}
\end{document}
%=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
% END OF FILE
%=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=