mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2024-11-15 22:45:10 +01:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
733d6fc55d | |||
d1dce3d75e | |||
4902cf5f58 | |||
c49235b213 | |||
9efa8db6c0 |
1047
presentation/Presentation.tex
Normal file
1047
presentation/Presentation.tex
Normal file
File diff suppressed because it is too large
Load Diff
231
presentation/beamerthemefibeamer.sty
Normal file
231
presentation/beamerthemefibeamer.sty
Normal file
@ -0,0 +1,231 @@
|
|||||||
|
%%
|
||||||
|
%% This is file `beamerthemefibeamer.sty',
|
||||||
|
%% generated with the docstrip utility.
|
||||||
|
%%
|
||||||
|
%% The original source files were:
|
||||||
|
%%
|
||||||
|
%% fibeamer.dtx (with options: `class')
|
||||||
|
%%
|
||||||
|
%% Copyright 2015 Vít Novotný <witiko@mail.muni.cz>
|
||||||
|
%% Faculty of Informatics, Masaryk University (Brno, Czech Republic)
|
||||||
|
%%
|
||||||
|
%% This work is based on the (Unofficial) University of Manchester
|
||||||
|
%% Beamer Theme by Andrew Mundy <andrew.mundy@cs.man.ac.uk>.
|
||||||
|
%%
|
||||||
|
%% This work may be distributed and/or modified under the
|
||||||
|
%% conditions of the LaTeX Project Public License, either version
|
||||||
|
%% 1.3 of this license or (at your option) any later version.
|
||||||
|
%% The latest version of this license is available at
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3 or later is part of all distributions of LaTeX
|
||||||
|
%% version 2005/12/01 or later.
|
||||||
|
%%
|
||||||
|
%% This work has the LPPL maintenance status `maintained'.
|
||||||
|
%%
|
||||||
|
%% The Current Maintainer of this work is Vít Novotný (VN).
|
||||||
|
%% Send bug reports, requests for additions and questions
|
||||||
|
%% either to the fithesis discussion forum at
|
||||||
|
%%
|
||||||
|
%% http://is.muni.cz/auth/df/fithesis-sazba/
|
||||||
|
%%
|
||||||
|
%% or to the e-mail address <witiko@mail.muni.cz>.
|
||||||
|
%%
|
||||||
|
%%
|
||||||
|
%% MODIFICATION ADVICE:
|
||||||
|
%%
|
||||||
|
%% If you want to customize this file, it is best to make a copy of
|
||||||
|
%% the source file(s) from which it was produced. Use a different
|
||||||
|
%% name for your copy(ies) and modify the copy(ies); this will ensure
|
||||||
|
%% that your modifications do not get overwritten when you install a
|
||||||
|
%% new release of the standard system. You should also ensure that
|
||||||
|
%% your modified source file does not generate any modified file with
|
||||||
|
%% the same name as a standard file.
|
||||||
|
%%
|
||||||
|
%% You will also need to produce your own, suitably named, .ins file to
|
||||||
|
%% control the generation of files from your source file; this file
|
||||||
|
%% should contain your own preambles for the files it generates, not
|
||||||
|
%% those in the standard .ins files.
|
||||||
|
%%
|
||||||
|
%% The names of the source files used are shown above.
|
||||||
|
%%
|
||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
{\def\fibeamer@versiondef#1#2{
|
||||||
|
\gdef\fibeamer@version@number{#1}
|
||||||
|
\gdef\fibeamer@version@date{#2}
|
||||||
|
\gdef\fibeamer@version{#2 #1 fibeamer MU beamer theme}}
|
||||||
|
\fibeamer@versiondef{v1.1.5}{2016/06/16}}
|
||||||
|
\hypersetup{%
|
||||||
|
pdfcreator=\fibeamer@version,
|
||||||
|
pdfencoding=auto}
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
\ProvidesPackage{fibeamer/beamerthemefibeamer}[\fibeamer@version]
|
||||||
|
\newif\iffibeamer@fonts
|
||||||
|
\DeclareOptionBeamer{fonts}{\fibeamer@fontstrue}
|
||||||
|
\ExecuteOptionsBeamer{fonts}
|
||||||
|
\DeclareOptionBeamer{nofonts}{\fibeamer@fontsfalse}
|
||||||
|
\newif\iffibeamer@microtype
|
||||||
|
\DeclareOptionBeamer{microtype}{\fibeamer@microtypetrue}
|
||||||
|
\ExecuteOptionsBeamer{microtype}
|
||||||
|
\DeclareOptionBeamer{nomicrotype}{\fibeamer@microtypefalse}
|
||||||
|
\DeclareOptionBeamer{university}{\def\fibeamer@university{#1}}
|
||||||
|
\ExecuteOptionsBeamer{university=mu}
|
||||||
|
\DeclareOptionBeamer{faculty}{\def\fibeamer@faculty{#1}}
|
||||||
|
\ExecuteOptionsBeamer{faculty=fi}
|
||||||
|
\def\fibeamer@locale{%
|
||||||
|
% Babel / polyglossia detection
|
||||||
|
\ifx\languagename\undefined%
|
||||||
|
english\else\languagename\fi}
|
||||||
|
\DeclareOptionBeamer{locale}{%
|
||||||
|
\def\fibeamer@locale{#1}}
|
||||||
|
\def\fibeamer@logoLocale{\fibeamer@locale}
|
||||||
|
\DeclareOptionBeamer{logoLocale}{%
|
||||||
|
\def\fibeamer@logoLocale{#1}}
|
||||||
|
\DeclareOptionBeamer{basePath}{%
|
||||||
|
\ifx\fibeamer@empty#1\fibeamer@empty%
|
||||||
|
\def\fibeamer@basePath{}%
|
||||||
|
\else%
|
||||||
|
\def\fibeamer@basePath{#1/}%
|
||||||
|
\fi}
|
||||||
|
\ExecuteOptionsBeamer{basePath=fibeamer}
|
||||||
|
\def\fibeamer@subdir#1#2#3#4\empty{%
|
||||||
|
\ifx#1\empty% <empty> -> <basePath>
|
||||||
|
\fibeamer@basePath
|
||||||
|
\else
|
||||||
|
\if#1/%
|
||||||
|
\ifx#2\empty% / -> /
|
||||||
|
/%
|
||||||
|
\else% /<path> -> /<path>/
|
||||||
|
#1#2#3#4/%
|
||||||
|
\fi
|
||||||
|
\else
|
||||||
|
\if#1.%
|
||||||
|
\ifx#2\empty% . -> ./
|
||||||
|
./%
|
||||||
|
\else
|
||||||
|
\if#2.%
|
||||||
|
\ifx#3\empty% .. -> ../
|
||||||
|
../%
|
||||||
|
\else
|
||||||
|
\if#3/% ../<path> -> ../<path>/
|
||||||
|
../#4/%
|
||||||
|
\else
|
||||||
|
\fibeamer@basePath#1#2#3#4/%
|
||||||
|
\fi
|
||||||
|
\fi
|
||||||
|
\else
|
||||||
|
\if#2/% ./<path> -> ./<path>/
|
||||||
|
./#3#4/%
|
||||||
|
\else
|
||||||
|
\fibeamer@basePath#1#2#3#4/%
|
||||||
|
\fi
|
||||||
|
\fi
|
||||||
|
\fi
|
||||||
|
\else
|
||||||
|
\fibeamer@basePath#1#2#3#4/%
|
||||||
|
\fi
|
||||||
|
\fi
|
||||||
|
\fi}
|
||||||
|
\DeclareOptionBeamer{themePath}{%
|
||||||
|
\def\fibeamer@themePath{\fibeamer@subdir#1%
|
||||||
|
\empty\empty\empty\empty}}
|
||||||
|
\ExecuteOptionsBeamer{themePath=theme}
|
||||||
|
\DeclareOptionBeamer{logoPath}{%
|
||||||
|
\def\fibeamer@logoPath{\fibeamer@subdir#1%
|
||||||
|
\empty\empty\empty\empty}}
|
||||||
|
\ExecuteOptionsBeamer{logoPath=logo/\fibeamer@university}
|
||||||
|
\DeclareOptionBeamer{logo}{\def\fibeamer@logo{#1}}
|
||||||
|
\ExecuteOptionsBeamer{%
|
||||||
|
logo=\fibeamer@logoPath fibeamer-\fibeamer@university-%
|
||||||
|
\fibeamer@faculty-\fibeamer@logoLocale}
|
||||||
|
\DeclareOptionBeamer{fallbackLogo}{\def\fibeamer@fallbackLogo{#1}}
|
||||||
|
\def\fibeamer@fallbackLogo{%
|
||||||
|
\fibeamer@logoPath fibeamer-\fibeamer@university-%
|
||||||
|
\fibeamer@faculty-english}
|
||||||
|
\def\fibeamer@require#1{\IfFileExists{#1.sty}{%
|
||||||
|
\@ifpackageloaded{#1}{}{\RequirePackage{#1}}}{}}
|
||||||
|
\def\fibeamer@requireTheme#1{%
|
||||||
|
\fibeamer@require{\fibeamer@themePath beamer#1themefibeamer}
|
||||||
|
\fibeamer@require{\fibeamer@themePath\fibeamer@university%
|
||||||
|
/beamer#1themefibeamer-\fibeamer@university}
|
||||||
|
\fibeamer@require{\fibeamer@themePath\fibeamer@university%
|
||||||
|
/beamer#1themefibeamer-\fibeamer@university-\fibeamer@faculty}}
|
||||||
|
\fibeamer@require{etoolbox}
|
||||||
|
\newcommand\fibeamer@includeLogo[1][]{{
|
||||||
|
% See <http://tex.stackexchange.com/a/39987/70941>.
|
||||||
|
\patchcmd{\Gin@ii}% Make `\includegraphics` use `@fallbackLogo`.
|
||||||
|
{\begingroup}% <search>
|
||||||
|
{\begingroup\renewcommand{\@latex@error}[2]{%
|
||||||
|
\includegraphics[#1]\fibeamer@fallbackLogo}}% <replace>
|
||||||
|
{}% <success>
|
||||||
|
{}% <failure>
|
||||||
|
\includegraphics[#1]\fibeamer@logo}}
|
||||||
|
\def\fibeamer@patch#1#2{%
|
||||||
|
\def\fibeamer@patch@versions{#1}%
|
||||||
|
\def\fibeamer@patch@action{#2}%
|
||||||
|
\def\fibeamer@patch@next##1,{%
|
||||||
|
\def\fibeamer@patch@arg{##1}%
|
||||||
|
\def\fibeamer@patch@relax{\relax}%
|
||||||
|
\ifx\fibeamer@patch@arg\fibeamer@version@number
|
||||||
|
\def\fibeamer@patch@next####1\relax,{}%
|
||||||
|
\expandafter\fibeamer@patch@action
|
||||||
|
\expandafter\fibeamer@patch@next
|
||||||
|
\else\ifx\fibeamer@patch@arg\fibeamer@patch@relax\else
|
||||||
|
\expandafter\expandafter\expandafter\fibeamer@patch@next
|
||||||
|
\fi\fi}%
|
||||||
|
\expandafter\expandafter\expandafter\fibeamer@patch@next
|
||||||
|
\expandafter\fibeamer@patch@versions\expandafter,\relax,}
|
||||||
|
\ProcessOptionsBeamer
|
||||||
|
% Set up the microtypographic extensions
|
||||||
|
\iffibeamer@microtype
|
||||||
|
\RequirePackage{microtype}
|
||||||
|
\fi
|
||||||
|
\mode<presentation>
|
||||||
|
% Set up the fonts
|
||||||
|
\iffibeamer@fonts
|
||||||
|
\RequirePackage{ifthen}
|
||||||
|
\RequirePackage{ifxetex}
|
||||||
|
\RequirePackage{ifluatex}
|
||||||
|
\RequirePackage{lmodern}
|
||||||
|
\RequirePackage[sfdefault,lf]{carlito}
|
||||||
|
\renewcommand*\oldstylenums[1]{{\carlitoOsF #1}}
|
||||||
|
|
||||||
|
%% Load arev with scaling factor of .85
|
||||||
|
%% See <http://tex.stackexchange.com/a/181240/70941>
|
||||||
|
\DeclareFontFamily{OML}{zavm}{\skewchar\font=127 }
|
||||||
|
\DeclareFontShape{OML}{zavm}{m}{it}{<-> s*[.85] zavmri7m}{}
|
||||||
|
\DeclareFontShape{OML}{zavm}{b}{it}{<-> s*[.85] zavmbi7m}{}
|
||||||
|
\DeclareFontShape{OML}{zavm}{m}{sl}{<->ssub * zavm/m/it}{}
|
||||||
|
\DeclareFontShape{OML}{zavm}{bx}{it}{<->ssub * zavm/b/it}{}
|
||||||
|
\DeclareFontShape{OML}{zavm}{b}{sl}{<->ssub * zavm/b/it}{}
|
||||||
|
\DeclareFontShape{OML}{zavm}{bx}{sl}{<->ssub * zavm/b/sl}{}
|
||||||
|
|
||||||
|
\AtBeginDocument{
|
||||||
|
\SetSymbolFont{operators} {normal}{OT1}{zavm}{m}{n}
|
||||||
|
\SetSymbolFont{letters} {normal}{OML}{zavm}{m}{it}
|
||||||
|
\SetSymbolFont{symbols} {normal}{OMS}{zavm}{m}{n}
|
||||||
|
\SetSymbolFont{largesymbols}{normal}{OMX}{iwona}{m}{n}}
|
||||||
|
\RequirePackage[sans]{dsfont}
|
||||||
|
|
||||||
|
\ifthenelse{\boolean{xetex}\OR\boolean{luatex}}{
|
||||||
|
\RequirePackage{fontspec}
|
||||||
|
\setmonofont[Scale=0.85,Ligatures=TeX]{DejaVu Sans Mono}
|
||||||
|
}{
|
||||||
|
\usepackage[scaled=0.85]{DejaVuSansMono}
|
||||||
|
\RequirePackage[resetfonts]{cmap}
|
||||||
|
\RequirePackage[T1]{fontenc}
|
||||||
|
}
|
||||||
|
\RequirePackage{setspace}
|
||||||
|
\setstretch{1.15}
|
||||||
|
\fi
|
||||||
|
\mode
|
||||||
|
<all>
|
||||||
|
\fibeamer@requireTheme{color}
|
||||||
|
\fibeamer@requireTheme{font}
|
||||||
|
\fibeamer@requireTheme{inner}
|
||||||
|
\fibeamer@requireTheme{outer}
|
||||||
|
\endinput
|
||||||
|
%%
|
||||||
|
%% End of file `beamerthemefibeamer.sty'.
|
398
presentation/fi-lualatex.tex
Normal file
398
presentation/fi-lualatex.tex
Normal file
@ -0,0 +1,398 @@
|
|||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% I, the copyright holder of this work, release this work into the
|
||||||
|
%% public domain. This applies worldwide. In some countries this may
|
||||||
|
%% not be legally possible; if so: I grant anyone the right to use
|
||||||
|
%% this work for any purpose, without any conditions, unless such
|
||||||
|
%% conditions are required by law.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\documentclass{beamer}
|
||||||
|
\usetheme[faculty=fi]{fibeamer}
|
||||||
|
\usepackage{polyglossia} %% By using `czech` or `slovak` as the
|
||||||
|
\setmainlanguage{english} %% main locale instead of `english`, you
|
||||||
|
%% can typeset the presentation in either Czech or Slovak,
|
||||||
|
%% respectively.
|
||||||
|
\setotherlanguages{czech, slovak} %% The additional keys allow
|
||||||
|
%%
|
||||||
|
%% \begin{otherlanguage}{czech} ... \end{otherlanguage}
|
||||||
|
%% \begin{otherlanguage}{slovak} ... \end{otherlanguage}
|
||||||
|
%%
|
||||||
|
%% These macros specify information about the presentation
|
||||||
|
\title{Presentation Title} %% that will be typeset on the
|
||||||
|
\subtitle{Presentation Subtitle} %% title page.
|
||||||
|
\author{Author's Name}
|
||||||
|
%% These additional packages are used within the document:
|
||||||
|
\usepackage{ragged2e} % `\justifying` text
|
||||||
|
\usepackage{booktabs} % Tables
|
||||||
|
\usepackage{tabularx}
|
||||||
|
\usepackage{tikz} % Diagrams
|
||||||
|
\usetikzlibrary{calc, shapes, backgrounds}
|
||||||
|
\usepackage{amsmath, amssymb}
|
||||||
|
\usepackage{url} % `\url`s
|
||||||
|
\usepackage{listings} % Code listings
|
||||||
|
\frenchspacing
|
||||||
|
\begin{document}
|
||||||
|
\frame{\maketitle}
|
||||||
|
|
||||||
|
\AtBeginSection[]{% Print an outline at the beginning of sections
|
||||||
|
\begin{frame}<beamer>
|
||||||
|
\frametitle{Outline for Section \thesection}
|
||||||
|
\tableofcontents[currentsection]
|
||||||
|
\end{frame}}
|
||||||
|
|
||||||
|
\begin{darkframes}
|
||||||
|
\section{Dark Frames}
|
||||||
|
\subsection{Blind Text}
|
||||||
|
\begin{frame}{Jabberwocky}
|
||||||
|
\framesubtitle{Lewis Carroll}%
|
||||||
|
\begin{tikzpicture}[overlay,remember picture]
|
||||||
|
\node[anchor=south east,xshift=-30pt,yshift=35pt]
|
||||||
|
at (current page.south east) {
|
||||||
|
\includegraphics[width=35mm]{resources/jabberwocky-dark}
|
||||||
|
};
|
||||||
|
\end{tikzpicture}%
|
||||||
|
'Twas brillig, and the slithy toves\\
|
||||||
|
Did gyre and gimble in the wabe;\\
|
||||||
|
All mimsy were the borogoves,\\
|
||||||
|
And the mome raths outgrabe.\\\bigskip
|
||||||
|
|
||||||
|
“Beware the Jabberwock, my son!\\
|
||||||
|
The jaws that bite, the claws that catch!\\
|
||||||
|
Beware the Jubjub bird, and shun\\
|
||||||
|
The frumious Bandersnatch!”\\
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[label=lists]{Lists and locales}
|
||||||
|
\framesubtitle{Lorem ipsum dolor sit amet}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.5\textwidth}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Nulla nec lacinia odio. Curabitur urna tellus.
|
||||||
|
\begin{itemize}
|
||||||
|
\item Fusce id sodales dolor. Sed id metus dui.
|
||||||
|
\begin{itemize}
|
||||||
|
\item Cupio virtus licet mi vel feugiat.
|
||||||
|
\end{itemize}
|
||||||
|
\end{itemize}
|
||||||
|
\end{itemize}
|
||||||
|
\column{.5\textwidth}
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Donec porta, risus porttitor egestas scelerisque video.
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Nunc non ante fringilla, manus potentis cario.
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Pellentesque servus morbi tristique.
|
||||||
|
\end{enumerate}
|
||||||
|
\end{enumerate}
|
||||||
|
\end{enumerate}
|
||||||
|
\end{columns}
|
||||||
|
\bigskip
|
||||||
|
\justifying
|
||||||
|
|
||||||
|
{\uselanguage{czech}Nechť již hříšné saxofony ďáblů
|
||||||
|
rozzvučí síň úděsnými tóny waltzu, tanga a quickstepu!}
|
||||||
|
{\uselanguage{slovak} Nezvyčajné kŕdle šťastných figliarskych
|
||||||
|
ďatľov učia pri kótovanom ústí Váhu mĺkveho koňa Waldemara
|
||||||
|
obžierať väč\-šie kusy exkluzívnej kôry.}
|
||||||
|
{\uselanguage{english}The quick, brown fox jumps over a lazy
|
||||||
|
dog. DJs flock by when MTV ax quiz prog. “Now fax quiz Jack!”}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Structuring Elements}
|
||||||
|
\begin{frame}[label=simmonshall]{Text blocks}
|
||||||
|
\framesubtitle{In plain, example, and \alert{alert} flavour}
|
||||||
|
\alert{This text} is highlighted.
|
||||||
|
|
||||||
|
\begin{block}{A plain block}
|
||||||
|
This is a plain block containing some \alert{highlighted text}.
|
||||||
|
\end{block}
|
||||||
|
\begin{exampleblock}{An example block}
|
||||||
|
This is an example block containing some \alert{highlighted text}.
|
||||||
|
\end{exampleblock}
|
||||||
|
\begin{alertblock}{An alert block}
|
||||||
|
This is an alert block containing some \alert{highlighted text}.
|
||||||
|
\end{alertblock}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[label=proof]{Definitions, theorems, and proofs}
|
||||||
|
\framesubtitle{All integers divide zero}
|
||||||
|
\begin{definition}
|
||||||
|
$\forall a,b\in\mathds{Z}: a\mid b\iff\exists c\in\mathds{Z}:a\cdot c=b$
|
||||||
|
\end{definition}
|
||||||
|
\begin{theorem}
|
||||||
|
$\forall a\in\mathds{Z}: a\mid 0$
|
||||||
|
\end{theorem}
|
||||||
|
\begin{proof}[Proof\nopunct]
|
||||||
|
$\forall a\in\mathds{Z}: a\cdot 0=0$
|
||||||
|
\end{proof}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Numerals and Mathematics}
|
||||||
|
\begin{frame}[label=math]{Numerals and Mathematics}
|
||||||
|
\framesubtitle{Formulae, equations, and expressions}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.20\textwidth}
|
||||||
|
1234567890
|
||||||
|
\column{.20\textwidth}
|
||||||
|
\oldstylenums{1234567890}
|
||||||
|
\column{.20\textwidth}
|
||||||
|
$\hat{x}$, $\check{x}$, $\tilde{a}$,
|
||||||
|
$\bar{a}$, $\dot{y}$, $\ddot{y}$
|
||||||
|
\column{.40\textwidth}
|
||||||
|
$\int \!\! \int f(x,y,z)\,\mathsf{d}x\mathsf{d}y\mathsf{d}z$
|
||||||
|
\end{columns}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.5\textwidth}
|
||||||
|
$$\frac{1}{\displaystyle 1+
|
||||||
|
\frac{1}{\displaystyle 2+
|
||||||
|
\frac{1}{\displaystyle 3+x}}} +
|
||||||
|
\frac{1}{1+\frac{1}{2+\frac{1}{3+x}}}$$
|
||||||
|
\column{.5\textwidth}
|
||||||
|
$$F:\left| \begin{array}{ccc}
|
||||||
|
F''_{xx} & F''_{xy} & F'_x \\
|
||||||
|
F''_{yx} & F''_{yy} & F'_y \\
|
||||||
|
F'_x & F'_y & 0
|
||||||
|
\end{array}\right| = 0$$
|
||||||
|
\end{columns}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.3\textwidth}
|
||||||
|
$$\mathop{\int \!\!\! \int}_{\mathbf{x} \in \mathds{R}^2}
|
||||||
|
\! \langle \mathbf{x},\mathbf{y}\rangle\,\mathsf{d}\mathbf{x}$$
|
||||||
|
\column{.33\textwidth}
|
||||||
|
$$\overline{\overline{a\alpha}^2+\underline{b\beta}
|
||||||
|
+\overline{\overline{d\delta}}}$$
|
||||||
|
\column{.37\textwidth}
|
||||||
|
$\left] 0,1\right[ + \lceil x \rfloor - \langle x,y\rangle$
|
||||||
|
\end{columns}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.4\textwidth}
|
||||||
|
\begin{eqnarray*}
|
||||||
|
e^x &\approx& 1+x+x^2/2! + \\
|
||||||
|
&& {}+x^3/3! + x^4/4!
|
||||||
|
\end{eqnarray*}
|
||||||
|
\column{.6\textwidth}
|
||||||
|
$${n+1\choose k} = {n\choose k} + {n \choose k-1}$$
|
||||||
|
\end{columns}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Figures and Code Listings}
|
||||||
|
\begin{frame}[label=figs1]{Figures}
|
||||||
|
\framesubtitle{Tables, graphs, and images}
|
||||||
|
\begin{table}[!b]
|
||||||
|
{\carlitoTLF % Use monospaced lining figures
|
||||||
|
\begin{tabularx}{\textwidth}{Xrrr}
|
||||||
|
\textbf{Faculty} & \textbf{With \TeX} & \textbf{Total} &
|
||||||
|
\textbf{\%} \\
|
||||||
|
\toprule
|
||||||
|
Faculty of Informatics & 1\,716 & 2\,904 &
|
||||||
|
59.09 \\% 1433
|
||||||
|
Faculty of Science & 786 & 5\,275 &
|
||||||
|
14.90 \\% 1431
|
||||||
|
Faculty of $\genfrac{}{}{0pt}{}{\textsf{Economics and}}{%
|
||||||
|
\textsf{Administration}}$ & 64 & 4\,591 &
|
||||||
|
1.39 \\% 1456
|
||||||
|
Faculty of Arts & 69 & 10\,000 &
|
||||||
|
0.69 \\% 1421
|
||||||
|
Faculty of Medicine & 8 & 2\,014 &
|
||||||
|
0.40 \\% 1411
|
||||||
|
Faculty of Law & 15 & 4\,824 &
|
||||||
|
0.31 \\% 1422
|
||||||
|
Faculty of Education & 19 & 8\,219 &
|
||||||
|
0.23 \\% 1441
|
||||||
|
Faculty of Social Studies & 12 & 5\,599 &
|
||||||
|
0.21 \\% 1423
|
||||||
|
Faculty of Sports Studies & 3 & 2\,062 &
|
||||||
|
0.15 \\% 1451
|
||||||
|
\bottomrule
|
||||||
|
\end{tabularx}}
|
||||||
|
\caption{The distribution of theses written using \TeX\ during 2010--15 at MU}
|
||||||
|
\end{table}
|
||||||
|
\end{frame}
|
||||||
|
\begin{frame}[label=figs2]{Figures}
|
||||||
|
\framesubtitle{Tables, graphs, and images}
|
||||||
|
\begin{figure}[b]
|
||||||
|
\centering
|
||||||
|
% Flipping a coin
|
||||||
|
% Author: cis
|
||||||
|
\tikzset{
|
||||||
|
head/.style = {fill = none, label = center:\textsf{H}},
|
||||||
|
tail/.style = {fill = none, label = center:\textsf{T}}}
|
||||||
|
\scalebox{0.65}{\begin{tikzpicture}[
|
||||||
|
scale = 1.5, transform shape, thick,
|
||||||
|
every node/.style = {draw, circle, minimum size = 10mm},
|
||||||
|
grow = down, % alignment of characters
|
||||||
|
level 1/.style = {sibling distance=3cm},
|
||||||
|
level 2/.style = {sibling distance=4cm},
|
||||||
|
level 3/.style = {sibling distance=2cm},
|
||||||
|
level distance = 1.25cm
|
||||||
|
]
|
||||||
|
\node[shape = rectangle,
|
||||||
|
minimum width = 6cm, font = \sffamily] {Coin flipping}
|
||||||
|
child { node[shape = circle split, draw, line width = 1pt,
|
||||||
|
minimum size = 10mm, inner sep = 0mm, rotate = 30] (Start)
|
||||||
|
{ \rotatebox{-30}{H} \nodepart{lower} \rotatebox{-30}{T}}
|
||||||
|
child { node [head] (A) {}
|
||||||
|
child { node [head] (B) {}}
|
||||||
|
child { node [tail] (C) {}}
|
||||||
|
}
|
||||||
|
child { node [tail] (D) {}
|
||||||
|
child { node [head] (E) {}}
|
||||||
|
child { node [tail] (F) {}}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
% Filling the root (Start)
|
||||||
|
\begin{scope}[on background layer, rotate=30]
|
||||||
|
\fill[head] (Start.base) ([xshift = 0mm]Start.east) arc (0:180:5mm)
|
||||||
|
-- cycle;
|
||||||
|
\fill[tail] (Start.base) ([xshift = 0pt]Start.west) arc (180:360:5mm)
|
||||||
|
-- cycle;
|
||||||
|
\end{scope}
|
||||||
|
|
||||||
|
% Labels
|
||||||
|
\begin{scope}[nodes = {draw = none}]
|
||||||
|
\path (Start) -- (A) node [near start, left] {$0.5$};
|
||||||
|
\path (A) -- (B) node [near start, left] {$0.5$};
|
||||||
|
\path (A) -- (C) node [near start, right] {$0.5$};
|
||||||
|
\path (Start) -- (D) node [near start, right] {$0.5$};
|
||||||
|
\path (D) -- (E) node [near start, left] {$0.5$};
|
||||||
|
\path (D) -- (F) node [near start, right] {$0.5$};
|
||||||
|
\begin{scope}[nodes = {below = 11pt}]
|
||||||
|
\node [name = X] at (B) {$0.25$};
|
||||||
|
\node at (C) {$0.25$};
|
||||||
|
\node [name = Y] at (E) {$0.25$};
|
||||||
|
\node at (F) {$0.25$};
|
||||||
|
\end{scope}
|
||||||
|
\end{scope}
|
||||||
|
\end{tikzpicture}}
|
||||||
|
\caption{Tree of probabilities -- Flipping a coin\footnote[frame]{%
|
||||||
|
A derivative of a diagram from \url{texample.net} by cis, CC BY 2.5 licensed}}
|
||||||
|
\end{figure}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\defverbatim[colored]\sleepSort{
|
||||||
|
\begin{lstlisting}[language=C,tabsize=2]
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
// This is a comment
|
||||||
|
int main(int argc, char **argv)
|
||||||
|
{
|
||||||
|
while (--c > 1 && !fork());
|
||||||
|
sleep(c = atoi(v[c]));
|
||||||
|
printf("%d\n", c);
|
||||||
|
wait(0);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
\end{lstlisting}}
|
||||||
|
\begin{frame}{Code listings}{An example source code in C}
|
||||||
|
\sleepSort
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Citations and Bibliography}
|
||||||
|
\begin{frame}[label=citations]{Citations}
|
||||||
|
\framesubtitle{\TeX, \LaTeX, and Beamer}
|
||||||
|
|
||||||
|
\justifying\TeX\ is a programming language for the typesetting
|
||||||
|
of documents. It was created by Donald Erwin Knuth in the late
|
||||||
|
1970s and it is documented in \emph{The \TeX
|
||||||
|
book}~\cite{knuth84}.
|
||||||
|
|
||||||
|
In the early 1980s, Leslie Lamport created the initial version
|
||||||
|
of \LaTeX, a high-level language on top of \TeX, which is
|
||||||
|
documented in \emph{\LaTeX : A Document Preparation
|
||||||
|
System}~\cite{lamport94}. There exists a healthy ecosystem of
|
||||||
|
packages that extend the base functionality of \LaTeX;
|
||||||
|
\emph{The \LaTeX\ Companion}~\cite{MG94} acts as a guide
|
||||||
|
through the ecosystem.
|
||||||
|
|
||||||
|
In 2003, Till Tantau created the initial version of Beamer, a
|
||||||
|
\LaTeX\ package for the creation of presentations. Beamer is
|
||||||
|
documented in the \emph{User's Guide to the Beamer
|
||||||
|
Class}~\cite{tantau04}.
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[label=bibliography]{Bibliography}
|
||||||
|
\framesubtitle{\TeX, \LaTeX, and Beamer}
|
||||||
|
\begin{thebibliography}{9}
|
||||||
|
\bibitem{knuth84}
|
||||||
|
Donald~E.~Knuth.
|
||||||
|
\emph{The \TeX book}.
|
||||||
|
Addison-Wesley, 1984.
|
||||||
|
\bibitem{lamport94}
|
||||||
|
Leslie~Lamport.
|
||||||
|
\emph{\LaTeX : A Document Preparation System}.
|
||||||
|
Addison-Wesley, 1986.
|
||||||
|
\bibitem{MG94}
|
||||||
|
M.~Goossens, F.~Mittelbach, and A.~Samarin.
|
||||||
|
\emph{The \LaTeX\ Companion}.
|
||||||
|
Addison-Wesley, 1994.
|
||||||
|
\bibitem{tantau04}
|
||||||
|
Till~Tantau.
|
||||||
|
\emph{User's Guide to the Beamer Class Version 3.01}.
|
||||||
|
Available at \url{http://latex-beamer.sourceforge.net}.
|
||||||
|
\bibitem{MS05}
|
||||||
|
A.~Mertz and W.~Slough.
|
||||||
|
Edited by B.~Beeton and K.~Berry.
|
||||||
|
\emph{Beamer by example} In TUGboat,
|
||||||
|
Vol. 26, No. 1., pp. 68-73.
|
||||||
|
\end{thebibliography}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\end{darkframes}
|
||||||
|
|
||||||
|
\section{Light Frames}
|
||||||
|
\subsection{Blind Text}
|
||||||
|
\begin{frame}{Jabberwocky}
|
||||||
|
\framesubtitle{Lewis Carroll}%
|
||||||
|
\begin{tikzpicture}[overlay,remember picture]
|
||||||
|
\node[anchor=south east,xshift=-30pt,yshift=35pt]
|
||||||
|
at (current page.south east) {
|
||||||
|
\includegraphics[width=35mm]{resources/jabberwocky-light}
|
||||||
|
};
|
||||||
|
\end{tikzpicture}%
|
||||||
|
'Twas brillig, and the slithy toves\\
|
||||||
|
Did gyre and gimble in the wabe;\\
|
||||||
|
All mimsy were the borogoves,\\
|
||||||
|
And the mome raths outgrabe.\\\bigskip
|
||||||
|
|
||||||
|
“Beware the Jabberwock, my son!\\
|
||||||
|
The jaws that bite, the claws that catch!\\
|
||||||
|
Beware the Jubjub bird, and shun\\
|
||||||
|
The frumious Bandersnatch!”\\
|
||||||
|
\end{frame}
|
||||||
|
\againframe{lists}
|
||||||
|
\subsection{Structuring Elements}
|
||||||
|
\againframe{simmonshall}
|
||||||
|
\againframe{proof}
|
||||||
|
\subsection{Numerals and Mathematics}
|
||||||
|
\againframe{math}
|
||||||
|
\subsection{Figures and Code Listings}
|
||||||
|
\againframe{figs1}
|
||||||
|
\againframe{figs2}
|
||||||
|
\defverbatim[colored]\sleepSort{
|
||||||
|
\begin{lstlisting}[language=C,tabsize=2]
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
// This is a comment
|
||||||
|
int main(int argc, char **argv)
|
||||||
|
{
|
||||||
|
while (--c > 1 && !fork());
|
||||||
|
sleep(c = atoi(v[c]));
|
||||||
|
printf("%d\n", c);
|
||||||
|
wait(0);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
\end{lstlisting}}
|
||||||
|
\begin{frame}{Code listings}{An example source code in C}
|
||||||
|
\sleepSort
|
||||||
|
\end{frame}
|
||||||
|
\subsection{Citations and Bibliography}
|
||||||
|
\againframe{citations}
|
||||||
|
\againframe{bibliography}
|
||||||
|
\end{document}
|
401
presentation/fi-pdflatex.tex
Normal file
401
presentation/fi-pdflatex.tex
Normal file
@ -0,0 +1,401 @@
|
|||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% I, the copyright holder of this work, release this work into the
|
||||||
|
%% public domain. This applies worldwide. In some countries this may
|
||||||
|
%% not be legally possible; if so: I grant anyone the right to use
|
||||||
|
%% this work for any purpose, without any conditions, unless such
|
||||||
|
%% conditions are required by law.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\documentclass{beamer}
|
||||||
|
\usetheme[faculty=fi]{fibeamer}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage[
|
||||||
|
main=english, %% By using `czech` or `slovak` as the main locale
|
||||||
|
%% instead of `english`, you can typeset the
|
||||||
|
%% presentation in either Czech or Slovak,
|
||||||
|
%% respectively.
|
||||||
|
czech, slovak %% The additional keys allow foreign texts to be
|
||||||
|
]{babel} %% typeset as follows:
|
||||||
|
%%
|
||||||
|
%% \begin{otherlanguage}{czech} ... \end{otherlanguage}
|
||||||
|
%% \begin{otherlanguage}{slovak} ... \end{otherlanguage}
|
||||||
|
%%
|
||||||
|
%% These macros specify information about the presentation
|
||||||
|
\title{Presentation Title} %% that will be typeset on the
|
||||||
|
\subtitle{Presentation Subtitle} %% title page.
|
||||||
|
\author{Author's Name}
|
||||||
|
%% These additional packages are used within the document:
|
||||||
|
\usepackage{ragged2e} % `\justifying` text
|
||||||
|
\usepackage{booktabs} % Tables
|
||||||
|
\usepackage{tabularx}
|
||||||
|
\usepackage{tikz} % Diagrams
|
||||||
|
\usetikzlibrary{calc, shapes, backgrounds}
|
||||||
|
\usepackage{amsmath, amssymb}
|
||||||
|
\usepackage{url} % `\url`s
|
||||||
|
\usepackage{listings} % Code listings
|
||||||
|
\frenchspacing
|
||||||
|
\begin{document}
|
||||||
|
\frame{\maketitle}
|
||||||
|
|
||||||
|
\AtBeginSection[]{% Print an outline at the beginning of sections
|
||||||
|
\begin{frame}<beamer>
|
||||||
|
\frametitle{Outline for Section \thesection}
|
||||||
|
\tableofcontents[currentsection]
|
||||||
|
\end{frame}}
|
||||||
|
|
||||||
|
\begin{darkframes}
|
||||||
|
\section{Dark Frames}
|
||||||
|
\subsection{Blind Text}
|
||||||
|
\begin{frame}{Jabberwocky}
|
||||||
|
\framesubtitle{Lewis Carroll}%
|
||||||
|
\begin{tikzpicture}[overlay,remember picture]
|
||||||
|
\node[anchor=south east,xshift=-30pt,yshift=35pt]
|
||||||
|
at (current page.south east) {
|
||||||
|
\includegraphics[width=35mm]{resources/jabberwocky-dark}
|
||||||
|
};
|
||||||
|
\end{tikzpicture}%
|
||||||
|
'Twas brillig, and the slithy toves\\
|
||||||
|
Did gyre and gimble in the wabe;\\
|
||||||
|
All mimsy were the borogoves,\\
|
||||||
|
And the mome raths outgrabe.\\\bigskip
|
||||||
|
|
||||||
|
“Beware the Jabberwock, my son!\\
|
||||||
|
The jaws that bite, the claws that catch!\\
|
||||||
|
Beware the Jubjub bird, and shun\\
|
||||||
|
The frumious Bandersnatch!”\\
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[label=lists]{Lists and locales}
|
||||||
|
\framesubtitle{Lorem ipsum dolor sit amet}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.5\textwidth}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Nulla nec lacinia odio. Curabitur urna tellus.
|
||||||
|
\begin{itemize}
|
||||||
|
\item Fusce id sodales dolor. Sed id metus dui.
|
||||||
|
\begin{itemize}
|
||||||
|
\item Cupio virtus licet mi vel feugiat.
|
||||||
|
\end{itemize}
|
||||||
|
\end{itemize}
|
||||||
|
\end{itemize}
|
||||||
|
\column{.5\textwidth}
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Donec porta, risus porttitor egestas scelerisque video.
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Nunc non ante fringilla, manus potentis cario.
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Pellentesque servus morbi tristique.
|
||||||
|
\end{enumerate}
|
||||||
|
\end{enumerate}
|
||||||
|
\end{enumerate}
|
||||||
|
\end{columns}
|
||||||
|
\bigskip
|
||||||
|
\justifying
|
||||||
|
|
||||||
|
{\uselanguage{czech}Nechť již hříšné saxofony ďáblů
|
||||||
|
rozzvučí síň úděsnými tóny waltzu, tanga a quickstepu!}
|
||||||
|
{\uselanguage{slovak} Nezvyčajné kŕdle šťastných figliarskych
|
||||||
|
ďatľov učia pri kótovanom ústí Váhu mĺkveho koňa Waldemara
|
||||||
|
obžierať väč\-šie kusy exkluzívnej kôry.}
|
||||||
|
{\uselanguage{english}The quick, brown fox jumps over a lazy
|
||||||
|
dog. DJs flock by when MTV ax quiz prog. “Now fax quiz Jack!”}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Structuring Elements}
|
||||||
|
\begin{frame}[label=simmonshall]{Text blocks}
|
||||||
|
\framesubtitle{In plain, example, and \alert{alert} flavour}
|
||||||
|
\alert{This text} is highlighted.
|
||||||
|
|
||||||
|
\begin{block}{A plain block}
|
||||||
|
This is a plain block containing some \alert{highlighted text}.
|
||||||
|
\end{block}
|
||||||
|
\begin{exampleblock}{An example block}
|
||||||
|
This is an example block containing some \alert{highlighted text}.
|
||||||
|
\end{exampleblock}
|
||||||
|
\begin{alertblock}{An alert block}
|
||||||
|
This is an alert block containing some \alert{highlighted text}.
|
||||||
|
\end{alertblock}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[label=proof]{Definitions, theorems, and proofs}
|
||||||
|
\framesubtitle{All integers divide zero}
|
||||||
|
\begin{definition}
|
||||||
|
$\forall a,b\in\mathds{Z}: a\mid b\iff\exists c\in\mathds{Z}:a\cdot c=b$
|
||||||
|
\end{definition}
|
||||||
|
\begin{theorem}
|
||||||
|
$\forall a\in\mathds{Z}: a\mid 0$
|
||||||
|
\end{theorem}
|
||||||
|
\begin{proof}[Proof\nopunct]
|
||||||
|
$\forall a\in\mathds{Z}: a\cdot 0=0$
|
||||||
|
\end{proof}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Numerals and Mathematics}
|
||||||
|
\begin{frame}[label=math]{Numerals and Mathematics}
|
||||||
|
\framesubtitle{Formulae, equations, and expressions}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.20\textwidth}
|
||||||
|
1234567890
|
||||||
|
\column{.20\textwidth}
|
||||||
|
\oldstylenums{1234567890}
|
||||||
|
\column{.20\textwidth}
|
||||||
|
$\hat{x}$, $\check{x}$, $\tilde{a}$,
|
||||||
|
$\bar{a}$, $\dot{y}$, $\ddot{y}$
|
||||||
|
\column{.40\textwidth}
|
||||||
|
$\int \!\! \int f(x,y,z)\,\mathsf{d}x\mathsf{d}y\mathsf{d}z$
|
||||||
|
\end{columns}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.5\textwidth}
|
||||||
|
$$\frac{1}{\displaystyle 1+
|
||||||
|
\frac{1}{\displaystyle 2+
|
||||||
|
\frac{1}{\displaystyle 3+x}}} +
|
||||||
|
\frac{1}{1+\frac{1}{2+\frac{1}{3+x}}}$$
|
||||||
|
\column{.5\textwidth}
|
||||||
|
$$F:\left| \begin{array}{ccc}
|
||||||
|
F''_{xx} & F''_{xy} & F'_x \\
|
||||||
|
F''_{yx} & F''_{yy} & F'_y \\
|
||||||
|
F'_x & F'_y & 0
|
||||||
|
\end{array}\right| = 0$$
|
||||||
|
\end{columns}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.3\textwidth}
|
||||||
|
$$\mathop{\int \!\!\! \int}_{\mathbf{x} \in \mathds{R}^2}
|
||||||
|
\! \langle \mathbf{x},\mathbf{y}\rangle\,\mathsf{d}\mathbf{x}$$
|
||||||
|
\column{.33\textwidth}
|
||||||
|
$$\overline{\overline{a\alpha}^2+\underline{b\beta}
|
||||||
|
+\overline{\overline{d\delta}}}$$
|
||||||
|
\column{.37\textwidth}
|
||||||
|
$\left] 0,1\right[ + \lceil x \rfloor - \langle x,y\rangle$
|
||||||
|
\end{columns}
|
||||||
|
\begin{columns}[onlytextwidth]
|
||||||
|
\column{.4\textwidth}
|
||||||
|
\begin{eqnarray*}
|
||||||
|
e^x &\approx& 1+x+x^2/2! + \\
|
||||||
|
&& {}+x^3/3! + x^4/4!
|
||||||
|
\end{eqnarray*}
|
||||||
|
\column{.6\textwidth}
|
||||||
|
$${n+1\choose k} = {n\choose k} + {n \choose k-1}$$
|
||||||
|
\end{columns}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Figures and Code Listings}
|
||||||
|
\begin{frame}[label=figs1]{Figures}
|
||||||
|
\framesubtitle{Tables, graphs, and images}
|
||||||
|
\begin{table}[!b]
|
||||||
|
{\carlitoTLF % Use monospaced lining figures
|
||||||
|
\begin{tabularx}{\textwidth}{Xrrr}
|
||||||
|
\textbf{Faculty} & \textbf{With \TeX} & \textbf{Total} &
|
||||||
|
\textbf{\%} \\
|
||||||
|
\toprule
|
||||||
|
Faculty of Informatics & 1\,716 & 2\,904 &
|
||||||
|
59.09 \\% 1433
|
||||||
|
Faculty of Science & 786 & 5\,275 &
|
||||||
|
14.90 \\% 1431
|
||||||
|
Faculty of $\genfrac{}{}{0pt}{}{\textsf{Economics and}}{%
|
||||||
|
\textsf{Administration}}$ & 64 & 4\,591 &
|
||||||
|
1.39 \\% 1456
|
||||||
|
Faculty of Arts & 69 & 10\,000 &
|
||||||
|
0.69 \\% 1421
|
||||||
|
Faculty of Medicine & 8 & 2\,014 &
|
||||||
|
0.40 \\% 1411
|
||||||
|
Faculty of Law & 15 & 4\,824 &
|
||||||
|
0.31 \\% 1422
|
||||||
|
Faculty of Education & 19 & 8\,219 &
|
||||||
|
0.23 \\% 1441
|
||||||
|
Faculty of Social Studies & 12 & 5\,599 &
|
||||||
|
0.21 \\% 1423
|
||||||
|
Faculty of Sports Studies & 3 & 2\,062 &
|
||||||
|
0.15 \\% 1451
|
||||||
|
\bottomrule
|
||||||
|
\end{tabularx}}
|
||||||
|
\caption{The distribution of theses written using \TeX\ during 2010--15 at MU}
|
||||||
|
\end{table}
|
||||||
|
\end{frame}
|
||||||
|
\begin{frame}[label=figs2]{Figures}
|
||||||
|
\framesubtitle{Tables, graphs, and images}
|
||||||
|
\begin{figure}[b]
|
||||||
|
\centering
|
||||||
|
% Flipping a coin
|
||||||
|
% Author: cis
|
||||||
|
\tikzset{
|
||||||
|
head/.style = {fill = none, label = center:\textsf{H}},
|
||||||
|
tail/.style = {fill = none, label = center:\textsf{T}}}
|
||||||
|
\scalebox{0.65}{\begin{tikzpicture}[
|
||||||
|
scale = 1.5, transform shape, thick,
|
||||||
|
every node/.style = {draw, circle, minimum size = 10mm},
|
||||||
|
grow = down, % alignment of characters
|
||||||
|
level 1/.style = {sibling distance=3cm},
|
||||||
|
level 2/.style = {sibling distance=4cm},
|
||||||
|
level 3/.style = {sibling distance=2cm},
|
||||||
|
level distance = 1.25cm
|
||||||
|
]
|
||||||
|
\node[shape = rectangle,
|
||||||
|
minimum width = 6cm, font = \sffamily] {Coin flipping}
|
||||||
|
child { node[shape = circle split, draw, line width = 1pt,
|
||||||
|
minimum size = 10mm, inner sep = 0mm, rotate = 30] (Start)
|
||||||
|
{ \rotatebox{-30}{H} \nodepart{lower} \rotatebox{-30}{T}}
|
||||||
|
child { node [head] (A) {}
|
||||||
|
child { node [head] (B) {}}
|
||||||
|
child { node [tail] (C) {}}
|
||||||
|
}
|
||||||
|
child { node [tail] (D) {}
|
||||||
|
child { node [head] (E) {}}
|
||||||
|
child { node [tail] (F) {}}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
% Filling the root (Start)
|
||||||
|
\begin{scope}[on background layer, rotate=30]
|
||||||
|
\fill[head] (Start.base) ([xshift = 0mm]Start.east) arc (0:180:5mm)
|
||||||
|
-- cycle;
|
||||||
|
\fill[tail] (Start.base) ([xshift = 0pt]Start.west) arc (180:360:5mm)
|
||||||
|
-- cycle;
|
||||||
|
\end{scope}
|
||||||
|
|
||||||
|
% Labels
|
||||||
|
\begin{scope}[nodes = {draw = none}]
|
||||||
|
\path (Start) -- (A) node [near start, left] {$0.5$};
|
||||||
|
\path (A) -- (B) node [near start, left] {$0.5$};
|
||||||
|
\path (A) -- (C) node [near start, right] {$0.5$};
|
||||||
|
\path (Start) -- (D) node [near start, right] {$0.5$};
|
||||||
|
\path (D) -- (E) node [near start, left] {$0.5$};
|
||||||
|
\path (D) -- (F) node [near start, right] {$0.5$};
|
||||||
|
\begin{scope}[nodes = {below = 11pt}]
|
||||||
|
\node [name = X] at (B) {$0.25$};
|
||||||
|
\node at (C) {$0.25$};
|
||||||
|
\node [name = Y] at (E) {$0.25$};
|
||||||
|
\node at (F) {$0.25$};
|
||||||
|
\end{scope}
|
||||||
|
\end{scope}
|
||||||
|
\end{tikzpicture}}
|
||||||
|
\caption{Tree of probabilities -- Flipping a coin\footnote[frame]{%
|
||||||
|
A derivative of a diagram from \url{texample.net} by cis, CC BY 2.5 licensed}}
|
||||||
|
\end{figure}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\defverbatim[colored]\sleepSort{
|
||||||
|
\begin{lstlisting}[language=C,tabsize=2]
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
// This is a comment
|
||||||
|
int main(int argc, char **argv)
|
||||||
|
{
|
||||||
|
while (--c > 1 && !fork());
|
||||||
|
sleep(c = atoi(v[c]));
|
||||||
|
printf("%d\n", c);
|
||||||
|
wait(0);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
\end{lstlisting}}
|
||||||
|
\begin{frame}{Code listings}{An example source code in C}
|
||||||
|
\sleepSort
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Citations and Bibliography}
|
||||||
|
\begin{frame}[label=citations]{Citations}
|
||||||
|
\framesubtitle{\TeX, \LaTeX, and Beamer}
|
||||||
|
|
||||||
|
\justifying\TeX\ is a programming language for the typesetting
|
||||||
|
of documents. It was created by Donald Erwin Knuth in the late
|
||||||
|
1970s and it is documented in \emph{The \TeX
|
||||||
|
book}~\cite{knuth84}.
|
||||||
|
|
||||||
|
In the early 1980s, Leslie Lamport created the initial version
|
||||||
|
of \LaTeX, a high-level language on top of \TeX, which is
|
||||||
|
documented in \emph{\LaTeX : A Document Preparation
|
||||||
|
System}~\cite{lamport94}. There exists a healthy ecosystem of
|
||||||
|
packages that extend the base functionality of \LaTeX;
|
||||||
|
\emph{The \LaTeX\ Companion}~\cite{MG94} acts as a guide
|
||||||
|
through the ecosystem.
|
||||||
|
|
||||||
|
In 2003, Till Tantau created the initial version of Beamer, a
|
||||||
|
\LaTeX\ package for the creation of presentations. Beamer is
|
||||||
|
documented in the \emph{User's Guide to the Beamer
|
||||||
|
Class}~\cite{tantau04}.
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[label=bibliography]{Bibliography}
|
||||||
|
\framesubtitle{\TeX, \LaTeX, and Beamer}
|
||||||
|
\begin{thebibliography}{9}
|
||||||
|
\bibitem{knuth84}
|
||||||
|
Donald~E.~Knuth.
|
||||||
|
\emph{The \TeX book}.
|
||||||
|
Addison-Wesley, 1984.
|
||||||
|
\bibitem{lamport94}
|
||||||
|
Leslie~Lamport.
|
||||||
|
\emph{\LaTeX : A Document Preparation System}.
|
||||||
|
Addison-Wesley, 1986.
|
||||||
|
\bibitem{MG94}
|
||||||
|
M.~Goossens, F.~Mittelbach, and A.~Samarin.
|
||||||
|
\emph{The \LaTeX\ Companion}.
|
||||||
|
Addison-Wesley, 1994.
|
||||||
|
\bibitem{tantau04}
|
||||||
|
Till~Tantau.
|
||||||
|
\emph{User's Guide to the Beamer Class Version 3.01}.
|
||||||
|
Available at \url{http://latex-beamer.sourceforge.net}.
|
||||||
|
\bibitem{MS05}
|
||||||
|
A.~Mertz and W.~Slough.
|
||||||
|
Edited by B.~Beeton and K.~Berry.
|
||||||
|
\emph{Beamer by example} In TUGboat,
|
||||||
|
Vol. 26, No. 1., pp. 68-73.
|
||||||
|
\end{thebibliography}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\end{darkframes}
|
||||||
|
|
||||||
|
\section{Light Frames}
|
||||||
|
\subsection{Blind Text}
|
||||||
|
\begin{frame}{Jabberwocky}
|
||||||
|
\framesubtitle{Lewis Carroll}%
|
||||||
|
\begin{tikzpicture}[overlay,remember picture]
|
||||||
|
\node[anchor=south east,xshift=-30pt,yshift=35pt]
|
||||||
|
at (current page.south east) {
|
||||||
|
\includegraphics[width=35mm]{resources/jabberwocky-light}
|
||||||
|
};
|
||||||
|
\end{tikzpicture}%
|
||||||
|
'Twas brillig, and the slithy toves\\
|
||||||
|
Did gyre and gimble in the wabe;\\
|
||||||
|
All mimsy were the borogoves,\\
|
||||||
|
And the mome raths outgrabe.\\\bigskip
|
||||||
|
|
||||||
|
“Beware the Jabberwock, my son!\\
|
||||||
|
The jaws that bite, the claws that catch!\\
|
||||||
|
Beware the Jubjub bird, and shun\\
|
||||||
|
The frumious Bandersnatch!”\\
|
||||||
|
\end{frame}
|
||||||
|
\againframe{lists}
|
||||||
|
\subsection{Structuring Elements}
|
||||||
|
\againframe{simmonshall}
|
||||||
|
\againframe{proof}
|
||||||
|
\subsection{Numerals and Mathematics}
|
||||||
|
\againframe{math}
|
||||||
|
\subsection{Figures and Code Listings}
|
||||||
|
\againframe{figs1}
|
||||||
|
\againframe{figs2}
|
||||||
|
\defverbatim[colored]\sleepSort{
|
||||||
|
\begin{lstlisting}[language=C,tabsize=2]
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
// This is a comment
|
||||||
|
int main(int argc, char **argv)
|
||||||
|
{
|
||||||
|
while (--c > 1 && !fork());
|
||||||
|
sleep(c = atoi(v[c]));
|
||||||
|
printf("%d\n", c);
|
||||||
|
wait(0);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
\end{lstlisting}}
|
||||||
|
\begin{frame}{Code listings}{An example source code in C}
|
||||||
|
\sleepSort
|
||||||
|
\end{frame}
|
||||||
|
\subsection{Citations and Bibliography}
|
||||||
|
\againframe{citations}
|
||||||
|
\againframe{bibliography}
|
||||||
|
\end{document}
|
325
presentation/fibeamer/logo/mu/fibeamer-mu-fi-czech.pdf
Normal file
325
presentation/fibeamer/logo/mu/fibeamer-mu-fi-czech.pdf
Normal file
@ -0,0 +1,325 @@
|
|||||||
|
%PDF-1.5
%âãÏÓ
|
||||||
|
13 0 obj
<</Metadata 12 0 R/OCProperties<</D<</ON[15 0 R]/Order 16 0 R/RBGroups[]>>/OCGs[15 0 R]>>/Pages 1 0 R/Type/Catalog>>
endobj
12 0 obj
<</Length 11665/Subtype/XML/Type/Metadata>>stream
|
||||||
|
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
|
||||||
|
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.1.2">
|
||||||
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||||
|
<rdf:Description rdf:about=""
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
|
||||||
|
xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/"
|
||||||
|
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
|
||||||
|
xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
|
||||||
|
xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
|
||||||
|
xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/"
|
||||||
|
xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/"
|
||||||
|
xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
|
||||||
|
xmlns:xmpG="http://ns.adobe.com/xap/1.0/g/"
|
||||||
|
xmlns:pdf="http://ns.adobe.com/pdf/1.3/"
|
||||||
|
xmlns:ExtensisFontSense="http://www.extensis.com/meta/FontSense/"
|
||||||
|
dc:format="application/pdf"
|
||||||
|
xmp:MetadataDate="2015-10-28T18:56:46+01:00"
|
||||||
|
xmp:ModifyDate="2015-10-28T18:56:46+01:00"
|
||||||
|
xmp:CreateDate="2015-09-30T01:52:03+02:00"
|
||||||
|
xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)"
|
||||||
|
xmpMM:InstanceID="uuid:deba632b-54b7-3f40-9cd9-604d3925d62a"
|
||||||
|
xmpMM:DocumentID="xmp.did:F1771D32492068118083C138F3A478D6"
|
||||||
|
xmpMM:OriginalDocumentID="uuid:5D20892493BFDB11914A8590D31508C8"
|
||||||
|
xmpMM:RenditionClass="proof:pdf"
|
||||||
|
illustrator:StartupProfile="Print"
|
||||||
|
xmpTPg:HasVisibleOverprint="False"
|
||||||
|
xmpTPg:HasVisibleTransparency="False"
|
||||||
|
xmpTPg:NPages="1"
|
||||||
|
pdf:Producer="Adobe PDF library 10.01">
|
||||||
|
<dc:title>
|
||||||
|
<rdf:Alt>
|
||||||
|
<rdf:li xml:lang="x-default">mu-stitky-fakulty-cz</rdf:li>
|
||||||
|
</rdf:Alt>
|
||||||
|
</dc:title>
|
||||||
|
<xmp:Thumbnails>
|
||||||
|
<rdf:Alt>
|
||||||
|
<rdf:li
|
||||||
|
xmpGImg:width="256"
|
||||||
|
xmpGImg:height="168"
|
||||||
|
xmpGImg:format="JPEG"
|
||||||
|
xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAqAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q=="/>
|
||||||
|
</rdf:Alt>
|
||||||
|
</xmp:Thumbnails>
|
||||||
|
<xmpMM:DerivedFrom
|
||||||
|
stRef:instanceID="uuid:8ccc8906-d3ac-2d4f-aaf4-ef8d96727138"
|
||||||
|
stRef:documentID="xmp.did:EC771D32492068118083C138F3A478D6"
|
||||||
|
stRef:originalDocumentID="uuid:5D20892493BFDB11914A8590D31508C8"
|
||||||
|
stRef:renditionClass="proof:pdf"/>
|
||||||
|
<xmpMM:History>
|
||||||
|
<rdf:Seq>
|
||||||
|
<rdf:li
|
||||||
|
stEvt:action="saved"
|
||||||
|
stEvt:instanceID="xmp.iid:07801174072068118083918EEDD18719"
|
||||||
|
stEvt:when="2015-08-24T03:11:31+02:00"
|
||||||
|
stEvt:softwareAgent="Adobe Illustrator CS6 (Macintosh)"
|
||||||
|
stEvt:changed="/"/>
|
||||||
|
<rdf:li
|
||||||
|
stEvt:action="saved"
|
||||||
|
stEvt:instanceID="xmp.iid:F1771D32492068118083C138F3A478D6"
|
||||||
|
stEvt:when="2015-09-30T01:51:58+02:00"
|
||||||
|
stEvt:softwareAgent="Adobe Illustrator CS6 (Macintosh)"
|
||||||
|
stEvt:changed="/"/>
|
||||||
|
</rdf:Seq>
|
||||||
|
</xmpMM:History>
|
||||||
|
<xmpTPg:MaxPageSize
|
||||||
|
stDim:w="79.999940"
|
||||||
|
stDim:h="31.999769"
|
||||||
|
stDim:unit="Millimeters"/>
|
||||||
|
<xmpTPg:SwatchGroups>
|
||||||
|
<rdf:Seq>
|
||||||
|
<rdf:li
|
||||||
|
xmpG:groupName="Výchozà skupina vzorků"
|
||||||
|
xmpG:groupType="0"/>
|
||||||
|
</rdf:Seq>
|
||||||
|
</xmpTPg:SwatchGroups>
|
||||||
|
<ExtensisFontSense:slug>
|
||||||
|
<rdf:Bag>
|
||||||
|
<rdf:li
|
||||||
|
ExtensisFontSense:Family="Syntax LT CE"
|
||||||
|
ExtensisFontSense:Version="001.000"
|
||||||
|
ExtensisFontSense:OutlineFileSize="0"
|
||||||
|
ExtensisFontSense:KerningChecksum="0"
|
||||||
|
ExtensisFontSense:Foundry="Linotype AG"
|
||||||
|
ExtensisFontSense:FontKind="OpenType - PS"
|
||||||
|
ExtensisFontSense:Checksum="3359954016"
|
||||||
|
ExtensisFontSense:PostScriptName="SyntaxLTCE-Bold"
|
||||||
|
ExtensisFontSense:FontSense_1.2_Checksum="3359954016"/>
|
||||||
|
<rdf:li
|
||||||
|
ExtensisFontSense:Family="Syntax LT CE"
|
||||||
|
ExtensisFontSense:Version="001.000"
|
||||||
|
ExtensisFontSense:OutlineFileSize="0"
|
||||||
|
ExtensisFontSense:KerningChecksum="0"
|
||||||
|
ExtensisFontSense:Foundry="Linotype AG"
|
||||||
|
ExtensisFontSense:FontKind="OpenType - PS"
|
||||||
|
ExtensisFontSense:Checksum="2133157911"
|
||||||
|
ExtensisFontSense:PostScriptName="SyntaxLTCE-Roman"
|
||||||
|
ExtensisFontSense:FontSense_1.2_Checksum="2133157911"/>
|
||||||
|
</rdf:Bag>
|
||||||
|
</ExtensisFontSense:slug>
|
||||||
|
</rdf:Description>
|
||||||
|
</rdf:RDF>
|
||||||
|
</x:xmpmeta>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<?xpacket end="w"?>
endstream
endobj
1 0 obj
<</Count 1/Kids[3 0 R]/Type/Pages>>
endobj
3 0 obj
<</ArtBox[0.000488281 3.54395 133.296 90.7051]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028185646+01'00')/MediaBox[0.0 0.0 226.771 90.708]/Parent 1 0 R/PieceInfo<</Illustrator 18 0 R>>/Resources<</ExtGState<</GS0 19 0 R>>/Properties<</MC0 15 0 R>>>>/Thumb 20 0 R/TrimBox[0.0 0.0 226.771 90.708]/Type/Page>>
endobj
17 0 obj
<</Filter/FlateDecode/Length 3442>>stream
|
||||||
|
H‰ÔWÛŽd9|ﯨè³NßýÊ"ñ„â<>h-Œ‹Äòÿ‘ö¹Tu5=»³Z¡‘¦u|Iç%2üÝŸ¾¿}÷ÇïÃíw¿ÿþönþï/ßýá/áö÷ÿ¼üûfúÅn¹l5þÚ6jë··5ýÇ—¼•‘0ú'G=Þ^mK6 |