File tree Expand file tree Collapse file tree 5 files changed +5
-19
lines changed Expand file tree Collapse file tree 5 files changed +5
-19
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
\documentclass {beamer }
2
- \usetheme [faculty=fi]{fibeamer}
2
+ \useoutertheme {smoothbars}
3
+ \usecolortheme {orchid}
4
+ \usecolortheme {whale}
5
+ \useinnertheme [shadow=true]{rounded}
3
6
4
7
% Localization
5
8
\usepackage {polyglossia }
251
254
\addbibresource {main.bib}
252
255
253
256
% Miscellaneous packages and other setup
254
- \ifx \ifdarkframes\undefined
255
- \expandafter\newif \csname ifdarkframes\endcsname
256
- \darkframestrue
257
- \fi
258
257
\usepackage {minted }
259
- \usemintedstyle {\ifdarkframes monokai \else murphy\fi }
258
+ \usemintedstyle {murphy}
260
259
\frenchspacing
261
260
\usepackage {pgffor }
262
261
\newcommand \becomes {%
281
280
\frame {\maketitle }
282
281
\AtBeginSection []{\frame {\sectionpage }}
283
282
284
- \ifdarkframes
285
- \begin {darkframes }
286
- \fi
287
-
288
283
\begin {frame }{\contentsname }
289
284
\tableofcontents
290
285
\end {frame }
@@ -778,7 +773,4 @@ \section{This is a level one heading}
778
773
\end {frame }
779
774
780
775
\markdownEnd
781
- \ifdarkframes
782
- \end {darkframes}
783
- \fi
784
776
\end {document }
You can’t perform that action at this time.
0 commit comments