Skip to content

Commit 12036e2

Browse files
committed
Start preparation of slides for PackagingCon
1 parent 8ff07da commit 12036e2

File tree

5 files changed

+186
-0
lines changed

5 files changed

+186
-0
lines changed

PackagingCon2021-fpm/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*.aux
2+
/*.log
3+
/*.nav
4+
/*.out
5+
/*.snm
6+
/*.toc
7+
/*.bak
8+
/*.pdf
9+
/*.vrb
12.1 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
% Copyright 2019 Sebastian Ehlert
2+
%
3+
% This file may be distributed and/or modified
4+
%
5+
% 1. under the LaTeX Project Public License and/or
6+
% 2. under the GNU Public License.
7+
%
8+
% See the file doc/licenses/LICENSE for more details.
9+
10+
\definecolor{darkgrey}{HTML}{929084}
11+
\colorlet{dark}{darkgrey!35!black}
12+
\definecolor{palegrey}{HTML}{DDE0D9}
13+
\colorlet{light}{palegrey!35!white}
14+
15+
\setbeamercolor{uni blue}{fg=light,bg=blue}
16+
\setbeamercolor{uni grey}{fg=black,bg=darkgrey}
17+
\setbeamercolor{uni yellow}{fg=dark,bg=yellow}
18+
19+
\setbeamercolor{structure}{fg=dark,bg=light}
20+
\setbeamercolor{normal text}{fg=dark,bg=light!50}
21+
\setbeamercolor{frametitle}{parent=normal text,bg=}
22+
23+
\setbeamercolor{titlelike}{parent=structure}
24+
\setbeamercolor{author}{parent=normal text}
25+
\setbeamercolor{institute}{parent=normal text}
26+
\setbeamercolor{date}{parent=normal text}
27+
28+
\setbeamerfont{title in head/foot}{family=\ttfamily}
29+
\setbeamerfont{page number in head/foot}{family=\ttfamily}
30+
\setbeamerfont{subsection in head/foot}{family=\ttfamily}
31+
32+
\setbeamercolor*{palette primary}{fg=light,bg=blue}
33+
\setbeamercolor*{palette secondary}{parent=structure}
34+
\setbeamercolor*{palette tertiary}{parent=structure,fg=structure.bg,bg=structure.fg}
35+
\setbeamercolor*{palette quaternary}{parent=structure,fg=white,bg=structure.fg}
36+
37+
\setbeamercolor{block title}{parent=structure,fg=white,bg=structure.fg!75!dark}
38+
\setbeamercolor{block title alerted}{parent=alerted text,fg=white,bg=alerted text.fg!75!dark}
39+
\setbeamercolor{block title example}{parent=example text,fg=white,bg=example text.fg!75!dark}
40+
41+
\setbeamercolor{block body}{parent=normal text,parent=block title,bg=block title.bg!10!bg}
42+
\setbeamercolor{block body alerted}{parent=normal text,parent=block title alerted,bg=block title alerted.bg!10!bg}
43+
\setbeamercolor{block body example}{parent=normal text,parent=block title example,bg=block title example.bg!10!bg}
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
% Copyright 2007 by Till Tantau
2+
% Copyright 2015 by Vedran Mileti\'c, Joseph Wright
3+
% Copyright 2019 Sebastian Ehlert
4+
%
5+
% This file may be distributed and/or modified
6+
%
7+
% 1. under the LaTeX Project Public License and/or
8+
% 2. under the GNU Public License.
9+
%
10+
% See the file doc/licenses/LICENSE for more details.
11+
12+
\setbeamercolor{section in head/foot}{parent=palette tertiary}
13+
\setbeamercolor{subsection in head/foot}{parent=palette secondary}
14+
\setbeamercolor{author in head/foot}{parent=subsection in head/foot}
15+
\setbeamercolor{title in head/foot}{parent=subsection in head/foot}
16+
17+
\newif\ifbeamer@theme@subsection
18+
\beamer@theme@subsectiontrue
19+
20+
\DeclareOptionBeamer{subsection}[true]{\csname beamer@theme@subsection#1\endcsname}
21+
\ProcessOptionsBeamer
22+
23+
\mode<presentation>
24+
25+
\AtBeginDocument{
26+
\pgfdeclareverticalshading{beamer@topshade}{\paperwidth}{%
27+
color(0pt)=(bg);
28+
color(1pt)=(black!50!bg)}
29+
}
30+
31+
\setbeamertemplate{mini frames}[box]
32+
% Head
33+
\defbeamertemplate*{headline}{awvwgk theme}
34+
{%
35+
\begin{beamercolorbox}[colsep=.1pt]{upper separation line head}
36+
\end{beamercolorbox}
37+
\begin{beamercolorbox}{section in head/foot}
38+
\vskip2pt\hskip5pt\raisebox{-6.5pt}{\pgfuseimage{logo}}%
39+
\hskip2pt\insertnavigation{.8\paperwidth}\vskip2pt
40+
\end{beamercolorbox}%
41+
\ifbeamer@theme@subsection%
42+
\begin{beamercolorbox}[colsep=.1pt]{middle separation line head}
43+
\end{beamercolorbox}
44+
\begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
45+
leftskip=.4cm,rightskip=.4cm plus1fil]{subsection in head/foot}
46+
\usebeamerfont{subsection in head/foot}\insertsubsectionhead
47+
\end{beamercolorbox}%
48+
\vskip-3.625ex
49+
\pgfuseshading{beamer@topshade}
50+
\vskip+3.625ex
51+
\vskip-1pt
52+
\fi%
53+
\begin{beamercolorbox}[colsep=.1pt]{lower separation line head}
54+
\end{beamercolorbox}
55+
\pgfuseshading{beamer@topshade}
56+
\vskip-1pt
57+
}
58+
59+
\defbeamertemplate*{footline}{awvwgk theme}
60+
{%
61+
%\leavevmode%
62+
%\begin{beamercolorbox}[colsep=.1pt]{upper separation line foot}%
63+
%\end{beamercolorbox}%
64+
\hbox{%
65+
\begin{beamercolorbox}%
66+
[ht=2.5ex,dp=1.125ex,leftskip=.4cm,rightskip=.4cm]%
67+
{author in head/foot}%
68+
\usebeamerfont{title in head/foot}%
69+
\insertshortauthor\ -\ \insertshorttitle\hfill%
70+
\usebeamerfont{page number in head/foot}%
71+
\usebeamertemplate{page number in head/foot}%
72+
\end{beamercolorbox}
73+
}%
74+
\vskip-3.625ex%
75+
\pgfuseshading{beamer@topshade}%
76+
\vskip+3.625ex%
77+
\vskip-1pt%
78+
}
79+
80+
81+
\mode
82+
<all>

PackagingCon2021-fpm/main.tex

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
\documentclass[lualatex,10pt,aspectratio=169]{beamer}
2+
\usepackage{unicode-math}
3+
\usepackage{fontspec}
4+
\setmainfont{Source Sans Pro}
5+
\setsansfont[BoldFont=Source Sans Pro Semi-Bold, ItalicFont=Source Sans Pro Italic]{Source Sans Pro}
6+
\setmonofont[BoldFont=Source Code Pro Semi-Bold, ItalicFont=Source Code Pro Light Italic]{Source Code Pro Light}
7+
\usepackage{tikz}
8+
\usepackage[normalem]{ulem}
9+
\usepackage{booktabs}
10+
\usepackage{siunitx}
11+
\usepackage{xfrac}
12+
13+
\tikzset{
14+
blue shade/.style={ shade, left color=blue, right color=light, text width=\textwidth, rounded corners=1ex, outer sep=0pt, inner sep=1.2ex, white, font=\large\bfseries },
15+
yellow shade/.style={ shade, left color=yellow, right color=light, text width=\textwidth, rounded corners=1ex, outer sep=0pt, inner sep=1.2ex, dark, font=\large\bfseries } }
16+
17+
\definecolor{red}{HTML}{FF7700}
18+
\definecolor{blue}{HTML}{004F9F}
19+
\definecolor{green}{HTML}{2DCC35}
20+
\definecolor{yellow}{HTML}{FBB900}
21+
22+
\pgfdeclareimage[width=.025\paperwidth]{logo}{Figures/logo-fortran}
23+
\usecolortheme{MCTC}
24+
\useoutertheme[subsection=false]{MCTC}
25+
\useinnertheme{rounded}
26+
\useinnertheme{rectangles}
27+
\setbeamertemplate{page number in head/foot}[framenumber]
28+
29+
\title{Fortran package manager}
30+
\subtitle{Toward a rich ecosystem of Fortran packages}
31+
\author[Sebastian Ehlert]{\underbar{Sebastian~Ehlert},
32+
Ondřej~Čertík,
33+
Milan~Curcic,
34+
Jakub~Jelínek,
35+
Laurence~Kedward,
36+
Vincent~Magnin,
37+
Emanuele~Pagone,
38+
Brad~Richardson,
39+
John~Urban}
40+
\institute{\includegraphics[width=.5in]{Figures/logo-fortran}}
41+
\date{10th November, 2021\\PackagingCon}
42+
43+
\begin{document}
44+
45+
\setbeamercolor{normal text}{fg=light,bg=dark}
46+
\begin{frame}[plain]
47+
\titlepage
48+
\end{frame}
49+
\setbeamercolor{normal text}{fg=dark,bg=light!50}
50+
51+
52+
\end{document}

0 commit comments

Comments
 (0)