diff options
author | Norbert Preining <norbert@preining.info> | 2021-09-27 03:01:47 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-09-27 03:01:47 +0000 |
commit | 30b8c834b941b4c6311906369ce5008fd2e72bf8 (patch) | |
tree | b3c424c023951c9ef64844d8d9b99300e597a5a3 /macros/latex | |
parent | 1fdd813fb19929aee2dfa99b2d04cb16c9f9e902 (diff) |
CTAN sync 202109270301
Diffstat (limited to 'macros/latex')
150 files changed, 269 insertions, 17714 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/LICENSE.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/LICENSE.tex deleted file mode 100644 index b47399e489..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/LICENSE.tex +++ /dev/null @@ -1,49 +0,0 @@ -\input docstrip.tex -\preamble - -Copyright 2016-2021 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. - -\endpreamble -\askforoverwritefalse diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/Makefile deleted file mode 100644 index 1911b8a005..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/Makefile +++ /dev/null @@ -1,221 +0,0 @@ -SUBMAKES_REQUIRED=logo/mu theme/mu logo/bs theme/bs -SUBMAKES_EXTRA=guide/mu example/mu example/bs -SUBMAKES=$(SUBMAKES_REQUIRED) $(SUBMAKES_EXTRA) -.PHONY: all base complete docs clean dist dist-implode implode \ - install install-base install-docs uninstall $(SUBMAKES) - -BASETHEMEFILE=beamerthemefibeamer.sty -OTHERTHEMEFILES=theme/mu/*.sty theme/bs/*.sty -THEMEFILES=$(BASETHEMEFILE) $(OTHERTHEMEFILES) -LOGOSOURCES=logo/*/*.pdf -LOGOS=logo/*/*.eps -DTXFILES=*.dtx theme/mu/*.dtx theme/bs/*.dtx -INSFILES=*.ins theme/mu/*.ins theme/bs/*.ins -MAKES=guide/mu/Makefile theme/mu/Makefile logo/mu/Makefile Makefile \ - theme/bs/Makefile logo/bs/Makefile -USEREXAMPLE_SOURCES=example/mu/Makefile example/mu/example.dtx example/mu/*.ins \ - example/bs/Makefile example/bs/example.dtx example/bs/standard.ins -USEREXAMPLES=example/mu/econ-lualatex.pdf \ - example/mu/econ-pdflatex.pdf example/mu/fi-lualatex.pdf \ - example/mu/fi-pdflatex.pdf example/mu/fsps-lualatex.pdf \ - example/mu/fsps-pdflatex.pdf example/mu/fss-lualatex.pdf \ - example/mu/fss-pdflatex.pdf example/mu/law-lualatex.pdf \ - example/mu/law-pdflatex.pdf example/mu/med-lualatex.pdf \ - example/mu/med-pdflatex.pdf example/mu/ped-lualatex.pdf \ - example/mu/ped-pdflatex.pdf example/mu/phil-lualatex.pdf \ - example/mu/phil-pdflatex.pdf example/mu/sci-lualatex.pdf \ - example/mu/sci-pdflatex.pdf \ - example/bs/standard-pdflatex.pdf example/bs/standard-lualatex.pdf -DEVEXAMPLES=logo/DESCRIPTION logo/EXAMPLE/DESCRIPTION \ - logo/mu/DESCRIPTION theme/EXAMPLE/DESCRIPTION \ - theme/mu/DESCRIPTION theme/DESCRIPTION example/DESCRIPTION \ - example/EXAMPLE/DESCRIPTION example/mu/DESCRIPTION \ - example/mu/resources/DESCRIPTION guide/DESCRIPTION \ - guide/EXAMPLE/DESCRIPTION guide/mu/DESCRIPTION \ - guide/mu/resources/DESCRIPTION \ - theme/bs/DESCRIPTION logo/bs/DESCRIPTION example/bs/DESCRIPTION \ - example/bs/resources/DESCRIPTION -EXAMPLES=$(USEREXAMPLES) $(DEVEXAMPLES) -MISCELLANEOUS=guide/mu/guide.bib \ - guide/mu/guide.dtx guide/mu/*.ins guide/mu/resources/cog.pdf \ - guide/mu/resources/vader.pdf guide/mu/resources/yoda.pdf \ - $(USEREXAMPLES:.pdf=.tex) \ - example/mu/resources/jabberwocky-dark.png \ - example/mu/resources/jabberwocky-light.png \ - example/bs/resources/jabberwocky-dark.png \ - example/bs/resources/jabberwocky-light.png \ - README.md -RESOURCES=$(THEMEFILES) $(LOGOS) $(LOGOSOURCES) -SOURCES=$(DTXFILES) $(INSFILES) LICENSE.tex -AUXFILES=fibeamer.aux fibeamer.log fibeamer.toc fibeamer.ind \ - fibeamer.idx fibeamer.out fibeamer.ilg fibeamer.gls \ - fibeamer.glo fibeamer.hd -MANUAL=fibeamer.pdf -PDFSOURCES=fibeamer.dtx -GUIDES=guide/mu/econ.pdf guide/mu/fi.pdf guide/mu/fsps.pdf \ - guide/mu/fss.pdf guide/mu/law.pdf guide/mu/med.pdf \ - guide/mu/ped.pdf guide/mu/phil.pdf guide/mu/sci.pdf -PDFS=$(MANUAL) $(GUIDES) $(USEREXAMPLES) -DOCS=$(MANUAL) $(GUIDES) -VERSION=VERSION.tex -TDSARCHIVE=fibeamer.tds.zip -CTANARCHIVE=fibeamer.ctan.zip -DISTARCHIVE=fibeamer.zip -ARCHIVES=$(TDSARCHIVE) $(CTANARCHIVE) $(DISTARCHIVE) -MAKEABLES=$(MANUAL) $(BASETHEMEFILE) $(ARCHIVES) $(VERSION) - -TEXLIVEDIR=$(shell kpsewhich -var-value TEXMFLOCAL) - -# This is the default pseudo-target. -all: base - -# This pseudo-target expands all the docstrip files, converts the -# logos and creates the theme files. -base: $(SUBMAKES_REQUIRED) - make $(BASETHEMEFILE) - -# This pseudo-target creates the class files and typesets the -# technical documentation, the user guides, and the user examples. -complete: base - make $(PDFS) clean - -# This pseudo-target typesets the technical documentation and the -# user guides. -docs: - make $(DOCS) clean - -# This pseudo-target calls a submakefile. -$(SUBMAKES): - make -C $@ all - -# This pseudo-target creates the distribution archive. -dist: dist-implode complete - make $(TDSARCHIVE) $(DISTARCHIVE) $(CTANARCHIVE) - -# This target creates the theme files. -$(BASETHEMEFILE): fibeamer.ins fibeamer.dtx - xetex $< - -# This target typesets the guides and user examples. -$(GUIDES) $(USEREXAMPLES): $(RESOURCES) - make -BC $(dir $@) - -# This target typesets the technical documentation. -$(MANUAL): $(DTXFILES) - pdflatex $< - pdflatex $< - makeindex -s gind.ist $(basename $@) - makeindex -s gglo.ist -o $(basename $@).gls $(basename $@).glo - pdflatex $< - pdflatex $< - -# This target generates a TeX directory structure file. -$(TDSARCHIVE): - DIR=`mktemp -d` && \ - make install to="$$DIR" nohash=true && \ - (cd "$$DIR" && zip -r -v -nw $@ *) && \ - mv "$$DIR"/$@ $@ && rm -rf "$$DIR" - -# This target generates a distribution file. -$(DISTARCHIVE): $(SOURCES) $(RESOURCES) $(MAKES) \ - $(USEREXAMPLE_SOURCES) $(DOCS) $(PDFSOURCES) $(MISCELLANEOUS) \ - $(EXAMPLES) $(VERSION) - DIR=`mktemp -d` && \ -# cp --verbose $(TDSARCHIVE) "$$DIR" && \ - cp --parents --verbose $^ "$$DIR" && \ - (cd "$$DIR" && zip --symlinks -r -v -nw $@ *) && \ - mv "$$DIR"/$@ . && rm -rf "$$DIR" - -# This target generates a CTAN distribution file. -$(CTANARCHIVE): $(SOURCES) $(MAKES) $(EXAMPLES) \ - $(MISCELLANEOUS) $(DOCS) $(VERSION) $(LOGOSOURCES) - DIR=`mktemp -d` && mkdir -p "$$DIR/fibeamer" && \ - cp --parents --verbose $^ "$$DIR/fibeamer" && \ - printf '.PHONY: implode\nimplode:\n' > \ - "$$DIR/fibeamer/example/mu/Makefile" && \ - (cd "$$DIR" && zip --symlinks -r -v -nw $@ *) && \ - mv "$$DIR"/$@ . && rm -rf "$$DIR" - -# This pseudo-target installs the logo and theme files - as well as -# the technical documentation and user guides - into the TeX -# directory structure, whose root directory is specified within the -# "to" argument. Specify "nohash=true", if you wish to forgo the -# reindexing of the package database. -install: install-base install-docs - -# This pseudo-target installs the logo and theme files into the TeX -# directory structure, whose root directory is specified within the -# "to" argument. Specify "nohash=true", if you wish to forgo the -# reindexing of the package database. -install-base: - @if [ -z "$(to)" ]; then \ - printf "Usage: make install-base to=DIRECTORY\n"; \ - printf "Detected TeXLive directory: %s\n" $(TEXLIVEDIR); \ - exit 1; \ - fi - - @# Theme and logo files - mkdir -p "$(to)/tex/latex/fibeamer" - cp --parents --verbose $(RESOURCES) "$(to)/tex/latex/fibeamer" - - @# Source files - mkdir -p "$(to)/source/latex/fibeamer" - cp --parents --verbose $(SOURCES) "$(to)/source/latex/fibeamer" - - @# Rebuild the hash - [ "$(nohash)" = "true" ] || texhash - -# This pseudo-target installs the technical documentation and user -# guides into the TeX directory structure, whose root directory is -# specified within the "to" argument. Specify "nohash=true", if -# you wish to forgo the reindexing of the package database. -install-docs: - @if [ -z "$(to)" ]; then \ - printf "Usage: make install-docs to=DIRECTORY\n"; \ - printf "Detected TeXLive directory: %s\n" $(TEXLIVEDIR); \ - exit 1; \ - fi - - @# Documentation - mkdir -p "$(to)/doc/latex/fibeamer" - cp --parents --verbose $(DOCS) "$(to)/doc/latex/fibeamer" - - @# Rebuild the hash - [ "$(nohash)" = "true" ] || texhash - -# This pseudo-target uninstalls the logo and theme files - as well -# as the technical documentation and user guides - into the TeX -# directory structure, whose root directory is specified within the -# "from" argument. Specify "nohash=true", if you wish to forgo the -# reindexing of the package database. -uninstall: - @if [ -z "$(from)" ]; then \ - printf "Usage: make uninstall from=DIRECTORY\n"; \ - printf "Detected TeXLive directory: %s\n" $(TEXLIVEDIR); \ - exit 1; \ - fi - - @# Theme and logo files - rm -rf "$(from)/tex/latex/fibeamer" - - @# Source files - rm -rf "$(from)/source/latex/fibeamer" - - @# Documentation - rm -rf "$(from)/doc/latex/fibeamer" - - @# Rebuild the hash - [ "$(nohash)" = "true" ] || texhash - -# This pseudo-target removes any existing auxiliary files. -clean: - rm -f $(AUXFILES) - -# This pseudo-target removes the distribution archives. -dist-implode: - rm -f $(ARCHIVES) - -# This pseudo-target removes any makeable files. -implode: clean - rm -f $(MAKEABLES) - for dir in $(SUBMAKES); do make implode -C "$$dir"; done diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/README.md b/macros/latex/contrib/beamer-contrib/themes/fibeamer/README.md deleted file mode 100644 index bd3c1ffc81..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/README.md +++ /dev/null @@ -1,94 +0,0 @@ -# About # - -`Fibeamer` is a beamer theme for the typesetting of thesis defense -presentations at the Masaryk University (Brno, Czech Republic). The -theme has been designed for easy extensibility by style and locale -files of other academic institutions. - -# Requirements # - -To install the package, you are going to need a POSIX.2-compliant -environment as well as the following tools: - - * GNU `make` - * `inkscape` - * `pdftops` - -Aside from these tools, the installation requires a correctly -configured TeX distribution containing the pdfTeX and XeTeX engines -as well as the LaTeX packages required for the typesetting of the -technical documentation within the `fibeamer.dtx` file and the -guide files within the `guide/` subdirectory. - -(For running the test suite using the `make tests` command, the -`comparepdf` command is also required.) - -# Installation # - -To install the package, execute the following command from within -the current directory: - - make base - make install-base to=[[TDS]] nohash=true - -where `[[TDS]]` is a path in the TeX directory structure to which -you are going to install the package (such as `/usr/share/texmf`). - -After successfully running the commands, update the file name -database of your TeX distribution, if necessary: - - * In MiKTeX: - - Using the GUI: In the Start Menu go to the MiKTeX entry and - open either the settings or the admin settings depending on - whether you are installing the package into a single-user - private directory tree or into a shared directory tree on a - multi-user system, respectively. The "MiKTeX Options" window - will open. Switch to the "General" tab and click the "Refresh - FNDB" button. - - Using the command prompt: Execute either `initexmf -u` or - `initexmf -u --admin` depending on whether you are installing - the package into a single-user private directory tree or into - a shared shared directory tree on a multi-user system. - * In TeX Live and MacTeX: - - Execute `texhash` with superuser privileges (`sudo texhash`). - -You may now also wish to typeset and install the user and technical -documentation of the package. You can do that by running: - - make docs - make install-docs to=[[TDS]] nohash=true - -where `[[TDS]]` is again a path in the TeX directory structure to -which you are going to install the documentation and will likely be -the same as before. - -After successfully running the commands, update the file name -database of your TeX distribution, if necessary. - -# Uninstallation # - -To uninstall the package, execute the following command from within -the current directory: - - make uninstall from=[[TDS]] - -where `[[TDS]]` is a path in the TeX directory structure to which -you are going to install the package (such as `/usr/share/texmf`). - -After successfully running the commands, update the file name -database of your TeX distribution, if necessary: - - * In MiKTeX: - - Using the GUI: In the Start Menu go to the MiKTeX entry and - open either the settings or the admin settings depending on - whether you are installing the package into a single-user - private directory tree or into a shared directory tree on a - multi-user system, respectively. The "MiKTeX Options" window - will open. Switch to the "General" tab and click the "Refresh - FNDB" button. - - Using the command prompt: Execute either `initexmf -u` or - `initexmf -u --admin` depending on whether you are installing - the package into a single-user private directory tree or into - a shared shared directory tree on a multi-user system. - * In TeX Live and MacTeX: - - Execute `texhash` with superuser privileges (`sudo texhash`). diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/VERSION.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/VERSION.tex deleted file mode 100644 index 5e78f5422a..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/VERSION.tex +++ /dev/null @@ -1 +0,0 @@ -2021/09/07 v1.2.0 fibeamer MU beamer theme diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/DESCRIPTION deleted file mode 100644 index a506ee01aa..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory can contain subdirectories with example documents -of various universities.
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/EXAMPLE/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/EXAMPLE/DESCRIPTION deleted file mode 100644 index b5a953aa87..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/EXAMPLE/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This is an empty directory. You can rename it to match the name of -your university and place the respective example documents in here. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/DESCRIPTION deleted file mode 100644 index cd7970a8d2..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory contains example documents for the -Università degli Studi di Brescia (Brescia, Italy) diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/resources/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/resources/DESCRIPTION deleted file mode 100644 index a4fd771298..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/resources/DESCRIPTION +++ /dev/null @@ -1 +0,0 @@ -This directory contains resources for the example documents. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/resources/jabberwocky-dark.png b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/resources/jabberwocky-dark.png Binary files differdeleted file mode 100644 index f793ae6f50..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/resources/jabberwocky-dark.png +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/resources/jabberwocky-light.png b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/resources/jabberwocky-light.png Binary files differdeleted file mode 100644 index e7933cea2c..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/resources/jabberwocky-light.png +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-lualatex.pdf Binary files differdeleted file mode 100644 index a3e593ad82..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-lualatex.tex deleted file mode 100644 index 8b765d748a..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-lualatex.tex +++ /dev/null @@ -1,395 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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[university=bs,faculty=standard]{fibeamer} -\usepackage{polyglossia} %% By using `italian` as the -\setmainlanguage{english} %% main locale instead of `english`, you -%% can typeset the presentation in Italian. -\setotherlanguages{italian} %% The additional key allow -%% -%% \begin{otherlanguage}{italian} ... \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[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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 - - {\raggedright\uselanguage{italian}Fúgge tra sélve spaventóse e scure, - per lóchi inabitáti, érmi e selvaggi. - che di cerri sentia, d’olmi e di faggi, - fatto le avea con subite paure - trovar di qua di là strani viaggi...} - {\uselanguage{english}The quick, brown fox jumps over the lazy - dog.} - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-pdflatex.pdf Binary files differdeleted file mode 100644 index 1ca4a91b29..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-pdflatex.tex deleted file mode 100644 index 0f8ad83b8f..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/bs/standard-pdflatex.tex +++ /dev/null @@ -1,398 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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[university=bs,faculty=standard]{fibeamer} -\usepackage[utf8]{inputenc} -\usepackage[ - main=english, %% By using `italian`as the main locale - %% instead of `english`, you can typeset the - %% presentation in Italian. - italian %% The additional key allow foreign texts to be -]{babel} %% typeset as follows: -%% -%% \begin{otherlanguage}{italian} ... \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[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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 - - {\raggedright\uselanguage{italian}Fúgge tra sélve spaventóse e scure, - per lóchi inabitáti, érmi e selvaggi. - che di cerri sentia, d’olmi e di faggi, - fatto le avea con subite paure - trovar di qua di là strani viaggi...} - {\uselanguage{english}The quick, brown fox jumps over the lazy - dog.} - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/DESCRIPTION deleted file mode 100644 index e875f3124c..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory contains example documents for the various faculties -of the Masaryk University (Brno, Czech Republic). diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/Makefile deleted file mode 100644 index c9bda433fb..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -.PHONY: implode -implode: diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-lualatex.pdf Binary files differdeleted file mode 100644 index a83549d6e7..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-lualatex.tex deleted file mode 100644 index 7b94e1e6fe..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-lualatex.tex +++ /dev/null @@ -1,397 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=econ]{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[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-pdflatex.pdf Binary files differdeleted file mode 100644 index d000a2f2e0..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-pdflatex.tex deleted file mode 100644 index 6ef88b5ce3..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/econ-pdflatex.tex +++ /dev/null @@ -1,401 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=econ]{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} - \shorthandoff{-} - \frame[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-lualatex.pdf Binary files differdeleted file mode 100644 index ee30acd4bf..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-lualatex.tex deleted file mode 100644 index 5633aa6567..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-lualatex.tex +++ /dev/null @@ -1,398 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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[c]{\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} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-pdflatex.pdf Binary files differdeleted file mode 100644 index 22a2ddbf9c..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-pdflatex.tex deleted file mode 100644 index 32b81224bb..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fi-pdflatex.tex +++ /dev/null @@ -1,402 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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} - \shorthandoff{-} - \frame[c]{\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} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-lualatex.pdf Binary files differdeleted file mode 100644 index 396950f8e0..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-lualatex.tex deleted file mode 100644 index 80f23e60dd..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-lualatex.tex +++ /dev/null @@ -1,397 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=fsps]{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[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-pdflatex.pdf Binary files differdeleted file mode 100644 index a16d0041cc..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-pdflatex.tex deleted file mode 100644 index 032910b9f3..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fsps-pdflatex.tex +++ /dev/null @@ -1,401 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=fsps]{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} - \shorthandoff{-} - \frame[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-lualatex.pdf Binary files differdeleted file mode 100644 index 1941631a42..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-lualatex.tex deleted file mode 100644 index 0e2b0d4093..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-lualatex.tex +++ /dev/null @@ -1,397 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=fss]{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[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-pdflatex.pdf Binary files differdeleted file mode 100644 index 1589fc4c42..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-pdflatex.tex deleted file mode 100644 index 08d9e2be32..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/fss-pdflatex.tex +++ /dev/null @@ -1,401 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=fss]{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} - \shorthandoff{-} - \frame[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-lualatex.pdf Binary files differdeleted file mode 100644 index 26b8b06bff..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-lualatex.tex deleted file mode 100644 index 7e35bdb17c..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-lualatex.tex +++ /dev/null @@ -1,397 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=law]{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[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-pdflatex.pdf Binary files differdeleted file mode 100644 index 5cca8c8fc5..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-pdflatex.tex deleted file mode 100644 index 231e92afd1..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/law-pdflatex.tex +++ /dev/null @@ -1,401 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=law]{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} - \shorthandoff{-} - \frame[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-lualatex.pdf Binary files differdeleted file mode 100644 index 5a59ea33d2..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-lualatex.tex deleted file mode 100644 index 5513ecf923..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-lualatex.tex +++ /dev/null @@ -1,397 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=med]{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[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-pdflatex.pdf Binary files differdeleted file mode 100644 index 3f98837a0f..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-pdflatex.tex deleted file mode 100644 index 6f06e74d7b..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/med-pdflatex.tex +++ /dev/null @@ -1,401 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=med]{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} - \shorthandoff{-} - \frame[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-lualatex.pdf Binary files differdeleted file mode 100644 index df834fbc1c..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-lualatex.tex deleted file mode 100644 index 2a62e64486..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-lualatex.tex +++ /dev/null @@ -1,398 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=ped]{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[c]{\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} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-pdflatex.pdf Binary files differdeleted file mode 100644 index be6eafc8e5..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-pdflatex.tex deleted file mode 100644 index 403819fa8e..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/ped-pdflatex.tex +++ /dev/null @@ -1,402 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=ped]{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} - \shorthandoff{-} - \frame[c]{\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} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-lualatex.pdf Binary files differdeleted file mode 100644 index cfd1fadee1..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-lualatex.tex deleted file mode 100644 index d05c01a9b0..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-lualatex.tex +++ /dev/null @@ -1,397 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=phil]{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[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-pdflatex.pdf Binary files differdeleted file mode 100644 index db4045a008..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-pdflatex.tex deleted file mode 100644 index ee5c23ccfc..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/phil-pdflatex.tex +++ /dev/null @@ -1,401 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=phil]{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} - \shorthandoff{-} - \frame[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/resources/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/resources/DESCRIPTION deleted file mode 100644 index a4fd771298..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/resources/DESCRIPTION +++ /dev/null @@ -1 +0,0 @@ -This directory contains resources for the example documents. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/resources/jabberwocky-dark.png b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/resources/jabberwocky-dark.png Binary files differdeleted file mode 100644 index f793ae6f50..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/resources/jabberwocky-dark.png +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/resources/jabberwocky-light.png b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/resources/jabberwocky-light.png Binary files differdeleted file mode 100644 index e7933cea2c..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/resources/jabberwocky-light.png +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-lualatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-lualatex.pdf Binary files differdeleted file mode 100644 index 82bf8a0e27..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-lualatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-lualatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-lualatex.tex deleted file mode 100644 index 30eaa08913..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-lualatex.tex +++ /dev/null @@ -1,397 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=sci]{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[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-pdflatex.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-pdflatex.pdf Binary files differdeleted file mode 100644 index b77d449e5a..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-pdflatex.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-pdflatex.tex b/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-pdflatex.tex deleted file mode 100644 index 6d89ea16bc..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/example/mu/sci-pdflatex.tex +++ /dev/null @@ -1,401 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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=sci]{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} - \shorthandoff{-} - \frame[c]{\maketitle} - - \AtBeginSection[]{% Print an outline at the beginning of sections - \begin{frame}<beamer> - \frametitle{Outline for Section \thesection} - \tableofcontents[currentsection] - \end{frame}} - - \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} - - \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} - - \section{Dark Frames} - \begin{darkframes} - \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} - \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{darkframes} -\end{document} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/fibeamer.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/fibeamer.dtx deleted file mode 100644 index 373bb74e2a..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/fibeamer.dtx +++ /dev/null @@ -1,603 +0,0 @@ -% \iffalse\begin{macrocode} -%<*driver> - -\documentclass{ltxdoc} -\usepackage[utf8]{inputenc} % this file uses UTF-8 -\usepackage[english]{babel} -\usepackage{tgpagella} -\usepackage{tabularx} -\usepackage{hologo} -\usepackage{booktabs} -\usepackage[scaled=0.86]{berasans} -\usepackage[scaled=1.03]{inconsolata} -\usepackage[resetfonts]{cmap} -\usepackage[T1]{fontenc} % use 8bit fonts -\emergencystretch 2dd -\usepackage{hypdoc} -\usepackage{microtype} -\usepackage{ragged2e} - -% Making paragraphs numbered -\makeatletter -\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}% - {-2.5ex\@plus -1ex \@minus -.25ex}% - {1.25ex \@plus .25ex}% - {\normalfont\normalsize\bfseries}} -\makeatother -\setcounter{secnumdepth}{4} % how many sectioning levels to assign -\setcounter{tocdepth}{4} % how many sectioning levels to show - -% ltxdoc class options -\CodelineIndex -\MakeShortVerb{|} -\EnableCrossrefs -\DoNotIndex{} -\makeatletter -\c@IndexColumns=2 -\makeatother - -\begin{document} - \RecordChanges - \DocInput{fibeamer.dtx} - \PrintIndex - \RaggedRight - \PrintChanges -\end{document} - -%</driver> -% \end{macrocode} -%<*class> -\NeedsTeXFormat{LaTeX2e} -% -% Define `\fibeamer@version` and store it in the `VERSION.tex` file \fi -{\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.2.0}{2021/09/07}} -% {\newwrite\f\openout\f=VERSION\write\f{\fibeamer@version}\closeout\f} -% -% \changes{v1.1.5:1} {2016/05/18}{Added \texttt{pdfencoding} to the -% \textsf{hyperref} package setup. This fixes the problem with garbled -% characters in PDF metadata with Lua\TeX.} -% \iffalse Use `\fibeamer@version` as the PDF creator key. -\hypersetup{% - pdfcreator=\fibeamer@version, - pdfencoding=auto} -% \fi -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% \changes{v1.2.0} {2021/09/07}{Added support for the University -% of Brescia} -% \changes{v1.1.8} {2019/12/15}{Fixed active character \texttt{-} -% in pdf\LaTeX{} example documents.} -% \changes{v1.1.3} {2016/02/24}{Added visual tests of output -% PDFs.} -% \changes{v1.1.1:3} {2016/01/14}{Refactored the themes of the -% Masaryk University in Brno. Removed the useless uses of -% \texttt{use} in the color themes. Replaced -% \cs{setbeamertemplate} in the inner theme with the more -% appropriate \cs{defbeamertemplate*}. Added missing -% \texttt{\%}s. [VN]} -% \changes{v1.1.0:7} {2016/01/12}{Updated the example documents of -% the Masaryk University in Brno to showcase the use of -% \cs{alert}. [VN]} -% \changes{v1.1.0:6} {2016/01/11}{Updated the example documents of -% the Masaryk University in Brno to showcase the use of the -% \cs{tableofcontents}. [VN]} -% \changes{v1.1.0:1} {2015/11/24}{Added the new logo files for the -% faculties of the Masaryk University in Brno and removed the old -% logo files. [VN]} -% \changes{v1.0.4} {2015/11/21}{Updated the user guide of the -% Masaryk University in Brno. [VN]} -% \changes{v1.0.3} {2015/11/20}{The example documents from the -% \texttt{example} directory and the user guide from the -% \texttt{guide} directory are now a part of the CTAN archive. -% [VN]} -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% \title{The beamer theme for the typesetting of thesis defense -% presentations at the Masaryk University in Brno} -% \author{Vít Novotný} -% \date{\today} -% \maketitle -% -% \begin{abstract} -% \noindent This document details the design and the implementation -% of the \textsf{fibeamer} theme for the \textsf{beamer} document -% class. Included are technical information for anyone who wishes -% to extend the theme with their own beamer themes as well as -% information for ordinary users. -% \end{abstract} -% -% \tableofcontents -% -% \section{Basic usage} -% In order to use the \textsf{fibeamer} theme, insert -% |\usetheme|\oarg{options}|{fibeamer}| into the preamble of a -% \LaTeX\ document that uses the \textsf{beamer} document class. -% Refer to Section \ref{sec:options} for the list of available -% \textit{options}. -% -% \section{Package options}\label{sec:options} -% \subsection{The \texttt{fonts} option} -% \begin{macro}{\iffibeamer@fonts} -% The |fonts| option instructs the package to set up the -% combination of the font families of Carlito, Arev, Iwona, Dsfont, -% and DejaVu for the typesetting of text and mathematics. This -% option is enabled by default. -% \begin{macrocode} -\ProvidesPackage{fibeamer/beamerthemefibeamer}[\fibeamer@version] -\newif\iffibeamer@fonts -\DeclareOptionBeamer{fonts}{\fibeamer@fontstrue} -\ExecuteOptionsBeamer{fonts} -% \end{macrocode} -% \end{macro} -% \subsection{The \texttt{nofonts} option} -% The |nofonts| option instructs the package not to alter the -% currently set text and mathematics font families. -% \begin{macrocode} -\DeclareOptionBeamer{nofonts}{\fibeamer@fontsfalse} -% \end{macrocode} -% \subsection{The \texttt{microtype} option} -% \changes{v1.0.2}{2015/11/18}{Added the opt-out \texttt{microtype -% option}. [VN]} -% \begin{macro}{\iffibeamer@microtype} -% The |microtype| option instructs the package to use the -% microtypographic extensions of modern \TeX\ engines, such as -% \hologo{pdfTeX}, \Hologo{LuaTeX}, and (with only partial support) -% \Hologo{XeLaTeX}. This option is enabled by default. -% \begin{macrocode} -\newif\iffibeamer@microtype -\DeclareOptionBeamer{microtype}{\fibeamer@microtypetrue} -\ExecuteOptionsBeamer{microtype} -% \end{macrocode} -% \end{macro} -% \subsection{The \texttt{nomicrotype} option} -% The |nomicrotype| option disables the microtypographic -% extensions. This may be necessary, if an older \TeX\ engine, -% such as \hologo{TeX} or \hologo{eTeX}, is being used. -% \begin{macrocode} -\DeclareOptionBeamer{nomicrotype}{\fibeamer@microtypefalse} -% \end{macrocode} -% \begin{macro}{\fibeamer@university} -% \subsection{The \texttt{university} option} -% The \marg{\texttt{university}=identifier} option pair sets the -% identifier of the university, at which the presentation is being -% written, to \textit{identifier}. The \textit{identifier} is -% stored within the |\fibeamer@university| macro, whose -% implicit value is \texttt{mu}. This value corresponds to the -% Masaryk University in Brno. -% \begin{macrocode} -\DeclareOptionBeamer{university}{\def\fibeamer@university{#1}} -\ExecuteOptionsBeamer{university=mu} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@faculty} -% \subsection{The \texttt{faculty} option} -% The \marg{\texttt{faculty}=identifier} pair sets the faculty, at -% which the thesis is being written, to \textit{domain}. The -% following faculty \textit{identifier}s are recognized at the -% Masaryk University in Brno: -% \begin{center}\begin{tabularx}{\textwidth}{Xc}\toprule -% The faculty & The \textit{domain} name \\\midrule -% The Faculty of Informatics & \texttt{fi} \\ -% The Faculty of Science & \texttt{sci} \\ -% The Faculty of Law & \texttt{law} \\ -% The Faculty of Economics and Administration & \texttt{econ} \\ -% The Faculty of Social Studies & \texttt{fss} \\ -% The Faculty of Medicine & \texttt{med} \\ -% The Faculty of Education & \texttt{ped} \\ -% The Faculty of Arts & \texttt{phil} \\ -% The Faculty of Sports Studies & \texttt{fsps} \\\bottomrule -% \end{tabularx}\end{center} -% The \textit{identifier} is stored within the |\fibeamer@faculty| -% macro, whose implicit value is \texttt{fi}. -% \begin{macrocode} -\DeclareOptionBeamer{faculty}{\def\fibeamer@faculty{#1}} -\ExecuteOptionsBeamer{faculty=fi} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@locale} -% \subsection{The \texttt{locale} option} -% \changes{v1.1.0:1}{2015/11/24}{Added the \texttt{locale} option -% and the \cs{fibeamer@locale} macro. [VN]} -% The \marg{\texttt{locale}=name} pair sets the name of the main -% locale to \textit{name}. The \textit{name} is stored within the -% |\fibeamer@locale| macro, whose implicit value is the main -% language of either the \textsf{babel} or the \textsf{polyglossia} -% package, or \texttt{english}, when undefined. -% -% With regards to the themes of the Masaryk University in Brno, the -% |\fibeamer@locale| macro is not used; it only provides the -% default value to the |\fibeamer@logoLocale| macro. -% \begin{macrocode} -\def\fibeamer@locale{% - % Babel / polyglossia detection - \ifx\languagename\undefined% - english\else\languagename\fi} -\DeclareOptionBeamer{locale}{% - \def\fibeamer@locale{#1}} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@logoLocale} -% \subsection{The \texttt{logoLocale} option} -% The \marg{\texttt{logoLocale}=name} pair sets the logo file -% locale to \textit{name}. The \textit{name} is stored within the -% |\fibeamer@logoLocale| macro, whose implicit value is -% |\fibeamer@locale|. -% \changes{v1.1.0:2}{2016/01/11}{Added the \texttt{logoLocale} -% option and the \cs{fibeamer@logoLocale} macro. [VN]} -% \begin{macrocode} -\def\fibeamer@logoLocale{\fibeamer@locale} -\DeclareOptionBeamer{logoLocale}{% - \def\fibeamer@logoLocale{#1}} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@basePath} -% \subsection{The \texttt{basePath} option} -% The \marg{\texttt{basePath}=path} pair sets the \textit{path} -% containing the package files. The \textit{path} is prepended to -% every other path (|\fibeamer@logopath| and |\fibeamer@themePath|) -% used by the package. If non-empty, the -% \textit{path} gets normalized to \textit{path/}. The normalized -% \textit{path} is stored within the |\fibeamer@basePath| macro, -% whose implicit value is |fibeamer/|. -% \begin{macrocode} -\DeclareOptionBeamer{basePath}{% - \ifx\fibeamer@empty#1\fibeamer@empty% - \def\fibeamer@basePath{}% - \else% - \def\fibeamer@basePath{#1/}% - \fi} -\ExecuteOptionsBeamer{basePath=fibeamer} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@subdir} -% The |\fibeamer@subdir| macro returns |/| unchanged, coerces -% |.|, |..|, |/|\textit{path}, |./|\textit{path} and -% |../|\textit{path} to |./|, |../|, |/|\textit{path}|/|, -% |./|\textit{path}|/| and |../|\textit{path}|/|, respectively, and -% prefixes any other \textit{path} with |\fibeamer@basePath|. This -% macro is used within the definition of the \texttt{themePath} and -% \texttt{logoPath} options. -% \begin{macrocode} -\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} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@themePath} -% \subsection{The \texttt{themePath} option} -% The \marg{\texttt{themePath}=path} pair sets the \textit{path} -% containing the theme files. The \textit{path} is normalized using -% the |\fibeamer@subdir| macro and stored within the -% |\fibeamer@stylePath| macro, whose implicit value is -% |\fibeamer@basePath theme/|. By default, this expands to -% \texttt{fibeamer/theme/}. -% \begin{macrocode} -\DeclareOptionBeamer{themePath}{% - \def\fibeamer@themePath{\fibeamer@subdir#1% - \empty\empty\empty\empty}} -\ExecuteOptionsBeamer{themePath=theme} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@logoPath} -% \subsection{The \texttt{logoPath} option} -% The \marg{\texttt{logoPath}=path} pair sets the \textit{path} -% containing the logo files, which is used by the outer themes to -% load the main logo. The \textit{path} is normalized using the -% |\fibeamer@subdir| macro and stored within the -% |\fibeamer@logoPath| macro, whose implicit value is -% |\fibeamer@basePath| followed by |logo/\fibeamer@university|. By -% default, this expands to \texttt{fibeamer/logo/mu/}. -% \begin{macrocode} -\DeclareOptionBeamer{logoPath}{% - \def\fibeamer@logoPath{\fibeamer@subdir#1% - \empty\empty\empty\empty}} -\ExecuteOptionsBeamer{logoPath=logo/\fibeamer@university} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@logo} -% \subsection{The \texttt{logo} option} -% The \marg{\texttt{logo}=filename} pair sets the prefix of the -% filename of the main logo to \textit{filename}. The -% \textit{filename} is stored within the |\fibeamer@logo| macro, -% whose implicit value is -% \changes{v1.1.0:1}{2015/11/24}{Changed the implicit value of the -% \cs{fibeamer@logo} macro. [VN]} -% |\fibeamer@logoPath| followed by -% \texttt{fibeamer-}|\fibeamer@university|\texttt{^^A -% \discretionary{-}{-}{-}}|\fibeamer@faculty|\texttt{-}^^A -% |\fibeamer@logoLocale|. By default, this expands to -% \texttt{fibeamer\discretionary{/}{/}{/}logo/fibeamer-mu-fi^^A -% -english}. -% \begin{macrocode} -\DeclareOptionBeamer{logo}{\def\fibeamer@logo{#1}} -\ExecuteOptionsBeamer{% - logo=\fibeamer@logoPath fibeamer-\fibeamer@university-% - \fibeamer@faculty-\fibeamer@logoLocale} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@fallbackLogo} -% \subsection{The \texttt{fallbackLogo} option} -% \changes{v1.1.0:3}{2016/01/11}{Added the \cs{fibeamer@fallbackLogo} -% macro. [VN]} -% \changes{v1.1.1:1}{2016/01/14}{Added the \texttt{fallbackLogo} -% option. [VN]} -% The |\fibeamer@fallbackLogo| macro contains the filename of the -% logo file to be used, if |\fibeamer@logo| does not exist. The -% implicit value of the |\fibeamer@fall|\discretionary{-}{}{}^^A -% |backLogo| macro is |\fibeamer@logoPath| followed by -% \texttt{fibeamer-}|\fibeamer@uni|\texttt{\discretionary{-}{}{}}^^A -% |versity\fibeamer@faculty|\texttt{-english}. By default, this -% expands to \texttt{fibeamer/logo\discretionary{/}{/}{/}fi\-bea^^A -% mer-mu-fi-english}. -% \begin{macrocode} -\DeclareOptionBeamer{fallbackLogo}{\def\fibeamer@fallbackLogo{#1}} -\ExecuteOptionsBeamer{% - fallbackLogo=\fibeamer@logoPath fibeamer-\fibeamer@university-% - \fibeamer@faculty-english} -% \end{macrocode} -% \end{macro} -% \section{Logic} -% \subsection{Macros} -% \begin{macro}{\fibeamer@require} -% The |\fibeamer@require|\marg{package} macro is used to gracefully -% load a \textit{package}. Packages that have already been loaded -% or do not exist are ignored by the macro. -% \begin{macrocode} -\def\fibeamer@require#1{\IfFileExists{#1.sty}{% - \@ifpackageloaded{#1}{}{\RequirePackage{#1}}}{}} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@requireTheme} -% The |\fibeamer@requireTheme|\marg{class} macro is used to load a -% \textit{class} of beamer themes. The following packages are -% loaded, provided they exist: -% \begin{itemize} -% \item\texttt{beamer}\textit{class}\texttt{themefibeamer} from -% the |\fibeamer@themePath| directory -- The base theme file. By -% default, this expands to \texttt{fibeamer/theme/beamer}^^A -% \textit{class}\texttt{themefibeamer}. -% \item\texttt{beamer}\textit{class}\texttt{themefibeamer-}^^A -% |\fibeamer@university| from the |\fibeamer@themePath|^^A -% \discretionary{}{}{}|\fibeamer@university/| directory -- The -% university theme file. By default, this expands to -% \texttt{fibeamer/theme/mu/beamer}\textit{class}^^A -% \texttt{themefibeamer-mu}. -% \item\texttt{beamer}\textit{class}\texttt{themefibeamer-}^^A -% |\fibeamer@university|\texttt{-}|\fibeamer@faculty| from the -% |\fibeamer@themePath\fibeamer@university/| directory -- The -% faculty theme file. By default, this expands to \texttt{^^A -% fibeamer/theme/mu/beamer}\textit{class}\texttt{themefibeam^^A -% er-mu-fi}. -% \end{itemize} -% \begin{macrocode} -\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}} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@includeLogo} -% \changes{v1.1.0:5}{2016/01/11}{Added the -% \cs{fibeamer@includeLogo} macro. [VN]} -% The |\fibeamer@includeLogo|\oarg{options} macro includes the -% main logo into the document. If specified, the \textit{options} -% are passed to the |\includegraphics| macro. The -% |\fibeamer@includeLogo| macro requires the \textsf{etoolbox} -% package to function. -% \begin{macrocode} -\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}} -% \end{macrocode} -% \end{macro} -% \begin{macro}{\fibeamer@patch} -% \changes{v1.1.2}{2016/02/19}{Added \cs{fibeamer@patch}.} -% The |\fibeamer@patch|\oarg{versions}\oarg{patch} macro expands -% \textit{patch}, if |\fibeamer|\texttt{\discretionary{@}{@}{@}}^^A -% |version@number| (defined at the top of the file -% \texttt{beamerthemefibeamer.sty}) matches any of the -% comma-delimited \textit{versions}. This macro enables the simple -% deployment of version-targeted patches. -% \begin{macrocode} -\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,} -% \end{macrocode} -% \end{macro} -% \subsection{Main routine} -% First, the theme processes the options. -% \begin{macrocode} -\ProcessOptionsBeamer -% \end{macrocode} -% When the |microtype| option is specified, the \textsf{microtype} -% package gets loaded. -% \begin{macrocode} - % Set up the microtypographic extensions - \iffibeamer@microtype - \RequirePackage{microtype} - \fi -% \end{macrocode} -% When the |fonts| option is specified, the following packages will -% be used by the package to configure the fonts in the presentation -% mode: -% \begin{itemize} -% \item\textsf{ifthen} -- This package is used to construct -% compound conditionals. -% \item\textsf{ifxetex}, \textsf{ifluatex} -- These packages are -% used to detect the used \TeX\ engine. -% \item\textsf{lmodern} -- The Latin Modern font family is used as a -% fallback for missing glyphs. -% \item\textsf{carlito} -- The Carlito font family is used as the -% primary text and math font face. -% \item\textsf{arevmath} -- The Arev Sans math font family is used for -% various symbols and greek alphabet. -% \item\textsf{iwona} -- The Iwona font family is used for large -% math symbols. -% \item\textsf{dejavu} -- The DejaVu Sans Mono font family is -% used for the typesetting of monospaced text. -% \item\textsf{setspace} -- This package is used to adjust the -% leading to 115 \%. Loading this package breaks any top-level -% footnotes without the \texttt{[frame]} optional parameter -% specified. This is a known bug.\footnote{See -% \url{http://tex.stackexchange.com/a/118005/70941}.} -% \item\textsf{fontenc} -- This package is used to set the font -% encoding to Cork. This package is only used outside the -% \Hologo{XeTeX} and \Hologo{LuaTeX} engines. -% \item\textsf{fontspec} -- This package is used to load fonts. -% This package is only used with the \Hologo{XeTeX} and -% \Hologo{LuaTeX} engines. -% \end{itemize} -% \begin{macrocode} -\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} -% \end{macrocode} -% \changes{v1.1.7}{2017/04/28}{Removed undesirable TeX ligatures from the mono -% font. [VN]} -% \begin{macrocode} - \setmonofont[Scale=0.85]{DejaVu Sans Mono} - }{ - \RequirePackage[scaled=0.85]{DejaVuSansMono} - \RequirePackage[resetfonts]{cmap} - \RequirePackage[T1]{fontenc} - } - \RequirePackage{setspace} - \setstretch{1.15} - \fi -\mode - <all> -% \end{macrocode} -% Finally, the color, font, inner and outer themes of the -% respective university and faculty will be loaded. -% \begin{macrocode} -\fibeamer@requireTheme{color} -\fibeamer@requireTheme{font} -\fibeamer@requireTheme{inner} -\fibeamer@requireTheme{outer} -% \end{macrocode} -% -% \section{Themes} -% This section contains the combined documentation of all available -% themes. When creating a new theme file, it is advisable to -% create one self-contained \texttt{dtx} file, which is then -% partitioned into locale files via the \textsf{docstrip} tool -% based on the respective \texttt{ins} file. A -% \DescribeMacro{\file} macro |\file|\marg{filename} is available -% for the sectioning of the documentation of various files within -% the \texttt{dtx} file. For more information about \texttt{dtx} -% files and the \textsf{docstrip} tool, consult the \textsf{dtxtut, -% docstrip, doc} and \textsf{ltxdoc} manuals. -% -% \def\file#1{\subsubsection{The \texttt{#1} file}} -% -% \subsection{Base files} -% \input{theme/mu/base.dtx} -% \subsection{The Faculty of Informatics} -% \input{theme/mu/fi.dtx} -% \subsection{The Faculty of Science} -% \input{theme/mu/sci.dtx} -% \subsection{The Faculty of Arts} -% \input{theme/mu/phil.dtx} -% \subsection{The Faculty of Education} -% \input{theme/mu/ped.dtx} -% \subsection{The Faculty of Social Studies} -% \input{theme/mu/fss.dtx} -% \subsection{The Faculty of Law} -% \input{theme/mu/law.dtx} -% \subsection{The Faculty of Economics and Administration} -% \input{theme/mu/econ.dtx} -% \subsection{The Faculty of Medicine} -% \input{theme/mu/med.dtx} -% \subsection{The Faculty of Sports Studies} -% \input{theme/mu/fsps.dtx} -% \iffalse -%</class> -% \fi diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/fibeamer.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/fibeamer.ins deleted file mode 100644 index 0bad8cf717..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/fibeamer.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ./LICENSE -\generate{\file{beamerthemefibeamer.sty}{\from{fibeamer.dtx}{class}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/fibeamer.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/fibeamer.pdf Binary files differdeleted file mode 100644 index 2500012d60..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/fibeamer.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/DESCRIPTION deleted file mode 100644 index 3ec3e9b248..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory can contain subdirectories with the user guides of -various universities. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/EXAMPLE/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/EXAMPLE/DESCRIPTION deleted file mode 100644 index 85abfadda9..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/EXAMPLE/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This is an empty directory. You can rename it to match the name of -your university and place the respective user guides in here. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/DESCRIPTION deleted file mode 100644 index e56f7ccdc2..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory contains the user guides of the Masaryk University -(Brno, Czech Republic). diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/Makefile deleted file mode 100644 index 71f2ad677d..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PDFFILES=fi.pdf sci.pdf ped.pdf med.pdf fss.pdf fsps.pdf phil.pdf \ - law.pdf econ.pdf -TEX=pdflatex -shell-escape -.PHONY: all clean -all: clean - make $(PDFFILES) clean - -# This target typesets a PDF file. -%.pdf: %.tex guide.bib - $(TEX) $(basename $@).tex - biber $(basename $@) - $(TEX) $(basename $@).tex - -# This target prepares a TeX file. -%.tex: %.ins guide.dtx - xetex $< - -# This target removes any auxiliary files. -clean: - rm -f *.aux *.log *.out *.toc *.lot *.lof *.bbl *.blg *.pyg \ - *.bcf *-blx.bib *.run.xml *.tex - rm -rf _minted-* - -# This target removes any auxiliary files and the output files. -implode: clean - rm -f $(PDFFILES) diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/econ.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/econ.ins deleted file mode 100644 index c7338030e9..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/econ.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{econ.tex}{\from{guide.dtx}{econ}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/econ.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/econ.pdf Binary files differdeleted file mode 100644 index 5a27363329..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/econ.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fi.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fi.ins deleted file mode 100644 index 4fbb6baf6e..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fi.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{fi.tex}{\from{guide.dtx}{fi}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fi.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fi.pdf Binary files differdeleted file mode 100644 index 67cb6d16f3..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fi.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fsps.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fsps.ins deleted file mode 100644 index c100f3842f..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fsps.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{fsps.tex}{\from{guide.dtx}{fsps}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fsps.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fsps.pdf Binary files differdeleted file mode 100644 index c4672905cb..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fsps.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fss.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fss.ins deleted file mode 100644 index 40ea2a348d..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fss.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{fss.tex}{\from{guide.dtx}{fss}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fss.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fss.pdf Binary files differdeleted file mode 100644 index 92056dab2c..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/fss.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/guide.bib b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/guide.bib deleted file mode 100644 index 028415a899..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/guide.bib +++ /dev/null @@ -1,53 +0,0 @@ -@book{latex, - title={\LaTeX}, - month={March}, - year={2013}, - publisher={Wikibooks.org}, - url={http://en.wikibooks.org/wiki/LaTeX}, - urldate={2015-05-03}} -@manual{veryshortlatex, - title={The very short guide to typesetting with \LaTeX{}}, - month={January}, - year={2013}, - publisher={Silmaril Consultants}, - url={http://tug.ctan.org/info/latex-veryshortguide/veryshortguide.pdf}, - urldate={2015-05-03}} -@manual{shortlatex, - title={A short introduction to \LaTeX{}}, - month={December}, - year={1995}, - author={Allin Cottrell}, - url={http://ricardo.ecn.wfu.edu/~cottrell/ecn297/latex_tut.pdf}, - urldate={2015-05-03}} -@manual{longlatex, - author={Tobias Oetiker and Hubert Partl and Irene Hyna and Elisabeth Schlegl}, - title={The Not So Short Introduction to \LaTeXe\ or \LaTeXe\ in - 157 minutes}, - year={2014}, - month={October}, - url={http://tobi.oetiker.ch/lshort/lshort.pdf}, - urldate={2015-05-03}} -@book{rybicka03, - author={Jiří Rybička}, - edition={3}, - title={\LaTeX\ pro začátečníky}, - publisher={Konvoj}, - place={Brno}, - year={2003}, - isbn={80-7302-049-1}} -@manual{satrapa11, - author={Pavel Satrapa}, - title={\LaTeX\ pro pragmatiky}, - place={Liberec}, - year={2011}, - month={June}, - url={http://mirror.ctan.org/info/czech/latex-pro-pragmatiky/latex-pro-pragmatiky.pdf}, - urldate={2015-05-03}} -@manual{novotny15, - author={Vít Novotný}, - title={The beamer theme for the typesetting of thesis defense - presentations at the Masaryk University in Brno}, - place={Brno}, - year={2015}, - url={http://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/fibeamer/fibeamer.pdf}, - urldate={2015-11-20}} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/guide.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/guide.dtx deleted file mode 100644 index ddc8b2de2d..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/guide.dtx +++ /dev/null @@ -1,403 +0,0 @@ -% \begin{macrocode} -\documentclass[color,table,nolot,nolof]{fithesis3} -\usepackage[english]{babel} -\usepackage{hologo} -\usepackage{fancyvrb} -\usepackage{minted} -\usepackage{ltxcmds} -\usepackage{tabularx} -\usepackage[ - backend=biber, - style=numeric, - citestyle=numeric-comp, - sorting=none, - sortlocale=auto -]{biblatex} -\addbibresource{guide.bib} -\usepackage[os=win]{menukeys} -\makeatletter -\thesissetup{ - title=A fibeamer user guide for the \thesis@english@facultyName, - TeXtitle=A \textit{fibeamer} user guide\medskip\\\Large for the - \thesis@english@facultyName, - type=bc, - department=Department of Computer Graphics and Design, - programme=Applied Informatics, - field=Typesetting, - titleEn=\thesis@title, - departmentEn=\thesis@department, - programmeEn=\thesis@programme, - fieldEn=\thesis@field, - author=Vít Novotný, - advisor={Doc.\ RNDr.\ Petr Sojka, Ph.D.}, - assignment={}, - abstract={\textsf{Fibeamer} is a theme for the \textsf{beamer} - \LaTeX{} document class and is intended to be used for the - preparation of thesis defense presentations across the - faculties of the \thesis@english@universityName. This document - describes the installation of the \textsf{fibeamer} theme, its - configuration, and its use.}, - keywords={thesis, typesetting, LaTeX}, - TeXkeywords={thesis, typesetting, \LaTeX{}}, - keywordsEn=\thesis@keywords, - TeXkeywordsEn=\thesis@TeXkeywords, - abstractEn=\thesis@abstract, - faculty=\jobname, - autoLayout=false} -\makeatother -\begin{document} - \makeatletter\thesis@preamble\makeatother - \chapter{Introduction} - To use the \textsf{fibeamer} beamer theme, you can use an online - \LaTeX{} editor, such as Overleaf% - \footnote{Overleaf \textsf{fibeamer} templates are located at - \url{http://www.overleaf.com/gallery/tagged/muni}.}, - which allows you to skip the installation described in Section - \ref{sec:install} completely. - -%<*fi> - {\makeatletter\newcount\thguide@tl\expandafter\thguide@tl\the - \year\if\month<7\advance\thguide@tl-1\fi\makeatother - Another way to avoid installation is to use any public-access - computer at the \makeatletter\thesis@english@facultyName - \makeatother\ that runs Microsoft Windows. By running - \begin{center} - \makeatletter\menu[,]{Start,Programs,Document Tools,TeXLive% - \the\thguide@tl\ namapovani na T}\makeatother - \end{center} you can mount the faculty \TeX\ Live installation to - drive \verb'T:\'. Consequently, you can either use the command - line to run commands from the \TeX{} distribution by running - \begin{center} - \makeatletter\menu[,]{Start,Programs,Document Tools,TeXLive% - \the\thguide@tl\ CMD}\makeatother - \end{center} - or you can use the graphical \TeX\ editor \TeX Works by running - \begin{center} - \makeatletter\menu[,]{Start,Programs,Document Tools,TeXWorks+% - TeXLive\the\thguide@tl}\makeatother - \end{center}} - - Yet another way to avoid installation is to either connect to the - Linux server at \url{aisa.fi.muni.cz} over SSH, or use any - public-access computer at the - \makeatletter\thesis@english@facultyName\makeatother\ that runs - Linux or Mac OS, and load the faculty \TeX\ Live installation by - issuing the \texttt{module add texlive} command on the command - line. If you choose this approach, you can also skip the entire - Section \ref{sec:install}, although a certain degree of - proficiency in working with a Unix operating system is required - compared to the other methods. -%</fi> - \makeatletter - % This macro kerns an icon next to a word. - \def\thguide@iconkern{\kern.2ex} - \makeatother -%<*sci> - \makeatletter - % This macro typesets the URL of a math.muni server. - \def\thguide@server#1{% - \includegraphics[height=.5em]{resources/#1.pdf}% - \thguide@iconkern\url{#1.math.muni.cz}} - \makeatother - Another way to avoid installation is to use the faculty \TeX\ Live - installation by connecting to the Linux server at - \makeatletter\thguide@server{yoda}\makeatother\ or - \makeatletter\thguide@server{vader}\makeatother\ over SSH - (through port 22222) or over the remote desktop - protocol\footnote{ - For more information about connecting through the remote - desktop protocol, see - \url{http://www.math.muni.cz/aktuality/347-vzdaleny-pristup-yoda-vader.html}.} - (through port 13556), or to use any public-access computer at the - \makeatletter\thesis@english@facultyName\makeatother\ that runs - Linux. If you choose this approach, you can also skip this entire - section, although a certain degree of proficiency in working with - a Unix operating system is required compared to the first method. -%</sci> - - \section{Installation}\label{sec:install} - \subsection{Installing a \TeX{} distribution} - If you decided not to use a public \TeX{} distribution, you will - need to install one locally before proceeding further. A \TeX{} - distribution contains tools and packages that are going to help - you with preparing and typesetting your \LaTeX\ documents. - - The two major \TeX{} distributions that you can install are - Mik\TeX\footnote{Mik\TeX\ can be acquired from - \url{http://miktex.org/2.9/setup}.}, which can be used with the - Microsoft Windows operating system, and \TeX\ Live\footnote{% - \TeX\ Live can be acquired from - \url{http://www.tug.org/texlive}.}, which can be installed on - both Unix and Windows operating systems. The advantages of - Mik\TeX\ include refined graphical user interface and the ability - to install new packages on the fly. - - Along with Mik\TeX{}, you will also need to install a Perl - interpreter, such as Strawberry Perl\footnote{Strawberry Perl can - be downloaded from \url{http://strawberryperl.com/}.}. \TeX\ Live - installs a Perl interpreter by default. - - \subsection{Installing packages}\label{sec:req-packages} - In order to function properly, \textsf{fibeamer} needs the - following packages packages to be installed in your \TeX\ - distribution: \textsf{ifthen}, \textsf{ifxetex}, - \textsf{ifluatex}, \textsf{lm}, \textsf{carlito}, \textsf{arev}, - \textsf{iwona}, \textsf{dejavu}, \textsf{setspace}, - \textsf{fontenc}, \textsf{fontspec}, \textsf{beamer}, - \textsf{fibeamer}. - - {\makeatletter %% A placeholder string macro - \def\thguide@placeholder#1{$\langle$\textit{#1}$\rangle$} - If you performed a full installation of \TeX\ Live, you should - already have all the required packages installed. If you are - using a partial installation of \TeX\ Live, you can use the - \texttt{tlmgr} command-line tool by executing \texttt{tlmgr - install} \thguide@placeholder{pkgname}, where - \thguide@placeholder{pkgname} is the name of the package you wish - to install. In some cases, \TeX\ Live may assign a different name - to a package. To find out the \TeX\ Live name of a package, open - the - \texttt{http://www.ctan.org/pkg/}\thguide@placeholder{pkgname} - webpage in a web browser. It should contain the following text: - \begin{center} - Contained in \TeX\ Live as \thguide@placeholder{texlivename} - \end{center} - where \thguide@placeholder{texlivename} corresponds to the \TeX\ - Live name of the package. Use this name instead of - \thguide@placeholder{pkgname} with \texttt{tlmgr}. - Alternatively, you can download the packages manually from - \texttt{http://www.ctan.org\discretionary{/}{/}{/}pkg/}% - \thguide@placeholder{pkgname} and extract them into the - \texttt{texmf/} directory located in your user home directory. - Mind that the packages themselves may depend on other - packages; if you are using a partial installation of \TeX\ Live, - you will have to resolve these dependencies manually by - inspecting the documentation of each package. - - If you use Mik\TeX\ and you enabled the \textit{over the air - installation of packages} during the installation, Mik\TeX\ will - automatically download all the required packages, when you first - typeset a \textsf{fibeamer} document. If you didn't enable this - feature, you will need to enter the Mik\TeX\ package manager by - running - \begin{center} - \menu[,]{Start,MikTeX,MikTeX Package Manager (Admin)} - \end{center} - and download the packages manually through the user interface. - In some cases, Mik\TeX\ may assign a different name to a - package. To find out the Mik\TeX\ name of a package, open the - \texttt{http://www.ctan.org\discretionary{/}{/}{/}pkg/}% - \thguide@placeholder{pkgname} webpage in a web browser, - where \thguide@placeholder{pkgname} is the name of the - package you wish to install. It should contain the following - text: - \begin{center} - Contained in Mik\TeX\ as \thguide@placeholder{miktexname} - \end{center} - where \thguide@placeholder{miktexname} corresponds to the - Mik\TeX\ name of the package. If you still can't find the - package, try synchronizing the package database by selecting - \begin{center} - \menu[,]{Repository,Synchronize} - \end{center} - from the menu bar of the Mik\TeX\ package manager. Mind that the - packages themselves may depend on other packages; if you disabled - the over the air installation of packages, you will have to - resolve these dependencies manually by inspecting the - documentation of each package.} - - If you wish to use a newer version of \textsf{fibeamer} than the - one that is available in your \TeX\ distribution, you should - download a file named \texttt{fibeamer.tds.zip} containing the - version of the package you wish to use and place it in a root - directory that is recognized by your \TeX\ distribution. In - \TeX\ Live\footnote{For more information about the \TeX\ Live root - directories, see - \url{http://www.tug.org/texlive/doc/texlive-en/texlive-en.html\#x1-110002.3}, - Chapter 2.3.}, one of such directories is the \texttt{texmf/} - folder in your user home directory. In Mik\TeX\footnote{ - For more information about the \TeX\ Live root - directories, see - \url{http://docs.miktex.org/manual/localadditions.html}.}, - the list of recognized root directories can be gleaned by - running - \begin{center} - \menu[,]{Start,MikTeX,MikTeX Options (Admin),Roots} - \end{center} - - \section{Picking a \TeX\ engine} - There are several programs, called \TeX\ engines, that you can - use to typeset \textsf{fibeamer} \LaTeX{} source files into - displayable PDF documents. The ones we will discuss are - \hologo{pdfTeX} and \Hologo{LuaTeX}. - - \Hologo{pdfTeX} is the more conservative choice and most \TeX\ - editors use \hologo{pdfTeX} as the default \TeX\ engine. The main - advantage \Hologo{LuaTeX} over \hologo{pdfTeX} for a - \textsf{fibeamer} user is the ability to use standard OpenType - and TrueType fonts installed on your system, whereas - \hologo{pdfTeX} is confined to the fonts installed in your \TeX\ - distribution. - - If the ability to use arbitrary fonts within your documents - interests you, Chapter 3 of the \textsf{fontspec} package - manual\footnote{The \textsf{fontspec} package manual is available - at \url{http://mirrors.ctan.org/macros/latex/contrib/fontspec/fontspec.pdf}.} - should provide you with the relevant information. If you are - only going to use the fonts present in the \TeX{} distribution or - if you do not intend to change the preset \textsf{fibeamer} - fonts at all, you can safely use \hologo{pdfTeX}, which is - currently also considerably faster than \Hologo{LuaTeX}. - - \section{Creating and typesetting a \textsf{fibeamer} document} - Before using the \textsf{fibeamer} theme, it is useful to be - familiar with the \LaTeX{} typesetting system. A good way to get - started is to read one of the introductory texts in English - \cite{veryshortlatex,shortlatex,longlatex,latex} or in Czech - \cite{rybicka03,satrapa11}. Taking one of the \textit{FI:PB029}, - \textit{PřF:M5751}, or \textit{FF:PLIN028} courses taught at - the \makeatletter\thesis@english@universityName\makeatother\ is - also helpful. - - To become familiar with \textsf{fibeamer}, you are encouraged to - inspect the example \textsf{fibeamer} documents named - \makeatletter - \texttt{\thesis@university-\thesis@faculty-pdflatex.pdf} and - \texttt{\thesis@university-\thesis@faculty-lualatex.pdf} as well - as their \LaTeX{} source files that are named - \texttt{\thesis@university-\thesis@faculty-pdflatex.tex} and - \texttt{\thesis@university-\thesis@faculty-lualatex.tex}. These - example documents are distributed along with the package inside - the \texttt{example/} directory\footnote{The example - \textsf{fibeamer} documents are also available online at - \url{http://mirror.ctan.org/macros/latex/contrib/beamer-contrib/fibeamer/example/mu}. - To typeset the example documents, you need to download the - \texttt{resources/} directory as well, as it contains vector - images used in the examples.}. - By modifying and by typesetting these \LaTeX{} source files using - either the \hologo{pdfTeX} or the \Hologo{LuaTeX} engine, you can - quickly gain a working knowledge of \LaTeX{} and use these source - files as the basis for your thesis. - - If you are using an online editor, such as Overleaf - \footnote{Overleaf \textsf{fibeamer} templates are located at - \url{http://www.overleaf.com/gallery/tagged/muni}.}, \LaTeX{} - source files will be typeset automatically, as you edit them. The - \TeX{} engine can be selected inside the - \includegraphics[height=1.3ex]{resources/cog.pdf}\makeatletter - \thguide@iconkern\makeatother project settings. - - If you are using a graphical \TeX{} editor, such as \TeX - works\footnote{\TeX works can be downloaded from - \url{http://www.tug.org/texworks/}.}, you can typeset a \LaTeX{} - source file by opening the source file from within the editor and - running either the \hologo{pdfLaTeX} or \Hologo{LuaLaTeX} - (depending on your choice of \TeX\ engine) command from the task - bar. The command needs to be executed at least twice. - - If you are using the command line, you can typeset \LaTeX{} - source files by running either \texttt{pdflatex - \textit{name.tex}} or \texttt{lualatex - \textit{name.tex}} (depending on your choice of \TeX\ - engine), where \texttt{\textit{name.tex}} corresponds to the name - of a \LaTeX\ source file. In the case of the two aforementioned - example files, the corresponding commands would be: - \begin{center}\makeatletter - \texttt{pdflatex \thesis@university-\thesis@faculty-pdflatex.tex} -\\\texttt{lualatex \thesis@university-\thesis@faculty-lualatex.tex} - \makeatother\end{center} - The command needs to be executed from within the directory, where - the \LaTeX\ source file is located. In Windows, the command line - can be opened in a directory by holding down the \keys{Shift} key - and by clicking the right mouse button while hovering the cursor - over a directory. Select the \menu{Open Command Window Here} - option in the context menu that opens shortly afterwards. The - command also needs to be executed at least twice. - - Beside Overleaf and \TeX works, any text editor can be used to - modify \LaTeX{} source files. - - \chapter{Configuration} - A \textsf{fibeamer} \LaTeX{} source file should begin as follows: - \begin{minted}{latex} -\documentclass{beamer} -\usetheme[option1, option2, ..., optionN]{fibeamer} - \end{minted} - The following list summarizes the options that are recognized by - the \textsf{fibeamer} theme and their meaning. Options that are - enabled by default are \textit{set in italics}. - - {\makeatletter - % This macro formats a default class option. - \def\thguide@default{\itshape} - % This macro formats a class option. - \let\thguide@itemfmt\textbf - \begin{description} - \item[faculty=$\langle${name}$\rangle$] - This option changes the color theme based on the selected - faculty. To choose the color theme of the - \thesis@english@facultyName, use - {\thguide@itemfmt\thesis@faculty} as the - $\langle$name$\rangle$. - \item[\thguide@default fonts] - This option sets up the combination of the font families of - Carlito, Arev, Iwona, Dsfont, and DejaVu for the typesetting - of text and mathematics. - \item[nofonts] - This option prevents \textsf{fibeamer} from setting up the - fonts. The user must set the fonts manually in the preamble - of the document. -%<*fi> - - The \thesis@english@facultyName\ has licensed the Comenia - font family. If you wish to use it in your thesis, you should - contact Doc.\ RNDr.\ Petr Sojka, Ph.D. - - If you are typesetting your thesis on a public-access - computer at the \thesis@english@facultyName\ or on the - \url{aisa.fi.muni.cz} Linux server, you can use the - commercial Math Time mathematical font family, -%</fi> -%<*sci> - - If you are typesetting your thesis on a public-access - computer at the \thesis@english@facultyName\ that runs Linux - or on either the \thguide@server{yoda} or - \thguide@server{vader} Linux server, you can also use the - commercial Math Time mathematical font family, -%</sci> -%<*sci,fi> - which goes well with the \TeX\ Gyre Termes text font family. - To use Math Time and \TeX\ Gyre Termes within your thesis, - the preamble of your document should look as follows: - \begin{minted}{latex} -\documentclass{beamer} -\usetheme[nofonts, ...]{fibeamer} -\usepackage[utf8]{inputenc} -\usepackage{cmap} -\usepackage[T1]{fontenc} -\usepackage{tgtermes} -\usepackage{mathtime} -%% Here goes the rest of the document. - \end{minted} -%</sci,fi> - \item[\thguide@default microtype] - This option sets up microtypographic extensions\footnote{ - For more information about the \TeX\ engine - microtypographic extensions, see - \url{http://mirrors.ctan.org/macros/latex/contrib/microtype/microtype.pdf}. - }, which results in visually more pleasing paragraphs of - text. - \item[nomicrotype] - This option prevents \textsf{fibeamer} from setting up - microtypographic extensions. - \end{description} - The complete list of the package options can be found in Section - 2 of the technical documentation of the \textsf{fibeamer} - class \cite{novotny15}.} - - \makeatletter\thesis@postamble\makeatother - \tolerance=300\emergencystretch=1em - \printbibliography[heading=bibintoc] -\end{document} -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/law.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/law.ins deleted file mode 100644 index b75a931359..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/law.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{law.tex}{\from{guide.dtx}{law}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/law.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/law.pdf Binary files differdeleted file mode 100644 index 86a63fc7d3..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/law.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/med.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/med.ins deleted file mode 100644 index 585c696a66..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/med.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{med.tex}{\from{guide.dtx}{med}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/med.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/med.pdf Binary files differdeleted file mode 100644 index 13fa02a0d0..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/med.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/ped.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/ped.ins deleted file mode 100644 index e211754cba..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/ped.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{ped.tex}{\from{guide.dtx}{ped}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/ped.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/ped.pdf Binary files differdeleted file mode 100644 index 722bf23657..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/ped.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/phil.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/phil.ins deleted file mode 100644 index 320a91f2f8..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/phil.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{phil.tex}{\from{guide.dtx}{phil}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/phil.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/phil.pdf Binary files differdeleted file mode 100644 index 8e86f04b13..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/phil.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/DESCRIPTION deleted file mode 100644 index d46c78aded..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/DESCRIPTION +++ /dev/null @@ -1 +0,0 @@ -This directory contains resources for the guides. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/cog.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/cog.pdf Binary files differdeleted file mode 100644 index ddbc9227c5..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/cog.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/vader.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/vader.pdf Binary files differdeleted file mode 100644 index 5bae022308..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/vader.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/yoda.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/yoda.pdf deleted file mode 100644 index 992c19da70..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/resources/yoda.pdf +++ /dev/null @@ -1,69 +0,0 @@ -%PDF-1.5 -% -3 0 obj -<< /Length 4 0 R - /Filter /FlateDecode ->> -stream -x=OKBA)XO"÷cxc+:OnmTAUN\uaG0M0͈6D@H"b,+Ѫ -ÑX֠ab 0B1$N= I>ͤe3JZ0t%H+TΘpZ"6D;µWsȬ4)Dy{#g?@< -endstream -endobj -4 0 obj - 192 -endobj -2 0 obj -<< - /ExtGState << - /a0 << /CA 1 /ca 1 >> - >> ->> -endobj -5 0 obj -<< /Type /Page - /Parent 1 0 R - /MediaBox [ 0 0 10.020276 5.124841 ] - /Contents 3 0 R - /Group << - /Type /Group - /S /Transparency - /I true - /CS /DeviceRGB - >> - /Resources 2 0 R ->> -endobj -1 0 obj -<< /Type /Pages - /Kids [ 5 0 R ] - /Count 1 ->> -endobj -6 0 obj -<< /Creator (cairo 1.14.4 (http://cairographics.org)) - /Producer (cairo 1.14.4 (http://cairographics.org)) ->> -endobj -7 0 obj -<< /Type /Catalog - /Pages 1 0 R ->> -endobj -xref -0 8 -0000000000 65535 f -0000000603 00000 n -0000000306 00000 n -0000000015 00000 n -0000000284 00000 n -0000000378 00000 n -0000000668 00000 n -0000000795 00000 n -trailer -<< /Size 8 - /Root 7 0 R - /Info 6 0 R ->> -startxref -847 -%%EOF diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/sci.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/sci.ins deleted file mode 100644 index 75a8c61087..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/sci.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{sci.tex}{\from{guide.dtx}{sci}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/sci.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/sci.pdf Binary files differdeleted file mode 100644 index b9c6a14659..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/guide/mu/sci.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/DESCRIPTION deleted file mode 100644 index 96d66905f8..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory can contain subdirectories with the logo files of -various universities. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/EXAMPLE/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/EXAMPLE/DESCRIPTION deleted file mode 100644 index e249b3170d..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/EXAMPLE/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This is an empty directory. You can rename it to match the name of -your university and place the respective logo files in here. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/DESCRIPTION deleted file mode 100644 index a4140cae2b..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory contains the logo files of the -Università degli Studi di Brescia (Brescia, Italy) diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile deleted file mode 100644 index c9a5541a63..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -EPSFILES=fibeamer-bs-standard-english.eps fibeamer-bs-standard-italian.eps -.PHONY: all implode - -# This target converts all the PDF logos to EPS. -all: $(EPSFILES) - -# This target converts a single PDF logo to EPS. -%.eps: %.pdf - inkscape $< --export-eps=$@ - -# This target removes all EPS logos. -implode: - rm -f $(EPSFILES) diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/fibeamer-bs-standard-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/fibeamer-bs-standard-english.pdf Binary files differdeleted file mode 100644 index dfd245656f..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/fibeamer-bs-standard-english.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/fibeamer-bs-standard-italian.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/fibeamer-bs-standard-italian.pdf Binary files differdeleted file mode 100644 index bd1c3c8f7e..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/fibeamer-bs-standard-italian.pdf +++ /dev/null diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/DESCRIPTION deleted file mode 100644 index 4ac3baa5c8..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory contains the logo files of the Masaryk University -(Brno, Czech Republic). diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/Makefile deleted file mode 100644 index 674ad6003f..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -EPSFILES=fibeamer-mu-econ-czech.eps fibeamer-mu-econ-english.eps \ - fibeamer-mu-fi-czech.eps fibeamer-mu-fi-english.eps \ - fibeamer-mu-fsps-czech.eps fibeamer-mu-fsps-english.eps \ - fibeamer-mu-fss-czech.eps fibeamer-mu-fss-english.eps \ - fibeamer-mu-law-czech.eps fibeamer-mu-law-english.eps \ - fibeamer-mu-med-czech.eps fibeamer-mu-med-english.eps \ - fibeamer-mu-ped-czech.eps fibeamer-mu-ped-english.eps \ - fibeamer-mu-phil-czech.eps fibeamer-mu-phil-english.eps \ - fibeamer-mu-sci-czech.eps fibeamer-mu-sci-english.eps -.PHONY: all implode - -# This target converts all the PDF logos to EPS. -all: $(EPSFILES) - -# This target converts a single PDF logo to EPS. -%.eps: %.pdf - inkscape $< --export-eps=$@ - -# This target removes all EPS logos. -implode: - rm -f $(EPSFILES) diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-econ-czech.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-econ-czech.pdf deleted file mode 100644 index 85d2a34a36..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-econ-czech.pdf +++ /dev/null @@ -1,310 +0,0 @@ -%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 11240/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:52:49+01:00" - xmp:ModifyDate="2015-10-28T18:52:49+01:00" - xmp:CreateDate="2015-09-30T01:52:03+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:6c2e7852-ec60-7b4b-b0d6-3a6cde03f97a" - 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="128" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAgAEAAwER
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
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//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="80.000629" - 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.54297 178.662 90.7041]/BleedBox[0.0 0.0 226.773 90.708]/Contents 17 0 R/LastModified(D:20151028185249+01'00')/MediaBox[0.0 0.0 226.773 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.773 90.708]/Type/Page>>
endobj
17 0 obj
<</Filter/FlateDecode/Length 4069>>stream
-HW$9
裡qr qH9vRzeF+\LשıO}淟[_o~߷h[ {l)vy/M?qnmò{W (u{˅w^z=fw?]{rTpbio3þ=V^4Ǵ,^{iekmU\\y nvQ06>?r}ӽE<xw(t\
2){mԜ+ͷ/c$D -<Wwvj%%p v=p6Iei;'Ap-}/`uq(xCإf&^S?(f~pF&0akN8C9O]OAT?TuY`56@?C?!=7_5LWAOxG?v'_c3(5w*=)Nx -GRVIBR`Z2X!X<VW8"NR H:r PcࢷۀN6~}W|ҧ:@R9UTYRAҺ -%h~y> -R -dNz`,KNW|Z5y,z1R!֦d wޝ3vXj@EbR|O(T!6inUSڣFx -`Ơ"mC^i<|/Vfipqf_LxPdTe7jG敚~*zݢX-GZnop)9[<Q'Xƒjql&|
M>2&_0&寍IcRIaLcRT5t4qJȚo>Kd)hBGxO#PYjb陋won[`PM{6MXAvT/]AƅH1K(c)=IycmFxy(ꠟcP{Y6x?MOO騏,lnkc%<
YUY6X͘IG5@ہ^1e9
lɎ%@9)Ni4
dFMu
Udھ#NGL2AAQ^(7YñzVE,7ai:ȗ6rhж3).|d&t }t|:%"hAigw4PBcٽW͏jU?\g|kND>S>DڗY}lIpQjEXÞOHpxmYmfIk)XwߥD&-My|xiη$9YP!*65ZبYgs/6ukKt
$ʱS8.i|bJ8#$98ab.m3:PBJa)ڼXwê5)2䍺פl
npE,\"_L 8˹եA䈩'B_ E~ɀG Eq2ES.&Lzz7O
*;Wym -0aOEØhFY[ZxetvHwq0uՙ {1sșXGՒK4%}HIZD.zҮz= qQ/bP|Q9T~*kRMUEU*JFUEUSy*eUoJ]T"Ӣu4hNW]s?c-4 εnIxŭ1dEg\=Sw5:XsluSL%X鈋q8ޑ$Cx0Q;ĩi"F~ܺ.- a<6Ir`
FxЮq]ǓoDSVF7PwubV5cSF -QJ
}q -By;lF 8ǥ|fVHgB"T7{XѨ4Aw% [J+t[ ]2[/s:7-2|WGa,,6 iq^9F(H)1 )u~ՓW2t\Y:4RhG`Obk!rqѱá~0|}/g&{;z{kd)'Կ\Gn SP:2b"@n")l%j,UX͘ў䢆yع3lڈFh} -#+xm~g&>oַϫgrؓD4QWa5#;M{<˅k,1oUc.a p,EF3X'\]3sC3YmW#7O) -ӁQ&Plm*2RkB#!i:iW4#65.[8!90u7!oU`vTs:.|Uc2Y;6K8Ɖ|(d`GYPB'DLloϿ -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028185249+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 973>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_econ-uni_outline-inverzni_cz.pdf)
%%CreationDate: 28.10.15 18:52
%%Canvassize: 16383
%%BoundingBox: 0 3 179 91
%%HiResBoundingBox: 0.000488 3.54297 178.6621 90.7041
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7734 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6133 -260.6465 509.3867 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 1945>>stream
-%%BoundingBox: 0 3 179 91
%%HiResBoundingBox: 0.000488 3.54297 178.6621 90.7041
%AI7_Thumbnail: 128 64 8
%%BeginData: 1802 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFD7FFFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13032>>stream
-HWkrۺt:317)llj?4Mh A -nڡa!+<lM|Ӕ- 8;)d"YA-}>$iasv -58VJMO?w85pфM<S!_]#辠6Hx8ύn_;=amD#)1$Fg*YRhm^JL_~yxb%4 -ǰ}O)፺t
\)H# @aR;(\ϰv=A3FdTBi0<?rRAY~E Oo9@ʖbZ: -mEfM>a_hk)TRm6gnڑj$5"Cgt0|` b>𘠞HhKp/x:Mq:YQ3MZAaFT],NQyI$\dM:SE$'+scB.KQJS"gC( (W#<M0T44=yXh Mykk1ͪB -KRV$e|sHVhMYe3~ůuK䌠Krۘ*<2w,0
֏&IXB r\ځ:Xz|܄;|YOB<sV]$8ZXz'8">fdZo]pW܂*̣jږuMw}o(hgUX"fC.yN-fvOza~ؔK9v#[
r$=۷ujjza;6@`EESRe<>"BX<5pMj0__{~|uu']à܁NTI1!
-z_Ls[!zC+izE]+uv,QEEczll+Ңk4WR$ukߟw:7?Yz==ͺv1HywNLSi}0][wgӣ y=kM]G&MF`=jj#I+Rczz
HxۮG -*UdfF{ӟ
9?*C*9 ݈q&%[ؾ"3LmP:7(Ed~Ԃz{a -S3~lCMϟ.Dqqp8lM! -%x8@}2 udu
j^n/,4Bu?[PwN-3qU@.*j"RQAH<&#BC`>%j~R-bfjP{/K6(@+Qo=e3cyԬ-amoQEFFraϋ)p̊7D-5z%0qbr -W,S*b "<*GBhܟ6x|č|SED%j$)7EjbѨ#9e0iS|e\*o'1B'l5JsmZ\茊GJ?$|ژcgʒ=Tv_ 2Dba,x8&w_:8I^-V?Oggv9(KmLRXY
-&L@N<$
a5_ _
j*_G~zxdPj<W$J@q13-%$8&xS%KF'{D<K&-~#`AęM$;^nڂv+h5@Fr(:P;磾bj= -fYQLSLJwdmjb4ku\pX}y|?x'SIbwg$2(ol
{<6F(yn -z\t$*#Q!BC R`bme@E%&BuR|YȕҰ)AKad -`L&+0֤G*7PX$];ƀǺuQ27
p!l9FI*@pVKppm"CDTz -П<]}FBDGwhc2阦jBOhH8A78h@,qe&Z
L̻@`&:#zĹӸZ -БkuRlEeF+mkAMX5oߙBA6T2~\S+ Un^c$\B:>]\bJfZJ~]6삌^C%X?^탖|f%;D/3qٴkŕ:n%ϔ[BQz!7
Ft]H0va;;' wQ|=XL
Q(^bQc6F}8vh]vEaY_>~w__HW+<hp1x_%d/ȒNq2}YDS?0ץB.3oxIKLs#"M%#sM^5ExB9J ˜nr8vfF[Zm<x]1^gKOc`^k$Idh 5K*LSCP%0i&ot&5x`|R>ʳJ?k/cP/>6}pE\܄` OoODƠXyPyxK1Oګ/O!oG/N&O 3mTO_綋'k̓ɫ.moqz>j{rtko`6MhNnڞ~Z7գq\?D_7_.*wo
S0SFԽUi^\@[\WGg -㹭V6^]<m_ /۸@'NrW;pIwAo}j[}Mqpouٍ."q>+k ? {'ç{]+s]X9Ov7y0,[ĈZ]]*<<Fc:R=RLAU+O7
t?1(䢇f^AG~Zd> mifc;.8oAMFv(q&^䳱{"=?_}S
(ȿI6:BH8{¶GfߴCY|\&1(1:!9^lw,0P"e4V)..zMPu6O- -oO{Wn -.N}:+WU2Wї7h^AˌNJl\竌@vv -7ynӌb%J~O|p0u
&:na0>
jӅ{S[g@6·@An@[%Fρ݊@b/+fce(_u[snl[0`{`{s*NH(ehUtC6@n`{L`8Q~NQ;ނql0ܪ16O%Jz/vY(O}\*M{r'6:n>MЮ8e<S&*o0tk|[U17$qAs{Nfx'UV3E|e
{Z[n{g.{pb: -L0"\v
]CL/Opݹiʵ4̊u[eXy0neP8&4(cOh9 -%#h oQM)/v=u{xTPmPM -QA@EÛ\#4^ovh1i\M$chU68O~'mI_,yZg~K^7!5upscT\eՌ}mއH)Hֵ6_艇
M9V84?j/G9ȝO]L?s6<WWh7?|LiTxq+hkL9V:̯cN@Ew
~8t@j6I>'iE?X2I`l>5lbNZE|Bo}Zw]w.s({09)s2'2osl/h4+=nJZV|{=kpmLJ]q;nrVJWTjǬTQԤc8n`T-ʅ<+Ċ#v'!\Mޢjar*ì1註oQd2>
fvPc$K
O)Y>)說Ϊx!DDލN8|ǚ䢄$oBCrΡ萍ȱk)/뒍ZZs}S츽]٘\oO8RAӸ@V1ݒOw1FnLV'W"-وٿsNE2I_dB~L6h5Ru\\,33փ'G:`l2n` -s~E5NtbuBd։ԏr\Kim]5o"geciYv![9/8=HwaMFI_ެvүXfY^iP ,fYBK0 -A9싃#Clͩ[,6O^mȆ%Ic*,jdsoew2Txd}42߯n{:3D,0.K -~%kPf'0BsQs -U` *pvUB -o1Bwhtn -QLvuVe[g\,a|/4m| v:y9yK^{ [B̝A?hUo= &OAks,K$BAA`媘\o-P>2ޚ۠Dy1<яty2־Pa_^|t8AOB͈h0dli#zUy
iN^xA(y0A5nyß16샫`]/kp~py4jJ!,3<G0_`D\b) -EQJ~BΫȜkm zX3V~^ם.Tߎ|qSRT_Iip:,snԧ6J
j +7%nyl7m@@u֩Pw[TɜK跓n}8#00ѩ̭?Osh9üDm8)ܔWR]ekSfAj!^kmy0^Dg_mAklғ\RLopnHO*E+x()2oGGHn:G]='oU2rWҴ8n7ˢH=M%|6(s~XPIj9zxoX:{AJT6X3Zus\l幃}' -lCnKLѱ[smJ{(%Ӎ "`i^Mri_CO&\%0̗&}a9O8Jr2y8# Rt|v/(^Ed IFgoˏXc m{6c~6Iz]*fPw[{ l]+wʚ[U.B -)l%uyr$ %L_)_u~'}%-pxZC@ctKpgNjv.'Xd*hnO}T4|ܑ})*xQL|F̋Hn:R*PAb[_1?L@,a|QfZ []r8(2iV"g Ͳ;YnPf}b=
qBwjvҋAP_FSŽHLhv|A.ɒfK=xTR9vaBlm/Mf(d3_E+Թ5~Gg'y*;a}rΒ83Wg[n`cBI/
zE8*M]|lLK&ubKi5qB.}fћ,0R -؎Fyy?l -u^C}t, vH`!Zk+Py<[C -/e+,V_Ay%?뜼< Y*>D9$UHϫt2IqyCH ̀J 9%<2%#e:'oX'| -ꫳv6Wyڵ(U֫u)q&>ABB}]J Ȋ.Pwf2f&ʢtӧ9B$h|3/(q7E!.Ń8it$LjH{'NxL'IR'Eq=x&uI=I?$;"i()@MZ` -[nSX$X-uZXe'gZR6?[}uZI/U7rۜSrsOs#'ʂb!KZKd!]y(؆/i5Je܄ĩL -pjxYB┌Qg]=IqQĖO㾐aJ_RKz}.pBGeNYYseS۽Ͻ)4ݬU -B
r%8g -wޕ|>~`E]גsM&wrrOL?Pߒ<
}8n 21nMoi[A2;ZH-mjl"w|Âa|ۼhߡx/ -w4PA_|Jf(Z:MlE<mف{ޤM
728+Ә C-8Us箄=/|BO.evdw>w ͑hWI&9~,dhyܗ:ˎVMB<ߊCmVR,߄Nבg!_;sN%FU}8+OS(-(}rD{UZV3;-f<@İK6hL>
'cqw*PSzHrM:O,ۗ*3ԅYOk<)pd V@Cבߝ)w-BJL'wx>EF>^Ƿac[ -I8] -HWBJ|K -#D9xpYj2aoPZ([BigBpX1n1Qm\,'em~edmüjp-O.buSѤ/ͪVT܊T[|RKv] |TԱɇ&Qa|&UZ^LĪ*5䅑KyRCy =@Ti"I%/g?^hE (務 -k0[edJ;g|3:E^#e/ TQ20Y<0#.=эfF`u 4kF#Jcn4{x=f- F*iEZ0p<aAEiT_?Bg6 -bq4 -ֲl5icxaA<t3z#0n!`a6pxpdu3ͣ}0_^N>3d |eE?wVgufH{ۮJ8L((9A*ݜ7YwBq(h/N]%E}jKhZ'*%]RDfwU5|ɈaJ|USɓsD\ostwleN,uMRJiv㏩'y}gjKgGLJ.!Rdloҁ{~9S<JTOfae_I규*t}bT^tm=6 -6Ͻ͊ZjRC+*DŽެ%B>9]2br;*_Uhٿ$-[μjQ4UR>aҢJHp-WN< -`K<ȑQ!f\~^t\ǰ|nB'Dh;Atl˂,b^Ks
Zh#쓌ǠC3yO`=mvL=(nP|{7o5rs/{ӺI_YxCk+T.|qS!SV|{W4 -)Z>g;kKZ`^gZ+ҬjCXYSa]9gQ9'ڑ_&/fcO}cƲTuR0]ԉӓڕܵh0+v[c8O݅tD.ybW@, -(7cNdYڤKʩʚTO/ڟ
-cԼy4C1W25Ơv9rŵf״a}O,1SxdS+ʆҷS.962rz2]T=DKLvsjajgݛݱr/6ܢغφ 5#̽ a<H6w@0c
M,
0cTB3 5ohe=t,U,bdsgPnUT}f.aɉr9Pc1*r~EYݳmW8{jW/N];]mk -t?H|JnsJN4FX<14s~0`oP_=㭧{
}iX̷[^[st%M4y:v}1C9b<4ǼQ^p|TcfWQd1-ul| -<q:y<tX嬧%+n>+me$~Qh2 &iy.t^6+>-dJ;wu#^J<+rYg >/dU]yl_{tOCĖKXkrsf"h~>?~̙]u\-Pa5}G՞!TΛͦKմp衄
=z[64|WTUu7Y7 hlV, {U6|)eu)n-2IkuB\n^/d-{Ð:[_qH" ̔4M]y%RF?ʕlZ<U3&'IH b - FU-xs& %O"e:Ρt-N_b+Hn>T=gF\M+40hyrD>ٚTl(v0S)8BRBj
(PSKw $/41g$>(L6wU<\ۏH<`fyQ3ӓ+-Jc'/2v!Vߦ6r}5{hblhᨱ%o -qcCq_l}(ƥt=u@]N9vӊl@.t A%E3ӯB@$b+hqA~ŭeHx`T8S"Vĵ{-:ɰ; 1ߺu+a "~Ye6Դ\B`^z|Է!Kc|(Ù(ӈxW{;lѩQx/)/C%%8LFsR&MBey KǶ
txeĿ~=ڃOψ%}PO+CGkfܧ_g9mN2eL0xD\ߝby<-H,U;OH,lz92ǒ^}387|^k|^yZ+}JzOcZKxiP=mft~Pd)xdA4@ܝQTG t ud?mS\jd}g´!g +0@f,ՉN9VgK|z:h#(aЛKkxps -l C55G]09#vdhrA\M;1[\B ھ6IJWT) -&ijݚޔ4_߃!>?DxJ{ xuQv51*
L<`dfޙy=2Ղjs˝Ìt"<]|fh+o28yL~<l{'FO (W(YQZlۆo0xR[ÓN4d(X6_f&f@)ayy!w.Pm^WwК WU~J$mw">hg;^)_of9g_-?a%rOor~O}b;J\ƾkw -8kOaő_ؽ?{姐 &âH!9x&?'ky1T -mxM9\ -am\9S{ȉRv5iIB8O9Њx0x`Tra[w%M3W zKi-RWJcHwwO"[d,s Nӝ6/?Ќ~DM臿[ -Im[( -.IK -_ -%xhgʍv1ԗ_3A+mϏbbط -ܯ}}mcw6,'m.nGs jӿsLֈ_vH)[6t?(s荡m~.JFF?^ŨGOpi[_T|}I{eq\v]\U%: k%~p$S&f^oRa]YϘhr&>7xj%u-Q;V,t8wP8]{ٕߧ*0+\}m^P%kT0Z_Οka4hM{ -]]as'+bH3=$f:c@y"SYGB -Z/A/Zp'Fy⒎`"&R ֚' -Q#v¶P9 -h\ݩ^&y;**TӐ.e_C])5'fA-\{0׀_"W>bs(,Q$O樻hn#<у_O)`%/IbEVW C[|2
B8)1nGGYe>@@9ucUk0 -sIf<Shd[t(pI""#gIhQ[}9g.Ds8S迕2{^OG]\Dy6Ž~=e\s9u*/¤l$ʋeC\L~ (җIj$Hv~*'H̩Rv]mT˔C^2Zdy_|.kT!1)*y2`RRq+۫JR:~9ZǏ2-mNAUm[Z^.M2j -W+ZrE[-ԅjmsYę%yD%tHXe_DQeXd~w~ɇs8$]UEiAɊD%u2vU=;N""d(H]7m"د/hC#o.v$KEv&TR(:bݒ|Y"vYd4A~.2kmzrF,u}zBƊCoXbft+[ <9 -tݹaᝓT|䂾$(q<ďfף9"GY:$ZK6Cpg97'FƶڷM,FSC{[ӈ3NJ TC!?kbm s u*c{L%ͪ:2G{;ӏ^MB'tߟ|_鹺j^U]eluunQiwoܧ}iN1?s>e?<a0}Od+خ4ՙ@G -4oX)MHwoWwi[OI},[Im'MX9QnZږ/BUV(ש'fuD}ܨ6Y`jTbBF寵)Viw`u؞\J=w!5c-[]-u[ep%`s="0)1\z2F@Mo3*ȯgK}sg[,ةJ{Z`3zbi }F|X( -tCLY;]%~,;1rH+Ǥ7>rlT:A>!s(uTf cF^_BgX'UݬS`U})oz57G-+rr@J=XoSLY,/UU}lr$Ηҽ֔Xiٚq< - i$ArVyNgo#-BKX> lt(D_ M] -4I턗gl \ -TSR90W0m=_%$/=Z5vQ -[
6 -Qi
1-I?;m#+۬?ĞT53)C=Qz4@pLJ6DY4BlPLw34sQ R$WBbmOlH.i/
dm}zXo_CzEˣn>!bGijRܽM*تwr梅Nif42(?CRC%Brͩ@CʫckgI*Bʜ:Eir`@^q#2!Sr -R<u; v6ZlT_*qgḥy(MƚrLA*GHUt4Q̉>ӆp-fjJ6b -o7RHuck g@8#tt|MwUshpʖqc!JN!ij\bĝb
A/1fMpU-yre;uB[A,9(%1+0G$n4;U,meA74`&31"}bsBcHp=_ci5Z֜XGsbc`sM -R!jcV|t\AJlFJL> _?-92Z'4Y\Z&fX2@J2fQ 9n& -ᬀ|C&pSIH%od+}ZnĒjMID(&.(<*u8dt,H{Z"u37&$XBK,&|8ˠq -U(-Z`b^$ae-ӀRR#Z3Od,{&17`AHa%Gऔ(Nc]@(ƸCfL/`Ai߱P0+*nOćF$#ٚDD(V*>Dr_9+31l9RC]MiqHΘ57jP?)nq.B=3͇!gTj9e -;ƴP\uSke(.`+~xz9YeK'qcTg 9TqnQu -rбQ$@+qb@c5pQC~F7ղ0{ՠ֟|[CGWV%)vF&x(EA EZ4~A1oG(SE/7u{ +NϿ''\.$*6B::ǣBuң(l -|p⠇;.J!*;IYR
YB|Qw?&ɘ![2&sAB]("H(*$86(*RV%dVQxZ8xrMBRVHSna9u9sCXgL =.hp})UۈR4.jLP,(M1*+Ha7aS -9R -uZ=: A
S}ַ;, -ƴx6:opR7$/t Ȕ* 55}<^̷=|{z[MHZr yi!b+t"w`>3JZ69S㑒tWd?t}1LH!E]j6oY^y(bRt^8Hn/GHi8?ƙ -X
*Y18qFśPi䡖n˟p { -C7$llͤIPmXsJ~FL<Dl67RN#,('ZnŎ -
\7=%in}RnVa)+PQ -L@LUʰh`˄걿1r>䤺hkFid5hȄ(*Y"iٜwz,+)lQtY))1]OsɨN<BaA@^O!ѥYZ,M;GF'F.)C7txStހ346ah-yXe,uÿTر/C5T@:deh.r接V
җ$O#Nд!y؋i2'3o)Bra!jdY93?M7:7c=p(n^nfl\1P3
<͜H*sú2&a&]c'j< xCz|nsu#!H<xZ7;Sm{0-6A1vg>qѺ*d/ -!_DmHR8»m&&s3)! Oq/*QYoULoePb
gd#%zѥĽ*Nq?C$6v؇gk-gq{{vvF;3vP-T&.݀/R8CS&Z -gdzQDEm+r,33ΑHQQ#~SQH%(COc(tl8s0At|^(G\E3]F}tRc!>JՙΗb 9zX^'Õ6NbmͥMK)aoI)?.ܼR"KJ ћ*&!A{V,<g2vs@s\=VtqϤ H7rnܑݕkmEZl`X8&yJ2h1L ==!Ն!'N牠xPHTaB{^бy&_āWJ|OUh*.EP{D m`{ fTt/ʺɌepzBQL&TR A3MsV B 7@
17bn?m*:Lע
ai
-d>W-m9A#]kCvxr4:P½G -i/V& -#:-'qjRB^b7pT9]PČiC[F#gԠeQoh3r&'v z h--i~5MHass!TPG$lZMhm<IUјAq7h5
()DF bAF1J";;0.^7n=U\{ E}I}8D@xƼ~!QV+m"^mq!+IbE8 nCRnu{L/*㕹E=A]ɼFJdxͩжQ%LRFKZyprF'S֜
pɤcMtW\S x2J6b.g>"Iw%%W!m-~FGQX꺣vҔ#F1^Zƈ"HGB$y`!|υ l䂁H^^w)1"`],`%I{xXx0,VN/8G)z< -h@xf!QZVFkv8
_K$8؎? @ Eݨ բg{nS5d2y瞁5ջ@잩s3kK~
5q,s0O7jl -P%rnZTlRGF4fqɘyET孝/xym/J,<&ZwNa5ycJ W3((,7PiM)g`$V"ixpϞHhc邥 n}ͫ#'9bΛ)Ma ȂcpS=A2q9k dW<\W,\C~I<5\<oJ2f!AK s -U] x
)Ůvi;%i<r<ӕ{,WHhjjWXB< -0000011467 00000 n
-0000000000 00000 f
-0000011518 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016730 00000 n
-0000050163 00000 n
-0000011868 00000 n
-0000017031 00000 n
-0000016918 00000 n
-0000016007 00000 n
-0000016169 00000 n
-0000016217 00000 n
-0000016802 00000 n
-0000016833 00000 n
-0000017105 00000 n
-0000017288 00000 n
-0000018311 00000 n
-0000020307 00000 n
-0000033412 00000 n
-0000050188 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<535FD01FB42E1C4B3B504134A6499446><53083C93E298479E89B8516D5227FD52>]>>
startxref
50387
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-econ-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-econ-english.pdf deleted file mode 100644 index 60143853fc..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-econ-english.pdf +++ /dev/null @@ -1,345 +0,0 @@ -%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 11155/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:53:45+01:00" - xmp:ModifyDate="2015-10-28T18:53:45+01:00" - xmp:CreateDate="2015-09-30T01:52:20+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:11a97c7c-243d-b040-a017-d718a3fada5d" - xmpMM:DocumentID="xmp.did:F2771D32492068118083C138F3A478D6" - 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-en</rdf:li> - </rdf:Alt> - </dc:title> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li - xmpGImg:width="256" - xmpGImg:height="120" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAeAEAAwER
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
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q=="/> - </rdf:Alt> - </xmp:Thumbnails> - <xmpMM:DerivedFrom - stRef:instanceID="uuid:307a8720-a812-a94c-befc-27329aa93ced" - stRef:documentID="xmp.did:EB771D32492068118083C138F3A478D6" - 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:F2771D32492068118083C138F3A478D6" - stEvt:when="2015-09-30T01:52:15+02:00" - stEvt:softwareAgent="Adobe Illustrator CS6 (Macintosh)" - stEvt:changed="/"/> - </rdf:Seq> - </xmpMM:History> - <xmpTPg:MaxPageSize - stDim:w="80.000629" - 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.54297 187.222 90.7041]/BleedBox[0.0 0.0 226.773 90.708]/Contents 17 0 R/LastModified(D:20151028185345+01'00')/MediaBox[0.0 0.0 226.773 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.773 90.708]/Type/Page>>
endobj
17 0 obj
<</Filter/FlateDecode/Length 3984>>stream
-HWێ%;
}ﯨqnO!03HKe'U>t&J{yy>o~9l)lߟ>OaۿEK4%պi{m{fۿ=鞻b&sSl0SkNYLUZ6k킿~}z{hz_{ - -_Þ+?t~R$,/ުT.}]S<=<N[p^fiߎ3CD -_yEpn-b[o%&o/t+co`\rGY:2/8M8.CLC^y03*qh -BG+Rbq~ )Um_,5 -{Qru7\PEk^nMXF&9Q59JAoN).Xt<IdH Et"7EgH4xsҙTe_;\C\uq.Xf#QŰ;@.8/d<A?h͢:W -$aYMQ%f3`2b17w4ท||zܵɕɕk+kr4Kk'g\1
I{mt>~h?dt>~+A+A{ B "5\5pr)M"ZE -V5BH7aA/CDf"3K6i=M`]+ '*i&<KmnPJuAK5d1֍ia\x^Xu{w^噰zԉ*az)gssd;A~A袞SG -CCFf(ͺgK,pSlAǚ%-])O.{wD[0=8rJej$KhDX_LsF50iQ<6T+m>9skp[ -RkQ:Lwm<`6f.Ùk:Kâ7yEkZ|ZG/s'.WFjEmWTe&w%k~w7?ȯ`~ےvo{w~;}+{'GɞHHԇ§<>J <PCܢ_hȿ|u5}h|bNcU+z_ʕ+rGUU;jE?@EԋZZ)D -* -* -+MkhIk#]Op7ѝAi$Ѐź$(D:(_SH<ij7)ߎedfibM;<{"-̾XHJJ|3 -.-u<JkmQ\VOv.R:\}2AHo/i<즽);nu6eՋ(]gN|> ϨbXY_R/(N=*̃A;h6 *iF7Y %4Y+dl[и!mB+y -RG -"&XhwK -i7ًͪeK(϶wGv0QrZK'İLHou՟kU7SC@0/Uо4c,ðrs, ן8)"*62F4~`2D]b`|J3"MQiwWRx -+l!DCT`FG#W3-f2)c(wn,fmLj| &>@44 -J"ݬ*Dܭ<*TTXDp*'vb[l#_7Hŀ -3/;6%8h}5esdqeѝ AD-)YbraLy0s
"xR}u0;
>'RzߊjGMW&Gʮckd!$G*'T`x J
9cAx'gJjho#cdUT\]Gj>Vc2֥_s=x^q&x`JvFYPַ8o0Ԙ?EL#/] -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028185345+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 973>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_econ-uni_outline-inverzni_en.pdf)
%%CreationDate: 28.10.15 18:53
%%Canvassize: 16383
%%BoundingBox: 0 3 188 91
%%HiResBoundingBox: 0.000488 3.54297 187.2217 90.7041
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7734 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6133 -260.6465 509.3867 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 1933>>stream
-%%BoundingBox: 0 3 188 91
%%HiResBoundingBox: 0.000488 3.54297 187.2217 90.7041
%AI7_Thumbnail: 128 60 8
%%BeginData: 1790 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFD77FFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13029>>stream
-HWkrۺt:317)llj?4Mh A -'蔂Fڪ}Kʿ}2:/%k))}l7q#sI /v[\>?Kc6|qo{3ۆr<p<Qr{':R
踮i1"?r@CCg"&B4,?%c e*O -:b[>b6|Jg -Οy:L@;?0*>O8X+5I<>1LD7L|vV 9<7b}uoxH՟fK]C_8yQ*1}NAgXttT/\)ދ|<'7MZ _[`m[6ninU_*(sFB9%BRx9ib;/kim]nҶ8:L71eC
D&#r(2*L1,B߫G;S,lJx.]5W>"H;P"3xNh! --3vj{rgzK4ax~T$:?rޕ-Ŵueھ̚}.E ר'RϩvT43l|Ziݴ#H`k/+Dɇta@5f :|1A=dI;~g5DflAőWDEt)8UD{17,4"Lk4+`q1DR: -l؊](`N,UFa>ZzPD$w -#ʨ*s|
pkhdUܯL!@-ǥACh ;尯wKM'$_93m)Ee{#cFֵ -qE-<xmN~]4|V;*vVz)lv=4쒟ވAobljԡ'LYˏMc9 Gr܃}Z6Cka:o -+`1ά`X1 JU=4X?7PԵb]hUt^T=96߸)-J.Js.ERi07snSnsݬky^^]wt<sݵ9Q -,}w,8=J -Qqh[GCYLY"C$d⥃o~6Azfqim:I -0WflKD(W> PL Ȉ=l˿QMEWD@ҖJMDv\%~(|:vkK # TkN%C="v<&-~#`A0Iv820ݴ9mWbT/j2 8Q2"t (1磾bjAz]3(GSLJMwt4n%C`4ky\0X}y|?x'S0Ib3[ -LbrnlB=#
<3XJJ=qsYEѨOȉ!
I)0:@E%&B;.ꤴ - -5TT3ёW
2W69#v,a6ĂڎvA."8]zzOAlq⠃Xq9ƚHbbe8 5 #yq]X~!JfqD`ھ.RM'}Nе4IxjIF,2;TLDoN{=7/e3reYyY)jk)_"orB
چwS^w2 -a:>m^KT<#5Bu7rk^f8e/QZsv>TO`$+"09s?u)a^cՄ9a8E -nNo,E
A@#
hflhr~Lnӝ{G3L]4 -i ,~A!5Kʲ5
Pבʸ0gͨ<KScrEL:V/-=^s8o_G"_pTW -}Ăeu`eg{ܰGL~g)6d( +A c" -ts -C, -Y>{PTNqtX;b+*,_P-5Zn{gXsjŪqx -iZoIlr{50fN dmڅK;)f)ٮd6]au[n.h5DXѡ1/>hG -y>r'f "ˀt-Y-7|./Ng[$j4m_R - #!FAG`Z}ɼp*F0-TFE3X#TǺ'+W&7 -S?&{{"^4VSoc^Z,O7G?Uj?>v8?Vǽ(V=~,Ưr+.1^9gɵ<Oۘ6݃ӓw=.qTaq\_}j~=߽߀&NsUiN\H[ã\W'6*.Z[{u<yy&Pn#[MW;^mMy'VWkNmϣi7.V{/݈wi-'y]Y[;I9?=_̒v4]^;J 18}+yσaي$ zRqNCk?B?_\HOCZHY2,dWAdMҖ?#4;ro3/эg
XA-_`j43ر^uof7ܠL^#i -he;z8H=Ԟǯé _$PaHO$齁Ba#3oڡ\klL>u.AWNzûmid~(D`ŲK}ݎ|Z=&vو\w:7'F=o]7B٫(%|X. -WD!q2M-4*S >yP0l9o};1K%SFj>A{~u4:Ul^AKC{AfE\-1l%Y(/xndJxT*}`VҸ>bQZ'8
lgQA;xM'^t\ֈ -:Y -s'/^r۟$WAG - 4P/b5}Dn~V݆&<bXT49@}&k345vA q;
e{|I_ X\ -~FyEq@>l敫R*K̛4hqLXe -'PCM6UF\HBZcۛ<iF %ta?8rM:Isn0jcBLߋҽ-3z[s Dh J@ynEpZzݎcn3|2кhQf6í_=0RAd[h2*DyJSLn^is0=bk0(_?' -no86Nno|=qPr;ec>B.L]Er{|}R}Xh`2\pq@F5VIGsíٛmtj='V3*">ϲKۭs3o =Zw}1l5+^ZYp/dMXCJ߿aNJN{5Pfv`{,ii
~fnv.;ɆXo!gᗧq4ZpifEtP{-h2<M -(?k 1['4\V4l7N^~J=*(6 -(&l -^xwMzތ7tP4@4.&1
i*or'I$/S^<W3?T/Br8_9ɱ?yO*.j6d -D5 -t $YO`˴,_k06Pgg6yG1^ڈHVG'_?T-SŢCJrr>{>rdw;9սRV\ZΜPuǹXXJOϷ9uzCD4 -ՕG%-+{5C֮8ډCVj79+Ň@M+U*cV*(ij1k7kwzm0DPBcyCbEf&o|w09aVt]7(]ZQ};(1tGm{LwڔwgVvEt"'jcMrQbq![9PtGV5PR̗uFi-R-BNav^.lL.Yķ{i\| ֘nI'Fջ\U#7&}++gږlE9'Vf"/Ql?Q&uƚI^:Bz.N왙_#\X`6O0|Q] -)Xa,<tbgKH']]X ư.th}$7"l :Y.)+^%VYyrSco1|TF34is1iH|9kƐ3UbvD~]cCTHarCnQ݉ng4V$F$WsŚy Vh}l8ffR&C0gO -QZH6Q:,9F -u6`섽CX{&9c8sN 0p7NyE -~wɮUl3˖rye -K!8JAK_tR-y箍̋TA㷄|;G
5v`%*AzkOXA<HЗH$dabre@H{k]la
РGa'rd}!2B_'1=pD -*GV^4ҚN:q?Fufyß -xlUVx/kp~0y4n !;,3:GaP1duk|L) *AQJ~B.ʫȜimqzT3Vy^ם.T߉|1Sd_I)p:4snԧ6Jj +3%nyl7m@@u֩PTɜK跓n};#00Q̭?Oshb8üDm8)KfJ+|@)3wq0f<GUQ꼳ތX6 5ZI6{INd96 -l}L*ZIGU<m2(2oGGHn:W#.P˷ۃ+iDKNe -Zbg:jvF9?w,PIj1zxoh:{AJzf,NN|V)]}ɹz.iyANA˾͓%j~WB*fy=k^M!&UݯC؉:S`;Q4[ٚg'RG[&n8/c_J=r iiAE"Mk?X18S4WCZ#AFiadArCY1b},9-ey#ͭ
`ub(5!3!xǞ -6co-w=eY3R28
"" - -:[ҡ;dmSD6>T4|}I2xQF̋Hn:WI]*PAF`ο -c~L;˭݂(/ZY -i?I/mB}Q-r~$0MGv\\}js$O-QK &6יk|rd0;r[RV{ TNn10Tv()[dBI2n;%pf0ډ]:% NW6IUi Z2 ,[p?tOg9,th0AGwPq012CYʗH>+o"@&|W㷘,c7邱ue}9 %hW -N6VY_A:i#U4<_*DgZg! $DOT~eԂuLBd, -{N9}$h|3/(q7A#.Ń8it$LjH{'NxL'IR'Eq=x$uI=I?$;"i()@MZ` - --Mx_m(wq9'ịޑœzPReNoE%-%ivޮ<lߗo|%ղm#N&8cց,qJUq(3F.z䂋x`G$Ÿ}ĖO㾐aJG_RKz}.pBGeFzYY3eSϽ)4ݬT -E%U0͘4[䆔X{^S͞BpAP|ha%2a2J
g"< -!Sl4CV;gX%g[Sh=1'5: -CmG6Tʿ;zq}ޔp|h]ٽ*{g* -|PQ W"S -:Hsie2b>U\ B.$JnxJ.ԯIPé\m'~(N}F -p>wdj,$JqJ>b
x.j˹\[9idIW(woI>ngWmpiS[;<AV59̎&RKAk=#0_ư E:w_9tFptt6/w(^K/j#&M-|ҭ -Cn -]1PRkT/fDHPC0OƱ-w,T4@AFy`r/ao. ~QaP4CJ4dBihE4ӍCh!IѐdIhD= -?E+ oI #~ƯVNי`sFtܛ(-&2:b<r -HWBJ|K -#D9xpYj2aoPZ([BigBpX1n1Qm\,'em~edmüjp-O.buSѤ/ͪVT܊T[|RKv] |TԱɇ&Qa|&UZ^LĪ*5䅑KyRCy =@Ti"I%/g?^hE (務 -k0[edJ;g|3:E^#e/ TQ20Y<0#.=эfF`u 4kF#Jcn4{x=f- F*iEZ0p<aAEiT_?Bg6 -bq4 -ֲl5icxaA<t3z#0n!`a6pxpdu3ͣ}0_^N>3d |eE?wVgufH{ۮJ8L((9A*ݜ7YwBq(h/N]%E}jKhZ'*%]RDfwU5|ɈaJ|USɓsD\ostwleN,uMRJiv㏩'y}gjKgGLJ.!Rdloҁ{~9S<JTOfae_I규*t}bT^tm=6 -6Ͻ͊ZjRC+*DŽެ%B>9]2br;*_Uhٿ$-[μjQ4UR>aҢJHp-WN< -`K<ȑQ!f\~^t\ǰ|nB'Dh;Atl˂,b^Ks
Zh#쓌ǠC3yO`=mvL=(nP|{7o5rs/{ӺI_YxCk+T.|qS!SV|{W4 -)Z>g;kKZ`^gZ+ҬjCXYSa]9gQ9'ڑ_&/fcO}cƲTuR0]ԉӓڕܵh0+v[c8O݅tD.ybW@, -(7cNdYڤKʩʚTO/ڟ
-cԼy4C1W25Ơv9rŵf״a}O,1SxdS+ʆҷS.962rz2]T=DKLvsjajgݛݱr/6ܢغφ 5#̽ a<H6w@0c
M,
0cTB3 5ohe=t,U,bdsgPnUT}f.aɉr9Pc1*r~EYݳmW8{jW/N];]mk -t?H|JnsJN4FX<14s~0`oP_=㭧{
}iX̷[^[st%M4y:v}1C9b<4ǼQ^p|TcfWQd1-ul| -<q:y<tX嬧%+n>+me$~Qh2 &iy.t^6+>-dJ;wu#^J<+rYg >/dU]yl_{tOCĖKXkrsf"h~>?~̙]u\-Pa5}G՞!TΛͦKմp衄
=z[64|WTUu7Y7 hlV, {U6|)eu)n-2IkuB\n^/d-{Ð:[_qH" ̔4M]y%RF?ʕlZ<U3&'IH b - FU-xs& %O"e:Ρt-N_b+Hn>T=gF\M+40hyrD>ٚTl(v0S)8BRBj
(PSKw $/41g$>(L6wU<\ۏH<`fyQ3ӓ+-Jc'/2v!Vߦ6r}5{hblhᨱ%o -qcCq_l}(ƥt=u@]N9vӊl@.t A%E3ӯB@$b+hqA~ŭeHx`T8S"Vĵ{-:ɰ; 1ߺu+a "~Ye6Դ\B`^z|Է!Kc|(Ù(ӈxW{;lѩQx/)/C%%8LFsR&MBey KǶ
txeĿ~=ڃOψ%}PO+CGkfܧ_g9mN2eL0xD\ߝby<-H,U;OH,lz92ǒ^}387|^k|^yZ+}JzOcZKxiP=mft~Pd)xdA4@ܝQTG t ud?mS\jd}g´!g +0@f,ՉN9VgK|z:h#(aЛKkxps -l C55G]09#vdhrA\M;1[\B ھ6IJWT) -&ijݚޔ4_߃!>?DxJ{ xuQv51*
L<`dfޙy=2Ղjs˝Ìt"<]|fh+o28yL~<l{'FO (W(YQZlۆo0xR[ÓN4d(X6_f&f@)ayy!w.Pm^WwК WU~J$mw">hg;^)_of9g_-?a%rOor~O}b;J\ƾkw -8kOaő_ؽ?{姐 &âH!9x&?'ky1T -mxM9\ -am\9S{ȉRv5iIB8O9Њx0x`Tra[w%M3W zKi-RWJcHwwO"[d,s Nӝ6/?Ќ~DM臿[ -Im[( -.IK -_ -%xhgʍv1ԗ_3A+mϏbbط -ܯ}}mcw6,'m.nGs jӿsLֈ_vH)[6t?(s荡m~.JFF?^ŨGOpi[_T|}I{eq\v]\U%: k%~p$S&f^oRa]YϘhr&>7xj%u-Q;V,t8wP8]{ٕߧ*0+\}m^P%kT0Z_Οka4hM{ -]]as'+bH3=$f:c@y"SYGB -Z/A/Zp'Fy⒎`"&R ֚' -Q#v¶P9 -h\ݩ^&y;**TӐ.e_C])5'fA-\{0׀_"W>bs(,Q$O樻hn#<у_O)`%/IbEVW C[|2
B8)1nGGYe>@@9ucUk0 -sIf<Shd[t(pI""#gIhQ[}9g.Ds8S迕2{^OG]\Dy6Ž~=e\s9u*/¤l$ʋeC\L~ (җIj$Hv~*'H̩Rv]mT˔C^2Zdy_|.kT!1)*y2`RRq+۫JR:~9ZǏ2-mNAUm[Z^.M2j -W+ZrE[-ԅjmsYҵę%|DBـ -(0r3εl<<ƤiBD%uT]4c fߞ]g%d2)* -QwK*K1RpΝK頍3RѾ[{ -tyH߰[u;t3-L
#G.hDv=Z#rhm"،oɦzt~q291K[v)s<h3ΕD X7R!?o۾7x]wQvklc$ap-l;˙A|b TF8$ga#;ǧSM߹䤬+튴MXxx<ŘwZSv1Ӹ+B{\%a0sc2*Boذ)vHPwFT7ms2PVtZ[xa,~mTwSP)tPE纕ݬ(SXP[2 -X|Pke -ޅ뀽h2{I.A -ΩsTE"YpHm͎o;*1o6g|Or[w*ĭ -Z`73ji} Z<=CD2Rcm_!M߽Gxo6*ť=X!>qcj>@?<.l34DS.D.MOhG|n;pM'x̛$X u0 8)߫eF,+D~{cA S h:@l BLrk{jCpVRJ -CY3nD3y/حXl<&q({(Ccm/e; -x[1B_C<1Au -§vrmݥbbY*+cfq!( ʎ1&0G1Yȇ6P~"?J#>=wYG?c3^T~o/Y-*6IMyB.ȼF؊Om8loC+oF(nK8o?4
voSvamf,/PU59nrӡ(.qҽvXd
.Fٚ~y#q!V ynocrtTĂhWt~vO"1(z꥟i&K 5D9vdx皦4S|d CT~KbTuѠc:t[ cENK.r_ -8FRXʟ`
ܕsYfd=dK
n -$G*)DR`*%9Uͥ(B8D́,2OL`hբ::= PaP!deL՜vcɖjy 3ָrDV{y#AHB -uM*ӷB (/Pzi}T=EGM.>3Eq_Z*mb<1"i]t7T=+?
%eKu$&m~2>9r+Րzm5]~wXXTqܟzQkǴ5)wbKCx#A-a#iUтmÒ*;
+|wxWD/+)r;-·$o+:`(*L|" -3&wr@!T3ۭ°7OJPi2Poau<,kdcw!?ϓƆzZfTaԙܵpH7U8<IOoFL:JNbdWL9zQٝX#hhw`-khչir1RDTzpTl.?[ajHL˯#,)P_h5\jӰ[F
!N'Ng3> g,,Zl+f1nGSh鞽 -p37&,9"~3 9)' LAIY}*[%i~B(+StP}u<v^Jk:n0\du0rvtc15'FþL_>81"}q7Crf+0 ߭!$CB[NJ|,v1+N~eWI]93yɕlr-XhC\=r"=k~Ds ŃIKxb.]-\$j\TK\h-FZpG{ŔPсUvgL[$B5Nt`e v/xtKC -hs.wV#
m-90q.'HQ<{6n+uON/e#-,.R]g`..W,P1Dz'CeNAJp&O(52n>A3Z6Q20{|i䚃RH2:x:Gj4<ԳR@j;Fv1Äf=os-f8{8b~Fs;)oB٥nV9V2ޫ=Kk&hЮmd8dZݕ'2fKx9QBE:ihuk'+"7ܽwSmܣ!ͧ!@j|FG|rwHL\5H܂Oؖ*Ɵu(8`hݙW -v}2dU934m5neM$\?h$ܲdsWFY.K[b{:ET+?Xځ@.DLAw&Za4Y즊/Na.ŏ\.:bD`8۪48/jd/EN2-h -c`0(KrQ\!1 }\Z- -urQI# - -O>5vYczjӥ]a@Hfzixv -yLRrE썴_$u;n-Sp -jj熤d}AM@RH[AU
'GS~~^OJd[]'`R'\J~4;Kp}R)&6 >Kd4(J.8bf0rm+`F6i7s2GM>?a:${ -(]P¿T)J*#9܊G`S1ö])4Q1ɦˇx>3v,s-6uAziw]vJ.ULU+Jh}|fMf7M
Z'6$G7s`,@a^_5;M)N(^&
-G@/#u{!Tv¶_lIeȉKڰĀME`dW[.&d~pߝwrNܬG)iK[b20Ki_KaDŽ2<hZo? -i@[jT6CwDÍ͓M*mkF%iwa-}_4rEg4ϱ^g,0r| yrq
"3́Og"9\Vvύ/ a5^j03f<Î+I&[Tu|EZ -ZnԔ"&~M٬`S-;x[M(8ffDm;.Ȁ{UZO@mgx_RBalt㽍1w%݄c/M-!k E0ӳ$@$.$;gYFHnFNIv٩EY;7kp}oQԮVh| bD*ogMO.Mv:ʽTFFʪl .ĜTAh.H[Ϛ-T4y -"Q69C=uɋ:~s=S'U l'.S<ڙSX`IMA![}#7
Wv
OiiarV4HNAtUF+~4#*\ x֞YnE1>*Yӎ~hB;zW,<jv -V̟$'Sncj5v(=4SG905\Qz@S&Et0~?Jq48gM@Q]A@N}֮4 (Nɨ ?_uf)!Eke5 ~"үۏB@u%C0$2 Tw;URgԜґt]]53ֻ{t_YNT+R>ɹ G[-iD$WE;ӂVg:^l#L*$m5%znUܪmgZnHjVoҼJ
Nр -N~=5)Q[9AB>u60u?_.!ԕ`Y> _ -܊͆m9PvnC+6uP$06㼅K%zƃ$F>. ͿIl#ב`MTR%ȤU ~\%BܩI/pE F'+D -.C0f*7o7߿MOϫ_bn_?q{=7/~O?"Ƿ۫ -0000011382 00000 n
-0000000000 00000 f
-0000011433 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016560 00000 n
-0000050322 00000 n
-0000011783 00000 n
-0000016861 00000 n
-0000016748 00000 n
-0000015837 00000 n
-0000015999 00000 n
-0000016047 00000 n
-0000016632 00000 n
-0000016663 00000 n
-0000016935 00000 n
-0000017118 00000 n
-0000018141 00000 n
-0000020125 00000 n
-0000033227 00000 n
-0000050347 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<FA531F74B5A760AC5E38C0FC28CB7B4F><054E0C223F2B447F883604EE15E222FF>]>>
startxref
50546
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fi-czech.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fi-czech.pdf deleted file mode 100644 index c19610e984..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fi-czech.pdf +++ /dev/null @@ -1,325 +0,0 @@ -%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
-HWێd9|ﯨN"h-Tu5=Zu|I%2ݟ}wn//fnl56j뷷5Ǘ0'G=^mK6 -Bm<<Q-gLҴ snAд%Q*ύ2wERӽ ).36^۴O`2L۬Zu3eȣS~{mVhtqJvVw~"X;O?Ӆ/- -Mx'ݎY(ct:~_Da6LD*2NxPl,N8e#W2Z\'w]LWJ D -~@R)]N|iyMqქr~PT<H*g^6N&)ZMz%56f8Q=]jJv9UeʺPNlV֨'Kߜ#"Fc?P@.}Ri4 ,my[?yߍ))ҟk -Z_LEZ|Ѵ85UnAƞZI5 -ǒY)Nd*4byǡsȣhjԾAmC>g=qm/͉ FI6l3DcW)zQ<,<'S3>P$ -)ʅXۅ('PYm~ݤ=\t -Lbt֠eb}M$"*۞Dq-xH8C(6 %%^_ %}% ž'R BB'BBiPPL(gJ=Jʄn\$ )ׁyzMÐvvıMJyuSx:נIq,:':d -S9߭ -z>W0U:+xHKҎWM^wWќ*&Ay$9yGHp̤*.Q5է)ǸjUYaOti7N7m2zA\|QoVfIQ.f
,mȄtߕ|3b瀅3SVec:/U<.bf1A9XԦb$ -sӬYUzAj/>4։2=Gsӫq zۇq6g{)d^ "nMR&0UTz6-a|ձOL1gz -)A=k{hS}TI'X֧4l'Nڿ>_IjB7&v3B^n.C -luD3A0)ãF.KL{m>Ya;Zl}ӾmAQ
8.:Ԯ+ZΙ<A_Eo_hO^ cQe -D
majOh8GE}_["-b-"=H|(-ʧE{˥E=K8`iHmӝU~dwj-t *=$Wx{XlۤHu?gYi!rw`0{n(;1r#ǾZ5>tإӮ!|a -[E/#l5q!$&H+D<O(]Zj6Zղ֩C(ę_Z902x0vPp!=bKEVM\V
W$OZ\]ްKdA:
2# -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028185646+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 971>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_fi-uni_outline-inverzni_cz.pdf)
%%CreationDate: 28.10.15 18:56
%%Canvassize: 16383
%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.54395 133.2959 90.7051
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2007>>stream
-%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.54395 133.2959 90.7051
%AI7_Thumbnail: 128 84 8
%%BeginData: 1864 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDA7FFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13033>>stream
-HWkrۺt:317)llj?4Mh A -wNYR?!Z=I:)2 "K|,Z;E":4F -"jpu_l3HyL+HtmH<F2.0k|/fE!t0H_!K[5RAX]CFxn /mKD:%:Yz.`]7Ǒt]Rr˙i^?^~_ʹ -,H0Ζ8]#EȬq -1fmnO)LIƖC6<zd!LJ -9ߪjI,zCwyԵSԂ?oŝ^9?L -dYSoUÇV?
}D1)n#i}kF4jf3XHEoZ<j㝲zK1#;r1,HENk6(у5Km^.ppz'Ev'oq A-H:ZC;R
߀
][$hYRZ$C
-`53Zed_X.zA5M߽.@H*M7?4~2H~^[>lׄN=rn{6nhU_*(sFB9%cu!)454LQyi[s6[MlY?oyɈ/>a@ -3pN=(ިMyѕH:Ȝ<'4A4 ʕw1"=rLӄR+Jط*.~izWehFX2kZ B\HV?ڕRm̰=A/Fqqޮ';Ӆ{\ژ%I'D%e+'$8<f8>P3Mz#XP8ʓH0̚Nu2%PHzGp̍2M"Sh"Ee(MÊ y~n'D2@#_P4PPdw~k.6Qٮ 4 -m+t"IU[=#[5b -X:KdGq:-s.ɭBoc2߱|4Z?v'c+"S%Pyi~PZB>b92sIg= We[y -whimĞtmhv=kSaUն'i=^*KfdaFz{gVu0p?aBZ~lʥʑ9:ea5]Zy_sIqJ,YG#XK^k/W1 -+`1ά`X1 JSU=4X?PԵb]hUt^T=96߸)-J.Js.ERi09snSnsݬky^^]wt<sݵ9Q -,}w,9=J -S3~!FqO88fEl<8@}2 uduj^n/,4t?[PwN-3qU@.*j"RQAH<&#BC`>%j~R-bfjP{/K6(@+Qo=e3cyԬ-amoQ&a##\@mŔS\2Cu87T-X5z%0qbr=1,8YUp p!۬M7Ml*-R$-U;dDnD=κN -NGNюM-ϕj"Xv*lbTqMQqh[GCyLYDH967:)ݗNf< g)lAYzfcqi,I -0Wj|KD8W>)PL ȩd=l˿QMEWTNGi+YK&sE#; -a >La5QBc7U@tdX~GĶG_~9dяr=0mQ.Ɏ@`J,\&G JƔ=T=ZpO.HoEրx)&}f;ښejb4Nb8KXyX$3&wfQ=#
<7xJJ=qYEјOȉ!
I)0@E⪙.뤴+a#S& - -jt9tCCU_' W W_!:N$W aIT7P(IXؒw~'btn?@B.5`ٴ焋9DTZ8(ۡb"*m=,|*vIQ}A+;JTHYĢ(˨'dj@6.`u Pf#DXLx..kg^,]_%?*@+:deE^Nݳ) |`\!20'OcW9&hmL tYM
)Ʀ\Bw9~C*X.A:jT*u4n@3ӈ-d^Gӻgzk;:sbFg -@-DJ~չ˙AP4&+eŨCZ5os4)҄=xxCǃ34fXJek1
,s 5)?]pd\G* @5,:d\t1<oX4<xaI>D4]_ց][{ 5
~PmWb+S +A c!l{C, -Y>{PTptX;uK/nzP3Ȃjj%j3lt!셧V;<I{
t|V0ri/,9%̦",{Km
hQ"a/AK>p3"ޗlrյŕ:Df
QUg-N!(PQ-]A~NN ]2%v$<C߸0*_slQ%NcZm]QX{ub`4zҕd -)-at
8]jKHX -{(Z MJ&{@ӖeO -02_O
? @jtnx,{љrhhsIet<(*}T5t{zmf[g 3OoODƠXyPyxK1Oګ/O!oG/N&O 3mTO_綋'k̓ɫ.moqz>jv{aACm̚ow=)iTqqZ>l~v߽9܂6NrOZ]/PVg{rkNr__n;ٌUl۪hnnћBn}2]\$Kx+7ԾN>譯V_D,?o\5[8}vK{HgܲsەCYЎƽo_+s]X9Ov7y0,HbOo.{.<<FtX΅a0<De%zAP@xD$mJ;Bss=ro3/эg
XA-_`j43ر^uof7ܠL^#i -he;z8H=Ԟǯé _$PaHO$齁Ba#3oڡ\klL>u.AWNzûmid~(D`ŲK}ݎ|Z=&vو\w:7'F=o]7B٫(%|X. -WD!q2M-4*S >yP0l9o};1K%SFj>A{~u4:Ul^AKC{AfE\-1l%Y(/xndJxT*}`VҸ>bQZ'8
lgQA;xM'^t\ֈ -:Y -s'/^r۟$WAG - 4P/b5}Dn~V݆&<bXT49@}&k345vA q;
e{|I_ X\ -~FyEq@>l敫R*K̛4hqLXe -'PCM6UF\HBZcۛ<iF %ta?8rM:Isn0jcBLߋҽ-3z[s Dh J@ynEpZzݎcn3|2кhQf6í_=0RAd[h2*DyJSLn^is0=bk0(_?' -no86Nno|=qPr;ec>B.L]Er{|}R}Xh`2\pq@F5VIGsíٛmtj='V3*">ϲKۭs3o =Zw}1l5+^ZYp/dMXCJ߿aNJN{5Pfv`{,ii
~fnv.;ɆXo!gᗧq4ZpifEtP{-h2<M -(?k 1['4\V4l7N^~J=*(6 -(&l -^xwMzތ7tP4@4.&1
i*or'I$/S^<W3?T/Br8_9ɱ?yO*.j6d -D5 -t $YO`˴,_k06Pgg6yG1^ڈHVG'_?T-SŢCJrr>{>rdw;9սRV\ZΜPuǹXXJOϷ9uzCD4 -ՕG%-+{5C֮8ډCVj79+Ň@M+U*cV*(ij1k7kwzm0DPBcyCbEf&o|w09aVt]7(]ZQ};(1tGm{LwڔwgVvEt"'jcMrQbq![9PtGV5PR̗uFi-R-BNav^.lL.Yķ{i\| ֘nI'Fջ\U#7&}++gږlE9'Vf"/Ql?Q&uƚI^:Bz.N왙_#\X`6O0|Q] -)Xa,<tbgKH']]X ư.th}$7"l :Y.)+^%VYyrSco1|TF34is1iH|9kƐ3UbvD~]cCTHarCnQ݉ng4V$F$WsŚy Vh}l8ffR&C0gO -QZH6Q:,9F -b~pB
n%s
`ZT
P1XʥŘ+RY;-7]BŔ#bz[,җq2 nnV_ -m -<q~bτ3DRLeN${]W.[өl@^/Wwo^
lyۣ$zW[vʧڰW^fwu%m&{)[kx*Dn?2Y#_*m}FsْY./LziW9_WiP];x N:YꞼ%/ܵyJ2{/shУdAs^0[OB +Gz b0rULiom?!]n/DX]FГPd3=hA[Zjx1FZӷVЩ[Wg?5vPǨ,opAm - -oeyQw`/-!ģxe&['#*nm4/ҒIR4cX%(vOOEy3M1^p*5ً;/fJ+)e6<R^fMsߠt[Fw -]CE2M'zxD2E*s|v{P5#v%M;c6yy~,Pa^_TA'^mR]Ԉ?玅07 _-F
V_g/HIAlɉ*5/9W^υ8-/v9hٷyXPM_H,gt)䁿z;Rg*b'f|;;[섻Pxˤ
eX CG4
R24hRߣ)u1+u{aHa:( -0,?Y}X`}p!+bCV%֠:o۠u^BN_v7 7b&3[߆sm,{FJADD! -Awu>rIIŒ.9VR'ARB__緢)Wet -U\Cu|M- rp!Zk+Py<ZC -r`h -و&72RѾ|n#gZ>&6O5MBM'z_ -zңFؼ(N3VnJiLw`jӝ+.o;*VtIusـIm - --ͤx_m)wq9'ṋQ'ʂb!KZKӔDعP
_7k/T˶ S۲8cց,!q8apb=yrEw<a0#pbxy:Ӹ/Z<>^QK*% -M)0|7k; -Zy摤gg]@]oMCRe_Z<k;@/M.e̷7~[mEAw5;S,RiuX/#
)( -4J`1%i(F
)!X=8NIў!FKuee`)bD,y!Sol4CV;gX%g[3h]15: -Cm6Tʿ;zqsޔp|h]ٽ.{g.QB -40 --Ї],vm|f}qDj)hSc`拰$HǀkGhExQmcĤ :cW5Cahb- -,7џƬN -o1 -h2;w%yzxr(w.&+LXom@Cl*M2a(){D?9^OLz}/x8Hkzy --.*8Va`%2ܱMty -W@(8 yK6 -2aZl]h|ƫPmLǀɽb"#9 XQ3i{PP*N{6r$WӛY
1/?P _%;^w2e_;T/Yj#j
6CC]GpА͍? -HWBL}<K l5(@(uaRla& E<ss|q.('P#࿕bG}O758dOmJ^2(㴔=d9})=TBׯ0! [OuWc6{2Ѣt
+X(9-# ƊΝTFx>&r2Q-l0/6XKѠC@X`mx>jB,%'JU"b dz}A'+'ma,vXGG*eE&'=˼JMlyaRl:PAD=Pq:TƤlR -l5$oG?0oޭNFkb~2Nc;]3gmWDqw%H&bA(zxfNs7g /`|V.Z}6;=^KdrIV_ -)wIFy?| oU
_2B+sԦ`}gd8<"כ'<%[Kzlҵ]cIh'38E(}Hwۛt_d&O7ƅ&ՓYq{XWқ- -ybx][ōMgcK7}Њr1a7Ghɐqjlry\*GE7Zq!KV!+3Z3Bԥ#Mb3Xբ5r(/wT8żUW1_q6'1.tl˂bYeJ
Zh#ǠC3yO`=mvL=(nmS|{75rs/}{ӺI_Y〻xCk+T>|qS˩K+u罫Rl-v[>g;kKZ`^gZˉҬjCXYGhsڣsN#˼nKM_S,e>d+a'+=!kW`bq61[)Įt9X -(*>vgrDXyYJ1bSp,YJFݶ -=+ؗM`.NI -vbxz{k -"zpk"Q~s6 fh^VhqSWM7PG}O- 4aZ -(`ٽT2(bLZ5AL]|S~d_=V(g@,:=w2/UQ/6CP. -p,dt|wqV_%cW[bE,7>!xul1aCqQ8<:*ؕ]oqtFyN43ɑN|z.+yxYP}Qd/ew6$вaytJ3! -A(v@mZG/j`D$ D2XaChߡEO}$IL9.WuK,X|A2vǁ̈+cX?}&~wf-/#RhG8[ -Q
v"4Q(VV(WM}j B%W&柟ŞfAk1Z -Q͌.o? -G -xf<::h"FpՓ;:~ݦΠ/J -^:(W.ԦH$K>/k]]D1Es<p1 eﺀQ5߄f>U:%2`3f-ugJtFlkIUc7dFuT{XKٗ@NB4O#ȟ^fZ"̏N!ҝ
$wu&'bN|-T1i<c^Sv'=F`K+VUhZ;aQ׆X*%]aDa"M[s؛Fp<{7Ч5CiOv=N`1Fa̚;3|V#o!uR]Z__mn3yN$V+Lm}E㍁ScS>}8/7W6oqmOIDexJE>0T"AKm۰OPJakx҉ƝKІkZDw(%l"//}ދ01P.Z"A#UA)}NDg|g]kb?+@4,~;',v_ MB^_ YsgA_wz\]uy 8p3 -TK|e̒0)eՅ_i>Lfp=g`[qO
s sɠ70U!,͓"gs9Qʮ"-=I4UIs#ZL"6J.l~i&j9Aoz;EJtlIn2ID|LxNr=ܠ~3F/wp;~55N,Vq⿊;}Ɯbe0XSvU#mawG~!no"E8)s"i :{i}ިIxA<9R){z/ -F~2m -z(PN)(*(^SdKL$O' lCQ_Nx -'A~z}9Hsbn.p!udrY<O=b̞^G&A`˻]hH%}\=$+Umx_~S&}I p$;~&(B%x5Fw_f$zI,b,~ -z:[ϏfwssCPt܌n9ڷZmb>A+7 Go M_}xۊA{}JGiNPv0 [vMQs=bȈ4A1x/׃~r~oN6'+EX^¬J#*ކdڗl_*M*-{y}ܾw*2xvIVds{FN>jQ7nxr|L<Ύ
43Z˯}\]WM1w[ >>d6\wnsa6_wwqWt9LkDH/;[V
$攭e9P6{ˁX?PAQ%jh##/Sbԣh8il˴qg*Ju2sG..}܍rTު}u8^i3~CU)K0ry٬gLo9<:( -+:X;wRKقڋKW(5*m/GϵFt]c4}H -eG̷>0m=~<_(J;Ua[wOb - -+WYRH9'P9e*)iF&HSij-fB^b>N=>ܲq>d0FuASV-QR -%$if+zh9`tӶgJg *(° -:*9~ɧꪷvIa;:gdHM[vO]=N"&d˰&;H}/c&8/%HC9o.e6v8KE -*aN2*r2L쎷+Ў+5"MvT-?Zdc"{(M]scqW3KA:B:KP\zjx少{ĬEX}h8iO=MT9Q^Fؕ/3OBW2x/=ޭf}D|ܨ6ZF/)ը6d֦[hSEagr)09+؞^uU[Ϻ`c[EhZ8`=x?.6ۚn.1o6g}OXdmhVUb04udǾ^>- d
;$O۾L߽̚GxIIH8k7VMUO>kHOܘRg s݅~p&81Iui
md/ma©!ͼy0ZG1,˻_SZYmARN7?;uF $Dz{# PiD7B8@H+8*)ƥI~BΚ Z9Z H{H?ln`{0i0A8@MsOp+n~)"a0쟩E%W
@@j#J',0q6A0=@}1Y|7ÄB08HtY| ,B3~bЩd0bS5Зb"'LS;҅~wzrY\Ho8 -8{Z>& $D}1߸@Ciاj|7҇>vleE9AbwrT䏥T@"J#$GsðegE-Գ=O -94űE'$\rDSR=V0m=ZN`_i֗y]HUA - vU$ -aav -K#{E`@ -1BqWH/GĐ+~G6!96Ex!է}#cVĊhRBGJbfczV+R<0mHf
"GV?^UFtu=0+nw(B!wGʻrSo_c| d)G -ـU#pRhDѽ-^HOĹ~o;M4An -(|z&S!PO+J<s ܵ_s -W^[;U_K4Qغx ۤ8mrx+.xvx@gtOR):.Ky3r{~Y H7v*HULb/a
d6O|t[}l<ʚs^l܃"|*7 XOnB{1ցF}^BѫՠZN0&w@ )zݙA7㍋aΦ_!.9G9Xf{Lbܢ#a#c0y؇l>WּX˚Le9;-EV\䥁2-w]>`px[N\C;wH -:un/Uq3 Dzdm0DCl>ɢ;K[Gz)|P -Vhg,9O}]P6LRNyKsUq"ԠX⾾ !ro>w"t֜ŴgY5ϕk+.N(#G&ruc2>z>'줱hVeM_;4E&TJmܱtjbE.)-I$du!1ݒ$͑_3I\ͫ r/69i0Uشr#TYX5#%mJfI2٠r"%h~,)3x+r"hyЬ1DdS~\yF[92)(/`F;D%bg䒆bTҭ -iu -TCʤ(Y.RZm)tV -0IF1$E
Z{[*iFأm -
U6y"N WDpy5=bG:pBt
tfHmq
Om%vD: 05^&❀ϗ0tؘi}vi$hșvH^jgz5vMaՐ9R*&p$g_fn0r)[&)`&UU"SRM\1fԡ`$L -l»DI^7Rj.f7pEʅ
]9"W| -^Qs[>?$PBU2g$% -m -Q} @zl(Y -B kBdm-j_%PQTj*M`Vp7 ~*I?^_ӿ.]{7\/^//__>}/'%? -0000011892 00000 n
-0000000000 00000 f
-0000011943 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016528 00000 n
-0000049002 00000 n
-0000012293 00000 n
-0000016829 00000 n
-0000016716 00000 n
-0000015805 00000 n
-0000015967 00000 n
-0000016015 00000 n
-0000016600 00000 n
-0000016631 00000 n
-0000016903 00000 n
-0000017086 00000 n
-0000018107 00000 n
-0000020165 00000 n
-0000033271 00000 n
-0000049027 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<288646737424108E7F5F865140FD20ED><C99B3B9704C748F2952D3D6C5D122712>]>>
startxref
49226
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fi-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fi-english.pdf deleted file mode 100644 index eaf8f1600b..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fi-english.pdf +++ /dev/null @@ -1,327 +0,0 @@ -%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 11580/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:57:20+01:00" - xmp:ModifyDate="2015-10-28T18:57:20+01:00" - xmp:CreateDate="2015-09-30T01:52:20+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:5f752c2a-162e-3b4b-ba3b-32734ece851c" - xmpMM:DocumentID="xmp.did:F2771D32492068118083C138F3A478D6" - 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-en</rdf:li> - </rdf:Alt> - </dc:title> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li - xmpGImg:width="256" - xmpGImg:height="160" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAoAEAAwER
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
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q=="/> - </rdf:Alt> - </xmp:Thumbnails> - <xmpMM:DerivedFrom - stRef:instanceID="uuid:307a8720-a812-a94c-befc-27329aa93ced" - stRef:documentID="xmp.did:EB771D32492068118083C138F3A478D6" - 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:F2771D32492068118083C138F3A478D6" - stEvt:when="2015-09-30T01:52:15+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.54297 142.06 90.7051]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028185720+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 3349>>stream
-HWۊ]}?pU%$Ɓ<h&1d}96 [l]꺪>n~1m%mo/~/TWaַ/K(X}= -l@ TUjšu\]dAbGUnXvxN4:l^_(hYl\Ҕ.~Qݛ*n*>ׯnX- 7\`@"PZLקjx!U-ՠ -Ui-DT5(7 HK9rbd/Qo`)jiKL -J?lB7.%w0$o^\RU0K=~g^Toxg$zMs@
DygH@Nٜo:S23 -hYp>c5h1z -2Mۯ*b ~%-ۅ0v/7+]n,,'\p ˨0:\"AA8D)eGs\{%eY07G7wG_HA!2$$eh|];+5 ->@6U^[pdR Jwн;.KGbu4]86wװZU\pitD% -TD-7gvh~?QftTܵ}$lz`&nkN-h%DTmuo5]82b K7<q4ΣM0M_&>gº"1&:Y<R#KO3~5(ptvk%^Sox-ka{YC}ʲe)~ٔ)6dې%%{OY)A8yM.tҰGYewUmr3˄% -574Iq.Q -FWCUU ^ ҾC:2^;Yn]EECF4, 0qI{u2D_WIhu46R\Τ"!Ta
SENhפ|$$iή-
PMAӚ=!?N{!r9O rQkmqB"v>D]/{ʞrL-r|&3Ո4C{+$تƞ"Ve"|PYw#59ьAQzT66/kɥiCC㋘'(̓w&u]t,`E,$ 4fKP=U<%Fa*Й®(2i>ĚÙMw4~4N=$LaJio'-εY'%:z#En 3Nl߸)@[vG|5XaɍJd$¸ ?hhhA+zs "xãkDm?gUn YnpF7˱x6V1{Z>hiAٜ(^>&dO?x\Dv-W
QHn/?W/6 Z6]`͢kEay:|iA]0l,r|kVm:ME/sXզ_ش/]&5Tc0:wf&7e6"c/ik$\ݧٞ$[0( -J9"2;!<nGCc,G2'|V;VbPI8qմxk˩q6h,'8ջ;1as+!LhlqDogśVu?KQ+t0Su\g<ӄQ -kQhƮEAdƿÎHxؼVdT`RU8td5,], -2̄)&8>pFŸ[8i؋_թ -6HzilyOZ@h)?=?7@%>{hx~dޟ:w!퉷-V!^Rںu&F0蹪%9J-(;R%>Q"c<ONO(_EoSKiJMI\w%26a -92 #CJeF4:eS$'j}&'j^DU5a& -'4佯n-oKҳ6<JTW|?c
fB<sfgrCy#`;AM0~4ɲ̕dŞ5
\A>$oV]$Ygj4S>PkVS&BBnV7yZG3N_BC}oQ_gC^8m\y"_>vTIˍ=bYiXCj{Z8%;۰ӻ,K3{%y!h\6ύmwgْF9LKk0CEV-ԛ-'f| -OΩ8@qUs>H_Ȁ*$wb}ܹ-P&38m,vgC4
~١Luv~.`>? -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028185720+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 971>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_fi-uni_outline-inverzni_en.pdf)
%%CreationDate: 28.10.15 18:57
%%Canvassize: 16383
%%BoundingBox: 0 3 143 91
%%HiResBoundingBox: 0.000488 3.54297 142.0596 90.7051
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 1995>>stream
-%%BoundingBox: 0 3 143 91
%%HiResBoundingBox: 0.000488 3.54297 142.0596 90.7051
%AI7_Thumbnail: 128 80 8
%%BeginData: 1852 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFD9FFFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13031>>stream
-HWkrۺt:37)llj?4Mh A -zihUj"mgDM;X HJ
{C2
CV)#Z:v 2S>9D\u,'iasN -YvIg٣, xע=go 蚿`ԛʐ(:ooLĿnZdT? -<JD/ //ec;ls8KY0l4>D\ &j[ElIBk8 eaS*J^ -:b[>a6^|B -dc!<zf0!LJ -9ߪjq.z#8'Z=#ik7<@ϗ];=l3<#ukoHa"D-6hUÇV5>/_a
t>b?
Zz#i=87Zi>f0"\vxJ3e?jb*nq Gv&bYlP.kVs+\.ph/Ef'oq $gZCR
߀
]-F^`l, );j3}E2|r:,z=]P`$z}c$n -eCEAr,7b}uoxH՟K]C_8yQ*1{N~<(P|pF?{/mĀ`kB'Mk|lazvX]71Uh@
挅S\sIrIJ{^H0MFmquhb87ȁx'?O/( ztS?"f75p^sC)$%2'ABci+ cD[J%䈦 ËS,$љWoT\ }izW.rˮ*}#,5-]AAQ_TSJifxҮTce|Dp]8KoWܓY:*`jt$"ɒ2 -\KN3N&B=@aFT],NQ,yJ$\fMhSE$#8T\DS)42c
aE<h?wP"QJg ۯF(y`(h2i;r5@`(lb
U:XIxVMК[K, %C8X_9AV1UxLUeXanM㌱%)qi~PZB>b92sIg= Te[y -whimtmh=u=kSaUձ'i=^*MfdaFz{gvOza~̄ؔK9v#[
r$UՆtNhmO
~]-&]]ʒy|H;:kyjછ|/|}6i1buuu']A"8pgppX1 JSUȶg - ?r^bNk(Z1SUcy*:/>ÜhKfcw\Ҕ][G]%] -"[buMfu\7yW3pvH"92"&O\mioK~ߝKN - *LUp?؆O?_VWqٚBJ@Ȼz -
1#֢IBq0HKa04vByA/hFk2VFA pJ<ْaSOɖFnr
S*:Lq.^S`)WVԫĹiQİTdWaMl,cr$,fl77}H7TE"pS8j:)&: -;=[F;66m<W`%NhP%ƹ6-@.ptFaMo$R>?mL3e*/"1,x8&w_:8I^-$ҧI2e陝k
Xĥղ&),,N_v\u -.~NbaHL2(ߘFx:l,6PA+*Ĺ/d2ITF -Fc>!'B4@&j; -%︬GLZ*#8uHq]4"r0Q";jp6%h"Y -! -a&@bh˫F`/,)
pXK$@`;![0ޖQ;q<*
-V~ZE&S[l\}8`:h\&=R!PLC&a`K^莿c_ѹioԀeN.jMR)jZRkBo -(k)c2MG_k3z Ȳ@v}ɗ -П<]}F ?1CtLqg5e'4k:h@bse&ZYw?L۟O@`&:S#zԹӸZ -?Unp -G:4j麐`ö#vbO@({ ;bPQa{.qsj$ګ}ѻ?$+V Om)<hp%/P[Fd7&Q0@>,fRRJ=^>3a2p\ȀHSbIH>\WMP2ǢaJ̠܈2 s+V'+ƫ55=l)|<kV <$7)M[>fe@+Ș~;1t| -ᕵVO'_K'_v7>nct7N߷vrP'uS=gGHIZ`s2y|ն -{J=z*m<-KXkt|kt??zyX|j3VyYLE+ts/ϟ._mpjǹ«[y}٤w~o}fמE4eý''t|-;i]Y[;I=<>_͒ۇv4=]oK 18}k~σaD#^}j=}
wuwg5C?\HOCZHY2,dWAdMҖ?#4;B.zXm%t7hEk@mvf;k͌&Ik$Ml_bPgA>'w8 kj0#d#7P(l{dM;kMɧe1jx ~`PSQvx>#@o -M;o@=&xdZ-Շ2h20}\Ǵ -~Tk2h~W{q"h -fC8zqmFbfN\|2"18}`ǰl/Kaݯt((ԧ~8rU -_%s})y3 -&`UZ7W"贙tM[~v[(OW?:x9m!vݾGQt|
wSa- íc-T'.>Qn,uGȥҴ)+}Rn|o^qoV*]3n2(H1HynUs?{ӡMЛN-49jwRe5\YְwUpx6w-w^/@>
r`?{\+. KxY7l؉UiijNtxف=0
3.e'=44ם\kA.ͬȠ^jϿ
}_VIgmB}!:`]һ;
FՔZkwacߏ<^\>@F$
(e:@TP9}_5қAf(eD26M^e>M$wҖdeҋ窵߹x懿E;~RSW999'Y<IEQV[}`d]kx8Є˞cC㭶0!rd=whs(xeA.zvǤ+M5qm_m%#J9VTt\CIFa?}!8lV!k8~
Ƒ]Ϧ8o|(Ka{X`HI\·`/֧uY,{2WʟS˙8/K_z+S:}BoFA#ѻvਤeeϷ7cv|Q;cJm&g |JvJ=MM:ffN
H\h,ϳrH>lx"-&y0FEK+8`o9F-ґu_nXڊbnHN^wI.JXL6.4<d+ȊjB.(e^e=PH7)L+%%t#4d-ZĨzcdٿo~r,Rے8?H0L]$E6*'dX3=+UYhP=3k=xr?& 0:S1}C=+ޝS\w 3TK4vP;!]-!\<YǴ1+݅?ee+9k!Pnj-Rԡ<vFq&t.#7/gMr -PΖȔ5K{li7Ln-j;̛!B*99oبDjX3/*0
2wߌAJ$<vHƲQ 待`a%4שC\ss<~rC~XOHWyLEn -C0h6"85!b]0Oqʒ.Rv;/=WЁv2uS}fqzCGob$㝿:nb7_%6 -Y#P2D~MSq$i+{n.{7E,ZFS -&}P -6ӝHVK>J0J6( - -A9싃#Blͩ[,6OSDxÒȣOUbה@+.'Az g2:ըW7=6QvYd[Y -}lG-(`Ky[{=fHk -:5ڞ{ǽՙ
.t"(m{WWZ9/ -Ѹ%xdycAŐխm%RZ2IEn) !(v"s鶵"QX;{_wS}'LI}%LцGJ̹bVWTPn(`MԺ'b̔/˂[BykS%s.N-!bD%R2<yL2L.>et/)I_緻5Ԃg0``UEξz3bQ,4j5'':=Pd*"1Ѫ0Tj%uUqx4]f"Ds_HCz/nfĮi'q,9&/oE*k1y -!$ëm3QܱF_@&9u)A=(m89Yt"@%993-6O -A]D-X$d.L&?Eaw>O$h|3/QnC].}qxH4[;?%XO-RI{ON8,{+[M!{$&Hxo+wDQRL: -8[%]0iwD([LG(=kď͋4cFDߜ~:Iޱ[hbET7w
:ضLz5rS{B%yRJ,-($8MI+%&_Bl8-KS;k'+Fɟ1 -'vѓ'\pS<')ƍG[>B^Þ:R. ?KW ^9Yszf#gg嗕lOU|^l>rtДwVSڹC6,2>\Tiz\!qҼdu4|]"BY?U:\btM-)vڤlә_k,,``h -K
Hg&v}a1&a&a^ܕjfW/Cʺ3
Fn#`* p*SwW@R;\Wרp gI*}:5ԥJ۴1t ,UF_*ų̍__+|{uaPtW3@O3*Vu2Bjِ@I㸨 -SfpbܐkR{S:9bt@^W&[ !LX!b:Fc/_0ousUq5jZ<~:zhJ -;!s~7M 9 r -B
r%8g -$;T3bwD}uЭ1Y/ְ*3ԅYOk<)pd j335#s;SZQ2 -o'(/0N|RǍR}\9(.oCUC/0M<>OzDcz$<7Ֆ{-
{sw> E"
URv!J3`F.aD7Va[LCpՍ#!ɒ8ѐ/>!
CX{,{VA0@{c #~ƯVN`Ftܛ(-&2:b<p -HWBL}<K -0NQi44Fa̞*cF"mT}L!-Vf_FjN0#|_m G/L`-6ZF=QџXI77ZQ_f/GV9<HD^_a|Gho=waԝ&K +C](:5sFڋv@GpWd"FD!W TqϊXFqGܠgܯ@{qB.)V#\Br?P!.Z($0䭪KFlS೨4ObL{L'Bzט`+sbCoRb<M{KL=Sm#>S[:#tƗ8:>tY -W0V -<=K_v:$>F 5`^L}gï*]kЂDfd<"Θ!Kf~ClfGtmk}є{~,O+؛M:Ț^[)OrAC;R+p*VeL?_\[b4?:S|WZfU -rϊŘ2b9kb9юd,-5~Y(6cL}(0ҧNԮ]}@Y.#b_vAߦbAD| -ؑ`w-o^ c[DQK^ϥۼkD4oq{[CsO]]4ܿB r>援Єj]+=fj\Pxc1i$/1!wի^N>^}XMD8#B<XtL=ֿ߫()d -_vs)~+_l0n%=] -'v8>XP&c،v7_Ԑ3E~h~Ť-N[D`M / -,p,dt|oqV_%cW[b ,
)][LXP{u, -vA2~p\6ݔQE
$Lv$2Xŕ<,Xm>dew6$в`yt -MW0꽸|?-SVՆ+9
{D7
Ia[aI{6@e*/u>{ƪn->ϫ`tc.s8އ9OS7G.ϫL.&LX.{;]ðqxiV=nn/f'UFb8R)jZ+;a作|§Q4V"ǽ
&QV҆
{]2bS/Q[@5@!ҙJHSP3/ -$?y -Ĥc ̹Y"AR`Yj26"ab1nym6><Е4x XdZDyu3Qrs]>c/c/DǴI0!w)T]k![~fb֗gl=S0HD-ZJ}`{ڜ7PVW).>܍Y^@x+ʉgwUuw:Kj}%WoZޫx"%XjZ;EmE۞3AyddΜrB8@o3T{P=;o6&/Q;gWӎ:lÁz[S4zhm^QUU+DԃgT]=Z$U\I)ByVU#$]sق~xqEy94ӒNAVCn}!0SR6w͗rKA;h(WC\k%V
̘2$"]+pvh;Tbb^d>8ҥJ3#;|/S|خ 8Pq7S7}lB.\ce$V-(gkR!jNY& -J -媉~7\wBO-{@_܁`^VjSsX3,HUW8^rm?FX {]^rG=NOv&p+'mXd˔ۍӇ#7[|.'djyO졉66NaɖGƖ@*č
};ca5va;-0]ZN+.pH%
g>yϨO -U&^<DžS-+vq % SR=L,ǎ;/Vv[VFD'>',~֭ %eِ/DPr uzauQ~/uŇg֢L#
_Q|MyGF.ht0Y!xf]Kg7 N֣74.BZ6OGh:>?#~ ɷCU?qqad;3&jr~w T<-Jv"Y(KzC0^+zIz=Fkm)=EZ>jkG.A!%m@ - -ӆU6T'&:pXmkM/}l頍f@o/c h_CV -M[k'l2jP^Q+,/lWuk{SH~a}(iҮG)rl^0ƨ42Yyg&֛j-.SjT-w&3҉Jw]/mw1px,`JܧowrB3-|ɞ>ih_ bwgFC#hmQ J #l
O:Ӹ`c)ڰۛS蛚mC兰qC@}Co{?ƶ#_[܅BkZ$h^U=(%/݉l1k{
X짰~濙opAv=]vB==},+qN݁+S0S =G~cBb&'L"YO`KŌRa --S -*n( -",?f+Y3i3ɓIoQ{I=4mqi\_qw߬חCA?0P< 4;!'^G&c;#udr^!/a݅]dQ̥#KZն7+5=eҗGkB/TWc${ЏeFNǐd+",,ɒ=Wk9\lv?77ujK}۪%(VLr2pwgѧtkGCe7+揌xOIcn=2J}=x-lsO_zY(*4<lmHf\}ݬݤ߲wާ{g"WjDlhEl 0gëf>uW ǧ.@=UnnY_XZMߗ|l_^%=en{~|4sǾU~},`LOns-;ͿE=_wO6f?nsQw{0EW?KPcʴFe@bNZA1ColȌ#tUf022e/F=zXLwp4K[G.0Ǐ;}䲋`"ط/J.^+[#*61Gx;TD#G zF3cP+i~s>obߡbñz~iˮ>-ռT-]kؾzb,\r|t\|m@U<Acoۇp^BS6(li8ieMKIeˍ86U{.>:bY[%A9-jV -g>Y,M[5><0@6rÎhc
a.ܗ-|)ZYh j .-ڵr6Aq[$g|^`}hYW z~36@`hT}JXOK -S: -S;1]ycG!%A4Tclߌu(ϨȋdP!:RЏ'~ -p}ւ;1"ƨt\0YL<`5ԛT1pbZ_/ߡ+m*E'fᾧOi<M- -KUxq!;8yW͕~[₡bGsxSVC}0- JĖ_Ҁ5kr{jiN5}^&w -=k-lG[qhpċy qPePv |}ֳycUdSuT,K -˩UVy&Eg#W^-ИdbA$NR#DkU9EbNj_:"*{tA^AKyTQϓ)c[^U))X:~䐹nisTj+rVnWȌ;2Jf`}IyP%YqE3iK3d+4^aJG6mwM0DCH.N0PBrhkV\/j.VK7m?U8 H$ݰUAEUAVYwϹSݝM>up<IWwu[UoW<4}c`g[eh)HطgY@&BkC2lsR4sR&hcgT - -37v,S"TB
6 jՈa#
b"Z]Zk&*XڨD/#ʗfR\+`<RXVSPv>La>.TbBn*TbBB寕)xzҮ@a'twy/؞^uU[Ϻaac[SEhZ8P=D?Y m5;n-]BcvlVgҟ[w*ĭ - -Z`73ji0}Z|{(!PHu}45{%%=_#ᬵlK7=z^CB}Ƃ7|ց~2!x]gi(;]0S)1,DM]\~ٟ@v,O-,857/BKwA(%`vyKp -aSW+˞<XV -RݩƂ}nA"0v!t# -$R)DCT@:7̵oom8KaAIȩ\[wB?@L3=K9ye,.7cS1& Q$Dg}1
߄>҈O]c، -ͬ` $Ff>'{RAu.S/luN3Ch9"`XC#KricK;gO -õ`uItU3왍eБ;$AA52[D3ȹKNzܓ3RWV,HB[s[>!$f6ͷd3z7uwWpZ2zv'${(:/UU7,ًܵ:%h2(;Gr#~a9HJjeؚ)IZ=̙+/Mb*)a#̀pq6Oeϋ!bXsӹsmԾb㼘 -h9kFՇY<!NCzQ1`Wf -5m -Ge?IhQw~1Yn~n<]V&Ft~F.Q$UVGng9W -tn~xU6+yWeL>L -D WQgf2/8%"W"/k0G$Qt)"Db"^U$G -#JՈ|0(.9ƫH`@Ud3bx0 -6q!W6;R s`}*<Mei+v#4Qd]lJe%nG4A:a$6MlGp e -Q] -fijF|Jni͈;CbmnF(a#]35M20[͖RrO3f/X;C1+1-Jf9ty=ku˸aczoyb!3CB>|=`Wg]
}'ybJכcEgC]a鞕W-ɸdMt,~,i\@s AtKRTXjJun_.kqm˨]X3.:=3i[%3cIf 16o6I1ь/t[#뷇fp|<A{ާ#us.a}Oj6x6uꁼ>Guގ`H(Pz5>?E=fBߌ$B ?B쯉do #[rևY.N{MqE+pZO½a=(ky_yte7Kv]F5y2`䛐('1UAٮ2+9]ЊW -+wfQ6A't~
.7&R@D2l*pHq=,%Өfd8cdXD[P3ӈLD^K~c@u)vxe@'ިS@k米z99J~fvw>\nRhAxrbqq1I\~ .t-ʹp[ujϼ -K8DǮ8P%S7x[xcopΉ)ƍݪ)}b9*'EN@|ÛD-"Kp+49>c~A>v!PVl5TLBe-!]PTk@Na3ID苎;ѺuDY8d":#VGsQכE|e6AX[-i|EF8d\zO!o%|RmɫsܔR*BRu#YbAt!徴pP7j>x?sؒ<uktjR"tBd~lЙ5poL[wIQ[g9nP[P9xu*jqq3H lW>hͯ/֜zPA2K·6#[y1-e(6 -S{ŇO2BX%$d)76=$5B4vhNV.2i.C&dgâi&bb2^ʝov)~}>]_HT$Mrl2xҹVaЖь -ր]$0Z$$`<eX+`ȟBWְPN[t`AӁ`2^ğXO
$ΟG!R;t HC/x1-r*RƜ%c!!+r+W /z
FrD%"b=wIhM:5i}6#畔Ff!g-R'Te|0
KjNh -ndyEVvv#+,a}[ 5%V.ZuQ@{uwגöhD?z)a׃flאgjz$ˉ/x/-aGEBj jzv~U{*eԳNgFFVɲ5:ۖJ0LXl>9mkCgmp^Սծm5mP$kY/5ZTۻq5]a?niT
'.-ƒ(T8#rVCbս^0?q>3^!FD#j'Q/57`fmxJQ#j^=u/̧k%$J%j<=4Oc4̀V獦\4Nx\Xp6pJ"5MtC`CF -u6JHʙ) -%IM_gԿ"|G!-+R{2挡>@S/ngZ">pQư!y!-[Aee]Ʒ`4D*5zo!e49^24O=/+.wbTR$?@2n!(Y϶ -I. 蝠nrV1&Y5|deFC\+x-EXmzTHM>(-va?!ŗ76p:yalSuTEQpbOp ^IE -qU -_*t&,VxR.H=()7YWRIvk-!-
LG愄ںs|DDӺ#7")E"bV}=q)`v+&ڔ~QIA{v`ydٻ -(-k):tzա,EzT{YQ4`:9m؎˩)^tWHv jR( -U/amRri -#p*On|#ɴqɠI4s!hA.ߝ2.kF;ŀI~|qFGRߚ{uZ^{
j~9 -$B_QQh7 -eNlk\J0 -U/wk^PgĖ<2ȉ$״$JbI<YF) zE'GȕN1d -;L{!+-AjjOVU3},@&AuWC]'b \2Trtto~/?~8/}>}ۿ? -0000011807 00000 n
-0000000000 00000 f
-0000011858 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016349 00000 n
-0000048797 00000 n
-0000012207 00000 n
-0000016650 00000 n
-0000016537 00000 n
-0000015626 00000 n
-0000015788 00000 n
-0000015836 00000 n
-0000016421 00000 n
-0000016452 00000 n
-0000016724 00000 n
-0000016907 00000 n
-0000017928 00000 n
-0000019974 00000 n
-0000033078 00000 n
-0000048822 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<DA13E496C366472AA153E5607F4EFE2F><0347D8DC6219449F96574B22469CA69D>]>>
startxref
49021
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fsps-czech.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fsps-czech.pdf deleted file mode 100644 index 4910556ba5..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fsps-czech.pdf +++ /dev/null @@ -1,338 +0,0 @@ -%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 11325/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:58:08+01:00" - xmp:ModifyDate="2015-10-28T18:58:08+01:00" - xmp:CreateDate="2015-09-30T01:52:03+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:d2886930-266b-e242-b70d-498f2bdc01d8" - 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="136" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAiAEAAwER
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
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//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="80.000629" - 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.54297 167.669 90.7031]/BleedBox[0.0 0.0 226.773 90.708]/Contents 17 0 R/LastModified(D:20151028185808+01'00')/MediaBox[0.0 0.0 226.773 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.773 90.708]/Type/Page>>
endobj
17 0 obj
<</Filter/FlateDecode/Length 4122>>stream
-HWKdI)&eX!Xp0#03ʪFQK]ann~7n/?OKyݚm6n_5oup4ힷ'`jv/W`)oM9lr{ח?^l٘5m%?mBcaWjXiu𧗻mжѸl;0Դ|5dj[uë ̨Nten -f9 9aږoն` -uk¬{Gr0^cs&<;y -ï6){i#tpP+foW]PA(bn -[df]loB>b]cvnDb)ڲNBQ;0vFk!'s}}Ü>A$l6W0@5 - -kJٿ]@.N|]~Kْe)2 -']DV=V_SˏKjeI|I-0%ZԲK-2|Մ=R)W1XrUٻ9
Dl$^Cܴ}!q} -׀hƎieW`G2({o -%3B5ɩ=}%y4Nw\ݮ -T[T]$ZL>Yf,==3R](5I55ʣĬLZXz$`|&rXS<ɔ $`EAݧgjRLM/3+Tcխc<}!ݰ> - -\XIBʙw}/y6_+ s}'-8ȧ|n§'#\ -uZJ}'VBn=Ǥg1l$JYcR -9uƃ49FӷC -I)7B".9$|[tlNspwlZ+cKBjI.{icml!Dǘ!x<|UI -{kCM|FrBPɝgGb``3ΈdZFۖTQ-"l%x:c#.֦n^Qtcؔ?ٜ|ma[jLkAw}[n2k~aNT:Piک4]4=CӨ4=EBeR٩]*HBsi۹\Tsi<Y5:
6,Ah)/1M zRNi|2 $Gf%V3zhPL)kcj =N[KE -6Qb ->ac wAKz0FqFO~RK5@bԍNj0uCr5l`, -Y7A
b։B@;P)=lc:ff<! ^Zd0}/>vA/ o{
2dPѠ)Wxwr_2mVTƸπBZ*"[Mtw9L -R5یH>V`&H'R9T5@qYIyP.G!Zq+r>ZSX`߿F}R㗥mO -OQAھ7Xs)i ]qAvLf7byMLXF,5MV&m āQ\dY̔?o -E凮*LBM6-2߮fGotU
tR!LI(,9_Ml"O/O -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028185808+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 973>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_fsps-uni_outline-inverzni_cz.pdf)
%%CreationDate: 28.10.15 18:58
%%Canvassize: 16383
%%BoundingBox: 0 3 168 91
%%HiResBoundingBox: 0.000488 3.54297 167.6689 90.7031
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7734 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6133 -260.6465 509.3867 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 1957>>stream
-%%BoundingBox: 0 3 168 91
%%HiResBoundingBox: 0.000488 3.54297 167.6689 90.7031
%AI7_Thumbnail: 128 68 8
%%BeginData: 1814 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFD87FFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13032>>stream
-HWkrۺt:317)llj?4Mh A -C!D')<[9%XwRdIEkhW$jb>4_s̿8H⻜P
Lݍ|JIPAg}1C
mi6/ԙ8ce#i. -yNxFfN$NiTohb6e(Vtah`*2kBmLF1S -dc!SC2n&tK%oQ5$GL!wmooQ.(zNQF.nxZ;+wzBxF0E*.Zf9.LߪFjd1ѧ|^
}D1,)nGzBpo#p=`D QkJ[g^.TܞSww!M, 9\F0/V\֫~
!_4%9̦Oߠ@ރZt)'k
H7,~5Tt
Ix~<Z$C
-NS2V変ea66/mcx͔ES?wdDE?|zifDգz)Q6#Q+eIt$(9y|?BZg ʕw1"-rLӄR+Jط*.
~4+[V9^_VAȬi'R
rz"ZjWJM#0v ,c2w,]!rOwFkY1K)O$K(<pWNHp/y:p:}f -A08F ND)eGo$iȤ1"8\Fm4γ];\A6hVVDb%)c{GZ5Bk -l.|'t*#0tPc-~=["][TeT9ci~4tO2*WDJǥACh ;尯w+M'$_93m)Ee{#F㊒p#OyT
V2i=^*MfdaFz{gvOza~ؔK9v#[
r$۷ujjza;6@`EATY6cG0@g-O
\u{/&5_1;pj`(qf
TI1%
-z_Ls[!xG+iz
E]+uv,QEEczll+Ңk4WR$ukߟViTܬvsrsf];jH$x='T[䩴>-R`3`Qм#Ff #0MCze$xi`=x$Kjz<m# -*k2d=}Md!QUÇnDFFFܸ-l_6("2?jA]=0Au!JqO88fEl<lyW>ZZ:5/:-xA;iVw WJUVO] N$_
bC!BpDZB?\hw1Ic 5n(=WhmWݕz{\7Ȟ2Nə1[<lj֖ai0ڨM"a##r0ŔS\RCu8flÊz8W1M9M[+N)~F1܄a#a!4?dUI>F "Ec͔耛IA51hTP2aش)2yTOKԷTP%ƹ6-@.ptFaMo%>?mL3e*/"10nt<R/$w/x+֧ie3;Xĥն&),,N_v\u -{זGY%#="f}efxxkD? &\F/L7mnX4 ~#L@ {zʝQ_1z]3()&}f;26[p1Nb8KyX$3[ -Lb -fQ=#
<7xJJ=qYEѨOȉ!
I)02"y_xPUL:)m,yJiȔɠ02QE#tSNyƦ#bNX{#aSRf$6PL^5ƒ2_- -&X%|ۉm]PtU Udn1yW&Hk#i(,q@bkVqL.@wccݺ(iK
X6YpQ#$aV8%e86eۡb"*m=,|(vIQ}A+;JTHYĢ(˨'dj@6.`u P#DX#Tx..kg^,]_%?*@+:mG^Nݳ) |`\tfaOǮ>#sl!˻?1CtLqg5'4$F4 ¸2-r& U\rtQЉT@=i@-f&[w?;[d根Mq[*YxU/gz1)iL
#(WĔeŨcݵhk v$VHNШaG(]R4l%$<h2v=q -VPI4pT8X/P[FdWB'Q8@>,gRRJ7%}dxkѹבĒƑ|칦s"<\%eND7 -9;SR3vp#ˀṱX6|Ng[$j4m_f灥A&@멡(B@
y7:T
a<0Z>zGYFu_Oր?YzhV"Y.nL''F^bctm,^Qx<<TWŧJ'7ۣ'ӧJ{TpZ|6sUn
7P={^k5V}=vrP:PĵyiӦsy~[]'7mO -EV??8B"N/ڇ/7[U)Z)\kުlT.}U}ڍ3FiV\E+ts.綯ބm\| pj'_«y}$;^cY~j:xq}dϸrەCYЎƽ.镹T
'k`<HbOo.{.vZ#^` xR)KeA*Iҕ@'w||:ro3/эg
XA-_`j43ر^uof7ܠL^#i -he;z8H=Ԟǯé _$PaHO$齁Ba#3oڡ\klL>u.AWNzûmid~(D`ŲK}ݎ|Z=&vو\w:7'F=o]7B٫(%|X. -WD!q2M-4*S >yP0l9o};1K%SFj>A{~u4:Ul^AKC{AfE\-1l%Y(/xndJxT*}`VҸ>bQZ'8
lgQA;xM'^t\ֈ -:Y -s'/^r۟$WAG - 4P/b5}Dn~V݆&<bXT49@}&k345vA q;
e{|I_ X\ -~FyEq@>l敫R*K̛4hqLXe -'PCM6UF\HBZcۛ<iF %ta?8rM:Isn0jcBLߋҽ-3z[s Dh J@ynEpZzݎcn3|2кhQf6í_=0RAd[h2*DyJSLn^is0=bk0(_?' -no86Nno|=qPr;ec>B.L]Er{|}R}Xh`2\pq@F5VIGsíٛmtj='V3*">ϲKۭs3o =Zw}1l5+^ZYp/dMXCJ߿aNJN{5Pfv`{,ii
~fnv.;ɆXo!gᗧq4ZpifEtP{-h2<M -(?k 1['4\V4l7N^~J=*(6 -(&l -^xwMzތ7tP4@4.&1
i*or'I$/S^<W3?T/Br8_9ɱ?yO*.j6d -D5 -t $YO`˴,_k06Pgg6yG1^ڈHVG'_?T-SŢCJrr>{>rdw;9սRV\ZΜPuǹXXJOϷ9uzCD4 -ՕG%-+{5C֮8ډCVj79+Ň@M+U*cV*(ij1k7kwzm0DPBcyCbEf&o|w09aVt]7(]ZQ};(1tGm{LwڔwgVvEt"'jcMrQbq![9PtGV5PR̗uFi-R-BNav^.lL.Yķ{i\| ֘nI'Fջ\U#7&}++gږlE9'Vf"/Ql?Q&uƚI^:Bz.N왙_#\X`6O0|Q] -)Xa,<tbgKH']]X ư.th}$7"l :Y.)+^%VYyrSco1|TF34is1iH|9kƐ3UbvD~]cCTHarCnQ݉ng4V$F$WsŚy Vh}l8ffR&C0gO -QZH6Q:,9F -g*4o/S[Wg<?Ř - -xlUVx5E]8Q<5mwl#FT[/m0_"WK.IA(ۍ?%?!Dvd5ݶVĄz=+WEg/NloG))I8ZH x97UQJzv~]iLZR~<6 :xYT(-urdNr%I>D\UTJVh4Ii}a6KnJ+|ݮ)3wq f<G]jֈX6 5ZI6{INd)78 -j}L -ZG]<mBO#M$7{W#.P˷ۃ*+iDKNeQ -Z➦g>jvF9?w,$~=<7XQ| qP|f,NN|]}ɹz.YyANA˾͓WaUzּ@L_臰/5(vx'N< ǍLJRk
9//b%0yHidZi}٤(SXV ͕9ƐHtS~ZbU,(~PCVL;dXa0KNAK>Sgu^BF\v!ץ -|d)VY:>{@{L2$c3JG1]6^ҏRO1?$NX3~[(Aޕ@eNJ*`!I̔I:<//:M8K<]!N1o:ތ%3qW5;[jb,L2RtwCw览>j*f>H<(&x#K$7{W)]z{@ T1حv&skw U0 -C(PI_-rp4Yk+]hf@,7(>1P|PE@P8WK;G\5;Š
/Z)_OS$&ގ{>]~ -q6W6h5L6ηtZS$d4а<yY/F:A>a_$pXCj -}5{
mo! -baZBЗ={^6;Ju?{Nt/+ݚ#ʀICͪ;}ɵ9hEF5P8c4S -~勩\|v%UlUY(M8a}2&-/yq}+mzZ -}PKh{z
K$אZB3 -U5o
x)1C/=bdLޔQќe!|h8^ɡJ~]!.d')y !l<zk1|^Qd{-T@/:Gp* -[6fgQF4@AӗuߟuN^k@f,Z"o*Un:$ -BdEeE(Q;3 3 eQsӉٜ\~z! 4>ҙwkyiA_4^{:&ΏoxI5='<Tޓ$"N8ou}qo:Ȥɤş 4u ӦNt~o-0 - --ͤx_m)wq9'ṋޑœzPReAoE%-%iv<lߗ|%ղmnBN&8cց,!qJUq(3F.z䂋x`G$Ÿ(tbߧq_}kr|{EÃ/d%=Y|ɾ^J82'KzN,wRϋ^NR`n֪w -Zy摤gg]@]oMCRe_&ypw^\kEoo[ j(i#wX\._FH-9RP(iT4cJnQޓRbyCjOr?{ -q2ZAݣ=Chy0<S8rX+DC[ޠhvΰJ1fݻb^Ok^աu'/_^m^ -+)hᎅoP3/쌝9w'Ғq -;<ԢqTW/fPPC0OƱ-ow,T4@~Fy[r/ao'~QaT4CJ4dBihE4! -4rpۑi`}qD4d>Yg?2Q'ak}oB -#h;)ȈskvSu.B2.'&6"Fj`EϤ. -4lj
w#HfLBRBC6 0 -HWBJ|K -#D9xpYj2aoPZ([BigBpX1n1Qm\,'em~edmüjp-O.buSѤ/ͪVT܊T[|RKv] |TԱɇ&Qa|&UZ^LĪ*5䅑KyRCy =@Ti"I%/g?^hE (務 -k0[edJ;g|3:E^#e/ TQ20Y<0#.=эfF`u 4kF#Jcn4{x=f- F*iEZ0p<aAEiT_?Bg6 -bq4 -ֲl5icxaA<t3z#0n!`a6pxpdu3ͣ}0_^N>3d |eE?wVgufH{ۮJ8L((9A*ݜ7YwBq(h/N]%E}jKhZ'*%]RDfwU5|ɈaJ|USɓsD\ostwleN,uMRJiv㏩'y}gjKgGLJ.!Rdloҁ{~9S<JTOfae_I규*t}bT^tm=6 -6Ͻ͊ZjRC+*DŽެ%B>9]2br;*_Uhٿ$-[μjQ4UR>aҢJHp-WN< -`K<ȑQ!f\~^t\ǰ|nB'Dh;Atl˂,b^Ks
Zh#쓌ǠC3yO`=mvL=(nP|{7o5rs/{ӺI_YxCk+T.|qS!SV|{W4 -)Z>g;kKZ`^gZ+ҬjCXYSa]9gQ9'ڑ_&/fcO}cƲTuR0]ԉӓڕܵh0+v[c8O݅tD.ybW@, -(7cNdYڤKʩʚTO/ڟ
-cԼy4C1W25Ơv9rŵf״a}O,1SxdS+ʆҷS.962rz2]T=DKLvsjajgݛݱr/6ܢغφ 5#̽ a<H6w@0c
M,
0cTB3 5ohe=t,U,bdsgPnUT}f.aɉr9Pc1*r~EYݳmW8{jW/N];]mk -t?H|JnsJN4FX<14s~0`oP_=㭧{
}iX̷[^[st%M4y:v}1C9b<4ǼQ^p|TcfWQd1-ul| -<q:y<tX嬧%+n>+me$~Qh2 &iy.t^6+>-dJ;wu#^J<+rYg >/dU]yl_{tOCĖKXkrsf"h~>?~̙]u\-Pa5}G՞!TΛͦKմp衄
=z[64|WTUu7Y7 hlV, {U6|)eu)n-2IkuB\n^/d-{Ð:[_qH" ̔4M]y%RF?ʕlZ<U3&'IH b - FU-xs& %O"e:Ρt-N_b+Hn>T=gF\M+40hyrD>ٚTl(v0S)8BRBj
(PSKw $/41g$>(L6wU<\ۏH<`fyQ3ӓ+-Jc'/2v!Vߦ6r}5{hblhᨱ%o -qcCq_l}(ƥt=u@]N9vӊl@.t A%E3ӯB@$b+hqA~ŭeHx`T8S"Vĵ{-:ɰ; 1ߺu+a "~Ye6Դ\B`^z|Է!Kc|(Ù(ӈxW{;lѩQx/)/C%%8LFsR&MBey KǶ
txeĿ~=ڃOψ%}PO+CGkfܧ_g9mN2eL0xD\ߝby<-H,U;OH,lz92ǒ^}387|^k|^yZ+}JzOcZKxiP=mft~Pd)xdA4@ܝQTG t ud?mS\jd}g´!g +0@f,ՉN9VgK|z:h#(aЛKkxps -l C55G]09#vdhrA\M;1[\B ھ6IJWT) -&ijݚޔ4_߃!>?DxJ{ xuQv51*
L<`dfޙy=2Ղjs˝Ìt"<]|fh+o28yL~<l{'FO (W(YQZlۆo0xR[ÓN4d(X6_f&f@)ayy!w.Pm^WwК WU~J$mw">hg;^)_of9g_-?a%rOor~O}b;J\ƾkw -8kOaő_ؽ?{姐 &âH!9x&?'ky1T -mxM9\ -am\9S{ȉRv5iIB8O9Њx0x`Tra[w%M3W zKi-RWJcHwwO"[d,s Nӝ6/?Ќ~DM臿[ -Im[( -.IK -_ -%xhgʍv1ԗ_3A+mϏbbط -ܯ}}mcw6,'m.nGs jӿsLֈ_vH)[6t?(s荡m~.JFF?^ŨGOpi[_T|}I{eq\v]\U%: k%~p$S&f^oRa]YϘhr&>7xj%u-Q;V,t8wP8]{ٕߧ*0+\}m^P%kT0Z_Οka4hM{ -]]as'+bH3=$f:c@y"SYGB -Z/A/Zp'Fy⒎`"&R ֚' -Q#v¶P9 -h\ݩ^&y;**TӐ.e_C])5'fA-\{0׀_"W>bs(,Q$O樻hn#<у_O)`%/IbEVW C[|2
B8)1nGGYe>@@9ucUk0 -sIf<Shd[t(pI""#gIhQ[}9g.Ds8S迕2{^OG]\Dy6Ž~=e\s9u*/¤l$ʋeC\L~ (җIj$Hv~*'H̩Rv]mT˔C^2Zdy_|.kT!1)*y2`RRq+۫JR:~9ZǏ2-mNAUm[Z^.M2j -W+ZrE[-ԅjmsYҵę%|D%l% -(0r3εl<<Iߪz'o,Lwߟ0 :+$[@ȖaMQw^T-pn_Js\mq -yS2P -7]zwݽJU
*{,g%PHzu,Fn?WO02n0r2L슷+Њ+5bMvT-?Zdc"{hM]scqW3K@_an!Ue -TJAcæ0!A-Q9lжAZPVtZ[sz!DKCe]2,T~%Gb` -nG)Dž_,S-Tbb{__,S[_2BoZu^4=$ y#oëtpY7,l;zsM -'] vH8ͶfǷۭKh.*,_}.Y[U@AuLbfzA=MC#ƹ/Ba jӱ/&wop?Ak$uqGO>kHOX:@>0OL"
ptf*%ȿK/Z(\ 59Chi .HŰ.~iN"lJje3JA;XpB-Z.:yd q@qB|J -B -&б!`Xap߁":J*?T8>PRF d+`?;FKPc6 -Hg
t
Au`})7Q 21H|!T9k.] {g)'ŅFpLw*;Ƅ7> -茱T8&@>"1P11:a{QjzhF]֑Bc+>:a?".k㼑|
i+,d -Qav -FV9{BMeHPn|/15I)rW^[ %\9s}ɀ@L}0!l0!)y@s9DL~kp:`ǹW}@,aX:Z6mZcXa6L2 -ZE@"/F[(Z!R-`yڨP:'iH/ -8FRXڟ`ޕ,;CMa -6'}V;] -Hy5Ho {13q;#.!7,Mro`NcnX̹Kی-L"MZ9o0ݔN.k!3E(N$TJ7o9"&@sq{=hanJgDTGgW*rj/72JTz6#tH#k7(nk7 l?2Nj%%E-`|$g-e2y\@P]l -1]6V@qiep==} -Q2>i1>mPE/pPio++L$vc<~%nqL ->wr@r,||gk -b#DV(!ypGH(ŖZnϗD58\7e̼RVK~N`wY9ѽƄaqDqG$;cu8?Nѩc@S`|Z`|~ux{1=&kh;UfKV{?8餳NOoOꉺS1,C5/}n^yH::&=rY| X;6Wq;ξD:b(Ţ酯D|S9RikMΤ,j:9O죈XIv)oR$A$lkRsyEAr;1`I_Ĺv
6F -1sbDF:.-+7ܫ)=v$="̉ޜ)``#[%:vz(1+pPA0%c0ǃӗ&u -,9:bǐ~qV -LiSDR5{~!:S8gБ@dK<;uWB|0أ
+5-+~6!a~E R8j/}HN/>0"4 - -v4U頹RJϐ̒pT" -IPǍvwZ3Hܦ -%uɒnC!Mcd$69*>(: -#`'<EG;Q| -#K텤9\1In
>]wIe}< r:ϿR<ݘVҾ]<y>q{I3-UPS>$hU
td|A(4T$Df#
uCfIqn&aZ/ShPP"z
*.̡(`kr9nxt6"o#)yUS`(es$@kh R9JkՎ -XDgm4kkl
4owD\@PT5pIm+IA1>4{ A"CihT&"20E1q!Xҕ[]nӭ@:6A/ 7qQDo{pnQW確pR.:r>{ݶF)Ldp;RJ_0- -k.l:(o6ed!XơDulVX""X4 !"@tNcYvm 5W|qUPd!=\bi'wgP^oG
/L9J [RcBAըUHN3Vzk2H=M -INv(!2J5j"r$xBXBSZ(B$p~B"uwm -6v" fP_|)~2[S~66)~1O8ixp8?~O<W"rμ0 -0000011552 00000 n
-0000000000 00000 f
-0000011603 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016868 00000 n
-0000050277 00000 n
-0000011953 00000 n
-0000017169 00000 n
-0000017056 00000 n
-0000016145 00000 n
-0000016307 00000 n
-0000016355 00000 n
-0000016940 00000 n
-0000016971 00000 n
-0000017243 00000 n
-0000017426 00000 n
-0000018449 00000 n
-0000020457 00000 n
-0000033562 00000 n
-0000050302 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<FC981D2D75F88660620AFF5BCF657034><B3A7DB4CD8914A07A82467F42028D492>]>>
startxref
50501
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fsps-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fsps-english.pdf deleted file mode 100644 index 706a0a3b10..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fsps-english.pdf +++ /dev/null @@ -1,310 +0,0 @@ -%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:58:39+01:00" - xmp:ModifyDate="2015-10-28T18:58:39+01:00" - xmp:CreateDate="2015-09-30T01:52:20+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:edba0a4b-a965-b946-b6fc-3d0fa89b0b06" - xmpMM:DocumentID="xmp.did:F2771D32492068118083C138F3A478D6" - 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-en</rdf:li> - </rdf:Alt> - </dc:title> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li - xmpGImg:width="256" - xmpGImg:height="164" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgApAEAAwER
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:307a8720-a812-a94c-befc-27329aa93ced" - stRef:documentID="xmp.did:EB771D32492068118083C138F3A478D6" - 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:F2771D32492068118083C138F3A478D6" - stEvt:when="2015-09-30T01:52:15+02:00" - stEvt:softwareAgent="Adobe Illustrator CS6 (Macintosh)" - stEvt:changed="/"/> - </rdf:Seq> - </xmpMM:History> - <xmpTPg:MaxPageSize - stDim:w="80.000629" - 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.54297 136.115 90.7031]/BleedBox[0.0 0.0 226.773 90.708]/Contents 17 0 R/LastModified(D:20151028185839+01'00')/MediaBox[0.0 0.0 226.773 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.773 90.708]/Type/Page>>
endobj
17 0 obj
<</Filter/FlateDecode/Length 3599>>stream
-HWѮ
|?_?pEQk]OEQp@ -P@Ԋ.
spъ:dGVU[W lgni*!@G8EJp -rgG8Y:ud_wޣ7] -B4`ZjZ,\/7E{jao<6PU)~rDD|IE9g+_'rh{FF+}j6eHFkGٔ (lLb8ΫA>eX hplj#HG&6Fy/+AoZlcRT%,6\b|=J7ڜICżBx{ -<#ir>]Wņͯ T\0o\Vo.Q_L\h&sO
eINaA7ѮSȅ"b<cy5_"e^)w@G+2@ևxc+ -A;5t6f{rfbCf5}pi4F`ůHzj[!^٢osd3Ý#ϵ&dOI[[Yg=Q=Ns_)DkW&<krn*ybsZS|Wp^˟SDd$wwQ, -S|13K4֩r[9~ƂPX
b@܊˞N&wgd}eU&0iO@Vsb.w*;pld1du{`"ך1hHV;D)nRn$~ZݷNW 8/2ZYހ -'#4^ KHGϣÙlЩI!ƍC$Ng/!$_T# SڧΎ91oo47# -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028185839+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 973>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_fsps-uni_outline-inverzni_en.pdf)
%%CreationDate: 28.10.15 18:58
%%Canvassize: 16383
%%BoundingBox: 0 3 137 91
%%HiResBoundingBox: 0.000488 3.54297 136.1152 90.7031
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7734 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6133 -260.6465 509.3867 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2007>>stream
-%%BoundingBox: 0 3 137 91
%%HiResBoundingBox: 0.000488 3.54297 136.1152 90.7031
%AI7_Thumbnail: 128 84 8
%%BeginData: 1864 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDA7FFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13033>>stream
-HWkrۺt:317)llj?4Mh A -vڡa!+<BM|Ӕ- X;)d"YNP>I
40Dv; -uq],1"?r@CCg"&B4 QW2`XIdREBu,y{cz.?|ٕDk,k6I= N(?0ўU*kXBoZ2X \Ggd1#1!Hu@p&&mS`{CVORysJ8HȒ.NH+|@e_i&qw9&;wc2\ml^3qFv1$6] -l$Mg~QRш"Ud8ۘB3_Ӎ6b7XEקNIƖC6<zd0#LJ -9ߪjI,zC8'森]P\v>_}Wt-aT ]r\[UZbO|7bXo SϏX\G0jV3{@r-zQ+ϔ;\=ǍّCYfA*rZC,a^j[ͭpWBhJ,sM$A;3Ɓ (SNڑoXkn1c.xfIHHA3OP(p9fY+`&齯;C
D4%qT/k/(j5
.'hd?#F$֨L~0o\͋Tv/Rg}A5M߽.@H*M7?ie287'7uZ"_[oXl꺉Y%BBl0g$:d.$IyY#M4Mo[nu1<fʢ);@d2""p> -3pN=(ިKy͕H:Ȝ<>Nh! --3vyJR 9iiItf}%?H?rޕ-UUT/ p\dִv)F=R~N+ڦa}փVM;R1ݻpޮ';ӵ,t\Ԙ%I'D%e+'$8<f8>P3Mz#XPXʕH0̚Nu2%PHzGp̍2M"Sh"Ee(MÊ y~n'D2@#_P4PPdw~k.6Qٮ 4 -m+t"IU[=#[5b -X:KdGq:-s.ɭBoc2߱|4Z?v'c+"S%Pԡ}rc廕e&zگ˶"2ۈ= #zzqE
<xmN~]4|v| -/YVk3аK~z#rU˳gVu0p?aBZ~lʥʑ9:ea5]Zy_sIqJ,YG#K^n/WWZw -850Wq8ÊQNP`By`#w4c:UE;ר1̉vpd6|Miѵu_xUvUp)5O+Vݴ*nV^O9h{uyy5wyLn$<~ޞ*-bTZuۖF)(zfh^OZS G^mYm$ItCjla@o66XɒqHBʚ,h -=0Au!JqO88Bh3"[SH\ cgyPwCq]--Yt]fsPT lgꝁSKL\U;JeZaSDWB**gdPh,ZZZ'Ղv`4;P`h܃x-^zьFy]ez)y%æfm6-o4-622,1|^L0EH,5TaxCԂ\cXQWz -@-da,<{;造1)iL
#(W(sE7Qjhk Hi+ '{ygh#.)b6hj4~Bpd\G* @5,:t1<oX4<xaXt}| i9P])EL_ց].{q1
~"ژ)nLmW&xt -W2%.3X0&[e4%4cO.ϽjrJ ˜nr8vf "ˀṱX6|Ng[$j4m_f灥A&@멡C@
y7:T#0-TFGGX#TǺ'k˟,M4o˟0,xKTlZ^+r/jT<<*Tz>$~دY=zq29}Gqnz:]\?YmL^p]nk|3_ճᵽVsދk//oy\{;ϟ1mGgurPtuS=gSHiZps2}pj -pvT,h:T@#P`Svޙ!ZLAH]@`V:ȲUZck5/@j`+G - -h`eqoB]_(zpޡYvu?-nCx1,Nb*lJA}&Їk;{ -#Y -A@Û\7{dP8@4.' i*or'p$/^䟫~nRjMHM]9/9ɱ?me'EY53"1D3ʺ&>:˞c
cF[ |90|b2ɞ{9O B`cL6|xω}ACXcȇԑf~@t*.lc~F!N?!}!}dV!k8~
u`ƮgS79z㥍o}ru0R,r0$% -S˙dUQ_'֦mt-|!Fwu@QIʾ``
萵+PvsאJiPJH픕 -95?}tƝ%PX]fX}, GU~H;D煊0kc8>aY&.LOC'()lOl{LwƔwgV`tet&&G'jSMrb11[Pxk|l -*˺dy@Nav^.&,c=Wz4n.>UoOjLQnUU9ɲ -Y$%v~w.p&lT(;Ff}Wγ<˛}azHg2$;N:'bUB] -)Pa,<bkH'\]kip5,loL,Bƭp93-Z_
ZBxi6+?ee+%k!Pnb-o!<vAI&d.#7MX!0_.1B -)j5DU1n[nۙ7C2Urr - L@mf{+/yaR:5 - -A9싃#Blͩ[,6OSDxÒȣOUbה@+.'Az g2:ըW7=6QvYd[Y -}lG-(`Ky[{=fHk -:5ڞ{ǽՙ
.t"(m{WWZ9/ -Ѹ%xdycAŐխm%RZ2IEn) !(v"s鶵"QX;{_wS}'LI}%LцGJ̹bVWTPn(`MԺ'b̔/˂[BykS%s.N-!bD%R2<yL2L.>et/)I_緻5Ԃg0``UEξz3bQ,4j5'':=Pd*"1Ѫ0Tj%uUqx4]f"Ds_HCz/nfĮi'q,9&/oE*k1y -!$ëm3QܱF_@&9u)A=(m89Yt"@%993-6O -{N9}4>ҙ(q7A#.Ń8it$LjH{'NxL'IR'Eq=x$uI=I?$;"i()@MZ` -f]=IqӉ-}!}aJG_R)g%z]+ᄎ -?ʌ,9=ܑڳgJ
*>/6{{9:MShJY)m]ρOVa}.a4=8i^}i>IL.dL*F<z.1L&6$t14R.ޙ]_`I姬IƯ!wڦaK66LnCA< -ܨە5edU'+u#IϼOSۆT!4Zi6+^=xp{^\ jEoo[ - j(i-wX\.:XFH-9RP(ɍJ`1%i(F
)!X=8NIю#FKue¼e`!)bD,yC_hvΰJ1{b^Oj^աu'/_^l^ -|PQ W"S -:Hsie +_I+|=Q]-rG7<\wq%s$BI]T.ݶs?>#}*.'̑.[ΥWk.S- ERΑJ -1X]aQ!}/{ 8{;Jj,$JqJ>b
x.j˹\[9i9+$ӏ+$OCW7wuͳ̫})⍭ u+j$偉RЦ/ra1,HnW -exc!0jxsuΜĻג -W@(8 yK6 -]1PRkT/fDHPC0OƱϓ -HWBJ|K -#D9xpYj2aoPZ([BigBpX1n1Qm\,'em~edmüjp-O.buSѤ/ͪVT܊T[|RKv] |TԱɇ&Qa|&UZ^LĪ*5䅑KyRCy =@Ti"I%/g?^hE (務 -k0[edJ;g|3:E^#e/ TQ20Y<0#.=эfF`u 4kF#Jcn4{x=f- F*iEZ0p<aAEiT_?Bg6 -bq4 -ֲl5icxaA<t3z#0n!`a6pxpdu3ͣ}0_^N>3d |eE?wVgufH{ۮJ8L((9A*ݜ7YwBq(h/N]%E}jKhZ'*%]RDfwU5|ɈaJ|USɓsD\ostwleN,uMRJiv㏩'y}gjKgGLJ.!Rdloҁ{~9S<JTOfae_I규*t}bT^tm=6 -6Ͻ͊ZjRC+*DŽެ%B>9]2br;*_Uhٿ$-[μjQ4UR>aҢJHp-WN< -`K<ȑQ!f\~^t\ǰ|nB'Dh;Atl˂,b^Ks
Zh#쓌ǠC3yO`=mvL=(nP|{7o5rs/{ӺI_YxCk+T.|qS!SV|{W4 -)Z>g;kKZ`^gZ+ҬjCXYSa]9gQ9'ڑ_&/fcO}cƲTuR0]ԉӓڕܵh0+v[c8O݅tD.ybW@, -(7cNdYڤKʩʚTO/ڟ
-cԼy4C1W25Ơv9rŵf״a}O,1SxdS+ʆҷS.962rz2]T=DKLvsjajgݛݱr/6ܢغφ 5#̽ a<H6w@0c
M,
0cTB3 5ohe=t,U,bdsgPnUT}f.aɉr9Pc1*r~EYݳmW8{jW/N];]mk -t?H|JnsJN4FX<14s~0`oP_=㭧{
}iX̷[^[st%M4y:v}1C9b<4ǼQ^p|TcfWQd1-ul| -<q:y<tX嬧%+n>+me$~Qh2 &iy.t^6+>-dJ;wu#^J<+rYg >/dU]yl_{tOCĖKXkrsf"h~>?~̙]u\-Pa5}G՞!TΛͦKմp衄
=z[64|WTUu7Y7 hlV, {U6|)eu)n-2IkuB\n^/d-{Ð:[_qH" ̔4M]y%RF?ʕlZ<U3&'IH b - FU-xs& %O"e:Ρt-N_b+Hn>T=gF\M+40hyrD>ٚTl(v0S)8BRBj
(PSKw $/41g$>(L6wU<\ۏH<`fyQ3ӓ+-Jc'/2v!Vߦ6r}5{hblhᨱ%o -qcCq_l}(ƥt=u@]N9vӊl@.t A%E3ӯB@$b+hqA~ŭeHx`T8S"Vĵ{-:ɰ; 1ߺu+a "~Ye6Դ\B`^z|Է!Kc|(Ù(ӈxW{;lѩQx/)/C%%8LFsR&MBey KǶ
txeĿ~=ڃOψ%}PO+CGkfܧ_g9mN2eL0xD\ߝby<-H,U;OH,lz92ǒ^}387|^k|^yZ+}JzOcZKxiP=mft~Pd)xdA4@ܝQTG t ud?mS\jd}g´!g +0@f,ՉN9VgK|z:h#(aЛKkxps -l C55G]09#vdhrA\M;1[\B ھ6IJWT) -&ijݚޔ4_߃!>?DxJ{ xuQv51*
L<`dfޙy=2Ղjs˝Ìt"<]|fh+o28yL~<l{'FO (W(YQZlۆo0xR[ÓN4d(X6_f&f@)ayy!w.Pm^WwК WU~J$mw">hg;^)_of9g_-?a%rOor~O}b;J\ƾkw -8kOaő_ؽ?{姐 &âH!9x&?'ky1T -mxM9\ -am\9S{ȉRv5iIB8O9Њx0x`Tra[w%M3W zKi-RWJcHwwO"[d,s Nӝ6/?Ќ~DM臿[ -Im[( -.IK -_ -%xhgʍv1ԗ_3A+mϏbbط -ܯ}}mcw6,'m.nGs jӿsLֈ_vH)[6t?(s荡m~.JFF?^ŨGOpi[_T|}I{eq\v]\U%: k%~p$S&f^oRa]YϘhr&>7xj%u-Q;V,t8wP8]{ٕߧ*0+\}m^P%kT0Z_Οka4hM{ -]]as'+bH3=$f:c@y"SYGB -Z/A/Zp'Fy⒎`"&R ֚' -Q#v¶P9 -h\ݩ^&y;**TӐ.e_C])5'fA-\{0׀_"W>bs(,Q$O樻hn#<у_O)`%/IbEVW C[|2
B8)1nGGYe>@@9ucUk0 -sIf<Shd[t(pI""#gIhQ[}9g.Ds8S迕2{^OG]\Dy6Ž~=e\s9u*/¤l$ʋeC\L~ (җIj$Hv~*'H̩Rv]mT˔C^2Zdy_|.kT!1)*y2`RRq+۫JR:~9ZǏ2-mNAUm[Z^.M2j -W+ZrE[-ԅjmsYҵę%|D%l% -(0r3εl<<Iߪz'o,Lwߟ0 :+$[@ȖaMQw^T-pn_Js\mq -yS2P -7]zwݽJU
*{,g%PHzu,Fn?WO02n0r2L슷+Њ+5bMvT-?Zdc"{hM]scqW3K@_an!Ue -TJAcæ0!A-Q9lжAZPVtZ[sz!DKCe]2,T~%Gb` -nG)Dž_,S-Tbb{__,S[_2BoZu^4=$ y#oëtpY7,l;zsM -'] vH8ͶfǷۭKh.*,_}.Y[U@AuLbfzA=MC#ƹ/Ba jӱ/&wop?Ak$uqGO>kHOX:@>0OL"
ptf*%ȿK/Z(\ 59Chi .HŰ.~iN"lJje3JA;XpB-Z.:yd q@qB|J -B -&б!`Xap߁":J*?T8>PRF d+`?;FKPc6 -Hg
t
Au`})7Q 21H|!T9k.] {g)'ŅFpLw*;Ƅ7> -茱T8&@>"1P11:a{QjzhF]֑Bc+>:a?".k㼑|
i+,d -Qav -FV9{BMeHPn|/15I)rW^[ %\9s}ɀ@L}0!l0!)y@s9DL~kp:`ǹW}@,aX:Z6mZcXa6L2 -ZE@"/F[(Z!R-`yڨP:'iH/ -8FRXڟ`ޕ,;CMa -A|D0DyQJ#c*JQHT+̸k$Q<AKH/T9&[eQE>2︌t]Jw.ٮz,ISxCkCO5ovs ȬiZ|HBX{SkԧL@[3F'_=jy
`0> Tl0+Nk?*z4}ZM+GIV1S=2?]EN|cM7<PoaOu@8By4佤>]vXt쏿CWѧb_Tᩬ~V f.x&nK<h!yܳ{pS՞I-uۆWyj -V;H>vZ+yfb"
2sq_ߏ==S_wW -lݬKW/xq;# ߴV -wg( ŧ9Y'ݦ%#L8U&ҞB[IOa4#P( IYFM`{X!JyjVGiy~1t)B -D
- -8 -<\x.ϱbU܆rc\]-ܷfFθȮu#q5)qpa/5D&XG$\&1}%75؞rk7┫`N6S8:vW@D`vEXj:G`+С`qL#tRB|>-C=.c:(m{f̜n35Rg|tw
_1qe1E?< v;w
DN{vD^C L<D\uyn#a;D-"FS?>gH;QM- Ԏc,X7DRHF>^Ejzb#n0^!sCLG=6 -6 e/°r9 ;"ޣcGa mP80mU.~\TY\?2ڿpر 7jl3E1ſ|6U_
H[,ˌzn~/sioC8 -0g<lop0gq?!^5 2Kft*Va^+ \j>a7Qq_M_QLW#k>c -^>ىdx~sn=(oڣt3:uΉ|:]|2YHɬ ?:N&>kPr)
,<H%nB%dᡫAƂnZbg5K92RK)]rmFzI@*]IHFC5d&K¦ -XEE -oش=Ha/x@z0 [TKu$uDb/^˝O)X{ed1ilZc%+oMn3v-e3mJ:k~!iBm҂v^Bmt<|b<E]AJRCB.v"M]e^nvENfh9m86K['L؎#ﯼeB}; -̌Ұ$>tI
6\Mt~jbw]J=oDaerC&B!Vyuw&@0ނȽ_OS=lʊ7]a:l]\il=Tgk"@ЇIA4c]$kKȺhgOl6r*Y:(^dEE֊ʞhqmݚ\\%ck=T,; djPwZK뛩YIiTǫn>,'O/AON wr_>\+I{ӺM4YZ7CL^fKڗk/.QF"5tќ /;* gĄ,Wzy
'+OrOjYm^ҵ0.HMѸEj4B=#y߯y_.4@V&Yt1I%27KV%6ǃZ!MnR5U!%dT6bx)-H< @u H#ke"r#tr"gCxԊAGfZn5)0x} y|*I>!A>
IY;+LH<K@FHlʵF̦nw5fõUU
Y!K9:XG -)\eWIPS[(!`wELl"q -/)0j0]Xby2ŏ\Xl8|PgB]LOA^7]+GrČ{lVS1g(?J%GM-i {K<s@K8PU%qCLԟ![yM%ݤfsUƫ&.(Q$Xa~:[rOlmo]̨ -2ؗ/(AN-iD!Xsn16쿽-ds7S__!_kff}tr{&PЂ`LIm%6ZH$ݓ,mg -deo{>B֓=2Ʃ -w=zRik2U0=l{BNZ,$C}Fi=jeLd.>g]9FV1)S\o???o?$%f'*$$ -0000011892 00000 n
-0000000000 00000 f
-0000011943 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016685 00000 n
-0000049600 00000 n
-0000012293 00000 n
-0000016986 00000 n
-0000016873 00000 n
-0000015962 00000 n
-0000016124 00000 n
-0000016172 00000 n
-0000016757 00000 n
-0000016788 00000 n
-0000017060 00000 n
-0000017243 00000 n
-0000018266 00000 n
-0000020324 00000 n
-0000033430 00000 n
-0000049625 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<5C8FE847908B64BF69ACDB08772933F6><FDE2ED477DC64027809C95EF3B145B7A>]>>
startxref
49824
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fss-czech.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fss-czech.pdf deleted file mode 100644 index b751a0200e..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fss-czech.pdf +++ /dev/null @@ -1,322 +0,0 @@ -%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 11410/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:59:27+01:00" - xmp:ModifyDate="2015-10-28T18:59:27+01:00" - xmp:CreateDate="2015-09-30T01:52:03+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:7596893d-3a84-9540-80f1-2a63f1c1c93d" - 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="144" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAkAEAAwER
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
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//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.54297 154.742 90.7031]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028185927+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 3860>>stream
-HWۊ%
|8?pjRJc1wl?8Bʪ2Гq*/J)R~ۗM)ߟO=&ܬlU6j>med~.[([UoYlsmk-d{[Ӗ_Zl>`krMvʅ®T
܁68ᷧnfP^4oBaB T}urUd2UrCQDO*cwloȰ6U$XkvӓׄY0x#'VNZYpeϷk2nb֭^m(#[պ_LX72Q&[7dgFtQ=~` -aA43˾Sy\1Q\c#\ԇy7ʉC XV^:Jğ+BRg!(A:<E"(L|ϊY9 q{NBBf!/^y:,0rnxPAꦦLG2#:y\(k1& ->:!Q-=-)Kioj" -k5@S#!P=7Iv'sWb{=%z -0؈;m'e,DSj[ʉ_U'4 -O!'w$\1ޮ l}zHb-o -RA =ң2ӣQQ]hGsz$cѣ~#Yi44>"H1V}n>Ye rR+r%9?!(*fW\vpkҾ[[vҽwo͖-ӽھɵ_HMqg+xg/7ǟG4~doGGXȳUrS TFĐpzڄU -l53˜<b ʲ:A -iȇB _(^ڐ9:Erʲykԏw/:Zc7z=tD*QjB"7NOW9_QEXsZnx謺@yze$Hr{'CQ&f+֚\v6Ǵ'eE1)YD"eSorcx=ASL -h1tANvrrFېݛf_DVX -Kfh$ ->ac WAK`FqFO~TK5@bԍJj0uhyYX -Xw?0',~iUIUS|=<ډNI]vMBjE[
Gi2ӂa - -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028185927+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 972>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_fss-uni_outline-inverzni_cz.pdf)
%%CreationDate: 28.10.15 18:59
%%Canvassize: 16383
%%BoundingBox: 0 3 155 91
%%HiResBoundingBox: 0.000488 3.54297 154.7422 90.7031
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 1969>>stream
-%%BoundingBox: 0 3 155 91
%%HiResBoundingBox: 0.000488 3.54297 154.7422 90.7031
%AI7_Thumbnail: 128 72 8
%%BeginData: 1826 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFD8FFFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13034>>stream
-HWkrۺt:317)llj?4Mh A -&c>iJǔO2,Cm(iɆin"\ -=,)ɿ\lpcI%]>\W¾"|M1#rB 60Mv7+%Avd5/ټPg&⌕}bIl -,H0ΖX]#EȬq -1fmnO) --ClLy:`DԻ-^SshUG=X2pOG]9E-I[:h|ZaA[ -@&h0~>Dx -K70o3ŰƧMñ`Jíf0ZFãV*m=){QwSq{O}=#7̂Tfr=X\üԶ[r[7THX.Og0>I|vngyjAQ5#%߰
P5b$F]̒jg67P$'s̲ -58VJM{_?w8܇8hJ&_֮t_Pj`$\<s#WGFNOX=~G4IQ -`53Zed_X.̃k{].?*Uo~ e4{qoO0[o5&ŵDl<\+f
uJ[`H(8uNX]H -&=Fi66/mcx͔ES?wdDE?|zifDգz)Q6#Q+eIt$(9y|?BZg ʕw1"-rLӄR+Jط*.
~4+[V9^_VA`yȬi'R
rz"ZjWJM#0v ,c2w,]!rOwFkY1K)O$K(<pWNHp/y:p:}f -A08F ND)eGo$iȤ1"8\Fm4γ];\A6hVVDb%)c{GZ5Bk -l.|'t*#0tPc-~=["][TeT9ci~4tO2*WDJǥACh ;尯w+M'$_93m)Ee{#F㊒p#OyT
V2P躦Ỿ?3PxΪZ[7Eͮ];Z==u녁F BcS.Ul6ȑw/Gl߶)
-*UdeF{ӟ
9?,C*9 ݈q5LJGna20A0ߠQ**f8;-؆(?=\VlM!r%xq @}2
udu
j^n-4Bu?[PwN-3qU@.*jO] N$_
|CBpDXkZh-jT]AXB
sxF3Zhw2:
Sry̖4eX|<L-6jtӴHȰy1!P]
QraE^ L[+N)~F1<<*GBhܟ6x|č|ǧ -~KԎ5"g7Sng_O'X'QA#9e``&slp_Ā -8UbkGgT8V ac/d;S"x9afA#5x${n[,6>M+sPٹ:@E\Zm.`Em -S0Ad2bF!ix$Fo`TS2?cE'ã%R"Wl8RBc7UZ`0d23s<IX{`1&LF/L7mnX4 ~#L@ {zJZ^ŷ"k@<Rq36[Z]'W1VA_%T<,pŌĖXƻ[3ۨpb%RRO@\.sDe`4r"kHdR -P/CIPG:)m,YJiȔɠ02QE#tSNyƦ#bWF\tM+:GHB,|
0 btUq0n,/̽)
pXKA`; ab-vx]Pˡ-EW~^E&S[l\}8`2h\&=RD=HlM*H^\ -K! -K,߸0*_sQ_1oV%aW^#wzBX<[ -C: -G]jKш[ -h@O@~nCW{&?;DB3ޥ2uSeǠæGhqR2vc#wFcZX -d?ƫ8{^4Vۍ:H|^`W f%S-~>.'ȠU?~xR*vǙ=O64xY -q]uk{hUA!
lLrut<MKE*V\;4K$ݮgeYmHo#%ЩP@]LM31g}̸cwA3;cI>t@m1`Pϗ@RX+&w0+*D8`w\7\E_ -L>DA3hg"-3P8)2l0p]3R:ժ^^kM3VL(3W7LvP2ܞeNbQMmypߚ@ -h['݅AO}?tr_ -5dpRZ|RR;eBBϞ&Fqq7Cj U.4VY9$V``_>oW}PqfumAG=#"إii0?tr"YnԖoxJȺyoLy7m-pVm1`_&JgnrtY;$%,yKEl|dM
O_5O!|Yl2/2)$`e|wǑJid~bT[UU1rc?qmF]&Kbef.I"eQ'kĞ镪,4`^<;YI 0_̻S1}C=+>ISPѮU,kip5,loL-Bƭr93-Z_
[Bxi1+ʢWpKCޡ[ߤ*_Cy:%M)\e4$CP\4Ecȅ*@1D;["SB]cCTHarKnQng,V$F%7ŚE Vh}l8faR&C0t` -RDZ -QZH6Q:,t8F -W1?8ZZ0-ZTa1ra1iTkNMlP1>D$T1Qxtx?C/Wv0m`K햠bģbKɾ4DH9lJJjR/4%KǕ])q
dt_K1l/Ǩan#X-A{#OaQs]"31A0⧓I$^`x^'/L8A%IiĵPD(z- - -*.W~k*ּ%A~͓ -k z -}lFG!+(`Ky[ϻ]nHs:EAmOuuσ3q,\Ƕa\]jGYs^݅;ˣQS -(6g?hAŰխn%rKT(SBtp^mG\mkEL -{Utbtv䋛JJuasS5$g緸>ݕQzmTuOX)Ÿ)9wc_hNR_'J$W\Bt[C9XNdnyFxdΙ7X} nNi䦤ʗ/\2sRmZkÀ}5&:jEn_՜d@Obzs@zxĨPq]|ԥ.ZF!4LY~;?:Drɸ'|U<b9|=Lıt<YE0/i*q`GnğsBMMWs~Rjgժ -\>B:*xώ1mg"<vXe02
Jeb+ǩGIm>ir2˸C9UD -pIt4[;..b
ʱbMl{Am^o2C$|-"(e^w0Ν>R=;ɻP١x,+opę j'?c3vWdJB}Il+IUic`Z2 k<[Hgt3pfI: -T8})_aZ+YVaR%R&Bx^妓qO+-̳OX@J@nTJ)ǰ.,w9y:SE
_jgq ѸJg H_D
wH7ǹ1;j>ëXh.{elu2륝JREPP_9eԮFz.%'C@HBY@Eʨr̅CYvsJLgHHg_ޓ͋NXӑ0iv~|K [81$IqRYV~uC&/H&-LV/ -'vѓ'\pS<')ƍ3O'}Zp/*t~I/\@lwгŗu:*(3rGjϞ/+5؞}4M)fz u ?>YmYd1|xOByO§i$1D>0ѫu+?2͛ZRvڤlәӟk,,``h -K
H{g&v}Q1&a&aܕjf_W/CȺ3
F^#`* p*SoW@BuW̯kT83$?>MnRxdhm:*zYzqhrQ&(3mdn*l0( -ܙbqJú`!lHAQ$7.*iƔܢ'7Ԟbnd;%G;,.ו Qxh>!V1fǗ/:9*8CܚBswy?qxUQppw|j{=yl'PݹPvCU9;U'p,Ai&YwvtX̟?B誩&L -Cn -+)hፅoPg!_;s^KƋqW'yQ[PƁli.)fIf<@İK6iL>
.노;Č]|(Q_~)=$&ctk'wL52uaV@ -*\%Y"0$x>-Arڌr뽹ߝ*w-ĨBJEL'wx>NjR}\:(-N`#UC/0M<>ODcz$<7ʛՖ{
{3w E"
URvw!J3`F.n@077
QLW/L'KFC& -4`Q
^(Za|A0g[i/:%_gU!1`rrols@(nmVTLZv -J%թ{I}Hf;Vu;j6HWɺNƟ`+GаVj7>>MUmDBP!`SfhAB0c6@' -HWBL}<K l5(@(uaRla& E<ss|q.('P#࿕bG}O758dOmJ^2(㴔=d9})=TBׯ0! [OuWc6{2Ѣt
+X(9-# ƊΝTFx>&r2Q-l0/6XKѠC@X`mx>jB,%'JU"b dz}A'+'ma,vXGG*eE&'=˼JMlyaRl:PAD=Pq:TƤlR -l5$oG?0oޭNFkb~2Nc;]3gmWDqw%H&bA(zxfNs7g /`|V.Z}6;=^KdrIV_ -)wIFy?| oU
_2B+sԦ`}gd8<"כ'<%[Kzlҵ]cIh'38E(}Hwۛt_d&O7ƅ&ՓYq{XWқ- -ybx][ōMgcK7}Њr1a7Ghɐqjlry\*GE7Zq!KV!+3Z3Bԥ#Mb3Xբ5r(/wT8żUW1_q6'1.tl˂bYeJ
Zh#ǠC3yO`=mvL=(nmS|{75rs/}{ӺI_Y〻xCk+T>|qS˩K+u罫Rl-v[>g;kKZ`^gZˉҬjCXYGhsڣsN#˼nKM_S,e>d+a'+=!kW`bq61[)Įt9X -(*>vgrDXyYJ1bSp,YJFݶ -=+ؗM`.NI -vbxz{k -"zpk"Q~s6 fh^VhqSWM7PG}O- 4aZ -(`ٽT2(bLZ5AL]|S~d_=V(g@,:=w2/UQ/6CP. -p,dt|wqV_%cW[bE,7>!xul1aCqQ8<:*ؕ]oqtFyN43ɑN|z.+yxYP}Qd/ew6$вaytJ3! -A(v@mZG/j`D$ D2XaChߡEO}$IL9.WuK,X|A2vǁ̈+cX?}&~wf-/#RhG8[ -Q
v"4Q(VV(WM}j B%W&柟ŞfAk1Z -Q͌.o? -G -xf<::h"FpՓ;:~ݦΠ/J -^:(W.ԦH$K>/k]]D1Es<p1 eﺀQ5߄f>U:%2`3f-ugJtFlkIUc7dFuT{XKٗ@NB4O#ȟ^fZ"̏N!ҝ
$wu&'bN|-T1i<c^Sv'=F`K+VUhZ;aQ׆X*%]aDa"M[s؛Fp<{7Ч5CiOv=N`1Fa̚;3|V#o!uR]Z__mn3yN$V+Lm}E㍁ScS>}8/7W6oqmOIDexJE>0T"AKm۰OPJakx҉ƝKІkZDw(%l"//}ދ01P.Z"A#UA)}NDg|g]kb?+@4,~;',v_ MB^_ YsgA_wz\]uy 8p3 -TK|e̒0)eՅ_i>Lfp=g`[qO
s sɠ70U!,͓"gs9Qʮ"-=I4UIs#ZL"6J.l~i&j9Aoz;EJtlIn2ID|LxNr=ܠ~3F/wp;~55N,Vq⿊;}Ɯbe0XSvU#mawG~!no"E8)s"i :{i}ިIxA<9R){z/ -F~2m -z(PN)(*(^SdKL$O' lCQ_Nx -'A~z}9Hsbn.p!udrY<O=b̞^G&A`˻]hH%}\=$+Umx_~S&}I p$;~&(B%x5Fw_f$zI,b,~ -z:[ϏfwssCPt܌n9ڷZmb>A+7 Go M_}xۊA{}JGiNPv0 [vMQs=bȈ4A1x/׃~r~oN6'+EX^¬J#*ކdڗl_*M*-{y}ܾw*2xvIVds{FN>jQ7nxr|L<Ύ
43Z˯}\]WM1w[ >>d6\wnsa6_wwqWt9LkDH/;[V
$攭e9P6{ˁX?PAQ%jh##/Sbԣh8il˴qg*Ju2sG..}܍rTު}u8^i3~CU)K0ry٬gLo9<:( -+:X;wRKقڋKW(5*m/GϵFt]c4}H -eG̷>0m=~<_(J;Ua[wOb - -+WYRH9'P9e*)iF&HSij-fB^b>N=>ܲq>d0FuASV-QR -%$if+zh9`tӶgJg *(° -:*9~ɧ'ꮮ~*Ia;:g0-Ch'LA¾=J2eXST1Udۗ;2A;{gť} -GhȡQN`3hM2$}sb -JMX+{x<٘wZSomF=.R0W[GHUgjذ)vHPwFT7ma=Ԣ⤕?z\^7QƒF%zaW<5_r4z2e -qwXW*LЛvMr;ɥ4?Cs[|"ݥ(<z
;<?ު*BI]$%ivkfs -8˗DߺEV&nU8Pj]e-S^P+`O(HqCC!@p@tˤ>ɬO}|/) gfp]\ѓ7<3f?8HCA?邙JaA$oʶd7maaͼypZRG1,˻_SZYmRN7?;uF $Dz{# PkD7B8@H+8+)ƦK~gxdv`NVBB=tl?4~ wȦNҧ -8zUzT( -ώe%
W8+*įx Ľc;CzT] >Pp&J$Y#!g~C0]kaP`@_ʍw{FH2DNںKbBY+cfq!( ʎ1!M`$!:c0 m&D~9F}zﲎ }cf _*6*Q!}uF؊Om8loC+oF(nK8odmBCJ=oӉvamf,몪k7t(dd5V|~De0[/CHqꁦgI/}'je+Ba*Uhf 4U5>ٓJ
}szguBˁ%"YsMS[)x>{!{*?M%GN -1Vh1GKv - K">*5 -ӳQ;9R.`=!h^= -;Bf24uA/P
msv8/S, -AۧKkc㐻IV.Qi;]c/ŌorNHZJ7$n?5aX.: 54I/6j!qTpѹⱞ+j4ͷBT50@c̷Hal,[މ' "
jq"BAXrb=70m~ƾgGr<ښK
-Y y(G;cbܹ$+19Nu'ڱ$Q -j<9cVPn?蛷#R -"oT -\z1.K狒z.JW_q -CH9#@,,ZJcQ4!|bZC{6r -P햽b x.DR^XeKqx6:S -d -# }/dct_J: -Tq] G -.h;ote?Fzب,x#+D_,AFJIF`6劎ѳm\ƅ+PHb" $ <2
8)9'˯"C=o1۹Wb+?s;='
PiGmD0cف"=JdCe~DF%u#-=jB'^L&r404pn@IF)@FņQ?DDnr}ugyo -okh$} x9D:0?$!p@U6mW(ՉP1.1:`ڲ-e@oRmL0Vfr ]=j-%l\d#_zI0^U:fhu7p 71y3{, -#۴O܀O'|( -g:Ҡ
,Fe~=b*5_F1_?(_}0+nh=1L<{NPfe~SI·֭x=l4y/g.MmTVƸ{ - -G0;aFYΙCq]ZA~sm;[;l=ClMղ\M{\
7q.(7xe3u j051ƉH~K]O}q<}ӴW>2yB\Z,KMfs eIIyH t7JQ" $tG`äcQi@R闸kGa{W!x hr,D#.v' =:|v_d -ֆўA
ͮ/P'-69Kuhv$m!U\^MspGp93"e\Jd5|Qgrώ#Pw5-@D -0 %nȈ on76P:iamlSkw*-wBy}\b
"$8(,X8{C+)ƩZm_8_dtQ ^Kj5!tZ;ؤ+8ՄAR!"/r
G>{e_[j)c&IW6=E_~5 7rsS@ƌ~O(YvUJCL8^o8Sdi$ū])`C7%@K0qO%`Xiv J-cjmD;'L a1 Fc}g̶]09ɨKt*tT`ZKr [<1m\Bو_Ҡj\
Ft[.qRN^n#G\o.q[g`r{LD2t>q.CfJ6z K ]1!@(`%u\ b/N0$n[-47ѧh洩|"I>!;s8gБ@dK<;usўnXmXx+yHCu,&1VoH*Id^|^EiTh8m./Au)!̚pT" ->K1&N7cXT5YaWޡDՉ0 9"m%8AC'k+GBO8?*]雷< -IPǍvwx Z3Hܦ -mr1V!70Ym7b&GGEGa{TĔxh1ʃ#6 -*U @OJXC!p3$874)n 4(
|k =Tj?5: G7m&YNC:_ۼ*)0 tK2݊]9d5H4ERJ@%5jM:[LzfC4izgL#4hPG'#z8H
D~UVG6rZevL]MJ] -u,݆iM6pBG~lcG8%=Iώ^\*d#u<g8r1ͽ23ó -h=Pp^r$omN⛯ -j*~`.~D " -Js|oV7
`ۏx>kL5XsDqZS)E3N?/ -0 -0000011637 00000 n
-0000000000 00000 f
-0000011688 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016691 00000 n
-0000049874 00000 n
-0000012038 00000 n
-0000016992 00000 n
-0000016879 00000 n
-0000015968 00000 n
-0000016130 00000 n
-0000016178 00000 n
-0000016763 00000 n
-0000016794 00000 n
-0000017066 00000 n
-0000017249 00000 n
-0000018271 00000 n
-0000020291 00000 n
-0000033398 00000 n
-0000049899 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<DDAE73F51540340787193C82302B281C><5F7551B2BE9B44BB815F8829BC1A5882>]>>
startxref
50098
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fss-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fss-english.pdf deleted file mode 100644 index 3ee8a3d12d..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-fss-english.pdf +++ /dev/null @@ -1,339 +0,0 @@ -%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-28T19:00:06+01:00" - xmp:ModifyDate="2015-10-28T19:00:06+01:00" - xmp:CreateDate="2015-09-30T01:52:20+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:2dea7635-6fae-334b-832c-9b30f7ee567f" - xmpMM:DocumentID="xmp.did:F2771D32492068118083C138F3A478D6" - 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-en</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:307a8720-a812-a94c-befc-27329aa93ced" - stRef:documentID="xmp.did:EB771D32492068118083C138F3A478D6" - 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:F2771D32492068118083C138F3A478D6" - stEvt:when="2015-09-30T01:52:15+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.54297 134.354 90.7031]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028190006+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 3436>>stream
-HWۮ
|DQx<A|`d s>7մE"?q
?s헸iދƽܶ'{ jb{NOӮ9f-vV.=_ne5.ְ/B4@{/J -_M{PeP`CKzM@i/8+{y| 9ʉ]`p7CD -?xECْ-~ClA\p]l78{a -Pt:@䌗uapьe{̈<6-x~o -ZmsQ,SpEe<4̢: -es@%J&f=tHJY)=e|}YTlA>V~«K6^2"ce+b&\R'Bfqf_VK -NP#P2f0:(c#egߐ{~C636 -H%KmcӅ}mcXY.cl\)wRafx]j]ҥ]jkԯ풬R_ۥx·0aҵaj6Leitid00ťcim0kԾa*E.'qU~e0͛V3*ȁwu{Yc6 *b5mۡrk~Yd\d|4@߀LgNMl6.6d\)g~G?YRk+ -F"υDXV(AV$Ԛ[cz 읛S嘢7"겾ze}[0Nj0E"qjsjsYYmmEujs^-\i/HWa^t.\/\].oZy -ˈIcҀ+wj -cl$ -BWE/W;0sw1:$i3 -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028190006+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 972>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_fss-uni_outline-inverzni_en.pdf)
%%CreationDate: 28.10.15 19:00
%%Canvassize: 16383
%%BoundingBox: 0 3 135 91
%%HiResBoundingBox: 0.000488 3.54297 134.3545 90.7031
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2007>>stream
-%%BoundingBox: 0 3 135 91
%%HiResBoundingBox: 0.000488 3.54297 134.3545 90.7031
%AI7_Thumbnail: 128 84 8
%%BeginData: 1864 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDA7FFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13029>>stream
-HWkrۺt:31ͷ(llj?4Mh A -42VC]Vm}15?_.YKNzsj҈\iݎ#߇āI9fǍ\+t|B -0@ݱ(h#/p -Ȍ=t&8)ԕzPDmx;S
J: a0`|,DC\tQ%"p琘)2q(C0;`l&6ĬQ<tLv"$Mu|i{ fdXQS*Z^ - -jpI/V٬Pg*}|ddmH <A2,0+|/)fy!'t0H䐅̍VAX_}FxduKS -_eхlSy3aN^9DJn93Ǘ 9/\LTR"hv'LMYyMGV278}ck7$W4<@99?jŊz=,5̕&)&n3:>p*HJֶ+A#f´TRxMϠVՠr`4yW?vvub)zΈj~hۿkqg-{n(SejtЪF}_+,N_l~Ln~D7-:QK
7FkVF)z<SVo!7 -wzYFS<bIoT{ƥn/Ƽ8SZL_~y]̙%4 -mfҶxV{L71eCyLd_d<yVaJ4N`^=:ߩǟgS58RiW܅gډv",S =A6n3FdTBJb9)U ɬo}GNcлeysuen;kZ B\PԨﺕRjQc:A+>V]G\ݻoޮ';{81K 4K(<pVNHq,x:M<PSB?@aFѮXRX -ʕX0Ț1fZ>VHzGp̍2M'"h,Ee -(UaM<h?wPS" \ -*L -V(Sl! ÝP\WK][6BLý(_ٟz'ߒ:0Rxٸj~ѕ -Dr 61b(G]-Qy-jv`4;P[jToXS&)9<fKM",>m&[5i6226|^L0EH,3TcxCՂ\cXQz -a6>(l^KT<5t7rk~p% %_"L?|Zߩ{v?E/O+DWXɓէt :ZC4H4wVS^s)(6Wu@ؼ -nNo>:U1 -G?4wY'8Ewڦ3fN4ѩ=nҹ _un0r&wlT"&2ale:Fu1ꐶ}?㌸iwL -`4q^ V%eٚO\BMʃO(cבʸ0gͨ<K3cr*DL:V/-=^sd#/L8+ibeu`g{°GM~g)%T1:m2qiJpPB`0ۜB#BfSiNrR,EeF+m2ZZL *f?.{ᩕ)^c$\B:>]\bJfZJ~]6삌^C(UDIG0f`%z@hL\6m~JAf[ƨy^M F ?l+b'. -K#Ko\O/)G1s-K®(:KkG03Jdؖ0 C: -GR.%ˌp(,~A|l"q.*ud>.3X0&N|iJ,iǞk8)UXHt##g03h7Hܒr|M_D8[z -y(Z MJ&{@Ӗe -02ߎ
? @jtnx,{щrhœ7xQUYxFykXdxTsͶrKfߞ/zA٩xEu}u{}B-맛#^*W_Vv8?Vǽ(V=~,Ưr+.1Zgݓkݯ{oE\;{[ϟ1k:':k{\(㺩1$r>zVl{_MaRϵֺ^JkvJG]:w><Q9<w -ګ˃7rkg)h2Qj{V^?_oR;yZk}Mqpoٍ.<_p]+{k ? ;GǟY؎ƽk_Ks]X9OVv7y0,Hb7pg~}ZI:3չ:F(쑲dZ/X6 -~-] rGhwηro3/эg
XA-_`j43ر^uof7ܠL^#i -he;z8H=Ԟǯé _$PaHO$齁Ba#3oڡ\klL>u.AWNzûmid~(D`ŲK}ݎ|Z=&vو\w:7'F=o]7B٫(%|X. -WD!q2M-4*S >yP0l9o};1K%SFj>A{~u4:Ul^AKC{AfE\-1l%Y(/xndJxT*}`VҸ>bQZ'8
lgQA;xM'^t\ֈ -:Y -s'/^r۟$WAG - 4P/b5}Dn~V݆&<bXT49@}&k345vA q;
e{|I_ X\ -~FyEq@>l敫R*K̛4hqLXe -'PCM6UF\HBZcۛ<iF %ta?8rM:Isn0jcBLߋҽ-3z[s Dh J@ynEpZzݎcn3|2кhQf6í_=0RAd[h2*DyJSLn^is0=bk0(_?' -no86Nno|=qPr;ec>B.L]Er{|}R}Xh`2\pq@F5VIGsíٛmtj='V3*">ϲKۭs3o =Zw}1l5+^ZYp/dMXCJ߿aNJN{5Pfv`{,ii
~fnv.;ɆXo!gᗧq4ZpifEtP{-h2<M -(?k 1['4\V4l7N^~J=*(6 -(&l -^xwMzތ7tP4@4.&1
i*or'I$/S^<W3?T/Br8_9ɱ?yO*.j6d -D5 -t $YO`˴,_k06Pgg6yG1^ڈHVG'_?T-SŢCJrr>{>rdw;9սRV\ZΜPuǹXXJOϷ9uzCD4 -ՕG%-+{5C֮8ډCVj79+Ň@M+U*cV*(ij1k7kwzm0DPBcyCbEf&o|w09aVt]7(]ZQ};(1tGm{LwڔwgVvEt"'jcMrQbq![9PtGV5PR̗uFi-R-BNav^.lL.Yķ{i\| ֘nI'Fջ\U#7&}++gږlE9'Vf"/Ql?Q&uƚI^:Bz.N왙_#\X`6O0|Q] -)Xa,<tbgKH']]X ư.th}$7"l :Y.)+^%VYyrSco1|TF34is1iH|9kƐ3UbvD~]cCTHarCnQ݉ng4V$F$WsŚy Vh}l8ffR&C0gO -QZH6Q:,9F -TDP#VTA$!d&CϽssΕ(/,x~S;;}GK픽1k;RDeKgP/Fq`4]m$ه;2bV -u6`섽CX{&9c8sN 0p7NyE -~wɮUl3˖rye -K!8JAK_tR-y箍̋TA㷄|;G
5v`%*AzkOXA<HЗH$dabre@H{k]la
РGa'rd}!2B_'1=pD -*GV^4ҚN:q?Fufyß -xlUVx/kp~0y4n !;,3:GaP1duk|L) *AQJ~B.ʫȜimqzT3Vy^ם.T߉|1Sd_I)p:4snԧ6Jj +3%nyl7m@@u֩PTɜK跓n};#00Q̭?Oshb8üDm8)KfJ+|@)3wq0f<GUQ꼳ތX6 5ZI6{INd96 -l}L*ZIGU<m2(2oGGHn:W#.P˷ۃ+iDKNe -Zbg:jvF9?w,PIj1zxoh:{AJzf,NN|V)]}ɹz.iyANA˾͓%j~WB*fy=k^M!&UݯC؉:S`;Q4[ٚg'RG[&n8/c_J=r iiAE"Mk?X18S4WCZ#AFiadArCY1b},9-ey#ͭ
`ub(5!3!xǞ -6co-w=eY3R28
"" - -:[ҡ;dmSD6>T4|}I2xQF̋Hn:WI]*PAF`ο -c~L;˭݂(/ZY -i?I/mB}Q-r~$0MGv\\}js$O-QK &6יk|rd0;r[RV{ TNn10Tv()[dBI2n;%pf0ډ]:% NW6IUi Z2 ,[p?tOg9,th0AGwPq012CYʗH>+o"@&|W㷘,c7邱ue}9 %hW -N6VY_A:i#U4<_*z.%'C@HBY@Eʨr̅CYvst$h|3/(q7A#.Ń8it$LjH{'NxL'IR'Eq=x$uI=I?$;"i()@MZ` - --Mx_m(wq9'ịޑœzPReNoE%-%ivޮ<lߗo|%ղm#N&8cց,qJUq(3F.z䂋x`G$Ÿ}ĖO㾐aJG_RKz}.pBGeFzYY3eSϽ)4ݬT -E%U0͘4[䆔X{^S͞BpAP|ha%2a2J
g"< -!Sl4CV;gX%g[Sh=1'5: -CmG6Tʿ;zq}ޔp|h]ٽ*{g* -|PQ W"S -:Hsie2b>U\ B.$JnxJ.ԯIPé\m'~(N}F -p>wdj,$JqJ>b
x.j˹\[9idIW(woI>ngWmpiS[;<AV59̎&RKAk=#0_ư E:w_9tFptt6/w(^K/j#&M-|ҭ -Cn -]1PRkT/fDHPC0OƱ-w,T4@AFy`r/ao. ~QaP4CJ4dBihE4ӍCh!IѐdIhD= -?E+ oI #~ƯVNי`sFtܛ(-&2:b<r -HWBL}<K -0NQi44Fa̞*cF"mT}L!-Vf_FjN0#|_m G/L`-6ZF=QџXI77ZQ_f/GV9<HD^_a|Gho=waԝ&K +C](:5sFڋv@GpWd"FD!W TqϊXFqGܠgܯ@{qB.)V#\Br?P!.Z($0䭪KFlS೨4ObL{L'Bzט`+sbCoRb<M{KL=Sm#>S[:#tƗ8:>tY -W0V -<=K_v:$>F 5`^L}gï*]kЂDfd<"Θ!Kf~ClfGtmk}є{~,O+؛M:Ț^[)OrAC;R+p*VeL?_\[b4?:S|WZfU -rϊŘ2b9kb9юd,-5~Y(6cL}(0ҧNԮ]}@Y.#b_vAߦbAD| -ؑ`w-o^ c[DQK^ϥۼkD4oq{[CsO]]4ܿB r>援Єj]+=fj\Pxc1i$/1!wի^N>^}XMD8#B<XtL=ֿ߫()d -_vs)~+_l0n%=] -'v8>XP&c،v7_Ԑ3E~h~Ť-N[D`M / -,p,dt|oqV_%cW[b ,
)][LXP{u, -vA2~p\6ݔQE
$Lv$2Xŕ<,Xm>dew6$в`yt -MW0꽸|?-SVՆ+9
{D7
Ia[aI{6@e*/u>{ƪn->ϫ`tc.s8އ9OS7G.ϫL.&LX.{;]ðqxiV=nn/f'UFb8R)jZ+;a作|§Q4V"ǽ
&QV҆
{]2bS/Q[@5@!ҙJHSP3/ -$?y -Ĥc ̹Y"AR`Yj26"ab1nym6><Е4x XdZDyu3Qrs]>c/c/DǴI0!w)T]k![~fb֗gl=S0HD-ZJ}`{ڜ7PVW).>܍Y^@x+ʉgwUuw:Kj}%WoZޫx"%XjZ;EmE۞3AyddΜrB8@o3T{P=;o6&/Q;gWӎ:lÁz[S4zhm^QUU+DԃgT]=Z$U\I)ByVU#$]sق~xqEy94ӒNAVCn}!0SR6w͗rKA;h(WC\k%V
̘2$"]+pvh;Tbb^d>8ҥJ3#;|/S|خ 8Pq7S7}lB.\ce$V-(gkR!jNY& -J -媉~7\wBO-{@_܁`^VjSsX3,HUW8^rm?FX {]^rG=NOv&p+'mXd˔ۍӇ#7[|.'djyO졉66NaɖGƖ@*č
};ca5va;-0]ZN+.pH%
g>yϨO -U&^<DžS-+vq % SR=L,ǎ;/Vv[VFD'>',~֭ %eِ/DPr uzauQ~/uŇg֢L#
_Q|MyGF.ht0Y!xf]Kg7 N֣74.BZ6OGh:>?#~ ɷCU?qqad;3&jr~w T<-Jv"Y(KzC0^+zIz=Fkm)=EZ>jkG.A!%m@ - -ӆU6T'&:pXmkM/}l頍f@o/c h_CV -M[k'l2jP^Q+,/lWuk{SH~a}(iҮG)rl^0ƨ42Yyg&֛j-.SjT-w&3҉Jw]/mw1px,`JܧowrB3-|ɞ>ih_ bwgFC#hmQ J #l
O:Ӹ`c)ڰۛS蛚mC兰qC@}Co{?ƶ#_[܅BkZ$h^U=(%/݉l1k{
X짰~濙opAv=]vB==},+qN݁+S0S =G~cBb&'L"YO`KŌRa --S -*n( -",?f+Y3i3ɓIoQ{I=4mqi\_qw߬חCA?0P< 4;!'^G&c;#udr^!/a݅]dQ̥#KZն7+5=eҗGkB/TWc${ЏeFNǐd+",,ɒ=Wk9\lv?77ujK}۪%(VLr2pwgѧtkGCe7+揌xOIcn=2J}=x-lsO_zY(*4<lmHf\}ݬݤ߲wާ{g"WjDlhEl 0gëf>uW ǧ.@=UnnY_XZMߗ|l_^%=en{~|4sǾU~},`LOns-;ͿE=_wO6f?nsQw{0EW?KPcʴFe@bNZA1ColȌ#tUf022e/F=zXLwp4K[G.0Ǐ;}䲋`"ط/J.^+[#*61Gx;TD#G zF3cP+i~s>obߡbñz~iˮ>-ռT-]kؾzb,\r|t\|m@U<Acoۇp^BS6(li8ieMKIeˍ86U{.>:bY[%A9-jV -g>Y,M[5><0@6rÎhc
a.ܗ-|)ZYh j .-ڵr6Aq[$g|^`}hYW z~36@`hT}JXOK -S: -S;1]ycG!%A4Tclߌu(ϨȋdP!:RЏ'~ -p}ւ;1"ƨt\0YL<`5ԛT1pbZ_/ߡ+m*E'fᾧOi<M- -KUxq!;8yW͕~[₡bGsxSVC}0- JĖ_Ҁ5kr{jiN5}^&w -=k-lG[qhpċy qPePv |}ֳycUdSuT,K -˩UVy&Eg#W^-ИdbA$NR#DkU9EbNj_:"*{tA^AKyTQϓ)c[^U))X:~䐹nisTj+rVnWȌ;2Jf`}IyP%YqE3iK3d+4^aJG6mwM0DCH.N0PBrhkV\/j.VK7m?U8 H$ݰUAEUAVYwϹSݝM>up<IWwu[UoW<4}c`g[eh)HطgY@&BkC2lsR4sR&hcgT - -37v,S"TB
6 jՈa#
b"Z]Zk&*XڨD/#ʗfR\+`<RXVSPv>La>.TbBn*TbBB寕)xzҮ@a'twy/؞^uU[Ϻaac[SEhZ8P=D?Y m5;n-]BcvlVgҟ[w*ĭ - -Z`73ji0}Z|{(!PHu}45{%%=_#ᬵlK7=z^CB}Ƃ7|ց~2!x]gi(;]0S)1,DM]\~ٟ@v,O-,857/BKwA(%`vyKp -aSW+˞<XV -RݩƂ}nA"0v!t# -$R)DCT@:7̵oom8KaAIȩ\[wB?@L3=K9ye,.7cS1& Q$Dg}1
߄>҈O]c، -ͬ` $Ff>'{RAu.S/luN3Ch9"`XC#KricK;gO -õ`uItU3왍eБ;$AA52[D3ȹKNzܓ3RWV,HB[s[>!$f6ͷd3z7uwWpZ2zv'${(:/UU7,ًܵ:%h2(;Gr#~a9HJjeؚ)IZ=̙+/Mb*)a#̀pq6Oeϋ!bXsӹsmԾb㼘 -h9kFՇY<!NCzQ1`Wf -5m -Ge?IhQw~1Yn~n<]V&Ft~F.Q$UVGng9W -tn~xU6+yWeL>L -D WQgf2/8%"W"/k0G$It)"1ׂQ/lTR`#JT%ʋjT:QUQEb$v0^feX#]G"x1**1E<%PD,ˈ*JFȱTI(IqK P+HaWڝm'B|.RqAB@][@}{~Mt寿^U{PjW: `_a sE}?d_oNd\BLmjI(w -u2[ݹCRayn<P3i_\;=^k߫3DFޭ_ -ZNC6
Vv(yp~#I{*@X_0bŨ{(ڹc
jcw▇KX -i -\@C~fޡ[Gb3<RF)f@E=H$4w7w"%wPazX"2kٹaDԦ혧q9ӛb,zQuøh H2 -S998zzA.{9ǰul]x]rτks$tt6X$ -{?/E'GwdZ&i8H -"W\2\+F`}|V6G.#x)%*-9)e=JJ )BGơZTو⦋Хq7̫-Q?9Yu_d2g:()۱Qȉ+U$\ְeY<4oW)Yߗyt!V"c.^-dFaI}7gvVd
Ѷ:0~[og<ճH@3KI#Z²`70[D|s;G+{rD:y_34 -sv5dD|68v"Hש|qJjQa,NB^DicqDBjXDcfO28W|(|z"dD|!eqh0sUjmpFMF =Ed2&go7/OPl̮9;AT{8hf^mxh|*{-^%Rm$tȠ^%ͥn`eb,ۊ?֓xh{1@JZ|{]i>Α)LYN:z0(S+=hKg -Fr٥ Ww#r@z> كx{odbxYE=A6 L&q'5hIgFM^ -YBvf1cY=72g1R[x#sKH 62o{:RR߁4WJedO$hG,uND&mtVx=N<&`Y<+*9r2ܪH{A'g 6$zjEag,9-gE(4ԞsܲޠXb>PA$t;πL=k<̃bM708]s8^D^>.`ѯsFk>7= b[팢P;PΠm0Hw 'N(A<[\'FU)k+7 -UT.q\C7enn7a"dKD53fLJВ='pJS2&%<@YI5EaI`09iZJe{Tµe
̉y92A33Ԥ{6eknr2 ɉxif'״$i
O%{^1ZdvA<y=@4'(+3@spgư(ΖM ŻC7K;}5 -n@Ɠt(NIcb*$@{ *V( |sG6RCE[$~9bd<{#|`)ctRf{bJT|"'XF+֎^oȡd,s-Xg/dڈ7̳ l9eC0X>VhihZrGf1銶 -B>!#55r;lK$GmdFIZ*z8tmH'S}aܽh\ٮn?e% 9Hr -@n0v*J^'bAݓ[8ᖥf@3RP)֕6JԻ즏+$x)jb#
DzزPͼKw>QLC+U} lu
[4_v/j,P,x6>^I)On4Q?f^MB0LUu+vFF;I_xu"l!?%Ő)a\*t"ɤ9!nl]\Àcl3jyt1)
"H$kUld]8u&l-KGP>ŅRݮ9m#kCg%Y+
qM9\
;7'朻> eF~Ġj fQ5`>T-u\GuN$eQbDM'6sB:Qft<$5\GȞx0 -Um}EK-ݨ1:mV+&KIF45u[w(n+*D[
t6ZjLh -ID>Pv|b'6YD6fh$1=hwb*!"(%AxLsqz 9T$9;t]TUS -&ʍ-G/&DuaC$!h۴}&Urkirm1tZ0 J<3!lMaP}iPE?C#t3J(bܔ(!\W*V!,2T(æE *R=OL1uzQT@g)[&N:`W -??,O7ZM!-+j3SgOX5M {MJ @hLH::( -b -KbmT,QΕM;i|ɴq&5ro:L4BAK7ݙY,!NI3کGexdw;4:pԻ`B=U74P߶jpD_GDi.# -4^iG[߀s̫LMњYj_(pҍÞk8ދח.!TVP(sꇠC-^7̀ -C]UO\B~Rj@2=]bҩ-ydr9>C< -o:bc8V=HkS6V }9|EHV~<Q\!o }vQ+),|2}tdpz=(ЂA)a2%~"E|gi;!-QL -9$^Cć2['+eK[lت02B#W7&H@3IYc -0000011892 00000 n
-0000000000 00000 f
-0000011943 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016522 00000 n
-0000049198 00000 n
-0000012293 00000 n
-0000016823 00000 n
-0000016710 00000 n
-0000015799 00000 n
-0000015961 00000 n
-0000016009 00000 n
-0000016594 00000 n
-0000016625 00000 n
-0000016897 00000 n
-0000017080 00000 n
-0000018102 00000 n
-0000020160 00000 n
-0000033262 00000 n
-0000049223 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<8F149621082C17DB6BD54BD92CA49F5B><984E44F4BAF14040A77C431B791DB3CD>]>>
startxref
49422
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-law-czech.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-law-czech.pdf deleted file mode 100644 index 65089a3ec3..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-law-czech.pdf +++ /dev/null @@ -1,317 +0,0 @@ -%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-16T17:37:12+02:00" - xmp:ModifyDate="2015-10-16T17:37:12+02:00" - xmp:CreateDate="2015-09-30T01:52:03+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:98376968-877d-4d4f-abcf-1ed68b6e648b" - 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.5459 133.312 90.7061]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151016173712+02'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 3366>>stream
-HW
SZr - <l?*=3'7' @_L7,}Ǵ[4#-羏!=?߷{MUV.}ne<^{Ryq[hm{k
;ڂ
rϷO8!չݱGgW^^xƩl_e@VTv,3×8 -4Rr*_2jw^Z91>uGA+ uD@>I-^toQKvM*ZH㫔օsY,eByxn?nӦHq3e1݇ݰ1䆋65OT{H$x[!e()A{ -j}Z1<߱ h߅A<RMڒӄ6ˉۂ{x <SP2$կ~
h(%(~ZB+\ 8oԔ@EcRD!DVz( -)P)˦20dtD3m.Ze_Vɴ=jxY8Zt1!8%_l4Zr -澶Jka+x_N:RdDT|Юf t>ǯ-k`*+'bZ|/t1նҩך 3-n3Xz;2}]ٞ,&)_Fߗ!CT<y)Z՚^ =D\A2p=EGTLHLKRkB\3w$EkSxzRwYroXݮtibJ1%Vl21/л%ܦ *C(CbMv;/b#':DwWp(y~`] Ɯpzjݢ7N? Y_\舄薧v"nͺ?sz?_;Z돯 :-{eK%?D:y٘0S+UG:'9M`eܟhPbQgm?hpwȪùwqHtX"IJ -z&A{Ѕ8Rk?Oy7M3 -<">wrW^;,1=YL -nXb,FmF6
4Mu+\2USZ| U#$ -^a/*x1Ѿ!0ɋgy('uoԅݨ;H`p%@N/'>(I@`H:0Z{qT;{XADTi`jɶZ,Yw1;:M̂(GfNb^ѭ>JEqj'@!YA -_j Re};)f!4LW/)r}AGumA>5s_1:h~\#L&azil.=Gu8f"=RQ7r|S/Z՝pCyxzL+^Z=ui#g[[ʢs>!t1fN2UCwEGxi`؉DMS]ʯ:*k]@Хhp8ƁUA@lR_óZ}-G 0 -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151016173712+02'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 971>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_law-uni_outline-inverzni_cz.pdf)
%%CreationDate: 16.10.15 17:37
%%Canvassize: 16383
%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.5459 133.3115 90.7061
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 112.5 44.5 112.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -713 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:77 9
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2006>>stream
-%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.5459 133.3115 90.7061
%AI7_Thumbnail: 128 84 8
%%BeginData: 1864 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDA7FFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 12995>>stream
-HWrۺc4_'n|H69HXF-Cp$%"nΩǒ|ow|`,^:+!YEnj噒ziв=nK%|lY>l[Wtm
kT1LEdwYir]"Fc[Nhϋ63elzmEvC磎;id-۶vyVz瀂mEv8zR$2k`xDSjtwSZs3<So
2 JIIC]P+>ɘ@ۯlHXNysЊD\ic%qۮ:B -0@ݱv!/p,/#K%7{LpR8+ՠvYsFGNm<)<t*8$1QVre]i9ByJ46D0~
<Xht`-FDA%SES2o9碠KڵN_" - R»Ifϼ,I -)p&/Ŷl6qmT8o*@2&"ɋw~O/m( vtӎ?%"Χ75IRiW܅;2#Ӷj;~`JۻR)9YIiItf}?H
~4+.EYu5tC+ -d`/\<1U%3?X=11#к%=WqI
rKaWÍq-Da0K(uigW&r=$s)/XM8Z5X:ڑBBc].2G6B7tUjb5[vO5)nJWWdeY@oL
лB;&mw,R+D"EQ=5LI1!
VZVR$Mq6yPfT(04#') +`rǨ+8SD.\]gᠪ3 yJ3 1(CiL7P,0sI@-[n(WbUd#t\|T^ҩZ3`#vazmo3
~ůs3. Oۄ*<~Kq$QyN0xLPO l{SSB.15dL}Z4ZqDz[X; -4kuΨSt&\=x)j֥Q%4)7Gny^^<!<5&Vsձ(;% -e2r?WYV]jh`
d3 6RP: -?߇7YU>t#"32ƍ+j.7Ys
XLFY>D3ab~BDK0m6mMLzL0DB=c̉S8aqLC͖P)ӈx '~8
Nk*ݏ䶉#Ȑ~=Ե`vc^ڟ1s-oZ$$?eKoetD<M돛Z}©Ŗtc -jf蘴WcQovA$${OG6o`zqF]s@P|~SPל:ouHMH;}:rF -eUFng:QB<_T1?t-7;3鍃,Uzm -Jʨcp0V)itFf33Ʀ#h,WwxԱ
$<TMɇ$*>·eP*0<d".=ev>{0bTtq:!->Bk
Ρt$ut]&>r/e0Nrts'@M.a(Ь%2LڑVSR511[ܶ6Ce -~Y.=rT_|PbPP!x.D}5(5\F5øb>z\Q!@PTj6թ
ZJJhϞ2Nə1[<lj&ai0J\`Ȥ#tG,;+tH1EpBQ)ӈ8T[5^$D\lrWlDƈlDɑbv9" - 7 -LxԎ^Sc(͔rB4u\}5:/0ǢκXR`W*8$@ȪJ4ȣc,41b;>!Kj%$]F^#GHx3qm,m?fCYZf!SEKXa$ gW]>mD
ccr H9ob -٧, -.9(߿`/05 8:٠ԤyƦ:=~*ocpS3,M:&YB -#{D=Tˋ~#TwòEmIv20Tʉh)arp -@ER23.yI6_&vJiؔ jcd -, -Frf -gsvn䖇}o;_9ڀ;\W^{_v_^s/|"/kQk5CGv8mε_N7_u`mQjwPVR=k.sOoG2s?-ṋ\.[<yOcjߣZR/nw~ʫ=qFejwŵ.Ϥs[Z(HAy'(joϽ/إX9v?Wg`X2c/>6_;]8 -Z9+'L/?_ZĠV -zP -$}6v~tW~3:)ҖZ?U<E -cŠm;@AHNDW}54:C -Pdup5klI}\Z}MPlZoGzWū%r#K;X"&P@#6j6 -Cʸ*Tj$T=T|Y(DA7}AP 0ZzA+@=X(CuLreʲqM-:J-A}0PZ"rhP@~9Aˑa%Dfo@6;LA+Ags:5Pm3;*h3iU9(d)<%9"^9JgW -`kEagD]?(WrOoqξQ$nSDX>1"{ v1
ƞ"9Lf(v -l¸Wq! -J(/joܦK;(ӅG5$mlF݂`~bjӅx ˰n'G!JT8>V ڭ>i#)+S]C-&jnk\ -leȷ0ь%/(n+ -#Yj䩠hwa}#hwFM:(G0P4+ÉdDmLxJH$iK/F_*~筣R|%~RW ዝ9%ǏY4EUV;. -';}aàٸ) -Ꞃ(e~e{.ԧ|hhS6WKKG*=p75;ƉQcdٿS_Զd#Od.sbe&Ig{٨5Lr蕚,4`<3=xr?G v6PcƆB{ -T7?S\w gaRŢG]o7g;Cj·.t`}$7h :Y,ACy1J+RV#uF!K<Sй`eGn$C`5Egș*@1D?[BSj7ĐM1nڐ[vwۙ7C2x5rJ -j~o)<a=!^o"w+l`m|EHqj.'ź(12dLqʒtRER/=WGvuS
fqzGob$ܿ*FMAjI
#W
kլri1{ W&TJʞׅMqD*@abѕc/JfZ)Gi!UctDh1v#[q&jg;TB;Mi
2qb֨Ehe9֑e S
E -s~5NtbudrY<Kimc] 6B7t;-xc仰&ä.oVH^zIW,Xcl(:NB7Q]YC5ϛdDnޝ0X6@JgxZʩ[~ -:3ڞ{T11ȟOǶa]]j7(sw0 -qSod9cAŐխ~#
KRgMVSBtP^mGLmkEף -[w"dEv䓙$JJuסsS5$g7>ݖQzmT_Q랰R1SrvZ/n~NNI~;Ї=K -SHJ&>0Ɍ3
o:@݆ӝDg$ɾʕ/+T2KS+mZkÀ}T;jEnШ՜d@KbZq@zxtPP+ ]CE0ΦUd>TJFJ3ǒmfY$¼cN2F;RԈ?疎07
6_-FϹ/Z(^$ȿe
''?kV]\y=㴼 '[9)e2??Y^ϚtS`kvT6NVwq ww$-Z3/b%a9,JɴҠI|tױZA)+ڿ3!- X0H Xd9Pb)PCVL=drX~0KNAKcuV9*Ns뾽lt+' -tCnLޱgleuz]MI8L7NB0 -U\Cm|M- rp%Zk3P9<ZC -/g-b10dx+!\x^ggIO - HDsAI0h - -ͲQpQJơR,r8.e75Wq@yQ@#/2x\zKZAԠ<>3 E1AsyC8yܕf湼֩7Usч^t|LaB{nr5Ż.3(~x\ٓ-sAғk;RM)2DiCWr vx }EY7V?tˢ
V).#4-RpO\jq.Y)nRiϨr7<ydVA`f2Ⓓ_[F1ah+}dJ4h4=|A7)4qwhz!Ug@pw|VdxelN8L u~k֧PPLU]nβuUw -JrR' N+`/!|ze8if.@Lj@ Ҁ,[p^ɠThcO% -P.:NpV^"lDV,;#y/+2m=
Dѱty"_yj7 fsNPPUfJv!gʲ -2X;a$'AE|3N^Q%OsI{P1 -W8$떙OIfcDh2j깜w}DzL!wilnvXZ_ -HW{L.$HҖAmi)ۋ[.ۺLn1gvsy9KpRr۶"uz8ŏM$PfXZhp1 ѷ؛T>Ǵ"Ƞ -B3q$I%^U2ѷ$l8Ի0+NVVXj
>{* -Lj-R/&zbyRmH<tSwI&FLM -(x<S%D(bI@)_̼ -nU\+BqQt -Ij -mNo0/ }sK6RSc2s[EZS^cB(#?l|&Si=Ls6 .<-{!H`ܠގ 6Q͊?mPwn4;43LYۨ\}u4QXFp0cfO1oH6> -w>ӯQ#Q@eI(z灤itu(/˗ă#ӜiHD^_aGho=waԝ&K +C](:5sFڋv@GpWd"FD!W TqϊXFqGܠgܯ@{qB.)V#\Br?PӹZ($0䭪KFlS೨4ObL{L'Bzט`+sbCoRb<M{KL=Sm#>S[:#tƗ8:>tY -W0V -<=K_v:$>F 5`^L}gï*]kЂDfd<"Θ!Kf~ClfGtmk}є{~,O'؛M:Ț^[)OrAC;R+p*VeL?_\[b4?:S|WZfU -rϊŘ2b9kb9юd,-5~Y(6cL}(0ҧNԮ]}@Y.#b_vAߦbAD| -ؑ`w-o^ c[DQK^ϥۼkD4oq{[CsO]]4ܿB r>援Єj]+=fj\Pxc1i$/1!wի^N>^}XMD8#B<XtL=ֿ߫()d -_vs)~+_l0n%=] -'v8>XP&c،v7_Ԑ3E~h~Ť-N[D`M / -,p,dt|oqV_%cW[b ,
)][LXP{u, -vA2~p\6ݔQE
$Lv$2Xŕ<,Xm>dew6$в`yt -MW0꽸|?-SVՆ+9
{D7
Ia[aI{6@e*u>{ƪn->ϫ`tc.s8އ9OS7G.ϫL.&LX.{;]ðqxiV=nn/f'UFb8R)jZ+;a作|§Q4V"ǽ
&QV҆
{]2bS/Q[@5@!ҙJHSP3/ -$?y -Ĥc ̹Y"AR`Yj26"ab1nym6><Е4x XdZDyu3Qrs]>c/c/DǴI0!w)T]k![~fb֗gl=S0HD-ZJ}`{ڜ7PVO).>܍Y^@x+ʉgwUuw:Kj}%WoZ;*/H-!#%$NQ[Q'|Dо}23gB8@o3T{P=;o6&/Q;gWӎ:lÁz[S4zhm^QUU+DԃgT]=Z$U\I)ByVU#$]sق~xqEy94ӒNAVCn}!0SR6w͗rKA;h(WC\k%V
̘2$"]+pvh;Tbb^d>8ҥJ3#;|/S|خ 8Pq7S7}lB.\ce$V-(gkR!jNY& -J -媉~7\wBO-{@_܁`^VjSsX3,HUW8^rm?FX {]^rG=NOv&p+'mXd˔ۍӇ#7[|.'djyO졉66NaɖGƖ@*č
};ca5va;-0]ZN+.pH%
g>yϨO -U&^<DžS-+vq % SR=L,ǎ;/Vv[VFD'>',~֭ %eِ/DPr uzauQ~/uŇg֢L#
_Q|MyGF.ht0Y!xf]Kg7 N֣74.BZ6OGh:>?#~ ɷCU?qqad;3&jr~w T<-Jv"Y(KzC0^+zIz=Fkm)=EZ>jkG.A!%m@ - -ӆU6T'&:pXmkM/}l頍f@o/c h_CV -M[k'l2jP^Q+,/lWuk{SH~a}(iҮG)rl^0ƨ42Yyg&֛j-.SjT-w&3҉Jw]/mw1px,`JܧowrB3-|ɞ>ih_ bwgFC#hmQ J #l
O:Ӹ`c)ڰۛS蛚mC兰qC@}Co{?ƶ#_[܅BkZ$h^U=(%/݉l1k{
X짰~濙opAv=]vB==},+qN݁+S0S =G~cBb&'L"YO`KŌRa -J(
x6۫:x?k_Fj}7|7穆)ss٫%Q`Z73;𪙏w~FK28;6Dh#b/fVe7ۗW,s jw۞_6
>ܱo_c'8\NnsQm.¿ͅYO\c=_ՏԦ2!97lY5Sm~PLC7-2cC]D4~LًQᤱ1,Ӷ*֑8N"-os7z˹RyKtAJH -zM̼vU,-f1:L|nJx/[w(Xp,Dcqڻ+ÿOK5/U`fvWj//.^K4ר`?*_9vi؛!źeT
j -p r:[}~YRRA`r.mm՞짎X)CIPm~倕χ<hV (k';V̈́iAeBk!b
c -m$v+:Vr-Rn;k!r>:6'@~ -; :bNLWؑf{@IP;8ux7ywD%3*"7DHdcI_jK\_Ni1*%:zE#LV5O -uYno*(Ю^Q3gI!#HC10h=b qzM϶o$y: ~L#p*# -N̂[R`D8#}3ħQYH88Qwk/RG,yRJ(_Ģ= qe~qSb(H|4Ёrh6
ǒ6arc-4N{ZG9yA){sr I -{ҽ[Hx
Pa_ -PDDG":Ѣx{}<cs\p.F+e>Wg3>sl8ϑ{a!zXrfU^IH!iˆD#4& AP/9H,mUN.GaSڨ)NeȮJ^)]Ʃ2-BcRUd|VWåt3Br -?ֵ9d[ڜ5!J\,d -(2젃̟s;|8{Ҿyw<QN߭sfԕ-hG pg]ɀ'9l)"9f,BUpK \0Ks3Rɭ] -aR,"2눭?d`5G6'ϣrOMGHd$=vM@t 1ф] ri~CStn&)[n\P0 -."MMTo*Xg1NboN-rk)4%f?YOwR|ԹR"ȏ+M]$!oXzF^%,z>Ci%U&>ӲGw9O_lì\oߟv<ls({5zD*Ȅlef0+&dz_8o'_j*XZٟl(?ds"{(Mݸs(۸(#{T @_anU- -T - 0!A-V9hބm30QC-X&ZڨD7ʗfR\*-16:ݬ(SX[2 -Xh~tɴ뀻3<.;wFޢߓï䖺Y/l;z˂q`a×.`%KAn90lr/BxUAuL&b{A4ML#A/BgX0אArdɸ> άO}/)ZZFa:T'G'^Dxx]-`?g(s;&`1EIuᥥ mdw.m!©)ͼyR.Mr(/M)\K^ly Y)Lxn
AC@9\B{#-q i6B@H++ J~EC̚Z9V H{H;n`{h;Ptpk@8&BN3O0+n#a:(Ϟy%}W!aTWY_g˼c
axbnaIR:ȇ,> -ͬ`!S]U32l'
ȾT_1ᩛy;_ۄ&PI2Mbg&pnٓM\"\2`cw`]ۡلN _֗0/r^0 - vU -N4\k-GF+sWn8^(֜2إpZ8far.̙+?q!mMT. -̵yS\8ETψWb\LF5GC
E#91GOqY45g@{p<I -\5n?Wrdu4@إ?:N$axj"-GZsë?=ߑx7!v!2`AodG;
쩼A4S%eܼooӰܐ(=idSBf$ԯR%[jK҇c%EY"}A..'1Z蜔^6힣Ry E,AC&'HIWe[}}:qMj5πkXm@/?; --QxV>пP>3
3Y=:h3DEl Ty+L|:t}_:;_ZJuBBWR|"(l#Iq>#&DI+ - *O1~5 -H/Ej>7aOaluӭ9N)V/ɳpno_ެ.]KsHx)Hy뗖X(،pN!77&хT4 D酄#C -Y5y'i6)3?oH)~zMx@9Bm#-c5dMH Mt"eySx1B;xu굔mߛPce|*pӳF]_`+@0Cz< -nY$<o~K!MƜ̰>yFfFnd,M(;|Y{GF#Oy!_bB̋,"okؾ,SؾOS؇u3ygrCt7g`\}MjoNF#Z2Nu,cSbs֧7`/c8ȋ%(p̥Ns>\Uut;E@'L>X#@\ߐt=^hD@eݯq$kS7 -:6_ ue33/d13\b%f>`fʭߵV;pos%qp03T3$.fRjS3c|fMn^!;+ZY^^쌇G*5'̧ |!E(%-+X}DAl; Sbo噞q]Ѝ@<Vxw"@mh-]#]TzQW]>_z%܀yv:j3L.GF -UO'lԻ(㱉%u -{ٺ4͑C\<6尙bzvq.I$(-Ĝ<FF*^o
ߩO^kx4>k*MAZ*u(Jq c pP73:ʻz4 !i&)SnPE8q RNR.aC=
z=M/%D3|H>!^$@ims&13|S>+!b'~O8P:ꬁTD/:@즦3CAHSYO1 =]n;`N -('ȹJAIC9PVCx
tP96C`+,\]7)6|BS
..yO%\'IPL@zûĶ؎o04ݽ&64.k&KWT=òczNE7{}@2JJ҄fQ18dc?D. -tLZԜ -beA=FYt|߀TW(a#G8)86{J*ٖ%o}7 Hς$q/Ax;wEٴtlNܥ}poMAz -"^gʈHs}kWJu$Lq}4 -0000011892 00000 n
-0000000000 00000 f
-0000011943 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016451 00000 n
-0000049011 00000 n
-0000012292 00000 n
-0000016752 00000 n
-0000016639 00000 n
-0000015728 00000 n
-0000015890 00000 n
-0000015938 00000 n
-0000016523 00000 n
-0000016554 00000 n
-0000016826 00000 n
-0000017009 00000 n
-0000018030 00000 n
-0000020087 00000 n
-0000033155 00000 n
-0000049036 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<C121ACA4E07DE7FF9C42B2ED5638540C><9E41A762CFB9454881FEE988266D996F>]>>
startxref
49235
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-law-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-law-english.pdf deleted file mode 100644 index c085832763..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-law-english.pdf +++ /dev/null @@ -1,332 +0,0 @@ -%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 11925/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-16T17:37:56+02:00" - xmp:ModifyDate="2015-10-16T17:37:56+02:00" - xmp:CreateDate="2015-09-30T01:52:20+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:c8d0ddeb-d2ac-8c45-910c-0f7c9515dfbf" - xmpMM:DocumentID="xmp.did:F2771D32492068118083C138F3A478D6" - 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-en</rdf:li> - </rdf:Alt> - </dc:title> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li - xmpGImg:width="256" - xmpGImg:height="188" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAvAEAAwER
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
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7
FX//2Q=="/> - </rdf:Alt> - </xmp:Thumbnails> - <xmpMM:DerivedFrom - stRef:instanceID="uuid:307a8720-a812-a94c-befc-27329aa93ced" - stRef:documentID="xmp.did:EB771D32492068118083C138F3A478D6" - 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:F2771D32492068118083C138F3A478D6" - stEvt:when="2015-09-30T01:52:15+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.54492 120.364 90.7061]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151016173756+02'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 2775>>stream
-HW۪%I|_Q?P5lF<-8+/4
3veĊ~)l6S?6/rTږEӿ<QF荣ݎdЎiӑKɹh-jr#|Ϗ<x#[Ñ*=me, -рh^8F3&ԣW.MGo0iC
vд%;Q:͍2weRݲ )fX̘~n8-G]ׯ)BtUKޞ0*ܲK3`Q]S1[-c40aA1U>#XTBKqzReiH>\*Gf>Oy[8; W!&ު6+.(\G0.ܕN}ҹg;,weHsPQTLRNW{^q'X;BZ*SJ$.;_뗑MM~gnzI07q8'lSUL/^aa0瀎3$ 8f8:)OЮPUӜ| -yC_0.=YpnPܜ29fiFn_@I+I?,g~empiEmܬ,*_B4:.$_ZCWV]*χC5o>ICVE.怱q>FoIb nk#4rdsvI]źN -㱬4}bQGc:@E8&]juܞ}!nLP֏
=a>Fg;F*'@
k)CkTCݺ-ސ"920¡TkrDFb}܉L!E;ҽ_3eK%;VLVQ*e:{]MZIkoXo;t_o,*MIm^**x Zj24 -O <m=>vIOl/70%Sa@;!ϒSIej"b dd:EwpvHg
Z&Y ,v_(nslg-ǵԿ!k0U~ɬN۶qVޯe 5ͻ!)Ʒb٦^ -e)T:3x#!#5&X9w*f8 -s-Ԃ>lo%,TeT0#'\B6=T7$0_Fy6Y:|gdu'zmV>aۘcdd^%Ɛ4%*.
P{cۙq;uu> !.Lk}]lA>Q -fEDBb-055{Yarw\=+1sUوE*>Ӡz/7\mEᦇQ^N.\V"+暕,p4DV1CH*2@' -0Q!Ͷ/G*-OGJ#BsG3]T֜]\^(P(,['1gݯYgLlFAyR -ibQkt؋}[h5\ -@<s@Hjz`ٛz[ -la|ԩ{2u`&QD괱,˸ +JHfX)1UQ?*ckZJg -(E`"K=Ow
Z: g -[PV~ CTk(Z4?&s,LAƙh3qBDBR_:+ -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151016173756+02'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 972>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_law-uni_outline-inverzni_en.pdf)
%%CreationDate: 16.10.15 17:37
%%Canvassize: 16383
%%BoundingBox: 0 3 121 91
%%HiResBoundingBox: 0.000488 3.54492 120.3643 90.7061
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 112.5 44.5 112.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -713 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:77 9
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2045>>stream
-%%BoundingBox: 0 3 121 91
%%HiResBoundingBox: 0.000488 3.54492 120.3643 90.7061
%AI7_Thumbnail: 128 96 8
%%BeginData: 1902 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDBFFF
%FF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 12996>>stream
-HWkrۺt:317%llj?4Mh A -njtwSZt3<]o}
p2 JNh:ۇ4'c#o]"b9uC+Mƈv Ӕh ߇&̎v_측m~X^;8ŕȌ=t&8)ԕjPDm,(SJu -=.1<.
p(`2خ$@Ns!<%B\w"CAj|ف'[HtcF3LA%SES2o9碠K˰ڵN_+Exi$i-Ylt -u"YG&s@nDJ +fA=9ȜξN` -!<pO# -@6:o0_V:|hU+>/+N_l~Ko֮MXo#p=`E FިryJe;e/nb*nq Gv1.HENk6(уKm^.ppz'yv'oq @-H:ZCR
߀
_[$h<5OIA3φP(pfy -+`&ٽ;އ8xB&_֮t_Pi`$x#6WGFNO8k=~G4IQ -}oָ53Zӗd_eX.zA5M߽.@H*ͮn~ie1콸YN'զ^:nR\`ǵ-/ڛ캡nbV |ak S\sI変eL~gSML-evɖF
D.c/r*L lB߫G;S"|Jx6]D-eHv%]y<Oێ:v"{rzO,ex~T$:R_?rޕ-7ŸueEN}.Dh[)ձn7<YW29$W8g8KoWf'l˯j=>;,sId2ZE7 -҃=蝤ɰg;IO?_L^'I˟8bpL|&Iz\RrnRvt\kjm~<҇| -/B]Ex)ƕ\\VaV-r
Vv~ĄXK̑9bpr
]gڰAv@`ETsIWWde`X@o%O
лww -/HհN0WaFqgp"Wr2%ń4+r[<^XY$ymɃ6B=@ҥQe~Rry&S{3Eu+TMF4"%h,EL GJq -4gF(ybX9Ȥ #o4A`(\m 4d#t\+MXYU}<tj -l؈](랷@VS -,}w,8=J -q[S,(>7PsT-OX
Pn%,4t?tLùvN-ӚJmq -B.Zp1@*҄ed^G5nZE6 -)bꌡ*\k<Myrj0+34
lUfVi\=zf&`,y82ߤ%@J D}vc -e}R;ڪd0 -E~I)q+ij')fOIÜZ1HsOj[Q\%Q1
P:"Piv& -1bCciazLzP%Mr:3/[Vܯvt810{M|txˉG0c8%ȓY6eCƗ|P -s2mGOXSNI-WlrjیWL*P(>_Tk5/>,1Q(At|hv)5=665xb -;#njP$+JJ4m\\}46/0ξXR`PT*8$@ȚJ4ȣj8c,41Rb;>!͔Z1%];fQ'욎GHx+ll}?VCzn!SEK6`L=x$ gWCwmD
cz hFbЉ٧,.9(߿`/0u X 06٠̤f:=r~*ocpW3,M.Y" -#D}Tk&+~#4orMIv20ݴהT4Ӌ$r98 - -!-&]JMWG~cQk|#f ^ϰ.DT'=4:17:`4Gcm1uzDL{_=kt6>YzvRߞo&*5Ng"⡄ץsT.-,^nVNO[՝3g5<ĭAv:,,V^VJ'sы),vz^s5^}vE|.|y#εi]wo]Mm%^?ޟ?HA}s4X鯽yj+ -|SSXVG.ZyabU|{ -W/_m^ϖv)?#owk٭<o\4[mo<ޥ5 -4y|K$+;O>fY}+y-~.7R18}2s:]X -(ࢂw>WIǂǽ tH0_kzf v tƗatj; -)ikr -i7>fܻ1^i_]%:PEm@h> hX -zyy~A97>
l5IU)H+Re!
Ac-/h٪{`͠rW"(שVnؠ&mQ츶4]ONkx⿎x@G=ڧ\-#`ӏxoh˃]͆Ytk,?RWb<]>I<Vjn'S~u3Sn%|=lM.UޟwҽRnǚoaiot_#Vʳ#N?<Aw#^Y1=Z _$q'&fIl*163Ao%Jzflp;39@}\*M[pa+p;0eʼn۩q@R=4.OTnɸb^W>eMGKݭŗf5_G<#_:nnojvRy5\ENw)Up*:6wh0A7\=mքE<,{{UqlJ.:вJ{ZfZ>33@dCS6֕ii;5UVF?TںF=20+
\ -ڔEu -+Cw8uFzՔ*|i䵹G - AQ@6 6(dƫP %݁ -7\#4^oȠpсi\N$hU{/<%~2bjw/zVcoX%up.kbʡO,.JgD2I$@o(VįoDlC,{
4NOYua(EYI - -q+үb߯YYPtD -Uc7{ qW̙҅\+S3íativ&{3}e)N6d/REKԣhoY0 !\NŮ -ZlUlUږI"d&gs9<l'>ۑp`lF3o1
0Z!h<>۹y@6`3as7G>S2[$/SDxÒȡOc\VR]9U7O0;*7xdm4R߯nV{:3D40&K -\gm?vԌ/DXFPkDZiA[Z~jx2F+j{~:;cXc7?Am - -oeyQw`/b!6g?r![G̗IR4cP!(vOAyY0M1^+poUً%ۑOfJ+)u=R^fMsݠt[FS}E{J)Lq[Bh,uʗݖ:9U2'BN.,*L4"%s+ӂ7$340QvNwJ3%ITv}YYfZlZ[죦j5WkD,ue݆F$$WZ[SD>&zC&tr6 -OC#L$;{W#.P˷ۃ*+iDKNe -Zbg:jVHuP#[8$~=<h:{AJ 6XQZusl嘃KZ~WD*fy=k^M!&UݯC؉S`;Q4[g'RG㗷L -Rkp^ƾ0{@J +%J&E=]jbXqhhFb ɂ`@CeY1b},9-eY=:ͭu`5b(5.3!xǞ*֝co-w=6%Y3R28
"" - ->
# - -Oww\w9TYfbL-7oOoi:w{WJGA߽ٓAe.ù` 4y^{OS^qʜ/GǢG\bE.Wﭔ0uܓA -zGya>ߦ<ӄԤV'JALtIu{/%v?V\ -Δ|_k }t18ʈF=p`XXj`7eP<l,v!_~Zyڶ$O݄tyy"Y -z.z)I8t3 -{{hw*=b%^(n*C<·2]z+tK9/{_x9mK - -6)T'2\2LSܼ7ECӞQ~x -d^=k,ʇec!-cŏX2V1栶'/h&9c& =aNjBu5oތ & bߛy[ma䗻2{]Q7agYqL -oQ;xZXhZJڐE v#-7Ih;N]Iv^VIyŹGv׀\PzfB -)1Ͳ@
05du8zFBB4H67a,M0 -HW{L.$HҖAmi)ۋ[.ۺLn1gvsy9[R,T\H]E'E2njbc9 cv>-Z9-\LeA,&)9p})10-20>Bů&*l|
-vVKk-N}olvTqƺwr}pˉx|_8p0/b6\K@X`x>|4KU" dzzWF|xEJ|KmuVgoX\PIEQO<R[mA^n*7У0Ti"I%/g?^hE (務 -k0[edJ;g|3:E^#e/ TQ20Y<0#.=эfF`u 4kF#Jcn4{x=f- F*iEZ0p<aAEiT_?Bg6 -bq4 -ֲl5icxaA<t3z#0n!`a6pxpdu3ͣ}0_^N>3d |eE?wVgufH{ۮJ8L((9A*ݜ7YwBq(h/N]%E}jKhZ'*p:]\RDfwU5|ɈaJ|USɓsD\ostwleN,uMRJiv㏩'y}gjKgGLJ.!Rdloҁ{~9S<JTOfae_I규*t}bT^tm=6 -6Ͻ͊ZjRC+*DŽެ%B>9]2br;*_Uhٿ$-[μjQ4UR>aҢJHp-WN< -`K<ȑQ!f\~^t\ǰ|nB'Dh;Atl˂,b^Ks
Zh#쓌ǠC3yO`=mvL=(nP|{7o5rs/{ӺI_YxCk+T.|qS!SV|{W4 -)Z>g;kKZ`^gZ+ҬjCXYSa]9gQ9'ڑ_&/fcO}cƲTuR0]ԉӓڕܵh0+v[c8O݅tD.ybW@, -(7cNdYڤKʩʚTO/ڟ
-cԼy4C1W25Ơv9rŵf״a}O,1SxdS+ʆҷS.962rz2]T=DKLvsjajgݛݱr/6ܢغφ 5#̽ a<H6w@0c
M,
0cTB3 5ohe=t,U,bdsgPnUT}f.aɉr9Pc1*r~EYݳmW8{jW/N];]mk -[DaϱK\[!q*Q%j -JblKM]0ʄϚ7]P;,~|] rsPpp]7^DV`[2a$a>{%7\nj'`Gg#`,uG|Tz9w?B7PR=_MT؆^4@,-9݇&<>ˡL1Wc^(/n>*^ptg`(2: f6n>p8ݼˀa
:d[prrL7_ݕ2p -EK WbQᴼ^:/Sƕrx - -I2Ň:? -~3K{&*KZk$poKqWKGĕXNb%dqr}cf+oӅdL_9>=4FI6L4p7 -֕guʠpŎy2xD0aJg)qŃn+ -=hdoݺ2rjZ.0R/l>ۏPt>ZiD@+`6(yw&#x)&2Ѽzfƥc[H|: up|AG'vgo>vp'53/3L6|V]2|R<"D}_M.N<|E\VN$6k=EcI/}ȾF{qk>r[5?>ILjy͕>THˇXwm%<4(D63d
(2Pa o(Ä:u:[K2ϟ^.^YqGEr3EaڐfP 3PBDzm%=0M`k[<C - -cSuw ͖yd>okfZF|XV<fʀ͘{ %EV*ѥճIhB%UuߐWRYb=.e_9v?ф>ڎ zIk2?8Hw6ա#.w;qh2P9 .֦{Mٝ-jlXUikMFm_jb+te4naoJɯAߐwCBX"=~:Z(;EA&0k23zYxJwjA~}aF:X tkO3eM7NLW_Qh\qO=#'mm}+aQn(Sy`-QmÂ7J<A)aI'~w2{,RCy{ju}SY|m;noh
{/|vvD+B}PhMTݫ*e;ZM4vm֯ -Fq -'0ȯzýSHDa\$ː<iSxS*R-)1KHV2Amgd01ten=6́y<&`.T6O.)=ND)k$!bST'͍hE<<0HzFT*Ѧ4 -V+ӱ$ٻ'z2?W9r'sRx_mh_PJH&wsjM<X83Xlj*OsUcbLYV-K|J. RTω즁HfXmDV{R$i% K U/W -%xhgʍv1ԗ_3A+mϏbbط -ܯ}}mcw6,'m.nGs jӿsLֈ_vH)[6t?(s荡m~.JFF?^ŨGOpi[_T|}I{eq\v]\U%: k%~p$S&f^oRa]YϘhr&>7xj%u-Q;V,t8wP8]{ٕߧ*0+\}m^P%kT0Z_Οka4hM{ -]]as'+bH3=$f:c@y"SYGB -Z/A/Zp'Fy⒎`"&R ֚' -Q#v¶P9 -h\ݩ^&y;**TӐ.e_C])5'fA-\{0׀_"W>bs(,Q$O樻hn#<у_O)`%/IbEVW C[|2
B8)1nGGYe>@@9ucUk0 -sIf<Shd[t(pI""gIhQ[}9g.Ds8S迕2{^OG]\Dy6Ž~=e\s9u*/¤l$ʋeC\L~ (җIj$Hv~*'H̩Rv]mT˔C^2Zdy_|.kT!1)*y2`RRq+۫JR:~9ZǏ2-mNAUm[Z^.M2j -W+ZrE[-ԅjmsgJg I'!% -(0r3εl<<IߪzJHaE;:g0[vO}{vd- d˰(8D}/c -8/%HA9w.e6v8KEnMKUB(=/eJ;4:HZAs_&r-IדcN>
mPZ5EVt+]!y~2lsLyHi_`nq@\g=PA 4GhȡQO`3he6 \,:n3QΗp\:Wη+McH)oN[n.?^*؆H^y}=ZVv3Izu,Fn.<WOsG7I9W&viabMvT-?Zc"{hM]scqW2K@_an!Ue -TaAcæ0!A-Q9lжAZPVtZ[sz!DEKCe]2,T~%Gb` -nG)Dž_,S-Tbb{__,S[_2BoZu^4=$ y#oëtpY7,l;zsAݓ.H$f[%4flp/uMܪxպZ -~13V!PܗC<@M$c8 :Rd
>r>ȗ|ij~ s]\ѓ7<3f?8ICA?邙ÂHu \ 594qbXfWp4`6%{ȃe ՝oo,~8!w-crA22AHHG@8!n> -ώe%'|
W8+*xmر~1U|axg2A"lp* /
%s*[#?=Rn@bc$7xT9k.]{g$ŅFxLw*;DHBrga* @Ms(eQ0ƎxQ
пjzhF]֑yǍqP`ȇVߌQ05q?4zoӉvamf,몪k7t(Jdd5V|~De0[/y$_C?@S3 ->-m애WUhf 4U5>œJ
}szguɣa
Ύ,\ӔƖ@p -Ϟ,rBOSpɑB5tLnu{H+ാ+B*Ga -FV9{BMeH_bkN9R䮼Z8fAJRV(sĩK*`CH3`*CSR2OL~kp:`ǹW}@D,aX:Z6mZcXa6L2 -ZED"/F[(Z!R,`yڨX:'iH/ -8FRXڟ`
ޕ,;CMa -}vdSgK ĵcQLRm?XaɫKe*j6Vz%>zyYYe%EArHV a߿>:5>zG;.{^tW}ȵ[8,gj AjS -*Dsk<543F<JdGIƱixm[6RMXmi~ci8ZV&_El<W*g~k=`[@l85h+ZKɽqQ -8ZR15xX -9/P0(,Uhm@uiUxNcDsY6UP cj.ҥ<bwv-?) - -NJD`X̓
6Qש֘7r1{5DGAT8P/Cl; -#[969Hln?53!N IyL3zDo0rz~_b?m{B/cCK\1ad3/X0yه2vV6{Ah:_)1#dc=t3sPAѝg ~*M^ļE̴M>|A̴V|v -_Zp33$KO1cSff^5/pA9cl(a^ $UΉ@v [2B`407C\Z}pT_JRя[ -=q dЊ?n`^;୭wcnh!y4v,kr=.qX.D)m(vIN{\ZpTSDzm|bb
_t<U(iܑ}= -)D"']s\UYl
[H̎ʙ5LA)"Ib@y-ѕ'kkBE@ -'2˪g~x!x0|7Ϯl9D -A`xD_m530j+|CB]D1UD$<DGaȽFђbLY4jDep&vhNi[L,x^^.)zK$GIZyJeÅdStA;[GV\=N[/>W 7b8JZðT#Dkh'mސ~՛O"niW*fZ4H&5=S\0M(2mR+6ҺW }E(MlY>+ٺBPU[M$?U$piXgtvSZ -Q4T (o)8bCuز|]̡_R
seChg9©$ - -D}2L$ @gjf9.)%f+k%V^=xqݤ -o4w}=la6cɗEbИiB -:kYf} -QE[F&Hڷg[d"8R5HBG:_; l$-V*
q5n ~w V`7ۘAt չľ^e
<
A*CO^r8 7o -N,1DgYP9bj;y -RxNke8۹Fi%G#ֿob*.vq."4^'\Ot cເd:' q ( - Hu$E+|uJ*1h&<"gtvٗb_@,{yV)oq" ^Nvܑ!R -w|2RAZ%*+]9# {0GKZF`mLt0GiA'_xX
". ʄEdyrwXmhѕ -0000012152 00000 n
-0000000000 00000 f
-0000012203 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016121 00000 n
-0000047669 00000 n
-0000012553 00000 n
-0000016422 00000 n
-0000016309 00000 n
-0000015398 00000 n
-0000015560 00000 n
-0000015608 00000 n
-0000016193 00000 n
-0000016224 00000 n
-0000016496 00000 n
-0000016679 00000 n
-0000017701 00000 n
-0000019797 00000 n
-0000032866 00000 n
-0000047694 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<81908965D13F1FBAEA3044F94FB3A86F><BC9C28BC0F3248C599ED65ED4F5398E1>]>>
startxref
47893
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-med-czech.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-med-czech.pdf deleted file mode 100644 index d03b5e2b93..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-med-czech.pdf +++ /dev/null @@ -1,321 +0,0 @@ -%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-28T19:02:03+01:00" - xmp:ModifyDate="2015-10-28T19:02:03+01:00" - xmp:CreateDate="2015-09-30T01:52:03+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:a18546e6-a2bd-d948-8386-a37f9b39f6e9" - 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.54492 133.312 90.7051]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028190203+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 3255>>stream
-HWۮ$G|ʺ+B>`d8k$KDDVu9kddlVLWWg%2>o~9l6ۧ)lJs):VۿzGl -_{ȩl99]d{PCdC[Cl!ƸQ"lfsL{_<cu/ÆG=,>㘷?/[7C[Ʊ7Jrc$Xxvq!'@D(6xi.ZǼkEl#=ah{|Vš=-=.0ZhW ƌ
us&Ԟg54ޒi<.{nLĻ$ (x?x^XX1wrVJ庨*Bŀ"J#ε?n%6ܺ'0:cCϲF`7ze䦈)8 ەA=33p427ܦn, -:<K)Os
>n|q&_Әkxf<npFw%$
ZsDathĨ%g3Xm/aaL-!>}73h}_rhySZuMYu?O$2T<V|%ĀY4qiU}%6y#Ͻ¸tMCj*,,9T\#w$MŶ'lGZZYw趇Ii -pwky+w`
w.t|=b]1(E73Di~ɴ8qdU(*uhr"Z5exk5"CuDD 2OrD3dۙ@,4IFo$nfzƐ%;SYӎ\c`,\'`zTUoJrPy>'擨p0S. qa=(XP+Ҭ9EIjXVQ#^Lbt֠eG9Ei -4R8`&/Um9w6Ѐy6ʵϗIu(EK5gvb$꺶D;~BJMV{NU9):\3X؎{M{lVqu9]Xb`] 8{`@JƢX_?sΕ_R -ӓKK{]|h*}9 -lu-iYA -%#م"%h4:?BojH0zqX*kdfNZ;K$#Z[F}ˍ:D}{giE
ߴL&35R-7#SP- 6#Jfa7`60PoqE1/sL{]pJ|ڪ; IBho_U>U"m14d9E~͂|_s8߇(ݢ큆6/\!SP3vՁ\
3!BX3i}Eӱk,r=
+_Y7G3q
eH}ƶ'N-ɼ7NVfQϯ',<O39}{wzebjZ|=-̑D
AɍZ$% -ߔ
yP-qI;}TqJ|w؉RcDdt*-@)N<orjM٠9ߎӲ֙}-c~> -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028190203+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 972>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_med-uni_outline-inverzni_cz.pdf)
%%CreationDate: 28.10.15 19:02
%%Canvassize: 16383
%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.54492 133.3125 90.7051
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2007>>stream
-%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.54492 133.3125 90.7051
%AI7_Thumbnail: 128 84 8
%%BeginData: 1864 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDA7FFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13031>>stream
-HWkrۺt:317)llj?4Mh A -6ڡa!}`ښ)'Z:v(2S>>wD-}>$iasݶ
Xp,CmLO:Q6%\H &dz eb,[ӵaFY|MG\kѝ37~Ltr0Nae@RH[uui`[OTG~ed-E2rßmFXa$ӄs-Fkr̞چoỾ<m8 dzs-K%\pR8#ՠf,(SJj:1aǥa`, -<JD!1./U^`}W߃s}Y0l4{ -"?5r߿ffB3V&Po0ye]Pa%UAg_lGSFB0O`s9V x/ߒC2jA87A<S_l.M)6m0tJt(] -6 -T;o#- чH-gy{~W7ZT4rB:R,<@+40ct,qrC?|5&O)P|Nϧ#h:]bEwF")n3*9p*HJ6kcA#̈́nA:F7~m>E)jH-?AkշE7^[hO zPH2E,Dž [U,&4WXyϿ(O0>ŭ@oZh5un5$ע7jRiLًZÅsx -9俉e"5?heq
RjnnWRE#=Pb9/?l$
ڹ2=IG"pЎ7_CE7pw3~yB -Οy:L@;?0*^O8X+5I|pj& xB~YF}AQmp8ύn_;=amD#)1$Fg*YRhm^JL_~yxb=3Ji:u@?Tiz}/\)ދ|0}zSo4)e{8cm5ꦉU%BBl0g$:Z]H -w&=Fi5j6/mcxf˼-;@d2""p> -SpN=(ިKyѕH:Ȍ<>W'4v=A3FdTBi0<?rRAY~E OҷFwe"gU2}#,5-]~AQOTSJifxҋiG2>&8c.+Dɇt-@05f :|1A=dI;~g5DflAŒWDEt)8UD{17,4"Lk4+`p1DR: -l؊](`N,UFa>ZzPD$w -#ʨ*s|
pkhdUܯL!@-K;Rwa_pO:Ihrg.SG\o#GnjlCk㊒[p#OyT
V2P躦ỾډW^*MfdaFz{gvOza~ؔK9v#[
r$=۷ujjza;6@`EISRe<>"@X<5pMjpv~;Ժ᠀܁SsEw8}3k88J iV*g - ?r^aN(Z1SUcy*:/ÜhKfcw\є][G]%h] -"[du_Nf\7y3pn@"92"&O\mao~ߝN - *LUp?w[
Q27>zŭ6(5d+9f@Ȼz -
1#֢IBq0HKa04vCyA/hFk2VFGA pJ<ْaSOɖFn >/Tt"$1+`+V땠ĹiQlb*\qL0& p!۬M7MO)kDnD=ξN -NFNMs|_Ā -Հ*1εir3*mz+ywhc2)KP}9q}${a[,6>M+sPٹ0x".M0Iafq6p_
}IG1) x29S4<\xW|70 -|AQJ֒AI\Ȏ+q{oŁSC̸8 M82,&1+3/=[ Qg6d0zaivۭĢ^ -tYlV*Ts(^e.F}BN
iLJ; -ew\Iie #WJFL-tl$.Yr06Kwj1WdGHB,|
0 bd87ܗYj86V`7, #N,-xXo˨8fr\O@^"p)ȃ-6Bt0H4@XXPLCaQF[`w~OD4L7\j焋9&qX-)Q,,Qilf![DwOt\٩nW^VJFʢ&GF\F=!P$tqu[3z7l0aX6P@/%*^:ět9pY뵏?f8e/QZ!Ul;wOK`$F0+4sC?vc_c; u?!0Y -P,CqOw$'T{
y:r~vap^YrJv+MWk)EXu۰2z
""buthcd`xZQ><1eӖ#WXtl6Noh -?Snq -G84,u!DĞE!Qb@b37DxFt]4ۡvIWg)mFw?}=~!]IV@ZV(N}qڒeFw4@ K:JYqfM8P_ -W2%.3X0&[e4%4c5]{ *,s"VؙbQ\cnjuxu/vg-==}x -g&!P=i[2'?,02&_O
? @jtnx,{љrhhsIet<(*}T 5Bu{zDsͶrsf%<=q_4VWocAZ,7Ϸ7Ǽ*>Uj?>?W8>Vڣ҇8Q=}.6&rk.5Dž^ɵ闷"̓Oۘ6:k{R(iTqqZ>l~v߽9܂6NrOZ]/PVg{rmNr__n;1J+*.Zxu<}u&Pn[LW;^&amE4Uýg7't|-ޮ$T_O̒ˇv4}vI̽wbm>Y۵WlE#^~j=wsw\HOCZHY2,dWAdMҖ?#4;ۏ4v8xĠ~yn<k@
h$Pݦ$x3Ie7IS@c,ףƙFz}<~N5H Z$8Ez"YH
-i~ZSdkdesĠ(pvT{uunO#>@!.efXXvdкa7CFc<
(>4yS_^D1, +,4rxT j -pqTgm"hP:L@cPavy!P 8^*z6VKL@1-µeZkz5+@ja+Gxcus V£j>/0DVk@@dЪm=)i`;̎ -qkh
<,Tڸ6GFTйUR@c`8y\$:uTLpwd6o%v[246$7ľ/.¦3g\ؽ$W=Hx6{1l(K -gL>@A3hgz"-3P8)2l0p2Bժ^^+M3L(=ߖk7LvP4eNb^Mmpߚ|_ -^Y^݀tp1jmJSM\>ᮠ!1FW[IH3RU0s:!hr61CR -SgJtIdcr"=HMYuwtKV?1-*1Y[\9Զd#Od.92S$u -e2٨5LbOJysqur`Z,Oɸ泎bxLPhO -cw;3]B=7R"Mo65펨EȸuA.'E AaKO1@lwaOYY -.r|;cT+uh5B?QgI3,Mc@2YS4C%2%CM*F
rNt;fPaJN ?6&Q+K -LDg07c|D5 RlŤ={ -
!LhaydcKd{usEӑ:Hu\E|,_D1Y#wv~9M4j͈aZU/et_5Iѻ/|V/b4p)F6NQ}8 #*l
@ٌfba\DN)7] -}з.Ɓ(|!fLo/}!72o<y" $Eo|Raخ -yP9M8c9Ѭ|>]̌>Ͳ$/0E3y(ݖAa욝7q(kE1gG|Idf!<O(["0:),wA$XKj8 6%nRso.,J0gi"Vї/)ЗW-x?OU}8|'RCo-[]C-UCo-D*հKyEPQA*5o^6_B"*Ƙ(b:IߡҗE+wv{6rvKv1vQ1_%d_eP܋@^^j"Rt%%a5)YʗA%J殔8^tzZ -_6cd='(9.} $A/kY0o<r&4Z(s"sZr9Vӛ?WB/zu[]Go:V~]zS{sS6 -\T]Iv&XrM^,"Ub48CIWpgT7c!P_@&9au){P5`qrjEKΕs!rrZm,w/b׳:f_5Z@?xq
Fų>Ev]au?neRZky}+{@J /%J&E=}jbDIghl1Fbà`@b!+?d -Yrj
Z -y=؟:˭u`5j(䲳5.3!DnMα{*q졔L7Bp -\ЃW#Kf߫?ؽxct'KQz.?bDB~xҏxP'uuĚBm]'uu*kouRRTI*`dNAu0}W|lJYj
q:x -iT<I/m@}M -~"1
Gv\\}js$KO-SK &67xk|rd2;z[RAb`P<S懕ɅRTvr8K`\1Xomu+2%!$NW64uq0-5XF-y`ՌO3Eo8$KZ -ܭ/FS:dNuWN>Jq\5&8I0_6id(e[K$"&oz9S1P߲1>B6
*X}[sZ0dxPT!}<rɸ'@Y'B, % 7*%D@cˀoxꜼbRo?/58h\hT3?/@Ն \֘Zbt5U_g426\^bBN%"(^2jNDWY֥ę y Q"uwS( +((BZ.ߙI\L(}NNIά[͋N\ӑ0iv~|K [81$IqRYV~MC&/H&-LV/ -'vѓ'\pS<')ƍG[>B^=s+*t~I%. ?KW ^9Yszf#gg嗕lOU|^l>rtДwVSڹCoUA}.a4=8i^}i>IL.dL*F\w{.1L&q;msI/50c04kiC]300X0_/JM3oثlme݉܆xp#0Q驻+k `) -VɎם̫kT83$?>KRuxdhm:*zu6ɳ̍__+|{uaPtW3@O3*Vu2Bjِ@I㸨 -SfpbܐkR{S:9bt@^W&[ !LX!b:Fc/_0ousUq5jZ<~:zhJ -;!s~7M 9 r -FGo}n^1bB}+ꚡj04 @ey6݂N -,7OcV'№ncVϝ rzs<9PyݕR&H6Gn!6_&K{=Oξ~Eq_.;RZ5^^B -|+U/XIAw,d~:]G17|agi@;Vi<M-N8 ˍBRUj) -F[x2KZ/ã34Y/TI<?v$fC/L!5.[?co_ê,Sf?U"%; -N#x+[f -e(N0Q -J%թ{F>qz=:凝b5jZydNƛ"kGаVj7>>KUmDBP!`SfhAB0c6@' -HWBL}<K l5(@(uaRla& E<ss|q.('P#࿕bG}O758dOmJ^2(㴔=d9})=TBׯ0! [OuWc6{2Ѣt
+X(9-# ƊΝTFx>&r2Q-l0/6XKѠC@X`mx>jB,%'JU"b dz}A'+'ma,vXGG*eE&'=˼JMlyaRl:PAD=Pq:TƤlR -l5$oG?0oޭNFkb~2Nc;]3gmWDqw%H&bA(zxfNs7g /`|V.Z}6;=^KdrIV_ -)wIFy?| oU
_2B+sԦ`}gd8<"כ'<%[Kzlҵ]cIh'38E(}Hwۛt_d&O7ƅ&ՓYq{XWқ- -ybx][ōMgcK7}Њr1a7Ghɐqjlry\*GE7Zq!KV!+3Z3Bԥ#Mb3Xբ5r(/wT8żUW1_q6'1.tl˂bYeJ
Zh#ǠC3yO`=mvL=(nmS|{75rs/}{ӺI_Y〻xCk+T>|qS˩K+u罫Rl-v[>g;kKZ`^gZˉҬjCXYGhsڣsN#˼nKM_S,e>d+a'+=!kW`bq61[)Įt9X -(*>vgrDXyYJ1bSp,YJFݶ -=+ؗM`.NI -vbxz{k -"zpk"Q~s6 fh^VhqSWM7PG}O- 4aZ -(`ٽT2(bLZ5AL]|S~d_=V(g@,:=w2/UQ/6CP. -p,dt|wqV_%cW[bE,7>!xul1aCqQ8<:*ؕ]oqtFyN43ɑN|z.+yxYP}Qd/ew6$вaytJ3! -A(v@mZG/j`D$ D2XaChߡEO}$IL9.WuK,X|A2vǁ̈+cX?}&~wf-/#RhG8[ -Q
v"4Q(VV(WM}j B%W&柟ŞfAk1Z -Q͌.o? -G -xf<::h"FpՓ;:~ݦΠ/J -^:(W.ԦH$K>/k]]D1Es<p1 eﺀQ5߄f>U:%2`3f-ugJtFlkIUc7dFuT{XKٗ@NB4O#ȟ^fZ"̏N!ҝ
$wu&'bN|-T1i<c^Sv'=F`K+VUhZ;aQ׆X*%]aDa"M[s؛Fp<{7Ч5CiOv=N`1Fa̚;3|V#o!uR]Z__mn3yN$V+Lm}E㍁ScS>}8/7W6oqmOIDexJE>0T"AKm۰OPJakx҉ƝKІkZDw(%l"//}ދ01P.Z"A#UA)}NDg|g]kb?+@4,~;',v_ MB^_ YsgA_wz\]uy 8p3 -TK|e̒0)eՅ_i>Lfp=g`[qO
s sɠ70U!,͓"gs9Qʮ"-=I4UIs#ZL"6J.l~i&j9Aoz;EJtlIn2ID|LxNr=ܠ~3F/wp;~55N,Vq⿊;}Ɯbe0XSvU#mawG~!no"E8)s"i :{i}ިIxA<9R){z/ -F~2m -z(PN)(*(^SdKL$O' lCQ_Nx -'A~z}9Hsbn.p!udrY<O=b̞^G&A`˻]hH%}\=$+Umx_~S&}I p$;~&(B%x5Fw_f$zI,b,~ -z:[ϏfwssCPt܌n9ڷZmb>A+7 Go M_}xۊA{}JGiNPv0 [vMQs=bȈ4A1x/׃~r~oN6'+EX^¬J#*ކdڗl_*M*-{y}ܾw*2xvIVds{FN>jQ7nxr|L<Ύ
43Z˯}\]WM1w[ >>d6\wnsa6_wwqWt9LkDH/;[V
$攭e9P6{ˁX?PAQ%jh##/Sbԣh8il˴qg*Ju2sG..}܍rTު}u8^i3~CU)K0ry٬gLo9<:( -+:X;wRKقڋKW(5*m/GϵFt]c4}H -eG̷>0m=~<_(J;Ua[wOb - -+WYRH9'P9e*)iF&HSij-fB^b>N=>ܲq>d0FuASV-QR -%$if+zh9`tӶgʷg *(ʰ -:*sVwgpI~<O"
[8(ؑ(V9#CjF~$$qv2I6$[5IEAPE6y})Ays)oQ\*ڵ -{#hQN7`3hM2$I͉%GmۍFSS{G(g/i++"
S)ovKKn -*aFI9Uvh -V&۪L}nݗv)۸+Ù{ \av!]% -tJA}NatB^.{3rȽKFb"^8nO'9MT9QnFؖ/3BU2x+=ީ'fuD|ܨ6Z`jTbBF寵)Ziw` uؙ\J=wΊ5-W]-uGֳn8w9duO@",ͦfۭKh.2l_zc}.YUaAuLbfxA-M]#Ʊ/¨ajYӵΦ'p? ^R5ZZ:UqSՓOc7&<î`iwaId Οnw@Lİ@w}]paewB?beӆ2YK[pjH3k^:=b9QK&,¥<3yS͍'v݂E `F. -E
';$\ea} T -اKkccIT.Qiɏ;]c/Ōo|NHЀV-ќxo%70P,p6nN2FMx2
[HV+Etx+idmi
1'-8;m#+:?|f3ɖC{"HHk2GHfs19wggXb1DE.X%K -#J\+2/Fbފ.9ƫ1NIP)dQ[{zauUG'̱\q A+<է -̿&e=BIG⸫BlbzU!Dᾐϟ},{jεs?zP}9sry>C%ۘ(Žz -]1VZUbeSvuaQBgqD>yR!yW|c4Εny>HֵcU~j,j%q~55 |CϣWj"c
)n#cM!!RJ㐚_1E -zP jǐ<RsWh_ -Kgh2}XQ)B#*8_BBpњˊIh0xyTPahMqGZi`u#BB(6fAyW -*tM;I֕Yt2lj%=US>w-UËS_wtW]5n?/d$}64DTRk3P{\"ӽ_j5S?< -U5ڸ|{y-E]g1KQ͙Xq0jeMONLz? q9gv=0H}G-rwٝ1z>mUm;b2jjmzK)%*nY^OvM
e\F&.&oޏq]2Z6gVL$<T^TdUzQb&`&"87||:fYÕcu4YoRJ,cF@ڔ3٣kd_Nյ|0_fBh\#1VR{eoRڈw4E41r& -V"Ѧ3B*,@RenELThKʇdNp"WSynI^Q1X ˕/$N?0l3! TQ]I~'qY,+ kUh!IE6d=9ֵ)uc2R5~'҅,ڶOV
ol+!BRC>.=!i4tl?Nw2'@]Î-&;3CCdQHMgV
v97QJ%EdMv!1侑2{,89ڎ{s10i63q;IFy[V遰ӑ{88gufVs͗IN2Ik |tEm5ɉӜ".9% 1!`'EG+z1v|"j-@Jl9 ->"0[$bCj,KDmĹeb1+~?o#O| vhc2{T~kʕ[_@/vZʨg#P&ρ&+yBOvs41Fr&+SLD'Sͣ0$06+`,8`*54b Y[i>\ui5c/tѕB" ke%.k;HL`wGE9*e{c"<:s؎gz,.Z]ӵ[U -[= {"eaO{Fa.nV'a=s{cES2js9 ]s$3ז"io gI7?.b3V/cEv(As9FUӺD{Crz.7#3;P|`FakUY=ڬ4AySTWȀDY쑢 ܳ1st9ԋTH\;r̐*`tT䬱!͕jzC
DhP⹊ջ -dG{7⏮
U^vkJ|+I9|DlWMoe
?t%.c ]4h*טx <=%fcǒ.Eok5#
n+ (U<7c{U_!*%b ;.l -~ 1M9N -c"[`+z5 -)()gC@"L%Dl>˖B@K@JlS@ 4ho -kxI-J@h)i}fδM?b -<_i٦1 S=Bz-U,<eg/YCd{k~'욶2SO%M<5NO;(dO v''7 ^'3!S1-AK)q )d -Ƞ\)بsU7Ki!dȍT-Mಾ)܆Ҫ qgK;挰28v$ \ Eಣ}ˤj4= -ר;ws3jzNYPoRqC\bu -e~%O:{GYg(7VDtUHPB5ȣH;La)^k040VIkH L9k08tyR3,A4 y_ykX
CaZNdDBI -C8'ȵ֟cmTz;qrހR=kY*
~9Б^MxAb>v#&bk@y1NjQcJdRC=cd_TҒ k u@j.c <Eި}P'R ->)j2/ K'=`.'%>ɮ58BM/6 $rM@|*|),zR"o4H8J4ZE_L@A"76L8@>zjy㜀-yy tϯ}F7'i -;$}C-!s}6BsBTJe
*7S>=ezXQ: -?jOj9,N©yF.nkIk}7vi=x2mt3q)[KMPFK~ضWFfEUi -b )t -0000011892 00000 n
-0000000000 00000 f
-0000011943 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016341 00000 n
-0000048885 00000 n
-0000012293 00000 n
-0000016642 00000 n
-0000016529 00000 n
-0000015618 00000 n
-0000015780 00000 n
-0000015828 00000 n
-0000016413 00000 n
-0000016444 00000 n
-0000016716 00000 n
-0000016899 00000 n
-0000017921 00000 n
-0000019979 00000 n
-0000033083 00000 n
-0000048910 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<21B158B43F79466A628F910B3345D27D><B133242AF1F84C32A60F4D80CB5DEAF8>]>>
startxref
49109
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-med-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-med-english.pdf deleted file mode 100644 index d5fa4f5efa..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-med-english.pdf +++ /dev/null @@ -1,319 +0,0 @@ -%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 11925/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-28T19:02:34+01:00" - xmp:ModifyDate="2015-10-28T19:02:34+01:00" - xmp:CreateDate="2015-09-30T01:52:20+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:773dc15d-249b-064a-8b94-7dd6aa3afd52" - xmpMM:DocumentID="xmp.did:F2771D32492068118083C138F3A478D6" - 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-en</rdf:li> - </rdf:Alt> - </dc:title> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li - xmpGImg:width="256" - xmpGImg:height="188" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAvAEAAwER
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
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7
FX//2Q=="/> - </rdf:Alt> - </xmp:Thumbnails> - <xmpMM:DerivedFrom - stRef:instanceID="uuid:307a8720-a812-a94c-befc-27329aa93ced" - stRef:documentID="xmp.did:EB771D32492068118083C138F3A478D6" - 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:F2771D32492068118083C138F3A478D6" - stEvt:when="2015-09-30T01:52:15+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.54492 120.366 90.7051]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028190234+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 3073>>stream
-HWK$)تBh#5hZa#24#hUǿya[o~_n_le->j㫶彌O\mO6 -!lϷdJ{qQUT'5i{qQى:yз+/?. -Zږc(Jb\'-xkt)V%ـM)8ر?Ե~8fCyeqVa2
}}0#HVKPTI=T#m/c4\?dY\W܀@"jV%j!|kh&Swp5"=n!'J#DE^>t6q#%a).Ata맔MHD%1."!B;k*|y&'<JN:)m}gC@k:cJ)gjeW"m -v^ƁUۜ|xB@o("Aj"e7pʌhG -[I*]B:}1\O*]itA~,A.KYҡ:5mrϼ:s@7X>5| P?&_9 _N_~ -)-|#L/y+Ί.kDPbZ}Lt+k^DRsRQ."8u -Ip2ɬl[zj[Ip%Uq34=Ќ&?h5±%O
HlY)*mD^̃_2Nysϊ*jO@ v/j@Q}4)"s$0Ώ*х%瞃-bw?<=NT -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028190234+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 972>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_med-uni_outline-inverzni_en.pdf)
%%CreationDate: 28.10.15 19:02
%%Canvassize: 16383
%%BoundingBox: 0 3 121 91
%%HiResBoundingBox: 0.000488 3.54492 120.3662 90.7051
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2045>>stream
-%%BoundingBox: 0 3 121 91
%%HiResBoundingBox: 0.000488 3.54492 120.3662 90.7051
%AI7_Thumbnail: 128 96 8
%%BeginData: 1902 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDBFFF
%FF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13032>>stream
-HWkrۺt:31ͷ(llj?4Mh A -hv0>|,80`vȵBWh[(;m~qe!2f N -u}.>J?gD~TCC"!B4,?c d`TI9$ByJ4:ae>rC<o!Y~5ͤކ 璎)߳юS2o9miVTT`R&@r֒ŶN -OT -3Wd!s#Fj kO~suҔf XD2Ϯхl˴f8bP=DJnnHu*(#hv'LuYyuGV23iD`XM'O)P|Nϧ#h6]Dwƌ")&n3*>0$%k[ QfBTRxM͠VUz`a'Q)(zOQsF.ny@{ϗ_;l3<%ukw@a"F-\&ߪVjeѧ9<~|7)8o
S5#i]kmtn4hV.ZxŭBL9n<~}o"i10zpymnVRDcPb9/?n$
ں2IG"0Q_khWJakxgT))[j3{E2 - RIyY#m˶`SnuųleĖ1M\d_<yUWwDFm6EW>"JP#3x?(nG(rr; ʕw3"=rH)R+Jٷ*.~izW,䜪z~YnhN}.Dh[)ձ5<YW29$W8g8KoW;:,`mSt8cz"2 -\R$NSMB=@aFѮXR8 -ʓX0Ț1J><h2M'"Wh,Ee -(Ê y~DNs@#_P,PPdw~k.6Q 4 -m#t,IUV#56b -8ydp6-3.ȭBo2rB˶Z?tr*DfJmRRb;尯wKu'$_9 m)ye~{ccF6㒒p#Oy\mNDZvm+a'~gUau6^1#]
68Z̞5X:BBc].2G6B7tUjjQ'r@`Eͦ_sIWWde`!,J&j5/N+X;ԺS`P@\Qgqv
ÊQNP`B`s]CQ1='hTѦzs\/mܸ-JSt*\nӒվy9s7\uyyH,x;GTfĘTZUF)(`fh^OYQ1)GӔ[X0)Cze$xi`=x$Kjz<m# -*kd=}Md!QUÇnDFFFܸ-l_6("2?jAޞATyǺ%sӸQp!C)$[ϱ3A,.AmF{*^?%ua&URqUհ)+!ۉ˳o2|(4P-^E-jA@q0HKa04vCyA/hFk2VFGAqpJ<ْaSOɖFn >/Tt"$˰S!jV1+A=sӔap2ů(8GHX̀fooTo<oڱFfJtM餠d4*bz$vl_yTMKԷTg5JsmZ\茊GJ?$lژcgʒ=T/"18,x&/$wx+֧ie3;\(KmLRXY
-&L@F<$
a5_ _
j*_G~zxdPj<W$JG1бc\[JHqLJ\Kw2,&Wf_z6ik"IÑ-mzPo$I1sUO@9S내Yd
G9bbW*n&٦v+Y**˻;NR`xvkftYlV*Ts(e.F}BNp
iLJ*w(1 UHqY'͗%0\)
2TFp8ұ0hdn)tD,q~?Vȁΰ)yE(Rf7Pj8ƍ%e7ſZ<+`I8l'<Lenjt9š/b -`L&ˑ0֤G*3P(IXE -G?$wـ8Cw:hnSE#3 zJ~ս˝t@P4&+reŨcZ5osK4 ҄=XxCǃ34jJek1
4s 5 ?2#qa ϚQyRczEL:7^kz0I>D4"\/lP=at?sbmLWQ+<V:EnY|0HvZ-VTXZkBΰTU+Q)dC%e/<Rߑ؞Pv50N dmڅK{)f)٭d6]au[n.h5DXѡ1/>hG -9SR3ve@:VVO>^WWkjb'zS3Gyڭ@xIn5/3|B
R - c!FAG`Z}ɼq*FCO*GyVga}cד5G&7 -S?M Dh?%*6Ng̓KX*nooY^Y
~x|?W8>Vڣ҇8Q=}.6&rk.5Dž^9gɵ闷<̓Oۘ6ݣ:k{R(:Ӻ)$r}9rQ{s_ma%NZ]/PqƳRF'WFǯj7J+mU]B7ynMx>.v%ځׇM\x'kNmϣi7V/N݈wiO[Nz~vwR9|z;|=1K/ѸKze+k|4خ}>e+S˞K9WB0}ԲGʒi` ( C@P -"ot%P99#\KtY"(o@4'ڸ6vl qśM27(@HcNŠ65|6vOpA" aXG(GzoPLv(ך"[#+O$E1cP0$ޫu}F -Q$u,s5 @_8%Ej6"iE!ɠwϛj
E$aI _if)1ƣ7UQH\텫:hAxgOE"w[zLRZeОe`z
ia,.dВ^DY -Uy!J%4Xz:` VlmI6NevTЎk6^@k/d)=Ʒ9"5jɋW\4"}DѨ;f/
X#sͷy{w,@ۺAa!i @'}u16$p P >ڌ-l&dEc -QhusC}> 0j´[0[5[>D)_O\|%TNY>iKi/S_W|}ܾ FG߭Tzߧ)5g*d\E&Pn/bґp*~C#7Z>hns~ÉjϳaRv+mp[u]_L|.x~V\YoذҺ^
Ժſ K{ZaZcf]N+[{șii;5MւF?<\YA#.Ԟ+ƭl -ڄBu
7UAww
t?) ǾyRn/| - -I9<@Q$\u^ՁB!*(hsxSk7.#P<dLm&}2<I-˔#Uks7)ՋP5v&xsrrOx#13ɺ&=p = -&[maB(I -IW3mWj8/w
a7"'JRGr2 @(Q&B1'C֓q;2Cp:)#1FMqQ6"ɗUK#ÔBs^OnYeEwu?3'Tq_&Vu-|FwuQIʞoo`
+0vsǐMJi!PJJ형 -9 -5?{tڝ^%TXgX}$nD"+[4_"LBaյ1u0,ccVqԧlʱsdi!>6Q[)#64Y/ļ~(Ȼ gX\m\hxV996 ?}
<e]QZ˼T{.0oS:WK"KG*=h7Ȫ5[QnWU9ȍɲ -Y%q~"w`ΉH&lT(OFf{Wγ<{fzHg2,M`6uԧpcB{ -V;7ؙIW)fh*=hf1,lwD-Bƭr91-Z_
[BxibVfʢWpsCޡ[_*_Cy:々%M)\eGn!(_Κ1L-)j5DU1nܐ[fwۙ7C2
Urr - -A9싃#Blͩ[,6OSDxÒȣOUbה@+.'Az g2:ըW7=6QvYd[Y -}lG-(`Ky[{=fHk -:5ڞ{ǽՙ
.t"(m{WWZ9/ -Ѹ%xdycAŐխm%RZ2IEn) !(v"s鶵"QX;{_wS}'LI}%LцGJ̹bVWTPn(`MԺ'b̔/˂[BykS%s.N-!bD%R2<yL2L.>et/)I_緻5Ԃg0``UEξz3bQ,4j5'':=Pd*"1Ѫ0Tj%uUqx4]f"Ds_HCz/nfĮi'q,9&/oE*k1y -!$ëm3QܱF_@&9u)A=(m89Yt"@%993-6O -A]D-X$d.L&?Eaw>OIά[͋N\ӑ0iv~|K [81$IqRYV~MC&/H&-LV/ -'vѓ'\pS<')ƍG[>B^=s+*t~I%. ?KW ^9Yszf#gg嗕lOU|^l>rtДwVSڹCoUA}.a4=8i^}i>IL.dL*F\w{.1L&q;msI/50c04kiC]300X0_/JM3oثlme݉܆xp#0Q驻+k `) -VɎם̫kT83$?>KRuxdhm:*zu6ɳ̍__+|{uaPtW3@O3*Vu2Bjِ@I㸨 -SfpbܐkR{S:9bt@^W&[ !LX!b:Fc/_0ousUq5jZ<~:zhJ -;!s~7M 9 r -FGo}n^1bB}+ꚡj04 @ey6݂N -,7OcV'№ncVϝ rzs<9PyݕR&H6Gn!6_&K{=Oξ~Eq_.;RZ5^^B -|+U/XIAw,d~:]G17|agi@;Vi<M-N8 ˍBRUj) -F[x2KZ/ã34Y/TI<?v$fC/L!5.[?co_ê,Sf?U"%; -N#x+[f -e(N0Q -J%թ{F>qz=:凝b5jZydNƛ"kGаVj7>>KUmDBP!`SfhAB0c6@-O -HWBJ|K -#D9xpYj2aoPZ([BigBpX1n1Qm\,'em~edmüjp-O.buSѤ/ͪVT܊T[|RKv] |TԱɇ&Qa|&UZ^LĪ*5䅑KyRCy =@Ti"I%/g?^hE (務 -k0[edJ;g|3:E^#e/ TQ20Y<0#.=эfF`u 4kF#Jcn4{x=f- F*iEZ0p<aAEiT_?Bg6 -bq4 -ֲl5icxaA<t3z#0n!`a6pxpdu3ͣ}0_^N>3d |eE?wVgufH{ۮJ8L((9A*ݜ7YwBq(h/N]%E}jKhZ'*%]RDfwU5|ɈaJ|USɓsD\ostwleN,uMRJiv㏩'y}gjKgGLJ.!Rdloҁ{~9S<JTOfae_I규*t}bT^tm=6 -6Ͻ͊ZjRC+*DŽެ%B>9]2br;*_Uhٿ$-[μjQ4UR>aҢJHp-WN< -`K<ȑQ!f\~^t\ǰ|nB'Dh;Atl˂,b^Ks
Zh#쓌ǠC3yO`=mvL=(nP|{7o5rs/{ӺI_YxCk+T.|qS!SV|{W4 -)Z>g;kKZ`^gZ+ҬjCXYSa]9gQ9'ڑ_&/fcO}cƲTuR0]ԉӓڕܵh0+v[c8O݅tD.ybW@, -(7cNdYڤKʩʚTO/ڟ
-cԼy4C1W25Ơv9rŵf״a}O,1SxdS+ʆҷS.962rz2]T=DKLvsjajgݛݱr/6ܢغφ 5#̽ a<H6w@0c
M,
0cTB3 5ohe=t,U,bdsgPnUT}f.aɉr9Pc1*r~EYݳmW8{jW/N];]mk -t?H|JnsJN4FX<14s~0`oP_=㭧{
}iX̷[^[st%M4y:v}1C9b<4ǼQ^p|TcfWQd1-ul| -<q:y<tX嬧%+n>+me$~Qh2 &iy.t^6+>-dJ;wu#^J<+rYg >/dU]yl_{tOCĖKXkrsf"h~>?~̙]u\-Pa5}G՞!TΛͦKմp衄
=z[64|WTUu7Y7 hlV, {U6|)eu)n-2IkuB\n^/d-{Ð:[_qH" ̔4M]y%RF?ʕlZ<U3&'IH b - FU-xs& %O"e:Ρt-N_b+Hn>T=gF\M+40hyrD>ٚTl(v0S)8BRBj
(PSKw $/41g$>(L6wU<\ۏH<`fyQ3ӓ+-Jc'/2v!Vߦ6r}5{hblhᨱ%o -qcCq_l}(ƥt=u@]N9vӊl@.t A%E3ӯB@$b+hqA~ŭeHx`T8S"Vĵ{-:ɰ; 1ߺu+a "~Ye6Դ\B`^z|Է!Kc|(Ù(ӈxW{;lѩQx/)/C%%8LFsR&MBey KǶ
txeĿ~=ڃOψ%}PO+CGkfܧ_g9mN2eL0xD\ߝby<-H,U;OH,lz92ǒ^}387|^k|^yZ+}JzOcZKxiP=mft~Pd)xdA4@ܝQTG t ud?mS\jd}g´!g +0@f,ՉN9VgK|z:h#(aЛKkxps -l C55G]09#vdhrA\M;1[\B ھ6IJWT) -&ijݚޔ4_߃!>?DxJ{ xuQv51*
L<`dfޙy=2Ղjs˝Ìt"<]|fh+o28yL~<l{'FO (W(YQZlۆo0xR[ÓN4d(X6_f&f@)ayy!w.Pm^WwК WU~J$mw">hg;^)_of9g_-?a%rOor~O}b;J\ƾkw -8kOaő_ؽ?{姐 &âH!9x&?'ky1T -mxM9\ -am\9S{ȉRv5iIB8O9Њx0x`Tra[w%M3W zKi-RWJcHwwO"[d,s Nӝ6/?Ќ~DM臿[ -Im[( -.IK -_ -%xhgʍv1ԗ_3A+mϏbbط -ܯ}}mcw6,'m.nGs jӿsLֈ_vH)[6t?(s荡m~.JFF?^ŨGOpi[_T|}I{eq\v]\U%: k%~p$S&f^oRa]YϘhr&>7xj%u-Q;V,t8wP8]{ٕߧ*0+\}m^P%kT0Z_Οka4hM{ -]]as'+bH3=$f:c@y"SYGB -Z/A/Zp'Fy⒎`"&R ֚' -Q#v¶P9 -h\ݩ^&y;**TӐ.e_C])5'fA-\{0׀_"W>bs(,Q$O樻hn#<у_O)`%/IbEVW C[|2
B8)1nGGYe>@@9ucUk0 -sIf<Shd[t(pI""#gIhQ[}9g.Ds8S迕2{^OG]\Dy6Ž~=e\s9u*/¤l$ʋeC\L~ (җIj$Hv~*'H̩Rv]mT˔C^2Zdy_|.kT!1)*y2`RRq+۫JR:~9ZǏ2-mNAUm[Z^.M2j -W+ZrE[-ԅjmsYҵę%|D%tvWQEVAYe9ߙ?Ouw6q$]o-H3x__(YYB&Uihޘ!Ygd ,-oM҆,}Rs)v&Y\*Zwk -tݹhi]R〺|䂾K$(h|OGkD6tMM(T/3Kk7'`:&q{i{sq]Yz*M;=ba!7?^c*4؆p^Eluu;v:3_LJC Orf=ld/sT=TpQ
fԤ+v%ݸRkwoԜCkn1?w>f?<Q0}O^*Fn!LS
lzG少}S=pvqʟNk\<ynϡҮ|~j*UGC~1js` -nGci -D/"*j>Qk4nZu^,=l/.A -@$:FRdcm_%sR~|Ik$*t Uq5$'N"xx]c/}~piCA7邙jA$oxie5Y쟐M[Dp[3o^ڜ|,uIJQOΗ&/¦4~V=syg ;N݄E!,"緁(#l!(;͇d \6Rו
}%f$t^>2$+['+ d:?@P'BSU*| -|StU|`],P^b0lsc/; -d?Or#
S+E -| -8^) -4)'Sl\ -cshmӡz4A`#(JHZ_{!CU=ҾbUr|U -@$"x D96
Vے+-ko+l䐊MNi)('+FUu+S=OI3qBc$
E7zIz -ߕsYfzȖ6V Ge$*/,Ƿbq<#7~M&hyM6`??G28FF#{3tȂ -/e6q7]-_jժJs09=A&80lsȑx9`tC@>qQst1&!%,FCciHĊ]rf 1FUQâHa5Y
Ur#a:}#XQP(%i -6G2=q=bDӥB** -S>خ"|s\;/aE})*˼Cc`Ûq}սW9@ׯx"~i' F -x)t<F GAyy
xbEop.+3V -Xu53fDS@#P(<^J>"*(4UwOj|D("}x>zeh@_`]操/}~طr]oYʙDpp<.Hՙ0lWżN -}#PB-2s4YM.7ti~?#zmFj].
fh9|'Ne.F䶼~EvOT$=Ebg=um~B1t;[7" %u~ syZH=rVƥoݶ>磣
q\?QX8l#B3>eO$w+ۜ#'cȍ]zbt{;߇F1r/{z!y!>Z'0|CU!TV.CWh c,UC|AY0)X|p@%K4׳z=˅Ul?CiNHqiٚIUH!]OwG)F=s`B.Ǥ>2v
Z C:d xS*~`uBQo<s8cR&(|@fɏOxXr@L"%Cٴtؘk
Z۹F3NW-9kgش -檉TR
" at6ރ -e.1mpPLNz%LJDeϜ.0~"^Ɇ¨rOIt{ńW'llOo?2]6q#qQyVh8˨iɫ>Lq*XAiel^1<I Ͱu8˚lYVC6)4av'qh/<!Ȥ/ơj)Y8!ƱD/!-c")*%[>nPbO -.u@^,F<+R=^~[7ƶ`:7.]A,G1gT~_ވ ۴G -u!q>0<ńVnj>jKh:5l_rPeO>4;X jˬR߶ -Vd]m!yd+n -wVliudOdJ6$Sdg0aK6f:%qC%{#Cap -2laߒ(CtJ6ioK6{qH6 %3}Q5t\:X_9/LLɦ
-ɞɦҖONFs`ղ+ɖnKyN%uJ>)/[ͺz%ޒ!O.}yHv誆 SD`ٙUc3e4t8ti"B~G0ŹxpUW@(hG؋h &&9'{g.e-7ߤF6YQ4F -o8z裄Q֡|qq;6s=J -U{8IQIӆWċd-"G겿W
&Uǃw"?T0t7qjv#5ǞvUC/Л`ߏ%4,5N&!(OձUyUj9e7c|فUoR ;Nd&YɆsc8L[/[A~HQ13fQᴓIw@Dh{0 rq(2 -XFފXh%jD82MpkAvulP<"2TBĒm-B,M,DtGTпH;c"*xdBPR>N^il01-PxD1:zsA7V$fCv"8\3:1/VT;#/qu/v$ -/H:tٽ4L"9彸5Đ쩯bɚQiUde=,;8>)hvY~F!ā}ɼ RXcXDrk]r*j',lF$Y:A~s -O+W);2rr!iѥ<FD 7R"y4eBm@Q`fo#ݬ1|LrEÉ -E9$>i\ -р
^%"07قv,3s^dcFi-e -@+<<o![{'8T^[|i,͉$ad>J DŽ(ԏ8!iY -{7mD+_I:gB67qp25io -' 4e#zT|3pq -%,n1/XJ(P0Ҩ'Psu, -gbTlpB\Bf:@ -_7:48hC<%p#)%H2B$![^SaDMP)PgΦ/q&DbwEHnz -0000012152 00000 n
-0000000000 00000 f
-0000012203 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016419 00000 n
-0000048432 00000 n
-0000012553 00000 n
-0000016720 00000 n
-0000016607 00000 n
-0000015696 00000 n
-0000015858 00000 n
-0000015906 00000 n
-0000016491 00000 n
-0000016522 00000 n
-0000016794 00000 n
-0000016977 00000 n
-0000017999 00000 n
-0000020095 00000 n
-0000033200 00000 n
-0000048457 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<C0C3EC73F13C3AC8BFADB79A437950A5><A87185A484714F5EAC6BAD35D8E476DF>]>>
startxref
48656
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-ped-czech.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-ped-czech.pdf deleted file mode 100644 index ed9a2a68ef..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-ped-czech.pdf +++ /dev/null @@ -1,336 +0,0 @@ -%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-28T19:03:04+01:00" - xmp:ModifyDate="2015-10-28T19:03:04+01:00" - xmp:CreateDate="2015-09-30T01:52:03+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:9f01c092-3752-8445-a0ac-9c7a1a52e7ce" - 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="80.000285" - 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.54297 133.313 90.7041]/BleedBox[0.0 0.0 226.772 90.708]/Contents 17 0 R/LastModified(D:20151028190304+01'00')/MediaBox[0.0 0.0 226.772 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.772 90.708]/Type/Page>>
endobj
17 0 obj
<</Filter/FlateDecode/Length 3581>>stream
-HW۪|Ve2avȪ9:b
ULWee%2ß>n1l-l#--ƺĿt3>/a?ol_lmֶwe{عa5ma/!ϵP-
v"X8$~⎐v@zHkopS8-TTDiu5ߗ#\#~Pqo?_LV^Bnk͠YQԶGX]Vum]a[{O0e=}GXd]wnC9!/a1
Ps+:r -'ε|=rP:Q_sLKN1=ּ a)5>z/7G$ƚ%gGց,Agӓ0wIX\Q _:^};Gs-}2BLNdBskm)<2Ƒ (f'~lx!Bm%3c=+]Ѫ9&͕9Aw>A ixіUrf>1E%% -
MI?rF0YT,"2 |n-BLw+Sa,sGBC'9ܖȪ]BH6Fg[T@[@e}اzr|"g9`SSJӏ]j|w%1Qcyה+LOU1<<3
ļ༞l;z6L &AY bCI"r_uFcg>NHz;Y(0LL{TŜL(̄`у[rZqVoQcTtUwK#/x(@Jf4}*؇-cS51l%|-C\^Uʚ<GHg6T=6 DT*3ZN-g)_{tAdy!
<y ?<PJńfRjCWT<H
1(oC=f}a`'xwO>óTupIPT٥ -/X0!/a8b6ΰAa&0(Ө
#$X#sqdD㴖*B>>+ܮ߶߾*
o$!fbNh*ҋjk:;At(hWnWlJWu#-Rf"g,MGWPc\U9°:26 -_$6H6o#5c
c[F1HLHM=ź,M1Oߨ?O'Xu\<D
mwT-t}@Ӑݐbw 8!J|шhH -RX/`y>Ur`8<tڣB,T.XH^+cUR4fD&.#}/@;zz/H<{FuQs -ÅtuRϺ0
ꌡkK6^ -a&u(GHXN3ݷA]ר<P*5ŞM`+s$`I -34h&G fyu!rq$isMӠ.i*$_@cS;zWizu"hH#TEWU -\*zj۰Cx*]AP3SR\w>k8+*~4(ӛksZvXTMp#۵vQc){1gM86=`qJѻBWX"/[%&7zƠ4kDȼr -g4 -pqZraj 1[ c:\I!
qb - biVy$_/xuן34ZX,|G:f{dP`)$3y4U]EۯT(zL)Ӂٌ&fRUpGjubww.)mzIv$h -BW -*> [*Vş@Vm}jZV':6:u8@h")
7V=vՇSg,:zvb.pY7:\GZkO֢EGkQg':ZMl~.K7#mPָ:q;5 -Hk&ʣz^PjB6`zqu@\2x#(Cf -6Əc`&rL\"U]E."4=>JٝP:RtD_EXMh:<ʄ (ڢUɟZ#nנEPǸ&ez s`VԵڕ1.TZaUSe%Evp8_]=&Qv軯1M~? -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028190304+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 972>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_ped-uni_outline-inverzni_cz.pdf)
%%CreationDate: 28.10.15 19:03
%%Canvassize: 16383
%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.54297 133.3135 90.7041
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7725 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6138 -260.6465 509.3867 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2007>>stream
-%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.54297 133.3135 90.7041
%AI7_Thumbnail: 128 84 8
%%BeginData: 1864 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDA7FFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13036>>stream
-HWkrۺt:317)llj?4Mh A -"5߿ffB3V&Po0ye]Pa%UAg_lGSFB0O`s9V x/C2jA87A<S_l.M).m0tJt(] -6 -T;o#- C3Ӽ~|iRJ*J 9!S~~~`QrG1:8QSp~F(X>'ӑ`4.Eq^KE#FTiBoc -|M7ڈbݜR --Cuo3[*)f~'9z`
a'Q.(zOQsF.nyZ;+zBxJ2E*.Zf.LWUZbOsx -Go3pƧaw#p=`E QkJ[w^.TܞSw!M, 9<F+kV{+\֫~!O4%9Oߠ)@ރZt)v*Ix~<5OHA3OP(pfY+`&郧;އ8hB&_֮t_Pj`$xFl6zi[3qkg6/R%/~<<H]̃k{].?*U^ e4{qo':iR\`qruKcuĪFC!63 -)V»IyY#M4Mo[51<wkΛ2!~"9_|xziDգz)Q6%Q+eIt$(y<Wj'4v.Ҽ'(WZߝ~ƈJ1MgXNJ?H3ۯ(a@e#]ٲ|[^_VA`{Ȭi'R
rz"ZjWJM#0VM;R1{YzB|NfqKcSIQXqWNHp/x:Mq:YQ3MZAaFT],NQyI$\dM:SE$'+scB.KQJS"fC( (W#<M0T44=yXh Mykk1ͪB -KRV$e|sHVhMYe3~ůuK䌠Krۘ*<2w,0
֏&IXB r\ځ:Xz|܄;|YOB<sV]$8ZXz'8">fdZo]pW܂*̣jږᄾB5
NgUa^0#]
7"w;==u녁F BcS.el6ȑ Gl߶)
-"[duֹA\Jnֵ<//w.݀DϻsBeELJ냹(;%@X y=kM]G&MFCze$xi`=x$Kjz<m# -*kd=}Md!QUÇnDFFFܸ
5LJGna20A0ߠQ**f8;-؆(?=\VlM!r%xq @}2
udu
j^n-4Bu?[PwN-3qU@.*jO] N$_
|CBpDXkZh-jT]AXB
sxF3Zhw2:
Sry̖4eX|<L-6jtӴHȰy1!P]
QraE^ L[+N)~F1<<*GBhܟ6x|č|ǧ -~KԎ5"g7Sng_O'X'QA#9e``&slp_Ā -8UbkGgT8V ac/d;S"x9afA#5x${n[,6>M+sPٹ:@E\Zm.`Em -S0Ad2bF!ix$Fo`TS2?cE'ã%R"Wl8RBc7UZ`0d23s<IX{`1&LF/L7mnX4 ~#L@ {zJZ^ŷ"k@<Rq36[Z]'W1VA_%T<,pŌĖXƻ[3ۨpb%RRO@\.sDe`4r"kHdR -P/CIPG:)m,YJiȔɠ02QE#tSNyƦ#bWF\tM+:GHB,|
0 btUq0n,/̽)
pXKA`; ab-vx]Pˡ-EW~^E&S[l\}8`2h\&=RD=HlM*H^\ -K! -K,߸0*_sQ_1oV%aW^#wzBX<[ -C: -G]jKш[ -M{gƷhqR2vc#wFcZX VW[<h~U1,h -)*;s,@ҮXe -.L}:ȇ+WM"Wї¹7!he~@˔LJÇh\봸@Nt7ynӌbJ||tP5Isnw jSt!DԖi ЭxR}DI9F=H"Zjn'cny3}c_l;Ssn#ljݑ͕v;TZ-ݿ~t[(O7?:s;oG;
<b[vx~N2LͰ$nUclJ_B5沎qtT2uO훛/*mdNb}rhrMU̝tk|íٛ -m#o*jins~OjvRe5\yְwUp8&<8sph}?Sl>
r`>{(. KxYwt؉UiljbN6ѲJ{JaZd]N+;{șni;5MւF><LZA~jϿ
}_vI -iO3mWj='
aw"#ZRGr2 -OՕE%)+5C֮@9ډ]CVj7>+CM*U"SV*yj1owwjc0D@BcuCb'!TM"ja|*ì1oQd2>;Hc=R:1}qSB[U[;ҙ`֫N5EiƄFlC!ϯk)/뒍Z%ZƾCɇ:3i{źߚ\8\Ӹ -u_<o(@ػso]!p
bvb ְ1.th}7"h :[جE+AC1IVRT#u&K4S4aq|hƐU`v~]#CTpaboQng!,V$GFŋ7ŚE Th}l8f\&C0"t -R -QZH4Q:,tJ -}з.Ɓ(lfo/}7:Co<YN
K"6>UY\Sjsoaw"Tn&1xV_,tf -ZJ0-ZhTb,RbBI֬bP1F=G-FYHK_N^
{
/[:.A'".ӄb^|&B(%aKWRV|E Y=DJ#m%KwJ-l?Fusأ/yC?L'c -8?1}g")FJc2'B=k+qzO˫D^6j<Qk-^zaWmثR/3\s}]6 -w/P˶>lI,Qz/4tepH',uOޒȼA%=~Kȗ~4Pc
^̠Zry'!#h=}}DBFPP1v*&W[D6hV`
zv.7OJ"Yˋ.#I(uӃ
G-io -<A#+j{~쭫;cTg7YЉǶa]]j7(w0 -GQc2CVG̗Hi$)1e'袼ډ̙֊WGU8cE|N3%I2 G)C3禊9jXM^oPA}-o;6Q랰R1SrvZ/n -ANNI~;Ї=s -HJ4&>0Ɍ3
o8@݆ӝd$ɾW~/T2sSmZkÀ}T;͈En[Ө՜d@Mcjq@zxDPq]|T.Z!i"v~t}U<"9|=Lıd<YI0/i*p`G.jğsB}՛[ޯ+lg՚ -#/ulH$Ceb2?O&$㶓Yg& -d88Qw9~2vc.?XwY֗[B0!@ -؉FYyA_6v%ie p!$sq6W6ƌklmo麟ha9:cٷyY/F*A:_pXCb -}A5{
moc! ->
(EF -ڜLcL2f -gdW<}1`N`z]qD&$sp|/
EI8<LUbOFŐ יʺOmT_I\C}^CKhFAjf!fÔ-e1xfң/O&O6MaA͙[/f:xNuWN>JqiL5&8I0_цibQ*ڣALߒMRJ9oi04 -V}h_aZWk-}&!\x^/ -K;8:dsheԮj]J O%r_w?R!"Q;3 3 (9iTJLgHHg_ޓ͋NXӑ0iv~|K [81$IqRYV~uC&/H&-LV/ -'vѓ'\pS<')ƍ3O'}Zp/*t~I/\@lwгŗu:*(3rGjϞ/+5؞}4M)fz u ?>YmYd1|xOByO§i$1D>0ѫu+?2͛ZRvڤlәӟk,,``h -K
H{g&v}Q1&a&aܕjf_W/CȺ3
F^#`* p*SoW@BuW̯kT83$?>MnRxdhm:*zYzqhrQ&(3mdn*l0( -ܙbqJú`!lHAQ$7.*iƔܢ'7Ԟbnd;%G;,.ו Qxh>!V1fǗ/:9*8CܚBswy?qxUQppw|j{=yl'PݹPvCU9;U'p,Ai&YwvtX̟?B誩&L -Cn -+)hፅoPg!_;s^KƋqW'yQ[PƁli.)fIf<@İK6iL>
.노;Č]|(Q_~)=$&ctk'wL52uaV@ -*\%Y"0$x>-Arڌr뽹ߝ*w-ĨBJEL'wx>NjR}\:(-N`#UC/0M<>ODcz$<7ʛՖ{
{3w E"
URvw!J3`F.n@077
QLW/L'KFC& -4`Q
^(Za|A0g[i/:%_gU!1`rrols@(nmVTLZv -J%թ{I}Hf;Vu;j6HWɺNƟ`+GаVj7>>MUmDBP!`SfhAB0c6@-O -HWBL}<K -0NQi44Fa̞*cF"mT}L!-Vf_FjN0#|_m G/L`-6ZF=QџXI77ZQ_f/GV9<HD^_a|Gho=waԝ&K +C](:5sFڋv@GpWd"FD!W TqϊXFqGܠgܯ@{qB.)V#\Br?P!.Z($0䭪KFlS೨4ObL{L'Bzט`+sbCoRb<M{KL=Sm#>S[:#tƗ8:>tY -W0V -<=K_v:$>F 5`^L}gï*]kЂDfd<"Θ!Kf~ClfGtmk}є{~,O+؛M:Ț^[)OrAC;R+p*VeL?_\[b4?:S|WZfU -rϊŘ2b9kb9юd,-5~Y(6cL}(0ҧNԮ]}@Y.#b_vAߦbAD| -ؑ`w-o^ c[DQK^ϥۼkD4oq{[CsO]]4ܿB r>援Єj]+=fj\Pxc1i$/1!wի^N>^}XMD8#B<XtL=ֿ߫()d -_vs)~+_l0n%=] -'v8>XP&c،v7_Ԑ3E~h~Ť-N[D`M / -,p,dt|oqV_%cW[b ,
)][LXP{u, -vA2~p\6ݔQE
$Lv$2Xŕ<,Xm>dew6$в`yt -MW0꽸|?-SVՆ+9
{D7
Ia[aI{6@e*/u>{ƪn->ϫ`tc.s8އ9OS7G.ϫL.&LX.{;]ðqxiV=nn/f'UFb8R)jZ+;a作|§Q4V"ǽ
&QV҆
{]2bS/Q[@5@!ҙJHSP3/ -$?y -Ĥc ̹Y"AR`Yj26"ab1nym6><Е4x XdZDyu3Qrs]>c/c/DǴI0!w)T]k![~fb֗gl=S0HD-ZJ}`{ڜ7PVW).>܍Y^@x+ʉgwUuw:Kj}%WoZޫx"%XjZ;EmE۞3AyddΜrB8@o3T{P=;o6&/Q;gWӎ:lÁz[S4zhm^QUU+DԃgT]=Z$U\I)ByVU#$]sق~xqEy94ӒNAVCn}!0SR6w͗rKA;h(WC\k%V
̘2$"]+pvh;Tbb^d>8ҥJ3#;|/S|خ 8Pq7S7}lB.\ce$V-(gkR!jNY& -J -媉~7\wBO-{@_܁`^VjSsX3,HUW8^rm?FX {]^rG=NOv&p+'mXd˔ۍӇ#7[|.'djyO졉66NaɖGƖ@*č
};ca5va;-0]ZN+.pH%
g>yϨO -U&^<DžS-+vq % SR=L,ǎ;/Vv[VFD'>',~֭ %eِ/DPr uzauQ~/uŇg֢L#
_Q|MyGF.ht0Y!xf]Kg7 N֣74.BZ6OGh:>?#~ ɷCU?qqad;3&jr~w T<-Jv"Y(KzC0^+zIz=Fkm)=EZ>jkG.A!%m@ - -ӆU6T'&:pXmkM/}l頍f@o/c h_CV -M[k'l2jP^Q+,/lWuk{SH~a}(iҮG)rl^0ƨ42Yyg&֛j-.SjT-w&3҉Jw]/mw1px,`JܧowrB3-|ɞ>ih_ bwgFC#hmQ J #l
O:Ӹ`c)ڰۛS蛚mC兰qC@}Co{?ƶ#_[܅BkZ$h^U=(%/݉l1k{
X짰~濙opAv=]vB==},+qN݁+S0S =G~cBb&'L"YO`KŌRa --S -*n( -",?f+Y3i3ɓIoQ{I=4mqi\_qw߬חCA?0P< 4;!'^G&c;#udr^!/a݅]dQ̥#KZն7+5=eҗGkB/TWc${ЏeFNǐd+",,ɒ=Wk9\lv?77ujK}۪%(VLr2pwgѧtkGCe7+揌xOIcn=2J}=x-lsO_zY(*4<lmHf\}ݬݤ߲wާ{g"WjDlhEl 0gëf>uW ǧ.@=UnnY_XZMߗ|l_^%=en{~|4sǾU~},`LOns-;ͿE=_wO6f?nsQw{0EW?KPcʴFe@bNZA1ColȌ#tUf022e/F=zXLwp4K[G.0Ǐ;}䲋`"ط/J.^+[#*61Gx;TD#G zF3cP+i~s>obߡbñz~iˮ>-ռT-]kؾzb,\r|t\|m@U<Acoۇp^BS6(li8ieMKIeˍ86U{.>:bY[%A9-jV -g>Y,M[5><0@6rÎhc
a.ܗ-|)ZYh j .-ڵr6Aq[$g|^`}hYW z~36@`hT}JXOK -S: -S;1]ycG!%A4Tclߌu(ϨȋdP!:RЏ'~ -p}ւ;1"ƨt\0YL<`5ԛT1pbZ_/ߡ+m*E'fᾧOi<M- -KUxq!;8yW͕~[₡bGsxSVC}0- JĖ_Ҁ5kr{jiN5}^&w -=k-lG[qhpċy qPePv |}ֳycUdSuT,K -˩UVy&Eg#W^-ИdbA$NR#DkU9EbNj_:"*{tA^AKyTQϓ)c[^U))X:~䐹nisTj+rVnWȌ;2Jf`}IyP%YqE3iK3d+4^aJG6mwM0DCH.N0PBrhkV\/j.VK7m?U:HB\fPFQEt#;ϹtOݸ&YʻfÞomOSw!5o ~$qV2I6[6IAiPlb4b:hcgߌXsk -vNp[sρr wr̘}ybWT^`ieo`j퓍}w̡45SݣLїKB::KNlaCZ.{5rPϾ F`´ZU4sZk&Zڨx7JF\X`,\bXS`v>L>.T~L!P2 -,Sp|P2B2-:.8;Kq~`@Ι(F(<z
;?%߲`,iAPX.lɒ? -8˗Dߺf!L*ټX~1ӽV@&&LX!L5dYl{23kjoS~KRz~Q*UQ*`WYHiw~IƟjw@LH@7u]pieB?eۆ4Y蝠KpjH3o\:=K,s(`v8Kp -RlW+K<HVƂ ] hb(:@ho B\t] Ad!+ r`\zpP4ĬO#6Ɋ6ه
E 0~t)}ʀEXwEKf@З|+d -_uUʶ)}:E2Gͯ_|7gP4:,$JcV!ԟzBg9܋@0[xi2{E(U! -M`!S]U!2l'ɞd_1ᩛ~:_[ - vU -i6W`W5E㽕lmH̼wj@>[v15l,#6xar^la- -*ֺ+K@6Gc0T;c!<f?kY[0G]ѡKU4CXJDW_i-EG9Iy<zEJQ -0uxzヤLrm -ꄃf)sNqd4#(=xƇ%b)] -ʫcs$A*BȜ9~g@L|!dD*CĒE%Dg;`vMW/ - -ZE_mJ-5RNΞOgǐD6(zFܕ,3`=duo;<ܲF% -aT(arX% -\ctN).V.9ĈkDQ*xAD,s0^P9Uo¢*xLLEkeN'J -M7?ǙO:ԭiurkכ@ôQ@-E:,mXђ6Ep\|7*߇G֜/S!n2raxz)WtBCl -Us#QJiåm-|0#:/f(w,KZ;1ZQ]3 x]IQPAf>"d/5
.<41OR6UOoJjzPhDm$8>̂ -mu#?|bjȟM[ Q#{IGTej@o -@R'Qf ~0#qeC~>?HpQâA'P -"gg ߗuw#VqT^6n!+WIC4zzGgXq[<b
-C/3vDFv0+髉n%]j*HNavȕ -|Ujg?ȻP)Ԋ_WP|_u Yu -NB^: BHJpS)-uG#r~ -gܦeu -JxF*3 /bE❌y3fN1S\Gk칲a\PhjEŦJ -Nu+kUH۰Svn;,Y*h"v!XnT@hu*.}\=1:j<%ol<M-)doht
}W^Zu"GMy\Rrgy5W` -[0&]":+PV6xwL͜AKgsF__f/{Auϱ#<i|xp\s!La&>_!N%먴c(ܬ>W0jQJ*Y80eVưUyAɉ:-~n"1!y@K؞81ҖMKwX6f!WD('E @c8<V#u?<q~ƚwct(&XlFRE5^G*#5O5]% -h7r>(rq&hN<5-ң~ /7ׅ<0ظټAƱt "w[3C^sxِܚwUf`Xwgݯ^BKe{#ء]]pvLzt7!ǼjBAP.ӃޯnӃ +A|6$a#>ɵn-z*j=F -U@LW U~$BLsUnKm7utȺ+#H^7o!>~Y A@ǴC ׂ6[M1+wLlU5VMɘ^=`є-u?j]0+a.b>-év]0Hsͷ8˱smc!k1RХWVf3+C0A$=^_a_4|1pB$],&.Q}}0ЂC -//[yތzW#:Tb)zD@*O 8n#)kFJ -@'w*]jUdR{X[@&Yh]:#5-2YN!uo~3rf7kfLl<Hܡ!#:n -ApCd6Em -I;3蜽]/ӟƴL!lph'h5hФӠd>BAv8&5[@lajcW^jHݠ!y`W&BKWhЋ>
A~yp`
-dYq*@*Nӡ$[,ة e.jPc]54
lFN}V]}$ʎsg1㚓ĉryqq3^,ciT\+>TuPLauX\RiA*RށtƦv4i77QoĘX݇S7jW:n^`i!Q!sS&:!h7TɠWU\%( -y""oJ#a]ɸL7R2ek#9V9;U -)iiXX$ѳckjøx;gLJxl <T]8 Q"'\D(ʼ!AlE83ܤX:, 䲔H
8:^zOR:3zmM=)|)d3!AJ9 RaC|%%B%",%Cނ -@DG -jduPƓ?uIz" NnjY=InU-4sz&rxc͘^WxCi8i$a`?A -]2/G ->|ԸY,Wt1t)Zs+cdƔݘm4$5lG8T]UL0#+ ّ6. `#4w_!!aĽ#ͣ*<'E CDUbHǿ:f5$jIAid5:"$P`l&1DBƂpnc/_}`G;tgb.a -l8`S@˱Șmk4Bv<A-㤂+RoNPbdUa:`'G|'? UoV٣D| XW gVM2#@Dw=T8mE-UZ}F1?DŴjSS:$ѽ}Mԓ ^ۺ貃Gfm7g8^ x!E!\?ʐF3͕0$_]G9%JijK{#e$_O/_tuyUUSC3sRxӋRKKR2 -E%E - rUUW7^ -0000011892 00000 n
-0000000000 00000 f
-0000011943 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016667 00000 n
-0000049550 00000 n
-0000012293 00000 n
-0000016968 00000 n
-0000016855 00000 n
-0000015944 00000 n
-0000016106 00000 n
-0000016154 00000 n
-0000016739 00000 n
-0000016770 00000 n
-0000017042 00000 n
-0000017225 00000 n
-0000018247 00000 n
-0000020305 00000 n
-0000033414 00000 n
-0000049575 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<E576D374AD3FAFBC69FE0DB0C44AFDEB><D23F2942D10948D4B1160EA623832894>]>>
startxref
49774
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-ped-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-ped-english.pdf deleted file mode 100644 index ca7a7e15bb..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-ped-english.pdf +++ /dev/null @@ -1,308 +0,0 @@ -%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 11750/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-28T19:03:36+01:00" - xmp:ModifyDate="2015-10-28T19:03:36+01:00" - xmp:CreateDate="2015-09-30T01:52:20+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:669ab061-df93-8e46-bf83-66c153ea9c71" - xmpMM:DocumentID="xmp.did:F2771D32492068118083C138F3A478D6" - 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-en</rdf:li> - </rdf:Alt> - </dc:title> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li - xmpGImg:width="256" - xmpGImg:height="172" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgArAEAAwER
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
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q=="/> - </rdf:Alt> - </xmp:Thumbnails> - <xmpMM:DerivedFrom - stRef:instanceID="uuid:307a8720-a812-a94c-befc-27329aa93ced" - stRef:documentID="xmp.did:EB771D32492068118083C138F3A478D6" - 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:F2771D32492068118083C138F3A478D6" - stEvt:when="2015-09-30T01:52:15+02:00" - stEvt:softwareAgent="Adobe Illustrator CS6 (Macintosh)" - stEvt:changed="/"/> - </rdf:Seq> - </xmpMM:History> - <xmpTPg:MaxPageSize - stDim:w="80.000285" - 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.54297 130.65 90.7041]/BleedBox[0.0 0.0 226.772 90.708]/Contents 17 0 R/LastModified(D:20151028190335+01'00')/MediaBox[0.0 0.0 226.772 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.772 90.708]/Type/Page>>
endobj
17 0 obj
<</Filter/FlateDecode/Length 3200>>stream
-HWˎ$Wt|_->?` {k
XꞇG -B^0Lp0dD@Yh&2^F{1¶2nѺ:id]Rhygd%g2uAOVz=؎mb͊(b$'yF_X:vszUYeH0L\EyfANSs2yG5p]j0cT76+4jN=B+`+͠38@ZG<%e%$e5fckLg`$#bXo-M.7o@!@ٚ5epCDk -VI{=IAL -D:NTDNۈlDaz}T/%S;KdH{ΚkvLUTLL6?Y3{4?51o?GRxʈ9sdŸYai(<8= 02;-#G vQqrrý+jk@{$oD -Yʼn>$5$WCv5$lj%Jv6f 6TJ47l%x{PsitǑE%$\Voq -3f.^tYfZdvuIXSijI1(335d_kڏ`.L,+JENƱ'd*[6
k1VL@7c!1JjN]&]qxYmkfKWUUJ$L[!G0zbX$!m+=B[Gnʕ'T89 G:̱:.<嘩H@ƫv.ɐH23tt٤mQi]takmG27<@
)8;0_\M.~SrK' -=8ft3bfj̊ -'kIUᦇɛ*'y+ۉQ4hb0eA8` -Pu95'M绗^TjE|My1ޗ}yQߑM1N]旌v6hWϣ]4ڝ&|7Z]=
vnء~%5RBv_/>Кџn&IPV1^^~BM][fZF; -;m}B]{e@}岻/Tho}mp
c=JQ~Y,?4KdːߢGWǿ5θ[_f<d_8b7,Jr#aؽ$[EI{`~_춧أ-"Q۟#Af1)x"^eHidf5V[hG-sydSr4rqij< Ȍ)?cpr9BrVe?yq}<`裯=-Y|ZIep]$huf:;_tyR3f2fqEXmb\qJ5.E.CV7
zQ3n^He( g _̕U^L~ofaʂ)櫀yC nC˨b( -&}AUau *,BżuwOw:ޅ0#r;U<>c@UY- |Ϗ -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028190335+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 972>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_ped-uni_outline-inverzni_en.pdf)
%%CreationDate: 28.10.15 19:03
%%Canvassize: 16383
%%BoundingBox: 0 3 131 91
%%HiResBoundingBox: 0.000488 3.54297 130.6504 90.7041
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7725 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6138 -260.6465 509.3867 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2019>>stream
-%%BoundingBox: 0 3 131 91
%%HiResBoundingBox: 0.000488 3.54297 130.6504 90.7041
%AI7_Thumbnail: 128 88 8
%%BeginData: 1876 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDAFFFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13037>>stream
-HWkrۺt:317)llj?4Mh A -.ڡa!}`:)'ZC;@&rXm=!0M
Ck.jF`ֱ)'EDH0!ӃX
O(#`+d'e3l:"_ta~cǠk[ND))UgP;dLu$_vKR$S,'>ٶoFL^,0.|,80)١m/̶~2-,=DfsIT":kgAgȏ*P:PЙ P/0<.
p(`30$@Ns!"!R\:<~=2=~g!Z~5ͤ@zIǔh*bNxZ5_Z2X \Ggd1#1!Hu@p&m;,)ɟ\lpcI%]~-Z;E";4F -"5߿ffB3V&Po0ye]Pa%UAg_lGSFB0O`s9V x/C2jA87A<S_l.M).m0tJt(] -6 -T;o#- C3Ӽ~|iRJ*J 9!S~~~`QrG1:8QSp~F(X>'ӑ`4.Eq^KE#FTiBoc -|M7ڈbݜR --Cuo3[*)f~'9z`
a'Q.(zOQsF.nyZ;+zBxJ2E*.Zf.LWUZbOsx -Go3pƧaw#p=`E QkJ[w^.TܞSw!M, 9<F+kV{+\֫~!O4%9Oߠ)@ރZt)v*Ix~<5OHA3OP(pfY+`&郧;އ8hB&_֮t_Pj`$xFl6zi[3qkg6/R%/~<<H]̃k{].?*U^ e4{qo':iR\`1
muKcuĬVC!63 -)VIyY#M4Mo[u1<fʼ)bo 2C'?̧VaJa^=ߩǟbeSu8RIG܁xvB3Qha"{rgzK4ax~T$:?rޕ-Ŵueھ̚}.E ר'RϩvT43l|Ziݴ#H`k/+Dɇta@5f :|1A=dI;~g5DflAőWDEt)8UD{17,4"Lk4+`q1DR: -l؊](`N,UFa>ZzPD$w -#ʨ*s|
pkhdUܯL!@-ǥACh ;尯wKM'$_93m)Ee{#cFֵ -qE-<xmN(t]j'^3PxΪZ[/Eͮ];Z̞
X:]# !k)r2GBH{#o[Նtvhm>L
~]-&]_ʒy|D;:kyjಛ|/`6i1rPN>ASsE;>ƙ5+F9AbB -BܽWVбFUaN%M7hJ£\Kԭy~Z:MnSn^XS7y;pn@"92"&O\wmao~ߝN Yм#FX #w!ڲH -4ll<d%5=BJ5YYf|xsNþ&2K*zCB7"###n -=0Au!JqO88Bh3"[SH\ cgyPwCq]--Yt]fsPT lgꝁSKL\U;JeZaSDWB**gdPh,ZZZ'Ղv`4;P`h܃x-^zьFy]ez)y%æfm6-o4-622,1|^L0EH,5TaxCԂ\cXQWz -@-da,<{;造1)iL
#(W(sE7Qjhk Hi+ '{ygh#.)b6hj4~Bpd\G* @5,:t1<oX4<xaXt}| i9P])EL_ց].{q1
~"ژ)nLmW&xt -W2%.3X0&[e4%4cO.ϽjrJ ˜nr8vf "ˀṱX6|Ng[$j4m_f灥A&@멡C@
y7:T#0-TFGGX#TǺ'k˟,M4o˟0,xKTlZ^+r/jT<<*Tz>$~دY=zq29}Gqnz:]\?YmL^p]nk|3_ճᵽVsދk//oy\{;ϟ1mGgurPtuS=gSHiZps2}pj -]4r56ԹJbPc8u^
O -Cr&:܍X^٧Q
E2W3hR,
m7=2h]رf#rݳlZB?qN -QdN -fch<*P@_^8ЌwL~& T|Y1(Bi{ZLAH]@`V:ȂyK-ُj-N}
rİv㣀=A+q5"hUYIT_i 2h϶' -j4qfO
B*zm}|#rc*ޮf)/10zUPE[|-\G{*z.@Q2| tYtvƛa tj?PSaLrw -.N}:+WM2Wї¹7h~AˌNJl\댸@Nv7ynӌbJ|t0Նu
.:`0ԾjӅ~{S[d@>·?@%Dh J@ynEVjn')<Ȋ>e -^Y^Ӏtp1imJSM\>|Ѿ!1NW[KH3RU0s:!hr69CR -Ǧ:3i{%$5dߝq҃qsz{Zc'YUpUcܘ,OoEj[' XdFDlk&gz<깼9;Xf~ώt'sbtbxLPhO -c)vaG53TkZ@;m
k(Sq\LWAr..cEloi\b5w(757JWj~$`aIf -:CY'7M -PΖȔ?j5DU1nܒ[nۙ7C2Urr -J.{oɹ=i=!^3+l
\ΊuUR\~⫲>)K -HIP\U@:ZVeꞧ"/.6N>Hi+?$;M-,t55/:nIlVF6Ne]HPW\(n*$%Y L mf{+/}aQ:5 -syE5NtfuBd։Or\+im.] 5o"geceYv1[/8?HweMFI_߬vүXfWz8}?7CV$P2!̈́&I6$KWw9ܽ_H:i.Q>/,x~ -|d5/AkcxУa're}pB_';` - -*GVn4ҜNQPo]`k?c*(mWWZ_֜%wFhԔB<Yfyb<aP1lu|\-$R@?l7Wۑ9tZg^;]⦤&h#%uXT1G
+-.Owm^0&jVJ1nJnڀDe!Sɩ9o'qrG`VaS)[$&s
ypS/))_w5Bd0``uMξZ#bQ,,j5'':=Г*"11*0Tj%suVQ=
Sdߎ7t2 _(CzN.nd䮤i;q,9&/oE*k1{J!$ëm3Qܱ/z`r߰:`EuA=m89Ygt"@%g99s-6O^SV1Yn -3y~-NԸ؉j";.0:72)I5о@=r iiAeOc?X1$34WCZ#ANiaPTIrFBY1b},9-~wTO}{:WNr_^b`{cm&d?uz]uI8PJgADd!8 -c~Lۙϭ݁(/VY -d8qsse8]p6?pW/'`R`A} ->(F -f]=IqӉ-}!}aJG_R)g%z]+ᄎ -?ʌ,9=ܑڳgJ
*>/6{{9:MShJY)m]ρOVa}.a4=8i^}i>IL.dL*F<z.1L&6$t14R.ޙ]_`I姬IƯ!wڦaK66LnCA< -ܨە5edU'+u#IϼOSۆT!4Zi6+^=xp{^\ jEoo[ - j(i-wX\.:XFH-9RP(ɍJ`1%i(F
)!X=8NIю#FKue¼e`!)bD,yC_hvΰJ1{b^Oj^աu'/_^l^ -|PQ W"S -:Hsie +_I+|=Q]-rG7<\wq%s$BI]T.ݶs?>#}*.'̑.[ΥWk.S- ERΑJ -1X]aQ!}/{ 8{;Jj,$JqJ>b
x.j˹\[9i9+$ӏ+$OCW7wuͳ̫})⍭ u+j$偉RЦ/ra1,HnW -exc!0jxsuΜĻג -W@(8 yK6 -]1PRkT/fDHPC0OƱϓ -HWBL}<K l5(@(uaRla& E<ss|q.('P#࿕bG}O758dOmJ^2(㴔=d9})=TBׯ0! [OuWc6{2Ѣt
+X(9-# ƊΝTFx>&r2Q-l0/6XKѠC@X`mx>jB,%'JU"b dz}A'+'ma,vXGG*eE&'=˼JMlyaRl:PAD=Pq:TƤlR -l5$oG?0oޭNFkb~2Nc;]3gmWDqw%H&bA(zxfNs7g /`|V.Z}6;=^KdrIV_ -)wIFy?| oU
_2B+sԦ`}gd8<"כ'<%[Kzlҵ]cIh'38E(}Hwۛt_d&O7ƅ&ՓYq{XWқ- -ybx][ōMgcK7}Њr1a7Ghɐqjlry\*GE7Zq!KV!+3Z3Bԥ#Mb3Xբ5r(/wT8żUW1_q6'1.tl˂bYeJ
Zh#ǠC3yO`=mvL=(nmS|{75rs/}{ӺI_Y〻xCk+T>|qS˩K+u罫Rl-v[>g;kKZ`^gZˉҬjCXYGhsڣsN#˼nKM_S,e>d+a'+=!kW`bq61[)Įt9X -(*>vgrDXyYJ1bSp,YJFݶ -=+ؗM`.NI -vbxz{k -"zpk"Q~s6 fh^VhqSWM7PG}O- 4aZ -(`ٽT2(bLZ5AL]|S~d_=V(g@,:=w2/UQ/6CP. -p,dt|wqV_%cW[bE,7>!xul1aCqQ8<:*ؕ]oqtFyN43ɑN|z.+yxYP}Qd/ew6$вaytJ3! -A(v@mZG/j`D$ D2XaChߡEO}$IL9.WuK,X|A2vǁ̈+cX?}&~wf-/#RhG8[ -Q
v"4Q(VV(WM}j B%W&柟ŞfAk1Z -Q͌.o? -G -xf<::h"FpՓ;:~ݦΠ/J -^:(W.ԦH$K>/k]]D1Es<p1 eﺀQ5߄f>U:%2`3f-ugJtFlkIUc7dFuT{XKٗ@NB4O#ȟ^fZ"̏N!ҝ
$wu&'bN|-T1i<c^Sv'=F`K+VUhZ;aQ׆X*%]aDa"M[s؛Fp<{7Ч5CiOv=N`1Fa̚;3|V#o!uR]Z__mn3yN$V+Lm}E㍁ScS>}8/7W6oqmOIDexJE>0T"AKm۰OPJakx҉ƝKІkZDw(%l"//}ދ01P.Z"A#UA)}NDg|g]kb?+@4,~;',v_ MB^_ YsgA_wz\]uy 8p3 -TK|e̒0)eՅ_i>Lfp=g`[qO
s sɠ70U!,͓"gs9Qʮ"-=I4UIs#ZL"6J.l~i&j9Aoz;EJtlIn2ID|LxNr=ܠ~3F/wp;~55N,Vq⿊;}Ɯbe0XSvU#mawG~!no"E8)s"i :{i}ިIxA<9R){z/ -F~2m -z(PN)(*(^SdKL$O' lCQ_Nx -'A~z}9Hsbn.p!udrY<O=b̞^G&A`˻]hH%}\=$+Umx_~S&}I p$;~&(B%x5Fw_f$zI,b,~ -z:[ϏfwssCPt܌n9ڷZmb>A+7 Go M_}xۊA{}JGiNPv0 [vMQs=bȈ4A1x/׃~r~oN6'+EX^¬J#*ކdڗl_*M*-{y}ܾw*2xvIVds{FN>jQ7nxr|L<Ύ
43Z˯}\]WM1w[ >>d6\wnsa6_wwqWt9LkDH/;[V
$攭e9P6{ˁX?PAQ%jh##/Sbԣh8il˴qg*Ju2sG..}܍rTު}u8^i3~CU)K0ry٬gLo9<:( -+:X;wRKقڋKW(5*m/GϵFt]c4}H -eG̷>0m=~<_(J;Ua[wOb - -+WYRH9'P9e*)iF&HSij-fB^b>N=>ܲq>d0FuASV-QR -%$if+zh9`tӶgʷg *(° -:*sVwgOpI~<O"
[8(ؑ(9#Cj~$$uv2I6$[5IEA{PE6y})Ays)oQ\*ڵ -2flY@G7F'$eһW+ܛm$f-{EI+:vn%aJ2®|yj*U #~1ine0f7#F/)6*MF/)$[ߨ6B+-:.;Ki~@Y"h<z
;?,BI\ē%tlvt e~9[Ko"k@*0h@/~$8E!l@M k!ye`
>KJzFYk(\*nz^CB}Ƅ7|B?,.l3ӝ.H".MOhGll;P&|iN
iKq@,]>a ]Eʒgn#w* `ߩ[ t6!!:@J BZ]9@QIA0.=_8L{rL -!9%}-8+oa xyjLD13[\uUUʵi}:D:?_+I<aO^"E6oiLYX!$_x>P3d9mW.4D|㪚 vBXI>@O̳5:"a
Ύ,Ry)-$<=Y =&#tli"u[H+ా+B,G -E
'{$\eŪe} T -g)yрs9DDvgp8`n -ZE@"Q<B.Z!t05<Ð -P#LSXڟ%+zW-5( -p*/,Ƿb1,+7~7yM6??]sI -*^f%r*4d}!姏j9r%RVmV܇IA}4 cA,[ d_q//KDE1>`1ɥ|<\FE$B,H >DUXQ僕(RcJTT\2ˊqJJ+e>g@<UU$sa/y3Ԙ)8BEr0.#r=DCQLypq(ܺ 0E}Xם/K7TymjJKĔFY{Jx}!?eKa=ɿǍ!hɐv\()lk?>O)CNgJ=]W]sx~]rҊ7WXس gP2gr:Fuwؕ]/@wo5RZA-GA\*6j5W~Ve˵wnA-9=s+Iv|T=__Rـ2.[#QfGZTVߏ<{Uʡf#حfnL)RY=+uo]J$ePio~+CGN4w=gU4 -v8QHsCilOaݘS9(3}ƗtOHHnj -ޑ|RzxXLrG5aMtm --j|fɿW'_դ'`zx}ֵyAQ4u4q'WGVDm?'">T\U*Q~Z^6jrf8ע%_dHid6a]|/5!`.色/,#w`Ye{n/oN -1Z8'LtP<^K1E"ς#H"fUg
l!u)K5by@b9;⯀ִJtAS-z_Ƴd|b)\.hjƳ˔礭͠w_1]kc\T0
pv#vZ
5]rcQ]<c>,q hy}S/WK[)_-Z:BRiM}/
64K&n) -,A
U[Uc,n#YuP<g]w:BjyqeA|yy|a$j`:b!،sdncUNQO"t}KN͖0xvplQ-?gMx!41Ag|{.>ghÉs-*VL=ŞT/eW˖+"=V0~eKs@؉O]vi,5GO*EHᐒ8yIٷw|J*劎b#UŞe樎P
mR0dg#u-Y:6T>],.wf%Z?t6r[_1sdu4ui$RUÎ7j\,:uI>7 -[fTd$i>C;-?ޤд([mlH}?[)oDn6nޘeV롌qA/ōMv.L({;L^(~A.8;lv֚bg"Q&N4ǻhReARPlP}./Z3@y!ٳ -9>(=QX1yه2;w=!'b{CxQK;Ȋt3^7 g-d;K5yC,.>,3'G/pAG..|"i/ҔWЮJUEҧ53i7I+oi -d -MR9wUs?y9C[\䶜u;2֞dD5;!7-[qBlH+ҷJ6gB8@Q: - -}$ -hߙiHP3%!cuIDk)@]Uŀh8Aܺ\XAGTB{5.S,$}I@>:=nmG/6uEN\!`c5_D5tYk7 -ى4Բ]xzeF)n@bg9+]6npB-4`hd;ޭaCZLrTۦ*{ƊއWw-k˦Y6J@'})YhR[<-h MʚNOU٣8oyxyqggF!ÒCfdskp.U-ShH4(%{r!1j8@n v8 )9i7?t̃ojPxz{R)HZғI=**+X0ڙOIqK~ߨ85ZX}G[SA\.8HynͫXTF7M &sd.W'BS-q)oq,xU[ˆG<&0Jv{?SP\BXhJpގYi+ O,
!k<ڞ9ek: -8O[YEwd@|i^aG@xF+(ĝƶ$z'@(#9,;@PfH -(;75d7^8o"sPt~&oOQ7EeCДk -skgb[A2iI/$;Y&N,!"W
V@4u[v2vSr&uJP -&$̥|!m4ՁTL*pC3cVf,/Ǟ).]ړq;z/J9;r)lu>O/;j-늝.:W__D4_ W3a%(LDi47h.Oa[;8i J0j4_9%' V龈H`]6UxtDӽf;A[DXrRMh#YQ+Eligfxe^)'i~%!|+йv#RT$a'Ecq{e= k#ʍsp&3u+#r&DV>t -0000011977 00000 n
-0000000000 00000 f
-0000012028 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016370 00000 n
-0000048553 00000 n
-0000012377 00000 n
-0000016671 00000 n
-0000016558 00000 n
-0000015647 00000 n
-0000015809 00000 n
-0000015857 00000 n
-0000016442 00000 n
-0000016473 00000 n
-0000016745 00000 n
-0000016928 00000 n
-0000017950 00000 n
-0000020020 00000 n
-0000033130 00000 n
-0000048578 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<EDDF9D419C4CFCC1E2C1A389C6D82058><760A7DAC5B4C4FF0A7B263B83C24ED58>]>>
startxref
48777
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-phil-czech.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-phil-czech.pdf deleted file mode 100644 index 2b78f7908c..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-phil-czech.pdf +++ /dev/null @@ -1,313 +0,0 @@ -%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-28T19:04:06+01:00" - xmp:ModifyDate="2015-10-28T19:04:06+01:00" - xmp:CreateDate="2015-09-30T01:52:03+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:65e4d454-99e5-0b41-8439-311d6d67559d" - 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.312 90.7051]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028190406+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 3158>>stream
-HWێI|8ʺ+F !0ZU}X6Sϧl_le->jm2Vqٞl -}[\0\!7osc\k=λU L!f)}L(#\t -Lbt֠ewC(Nl#MZoZA+M++lWrQ҅ 6jw4C*qLҦ'uj7]wD[x<IOmԽ0.'s0IbL.\5ID,й.;By@m=3À3|^d{ -|DU=tI1\j+K! -Gθ\k>X)@Ð!'q_T2R5Af$첶f E{0} :-\5h:1[=/bf1?6Uc=f͢5⩪,ϵ(ssE֚gNz1N_SOpræd)r Iԣ")gO*U[6>Zݬ{Zb` -5^{z{iNz({Oy:][Wkk9R@Ehtrj@BK֛ysfڂHڨ(%y=m %VjD@nv#x˱t\QO3/U fTKjՄ[dZ454XqNݕFS3TP-5:=+J$S~BgX\"],:Y$5kKۑNjqEtNǚC -9ȘbhMJ`}$jcyC4Y@-THwD~Oϣib*:V`k}o-zDAun&ͅjѥ^ivSݟhv_.*TW1)o%2u6AJ@3O xt0eQ|gڣOwVBK<OnSҶv$1>X{,d]HWA(W'L@Py#P2YL0*앲pAIg?5V(?^Jbl\|pf Ecm1'rs@"pvACٸ|v(ou -\ME -A
hF7A_N*5n&5`cѻ{kFm4`HYP" -[jHyNGA
)x"ʖr~ݾ^h+.u~9>N:PiX`,5Å#=\",J6D!5Hp|xjfvӐ
ekBLYkBy0ovWISmaNΙ]<Y6 ~?\ -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028190406+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 973>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_phil-uni_outline-inverzni_cz.pdf)
%%CreationDate: 28.10.15 19:04
%%Canvassize: 16383
%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.54395 133.3125 90.7051
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2007>>stream
-%%BoundingBox: 0 3 134 91
%%HiResBoundingBox: 0.000488 3.54395 133.3125 90.7051
%AI7_Thumbnail: 128 84 8
%%BeginData: 1864 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDA7FFFF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13032>>stream
-HWirۺtt:31]Iči7eD@z҃.H1E?
t1";e֫W`-W1c,mZ6Ѱ^{9u}E8F[۰vA5#4d2L)8L33"`!j(b
'rl ٳ
gX)zGk/`m_d<|/n<x>8mٶG:@,qԱS"Φ1Q@0!^Gt5r\c3ʒl:"`а{G kn) VP[dL+_KRS,'<nhNDT`.4e`\ocZ@F:om~X^8őȌ=t&8)ԕzPxmx;S
B: a#ǥb@`, -<x!2S/e.NqQƮa -q"XYGfMzՆ W,͌zs,Q -::!b6|Bg@ -⥴ -z5ܭfr^|:=97hv8l@.H:4@R
߀~
,e))vrS$ -/wZu -4 -kagpЬ)-ń4k}r'M6y/1U9AΓ0'Y[&TѢj𨪴;EUi.
H<>-I:]Qs:zN\3y31OĂ';sD&\ulozJ -cnbc#a!4?dUI>FSEDj(͔耛YIA51hTP2ڱ1iS|R
>U/QNb@SMՀ*1εir3*mz+ywhc:)KP}9fA#1Irl',6>M9(K\slx".0Iafq6p_
}IG1) x29R,<\xW|70 -|A! (m%kɠԤyhdǕ8[=7)c۸&JHqLJO+3/=[ Q-%`t[E3@7$Dɘ'9Si-05ľTL~G[LV29\FVUUЗww2+=$vwFb$@6*\acdZP'ux!KH2R0 9"42)&VHޡԤLU-ye6_<r4lddRaKFݔS؈ ~?VȆΰ)yERP
3I -&X%| ڍoVA.nhq(**2<b+AӉD -$5 -be8 4 -Бk'n)
_2]wYPS-VDwP
2J}Gb{!g8I#W{᷁jW.%dtR_}oi
-JDQѡ1/>hG -kRF~zBX<%0LNǔK@m2; _%_)D%,e8~aKJ]f+~, ᭅG2_GDKG.Ͻjrp@9+pLUfF[Zm<x]1^gKOc`^k$I)dh 3XA&@멡(B@
y7:T
a<0Z>zGYFu_Oր?M5wl+\,?7a&:zW^7_v7/byy8UR{e5}az8i>V6_wƹvqd-y0y[w@|=.T^Zͮ>{\;~9(~y{(<yY9<?']??8B"N/ڇ/7[U)Z)\kުlT.}`U}ڍ3s[sqmx۾:z^(qO~ v`f]h獫{nwiO[vz~vwR9|z;|=1K/ѸKve+k|4خ}>eIxA
eYܥbh@չ:F(쑲dZ/X6 -~-] rGhwηGB.zXm%t7hEk@mvf;k͌&Ik$Ml_bPgA>'w8 kj0#d#7P(l{dM;kMɧe1jx ~`PSQvx>#@o -M;o@=&xdZ-Շ2h20}\Ǵ -~Tk2h~W{q"h -fC8zqmFbfN\|2"18}`ǰl/Kaݯt((ԧ~8rU -_%s})y3 -&`UZ7W"贙tM[~v[(OW?:x9m!vݾGQt|
wSa- íc-T'.>Qn,uGȥҴ)+}Rn|o^qoV*]3n2(H1HynUs?{ӡMЛN-49jwRe5\YְwUpx6w-w^/@>
r`?{\+. KxY7l؉UiijNtxف=0
3.e'=44ם\kA.ͬȠ^jϿ
}_VIgmB}!:`]һ;
FՔZkwacߏ<^\>@F$
(e:@TP9}_5қAf(eD26M^e>M$wҖdeҋ窵߹x懿E;~RSW999'Y<IEQV[}`d]kx8Є˞cC㭶0!rd=whs(xeA.zvǤ+M5qm_m%#J9VTt\CIFa?}!8lV!k8~
Ƒ]Ϧ8o|(Ka{X`HI\·`/֧uY,{2WʟS˙8/K_z+S:}BoFA#ѻvਤeeϷ7cv|Q;cJm&g |JvJ=MM:ffN
H\h,ϳrH>lx"-&y0FEK+8`o9F-ґu_nXڊbnHN^wI.JXL6.4<d+ȊjB.(e^e=PH7)L+%%t#4d-ZĨzcdٿo~r,Rے8?H0L]$E6*'dX3=+UYhP=3k=xr?& 0:S1}C=+ޝS\w 3TK4vP;!]-!\<YǴ1+݅?ee+9k!Pnj-Rԡ<vFq&t.#7/gMr -PΖȔ5K{li7Ln-j;̛!B*99oبDjX3/*0
2wߌAJ$<vHƲQ 待`a%4שC\ss<~rC~XOHWyLEn -C0h6"85!b]0Oqʒ.Rv;/=WЁv2uS}fqzCGob$㝿:nb7_%6 -Y#P2D~MSq$i+{n.{7E,ZFS -&}P -6ӝHVK>J0J6( - -A9싃#Blͩ[,6OSDxÒȣOUbה@+.'Az g2:ըW7=6QvYd[Y -}lG-(`Ky[{=fHk -:5ڞ{ǽՙ
.t"(m{WWZ9/ -Ѹ%xdycAŐխm%RZ2IEn) !(v"s鶵"QX;{_wS}'LI}%LцGJ̹bVWTPn(`MԺ'b̔/˂[BykS%s.N-!bD%R2<yL2L.>et/)I_緻5Ԃg0``UEξz3bQ,4j5'':=Pd*"1Ѫ0Tj%uUqx4]f"Ds_HCz/nfĮi'q,9&/oE*k1y -!$ëm3QܱF_@&9u)A=(m89Yt"@%993-6O -BdEeE(Q;3 3 eQsHHgV_ޓ͋N\ӑ0iv~|K [81$IqRYV~MC&/H&-LV/ -KwMj67!qj[ -_wB vV?nΛns@^3> -# -}5؋OQWc!Q+ܕ{WhŃwa_K^5MAOY&~\%ypܺoe^cN-^A2;ZH-mjl"w|Âa|ۼhߡx/ -w4PA_|Jf(Z:MlE`AV@=oҦ[I|\2Ә C-8Us箄=/|BO.evdw>w ͑hWI&9~'gU?Ѣ/_uE)yB//@Ņ\x*Y;2 C#C3v? ޝHKƍqW'yQ[PƁ
li!)fv<'KZ/ã34Y/TI<?v$fC/L!5.[?co_aUfڟxRP*'<o f -e(N0Q -&GDC&%q!^|B(X/0`IAF 3_sx0w97Q9 q7R[Ldt6+*x&-tx -J%թ{F>qz=:凝b5jZydNƛ"kGаVj7>>KUmDBP!`SfhAB0c6@-O -HWBJ|K -#D9xpYj2aoPZ([BigBpX1n1Qm\,'em~edmüjp-O.buSѤ/ͪVT܊T[|RKv] |TԱɇ&Qa|&UZ^LĪ*5䅑KyRCy =@Ti"I%/g?^hE (務 -k0[edJ;g|3:E^#e/ TQ20Y<0#.=эfF`u 4kF#Jcn4{x=f- F*iEZ0p<aAEiT_?Bg6 -bq4 -ֲl5icxaA<t3z#0n!`a6pxpdu3ͣ}0_^N>3d |eE?wVgufH{ۮJ8L((9A*ݜ7YwBq(h/N]%E}jKhZ'*%]RDfwU5|ɈaJ|USɓsD\ostwleN,uMRJiv㏩'y}gjKgGLJ.!Rdloҁ{~9S<JTOfae_I규*t}bT^tm=6 -6Ͻ͊ZjRC+*DŽެ%B>9]2br;*_Uhٿ$-[μjQ4UR>aҢJHp-WN< -`K<ȑQ!f\~^t\ǰ|nB'Dh;Atl˂,b^Ks
Zh#쓌ǠC3yO`=mvL=(nP|{7o5rs/{ӺI_YxCk+T.|qS!SV|{W4 -)Z>g;kKZ`^gZ+ҬjCXYSa]9gQ9'ڑ_&/fcO}cƲTuR0]ԉӓڕܵh0+v[c8O݅tD.ybW@, -(7cNdYڤKʩʚTO/ڟ
-cԼy4C1W25Ơv9rŵf״a}O,1SxdS+ʆҷS.962rz2]T=DKLvsjajgݛݱr/6ܢغφ 5#̽ a<H6w@0c
M,
0cTB3 5ohe=t,U,bdsgPnUT}f.aɉr9Pc1*r~EYݳmW8{jW/N];]mk -t?H|JnsJN4FX<14s~0`oP_=㭧{
}iX̷[^[st%M4y:v}1C9b<4ǼQ^p|TcfWQd1-ul| -<q:y<tX嬧%+n>+me$~Qh2 &iy.t^6+>-dJ;wu#^J<+rYg >/dU]yl_{tOCĖKXkrsf"h~>?~̙]u\-Pa5}G՞!TΛͦKմp衄
=z[64|WTUu7Y7 hlV, {U6|)eu)n-2IkuB\n^/d-{Ð:[_qH" ̔4M]y%RF?ʕlZ<U3&'IH b - FU-xs& %O"e:Ρt-N_b+Hn>T=gF\M+40hyrD>ٚTl(v0S)8BRBj
(PSKw $/41g$>(L6wU<\ۏH<`fyQ3ӓ+-Jc'/2v!Vߦ6r}5{hblhᨱ%o -qcCq_l}(ƥt=u@]N9vӊl@.t A%E3ӯB@$b+hqA~ŭeHx`T8S"Vĵ{-:ɰ; 1ߺu+a "~Ye6Դ\B`^z|Է!Kc|(Ù(ӈxW{;lѩQx/)/C%%8LFsR&MBey KǶ
txeĿ~=ڃOψ%}PO+CGkfܧ_g9mN2eL0xD\ߝby<-H,U;OH,lz92ǒ^}387|^k|^yZ+}JzOcZKxiP=mft~Pd)xdA4@ܝQTG t ud?mS\jd}g´!g +0@f,ՉN9VgK|z:h#(aЛKkxps -l C55G]09#vdhrA\M;1[\B ھ6IJWT) -&ijݚޔ4_߃!>?DxJ{ xuQv51*
L<`dfޙy=2Ղjs˝Ìt"<]|fh+o28yL~<l{'FO (W(YQZlۆo0xR[ÓN4d(X6_f&f@)ayy!w.Pm^WwК WU~J$mw">hg;^)_of9g_-?a%rOor~O}b;J\ƾkw -8kOaő_ؽ?{姐 &âH!9x&?'ky1T -mxM9\ -am\9S{ȉRv5iIB8O9Њx0x`Tra[w%M3W zKi-RWJcHwwO"[d,s Nӝ6/?Ќ~DM臿[ -Im[( -.IK -_ -%xhgʍv1ԗ_3A+mϏbbط -ܯ}}mcw6,'m.nGs jӿsLֈ_vH)[6t?(s荡m~.JFF?^ŨGOpi[_T|}I{eq\v]\U%: k%~p$S&f^oRa]YϘhr&>7xj%u-Q;V,t8wP8]{ٕߧ*0+\}m^P%kT0Z_Οka4hM{ -]]as'+bH3=$f:c@y"SYGB -Z/A/Zp'Fy⒎`"&R ֚' -Q#v¶P9 -h\ݩ^&y;**TӐ.e_C])5'fA-\{0׀_"W>bs(,Q$O樻hn#<у_O)`%/IbEVW C[|2
B8)1nGGYe>@@9ucUk0 -sIf<Shd[t(pI""#gIhQ[}9g.Ds8S迕2{^OG]\Dy6Ž~=e\s9u*/¤l$ʋeC\L~ (җIj$Hv~*'H̩Rv]mT˔C^2Zdy_|.kT!1)*y2`RRq+۫JR:~9ZǏ2-mNAUm[Z^.M2j -W+ZrE[-ԅjmsYҵę%|DBYYe_DQaXd|gk?Syxȓtu]U4l}chG[gT]4c fߞ]g%dHeXST6Udۗb;A;{gť}&֥y!_ϗ2M;4u:dLZ'r|mPZ51@.D<aG^:<Ͱ/pn~@Lg=r@ z4"r J6l7z^fݱ8kߜ%@GvܭДxfQ4{ZvE7ema
srBf(DƈmxܟW]7ײζ/@%a OrV>lds sT=Tpw(3sRVa]vEZ{JUfSkb̻[dniF=.a0ccIUg7o)vHPwW7iHIm'鴶uϓ&,XڨX/-ʗfR\+`T/QOcVS -"NTK"IxS]'#6P&iN
mKq`,]:a ]Eؔgn3;XpR- -Z.:ed$!j AB*r`lzp0,䬙HUAvJ,P -6هMG?=W# -$>TCd[e -ߕsYfz̖l;_iIw~1Yn~v<]V&Fr~.IdM
VGng8W -tn~bxU6+yWeL>La"g+?3E3|㒐tk5Ut* Q=q-
Q*Aa]0IG~S"&)aJ --v)07**YF$Yq)xsPPS%K*hS(;8 ]a"6! -A -6'0ptr#&|9G]X8]A1cXrrMnB# -MĪR[LHY78j%*:$x"ժGo{-mj05 ^H%xZ'yU%"B/D^X!M K14Etxtݷ
KNt#qP -o( >7Lcs';{RsSq#=7Nhr#טL}-G/̸0#$5(yY7},0{_Tµ<-(-Iٴ_A,diMy30Pb}!# -PK% -:cHwhK.HT5B9T0ej9ĥ -;7Dt9.:;#Vc,ziԳl.~W==Y}ߑ$_0Ж٢8ϪxBM56jrwMæ2c'^5ɵ)/mߋ;IJ)֤B~{" -VUз:Rx<+iX -+'I [: -8'3%:JfK
9e4E=adۉQK+/<p,bKRPuW -Ǖo&|=GQ
|mʨيQe%lh -)d'FNj6+$Wi"\mk@bWڱ}ɩrGcZpTvR4D-Rh(z͛.Ѷ(ލ7avv=nHq/KޚBw֜igRВep1+:m@}L|㪽L4h|f"w`+mP!<SI9LHK2oQ[JlؒƯ%}N'0Z[H{<S7x ځvO24Ԍl;Tehy@dn2V-!\-l1g
9O"txŎSżWڜ`IS0%AY:ӑhYZ[qj0-@16fϲ9i,s - -Hƨ4m:Lt%-j\i"4-Dk-az-'=IđEZz-ݥ Iyyvŀ)ۗ|K=yԭ4.Vce>k̐XDQK-yҥEU^dkh[gJjl&8ܡإ^zײ}[ -x[ S<:ta)t!eٿv#+ګ& <sVk]=xkVhPUqd;i3wC7)Ck֪3;pS[-u"'O -)ZQ1R^ -p;9:nH/M4SF6u(.6߭KuBT)imʛejRDU -aTKa0t=?@JMpy>%41zޟ6+RReAm&P~e! 0`_6j@jThz,P.HMe|_65tW -܆/p5Q-*AMR~@#A(roBQb̓^Y7DJC.rC82-`{dpzVw{8j2*|Wӳ2\NFa!3{j;huۆA7!'jE1cclu1Yto 27^&}9H
sl&&j8RC.jQH}p-o@Y:Im -pΥIn"]ݝ'-bƀ?2S&LOFyvgfidBRM8>zB8gkc^O+P-648C -ȮpPfzgUjP[.sH*َ$b,j<<.7
vu -ŹV|;Q>W5G -=}C!!qQQBqlFWW%q`!`D0@t~, -$,*)JW:5w>y*"U,eWлԝωv9J"`,%vBd<oNáwF.oI -;0H\đi( -G7Yn@\B -p G'VZiC:
C"0)F\Ă -ⶱ/Q_Hqfwk$'G^]G~S~vd${=D\6Na1't{ʠ6Rj/ *BAyXpEP!/䠀
-0000011892 00000 n
-0000000000 00000 f
-0000011943 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016244 00000 n
-0000048761 00000 n
-0000012293 00000 n
-0000016545 00000 n
-0000016432 00000 n
-0000015521 00000 n
-0000015683 00000 n
-0000015731 00000 n
-0000016316 00000 n
-0000016347 00000 n
-0000016619 00000 n
-0000016802 00000 n
-0000017825 00000 n
-0000019883 00000 n
-0000032988 00000 n
-0000048786 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<4D70F05EF9F9C97753A4A195CD827310><8EFFBC6115044C83810531633EB0DA4D>]>>
startxref
48985
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-phil-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-phil-english.pdf deleted file mode 100644 index 193deee789..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-phil-english.pdf +++ /dev/null @@ -1,327 +0,0 @@ -%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 11925/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-28T19:04:35+01:00" - xmp:ModifyDate="2015-10-28T19:04:35+01:00" - xmp:CreateDate="2015-09-30T01:52:20+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:c52a9c88-ea19-8340-8c58-77f325e7f2c9" - xmpMM:DocumentID="xmp.did:F2771D32492068118083C138F3A478D6" - 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-en</rdf:li> - </rdf:Alt> - </dc:title> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li - xmpGImg:width="256" - xmpGImg:height="188" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAvAEAAwER
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
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7
FX//2Q=="/> - </rdf:Alt> - </xmp:Thumbnails> - <xmpMM:DerivedFrom - stRef:instanceID="uuid:307a8720-a812-a94c-befc-27329aa93ced" - stRef:documentID="xmp.did:EB771D32492068118083C138F3A478D6" - 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:F2771D32492068118083C138F3A478D6" - stEvt:when="2015-09-30T01:52:15+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.54297 120.366 90.7051]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028190435+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 3059>>stream
-HWۮ$9|ﯨ;}exBFb%""> F+8Nt^"#?~nav?cKrkj帏Zny/#an=)T\o &֒61`o۽6x=Nj%)dTC>m凖e, - -83ͬ 1?j8-~y?[hbqk^R[8-Ǯc;^5;ybtXx
_aA9` -sc+0nx<0\dhmJ;iSLf:9U%{Koř_@Bb'<
2V9Ndq<i#\鯊V=='5(M,Ϯl+j[tV|L{`ƥ|v]]u%jTCZy;Bw%Ԧe -5M4ʮejHm_?m8{6h -(IS)w`dv"/q9(ỳr\z;/bܮJ4(p]i̦NOAx{Ғ#ي -ޡwʡ=V}%z9ЍOR -9 -ӜM^dE?l% Qb,= -l~6^R8^8ֲYԦ9.(TtVT%өI/zج\p UW*[#MQ]wgc徜gBN
W'fI(e%MIy9" F=KsMM)oπ7jf±-'"etmʁF3}=BcUCGV`#+ -O e=If>lNPMH[5Uu\XDZ3z4kNc*@+vZ5!5hgC -u<ҔhyV__W:hQ^ʕXlP#Ϙe(kOJFvgBj*z -W:B/K,j3,V%5R/EZ'5uG0]n7eFm4S5DBZSIAt'H;E @8oq\d2?|NqDTJT -+ջs[ ́bׇTeHv(䠙^:6$43b_f)ӹ\t]'~3b@DNI
u˘k$dK^$!nI. &c#8w<>zQEmBr~;E4.ND+j`k@MC& -CVw?V'd'N`l&Xs#V`"5(ZvTijiE.i?^7PH5\jiɺ?1XsGStI -f_|ͱcPYWe%~TZ#)*#(6hlBGo,_pԩvq2WQ˦5-ApJ*2@ -0Qg!v_D)^WOU~(-@cXgqTG˻W-76".B2s]1}.Fv)ʃ
H}-^"* Cs_P{zrĐ5Sm${EdAEb0:6Ƀ"F .e8qc7, EdB@0 M@HizXٛz[ 䄚{yK8ܮZYX]Xg7ciA<O$I"!T8XA;b\I_g<Lg)V*ZuWԎr@lS;n;evLym%Oʒ_`VZwwf,JIXAUjf* - -zgZCv -r#aؽ -3?iɬzZ9 4\mdi -ZyctyaIT=5*#f, -J9
r_IHՐ.;t6D&3>xRШMy|0,oXe.J3o@ zWb)ܼQx'Vtsōò\W'}[X-ښfҤ(\<]x«p^:}[EI@jvQګYg!p}sG{7 `)C,;G-.˯? -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028190435+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 973>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_phil-uni_outline-inverzni_en.pdf)
%%CreationDate: 28.10.15 19:04
%%Canvassize: 16383
%%BoundingBox: 0 3 121 91
%%HiResBoundingBox: 0.000488 3.54297 120.3662 90.7051
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2045>>stream
-%%BoundingBox: 0 3 121 91
%%HiResBoundingBox: 0.000488 3.54297 120.3662 90.7051
%AI7_Thumbnail: 128 96 8
%%BeginData: 1902 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDBFFF
%FF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13034>>stream
-HWkrۺt:317)llj?4Mh A -=.<t&b ǥa`, -<JD!3./U^`}W߃sq`h& -PWd_Bb$}Q
Lݍ|JIP g\C
.64LE]
AX&X|}/PtŶ|4l4/?7irPj tӍ~3ŶҔhAWC7RQP_ܧy3iaN>EJn93Ǘ /\LjURQJ^ Kdo8}caJskMR`OGtŊz=,SES)45h#fpUtsJTll:dהPfDM̈́nA:F7~m>ŎSԜ[onĽ9?0L -dYx뷪CYLit:C1Q˟-=a|[>kF-5jf3HEoZ;<j㙲z1=#;r1,lP.5Km.j_}CH@tvz铛oݔqރZt)'k
H7,~5T׳X^`l,vCRC
-0}O)፺t
\)H# @xvB3Qha"{rgzK4ax~T$:o9@ʖEnqZ: -mCfM>a_hk)vT43lLgnڑj$5g -{3:]Be0LYN1gxLPO$YRFa_9!qY4dE4j-[GPu8F+`r5.dJ>Np̍2M&"Sh,Ee(MÊ y~n'DN3@#_P4PPdak.6Qٮ 4 -m+t,IU[=#[5b -X:dGp:-3.ɝBoc2߱|4Z?t'c+"S%ǥACwa_pO:Ihrg.SG\o#GnjlCk㊒[p#OyT
V2FuMw}o(hgUXDfdaFz{gvOza~ؔK9v#[
r$=UՆtvhm>L
~]-&]_ʒy|D;:kyjಛ|/|}6i1ryuu']A"8pgppX1 JU=4X7PԵb]hUt^T=96S\є][G]%h] -"[duMf\7y3pn@"ќPn`#[wgӣ) y=kM]G&0MF`<InH1?WVJC{&
$$_8>d2!]XXִZN?1yagƻv3,P:7(Ed~Ԃzka -S3~!FqO(8fEl<8@}2 uduj^n',4t[Pw -N-3qYnC..+j"RQAH<&#BC`>%j~R-bfjP{/6(@+ao=e3cyԬ-amoQ&a##\@mŔS\2Cu8T-Xj%{0qbr=1,8YUp p>۬M7Ml*-R$
U;dDnD=κN -NGNюM-ϕj"X*lbTqMQqhGCyLYDH967:)ݗNf< g)lAYzfcqi,I -0Wf|KD8W>)PL ȩd=l˿QMEWTNGi+YK&sE#; -~ >LaQBc7U@tdX~GĶG_~9dяr=0mQ.Ɏ@`J,\&G JƔ=T=ZpO*HoEրx)&}f;ښej7b4Nb8KXyX$3&w7fQ=#
<7xJJ=qYEјOȉ!
I)0@E⪙.뤴+a#S& - -jt9tCCU_' V W_!:N$W aIT7P(IXؒw~btnw?AB.5`ٴ焋9DTZ8(ۡb"*m=,|*vڣqQ}.A+۵ʋJTHYĢ{(˨'dj@6.`u Pf#@sXLx..k^,]_%?*@+:deE^Nݳ) |`\!20'OcW9&hmL tYM
)ڦ\B9~S*X.A:jT*u4@3ӈg?6w4't根q*]xU/gzA%bR,Ә(FPV檃 \ikD>ΉvˤVHNИaE(]R4l%Ԥ<h2v=q -P,CqOԷ%L{
y:rw~vapnYrJv*MWk)EXu2z
ѢDT%?^|f%;D/3qٴkf+unOBQz7
Z.$y툝(d>JH,y&/%q=aT>GgK};. ,mhϥ+ɊSb[ -$($8*qD Ԗ,3 -{{(Z MJ&{@Ӗe -02N#@jtnx,{ѩrhhsIet<(*=T<5t{zmf[g 3Oo@ƠX_ypKͳ̓1Ow/O{Ճ!oGϏ''a?=mTO^嶊Gk.=_ףB9|xewɵ7"ۘ5ͳ=)ITQqR>l~=v>x_-aRϵ6^JOvK_ߏ^֮;ڌUl{V9:w -r(xqjV^n6}[_ٵg}Mqpoɵ."_p}ZoWA~v+O>c{Ͼ`R6GsN߫`X&ĈdZO_]v]*Yxh$WB0}ԲGʒi` ( C@P -"ot%P99?1(䢇f^AG~Zd> mifc;.8oAMFv(q&^䳱{"=?_}S
(ȿI6:BH8{¶GfߴCY|\&1(1:!9^lw,0P"e4V)..zMPu6O- -oO{Wn -.N}:+WU2Wї7h^AˌNJl\竌@vv -7ynӌb%J~O|p0u
&:na0>
jӅ{S[g@6·@An@[%Fρ݊@b/+fce(_u[snl[0`{`{s*NH(ehUtC6@n`{L`8Q~NQ;ނql0ܪ16O%Jz/vY(O}\*M{r'6:n>MЮ8e<S&*o0tk|[U17$qAs{Nfx'UV3E|e
{Z[n{g.{pb: -L0"\v
]CL/Opݹiʵ4̊u[eXy0neP8&4(cOh9 -%#h oQM)/v=u{xTPmPM -QA@EÛ\#4^ovh1i\M$chU68O~'mI_,yZg~K^7!5upscT\eՌ}mއH)Hֵ6_艇
M9V84?j/G9ȝO]L?s6<WWh7?|LiTxq+hkL9V:̯cN@Ew
~8t@j6I>'iE?X2I`l>5lbNZE|Bo}Zw]w.s({09)s2'2osl/h4+=nJZV|{=kpmLJ]q;nrVJWTjǬTQԤc8n`T-ʅ<+Ċ#v'!\Mޢjar*ì1註oQd2>
fvPc$K
O)Y>)說Ϊx!DDލN8|ǚ䢄$oBCrΡ萍ȱk)/뒍ZZs}S츽]٘\oO8RAӸ@V1ݒOw1FnLV'W"-وٿsNE2I_dB~L6h5Ru\\,33փ'G:`l2n` -s~E5NtbuBd։ԏr\Kim]5o"geciYv![9/8=HwaMFI_ެvүXfYpt:~+XҶ(#X¾\QE(PBXRY;df2 -u6`섽CX{&9c8sN 0p7NyE -~wɮUl3˖rye -K!8JAK_tR-y箍̋TA㷄|;G
5v`%*AzkOXA<HЗH$dabre@H{k]la
РGa'rd}!2B_'1=pD -*GV^4ҚN:q?Fufyß -xlUVx/kp~0y4n !;,3:GaP1duk|L) *AQJ~B.ʫȜimqzT3Vy^ם.T߉|1Sd_I)p:4snԧ6Jj +3%nyl7m@@u֩PTɜK跓n};#00Q̭?Oshb8üDm8)KfJ+|@)3wq0f<GUQ꼳ތX6 5ZI6{INd96 -l}L*ZIGU<m2(2oGGHn:W#.P˷ۃ+iDKNe -Zbg:jvF9?w,PIj1zxoh:{AJzf,NN|V)]}ɹz.iyANA˾͓%j~WB*fy=k^M!&UݯC؉:S`;Q4[ٚg'RG[&n8/c_J=r iiAE"Mk?X18S4WCZ#AFiadArCY1b},9-ey#ͭ
`ub(5!3!xǞ -6co-w=eY3R28
"" - -:[ҡ;dmSD6>T4|}I2xQF̋Hn:WI]*PAF`ο -c~L;˭݂(/ZY -i?I/mB}Q-r~$0MGv\\}js$O-QK &6יk|rd0;r[RV{ TNn10Tv()[dBI2n;%pf0ډ]:% NW6IUi Z2 ,[p?tOg9,th0AGwPq012CYʗH>+o"@&|W㷘,c7邱ue}9 %hW -N6VY_A:i#U4<_j]J OBY@EʨrLfL(}N. A#]}y7ǩ)1v,I#n\T@c5x2cJ$? ډ/XY$.7mRO0`T] 鋮()@MZ -q\A=Cjʆy(B<S4X+C[ޠYhvΨc!nϠwż6j@kK8O_;ټ+N|(yKmxkwifny뺢 ||43qzq:ؽx(*2pG)!00 -:HsyE2b+_I+|=Q]t jF7<Lwq%r$BI]T)߶q?l>yrsV{yJmΥ[k>ٗ- EPΑJ -1t,0܋>͒QjrRݻG/迋ZJSbC?xZވ40㊕mЇ\N'xsg>HXʽjy#䴩u{n[c@pGɵAg -GGeounY"Pm% :gcWUMaha -o1 -&H-3;w%yzexrw!/+LXom@ClJMr.D?9HMz}/3ŵ* -0K _y\dEoAq7兠$ҫrԒ9gރeX́ao-NlN1wJY`wD}duЭQY/ƨ&2ąYL,)2d`*f@C[ױߛIw%ĨBJGT'x>ljF=lVEǷ!a!:7 -cz$<7+{-
sw> y$
kUhB!J`FaL7a[܊MCpՍã!ɂ8ѐ/>.
#X{p{TN0@{c -HWBJ|K -#D9xpYj2aoPZ([BigBpX1n1Qm\,'em~edmüjp-O.buSѤ/ͪVT܊T[|RKv] |TԱɇ&Qa|&UZ^LĪ*5䅑KyRCy =@Ti"I%/g?^hE (務 -k0[edJ;g|3:E^#e/ TQ20Y<0#.=эfF`u 4kF#Jcn4{x=f- F*iEZ0p<aAEiT_?Bg6 -bq4 -ֲl5icxaA<t3z#0n!`a6pxpdu3ͣ}0_^N>3d |eE?wVgufH{ۮJ8L((9A*ݜ7YwBq(h/N]%E}jKhZ'*%]RDfwU5|ɈaJ|USɓsD\ostwleN,uMRJiv㏩'y}gjKgGLJ.!Rdloҁ{~9S<JTOfae_I규*t}bT^tm=6 -6Ͻ͊ZjRC+*DŽެ%B>9]2br;*_Uhٿ$-[μjQ4UR>aҢJHp-WN< -`K<ȑQ!f\~^t\ǰ|nB'Dh;Atl˂,b^Ks
Zh#쓌ǠC3yO`=mvL=(nP|{7o5rs/{ӺI_YxCk+T.|qS!SV|{W4 -)Z>g;kKZ`^gZ+ҬjCXYSa]9gQ9'ڑ_&/fcO}cƲTuR0]ԉӓڕܵh0+v[c8O݅tD.ybW@, -(7cNdYڤKʩʚTO/ڟ
-cԼy4C1W25Ơv9rŵf״a}O,1SxdS+ʆҷS.962rz2]T=DKLvsjajgݛݱr/6ܢغφ 5#̽ a<H6w@0c
M,
0cTB3 5ohe=t,U,bdsgPnUT}f.aɉr9Pc1*r~EYݳmW8{jW/N];]mk -t?H|JnsJN4FX<14s~0`oP_=㭧{
}iX̷[^[st%M4y:v}1C9b<4ǼQ^p|TcfWQd1-ul| -<q:y<tX嬧%+n>+me$~Qh2 &iy.t^6+>-dJ;wu#^J<+rYg >/dU]yl_{tOCĖKXkrsf"h~>?~̙]u\-Pa5}G՞!TΛͦKմp衄
=z[64|WTUu7Y7 hlV, {U6|)eu)n-2IkuB\n^/d-{Ð:[_qH" ̔4M]y%RF?ʕlZ<U3&'IH b - FU-xs& %O"e:Ρt-N_b+Hn>T=gF\M+40hyrD>ٚTl(v0S)8BRBj
(PSKw $/41g$>(L6wU<\ۏH<`fyQ3ӓ+-Jc'/2v!Vߦ6r}5{hblhᨱ%o -qcCq_l}(ƥt=u@]N9vӊl@.t A%E3ӯB@$b+hqA~ŭeHx`T8S"Vĵ{-:ɰ; 1ߺu+a "~Ye6Դ\B`^z|Է!Kc|(Ù(ӈxW{;lѩQx/)/C%%8LFsR&MBey KǶ
txeĿ~=ڃOψ%}PO+CGkfܧ_g9mN2eL0xD\ߝby<-H,U;OH,lz92ǒ^}387|^k|^yZ+}JzOcZKxiP=mft~Pd)xdA4@ܝQTG t ud?mS\jd}g´!g +0@f,ՉN9VgK|z:h#(aЛKkxps -l C55G]09#vdhrA\M;1[\B ھ6IJWT) -&ijݚޔ4_߃!>?DxJ{ xuQv51*
L<`dfޙy=2Ղjs˝Ìt"<]|fh+o28yL~<l{'FO (W(YQZlۆo0xR[ÓN4d(X6_f&f@)ayy!w.Pm^WwК WU~J$mw">hg;^)_of9g_-?a%rOor~O}b;J\ƾkw -8kOaő_ؽ?{姐 &âH!9x&?'ky1T -mxM9\ -am\9S{ȉRv5iIB8O9Њx0x`Tra[w%M3W zKi-RWJcHwwO"[d,s Nӝ6/?Ќ~DM臿[ -Im[( -.IK -_ -%xhgʍv1ԗ_3A+mϏbbط -ܯ}}mcw6,'m.nGs jӿsLֈ_vH)[6t?(s荡m~.JFF?^ŨGOpi[_T|}I{eq\v]\U%: k%~p$S&f^oRa]YϘhr&>7xj%u-Q;V,t8wP8]{ٕߧ*0+\}m^P%kT0Z_Οka4hM{ -]]as'+bH3=$f:c@y"SYGB -Z/A/Zp'Fy⒎`"&R ֚' -Q#v¶P9 -h\ݩ^&y;**TӐ.e_C])5'fA-\{0׀_"W>bs(,Q$O樻hn#<у_O)`%/IbEVW C[|2
B8)1nGGYe>@@9ucUk0 -sIf<Shd[t(pI""#gIhQ[}9g.Ds8S迕2{^OG]\Dy6Ž~=e\s9u*/¤l$ʋeC\L~ (җIj$Hv~*'H̩Rv]mT˔C^2Zdy_|.kT!1)*y2`RRq+۫JR:~9ZǏ2-mNAUm[Z^.M2j -W+ZrE[-ԅjmsYҵę%|D%tvWQEVAYe9ߙ?Ouw6q$]oWtH#X__(YY=C&Uhޘ!Yg^@$Yl9E
AY-hΥڙDqhݭ= uj\:b+#%f`Frba\Mvi\lc(Gk\:c.2v=fMlP,nE\7<Q;t#,Pә\`{x4ltMM(T/3Ks7'F u`X؏gmE#Ηψ_:@B~۾#pABgrkN6<Fx*b=Zfٶ34<:vİ\|e -n;JU}ebU]UnT;pjSyw̡6m;3('^2Fl!Zՙ@E7:$e`ӻW+웴'dm'鴶uϓ&,XڨX/-ʗfR\+i4T8 -T/}@lk;T e~9[K:Eނ@& -8HlABLk{C -HT2|. FJFfSfV g: x/حT`l\ ~ xm,{)@wл} -v:F ^,+B.*E'{$]}Ū}(T"%NԂl!FԡwK' -v֠A<n?kIYo=fI]X1މҧW^?lAFH|r?Czv9z1k= Z$Bbk榏zH.i/
emyzX^TF>!GijRmتZEhdP~$C%Brͩ@CޕW+ϒTՃ9syfVgL=0!d*C% -O0Iġ f~??-Of_RJN݈gn46C-,
y(Bx37[ot*{i>"ߚ?5wsd}?@gfNj_ !-M\/Wr9Uz㉌$h}OtD1 -Q<1ywa陊z[Ӝ`hA'MU8H# -^sXxl^a3-Gu~MDx-xW=WyKXc+rYψDz\Ya_xTgJW$?#h;nV 9jLN7/>3ސ[cd;ק&֫#yMhOsՋIt(wDFh)Di_PءOkTdtV**q"`>lz=<|-+q(| -@j6oe(HEtAmŇ=ʖI!G?-Oߏ]!J>KJm_&]קUL+-X=|V-;T
I-rt}y[ǔឣ4A=|Aоؼ2C,o HR^?sZ2I RShi0cN8ĴD{KIA;^,dwmABڳ?; dbsƵ8?]CNnǚCHD2sa^Fg$Ur-s -CE&V&Ņ
ĺ}:&+&p(o/LꛈzF983z#3pAO#16\]4JTMT_* +JYc`ut|(~*r+,6ld1 %n/S0'Bu̘K×PxͣBe؞ -' -vrE)OkI?ѺRـ-%1-5/1Dε "17h? +-nk<@acT
7tKUe[xv4-Ȉ\6bH陶*s,WC=t!ps7 W2$@$B_bIwVNW5K :lx8mIƉT -# B_\<#U8_RtEqÿC-Mx,5EVS#ê<984e&y'ASE.ϋjߜO ͮ/S3i~|{!
_0^@ -,q2&JZx D%ebfHRD:eQ2R$*&"jD|K_i<+3OII!/1j-~H+̄E!bH.EJ qPI>Gα$NJ:h6;x -,6<ə
a~xb H$t_ÖHp`;wHfn̶,`W - -&µU>{+G1v+~0ے,+*܍ ؠ8臀uػgt -6*T5YQڧ5O-r#\6.gy8(~D[[ĈCvY_Jpjޏ#ZU@r AT<mdM( 503N>5R,$ -au俩9uSp<hG5 -g_SP{U&Pk(ۺJnK7K/7I(&&5i
)mr -iSSoZڄ!v)N"!Cr*ʙ+j 1( rTSy|2 -:F\:G7e!Ԃ\);RCj^~PRҢ
i/z3˒/jDE(F5 -\+`95!0mDT2^wf7Sey$/悵-Qw~t:{R(ND`pm!6ġBQ4\M8i %AzP<>l>8#8`" +݇u$ -/FAAc<f~uN l}Lj4U"BUv/~^_VDu*gR ;q5#|2_;9fj [U37L1==҃ .ΠgnEӁF#`y\OZdb aYR/qQ؝XBZB脱^ozDu#U -Hq997իOoyyrx>=o_?~|ׇ`O?` -0000012152 00000 n
-0000000000 00000 f
-0000012203 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016405 00000 n
-0000048306 00000 n
-0000012553 00000 n
-0000016706 00000 n
-0000016593 00000 n
-0000015682 00000 n
-0000015844 00000 n
-0000015892 00000 n
-0000016477 00000 n
-0000016508 00000 n
-0000016780 00000 n
-0000016963 00000 n
-0000017986 00000 n
-0000020082 00000 n
-0000033189 00000 n
-0000048331 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<20ACFA875D51669AB3537321A1C86BB5><A047B1BFE8E34EE9BE949BCF452CDAF9>]>>
startxref
48530
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-sci-czech.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-sci-czech.pdf deleted file mode 100644 index c6ca3d95bc..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-sci-czech.pdf +++ /dev/null @@ -1,329 +0,0 @@ -%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 11495/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-28T19:05:07+01:00" - xmp:ModifyDate="2015-10-28T19:05:07+01:00" - xmp:CreateDate="2015-09-30T01:52:03+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:2631e867-323b-cb4f-9688-fcb978db4c93" - 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="152" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAmAEAAwER
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
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//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.54492 149.582 90.7051]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028190507+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 3708>>stream
-HWɮ$Wt
;: > -:o;)~_o_pB}c;y秎3&nu=ḧqH[ªR=PchÈa!n8%Goͳ{JkirNrX
{؈sLe9({hmw 'F^>å-z>XPSC[-%$¡ƽ2@==hh"Ր{j3-~o4؍]R'lìp=ys)jtWJ]kc:Iж8{#=R4RirItpʊEy]/0m.R;5#5rGq9kaAe0BZ˓1q.[^~FGj`PpE7ҍ!o`GJq\Roe]Ta9>$H.O=sܠL!|ImmcV5G
-sOzt_[ᐘ3v͎YH7 "=GwYVw_%&s9ۄg2wl>uk1-_ZXKa>g"~np7wȬGfˎBjߙTŴi'T$Xrէ6ЙS"qJbFzm"pLƺbdemu\&EDNëa[Xuټ[siK4_03Ff6RMD0Okm\aFM63l}2_U-B+tP wG,LT&^3on4N- Q*YtH[od0e)aa/2ňeJ&?WN^%d :JPHj!y<pKe0n:qqU`dLK*HzGRpÝJ!cCKďԊ96u4R9W
&I?Iְf;< .զ#ù$Yst00^L.ptH'0t -{e5pje-gɁ%j@6;9V<ҬmTFb:Pq%(L٥&de6B$툭&7Y9O2!ua{ -5aj>)@("Kɨ+ċH1=; -coi -<),4IFo$n}"6y٢zd쁅+L&yWQ7d! -lṠcm-Bq5i de:Ex$vHg
Z&Y sEi -ijq82L|w_B;,&Իx8{\\]hTOAi.Z9;>mW,V)1JI kKĸ'tdϩ*2E5cf]G=LXP8P ' -UU̮.v[!fWU;2n{M{,u9]lz|[n`p9p -_ = -osDŽTVq -HK!#ʣ7FLհn@T9Ϣ4<U-=eV@(ntм23.$6bJ._RQFi7nqZAZѪt3(wSYIIWAU#7]0;@cV;)9JDt$MÉ1*ƪsbgT,qﺠ&&>n]nt>}^Q4&ޫ甹ǂޣy%XshBk6#mm2uiqlU-0ɞsn`FH'(Ͼ'xw5&9QL˿աѪ+j{wXU[͝QFݐÒ9Pժ&퐽(0֩rI^L=bh;s͏6qss$Z쥽lX*k$W|~kY>j/X^"{zg(nBmzAZmTuxǓIF$M^jm߹>m#:aw1`.y>0q-[sKncBs~[0>N=V'$ :}`.WR60&&aOUNr"à &TO>o|ll{uJY_Z/QdMNN{ rq-=\c(#p
#?vޅwzc -d.naĉp25!C|l~җ?> -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028190507+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 971>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_sci-uni_outline-inverzni_cz.pdf)
%%CreationDate: 28.10.15 19:05
%%Canvassize: 16383
%%BoundingBox: 0 3 150 91
%%HiResBoundingBox: 0.000488 3.54492 149.582 90.7051
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 1982>>stream
-%%BoundingBox: 0 3 150 91
%%HiResBoundingBox: 0.000488 3.54492 149.582 90.7051
%AI7_Thumbnail: 128 76 8
%%BeginData: 1840 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFD97FF
%FF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13034>>stream
-HWkrۺt:31ͷ(llj?4Mh A -u}.1"?rACC"!"4,1V2'`TI9ByJui;. -5|9Dg,6IŽ
1A%Sg;IehrVTT`ք&@r֒ŶN -OԄ@?L=,-ɿlhcIJ6pIbuhG_L51vI|Ji/X) *3~7>$WPm -u"XG&s@fDJ +fA=9(__!T}qM1 -;e7ñ}녚333~||?煫iRJ*R ?p@?O(Jf91:8qSpƓ(X>'ӑ`TMX1]1#d8ۄB3_эb7X'NIږaBvEy:`B40-^3hUG5=X0
pOG]9EQ\>_~W|-̰vaT r\[UZbOs|7)Xo S͏vX\G0jF3{@r-z(Zg^/Tܞww!M 9m\FW0/V[֫n
!5_46%̦Oߠ)@ށZti'kJ7,~5T|
Ixq1xfA5=OIA3WCMd -wzYFS<bIoT{ƥn/Ƽ8SZL_~y]̙%4 -ʕX0Ț1fZ>VHzGp̍2M'"h,Ee -(UaML<h?wPS" \ -*L -BܽSu
E]+QEEczɬmKhѵM_xUڝ4WBukߟi[خ9z=v'xM<'v@b9Rm`ڶ07JG -W,S*byxT?mV&&OkDnD=ξN -NF*GrphMՑJ5TᬿD};M:qV8צΨ8?p#@?^<v,CE`!ŝGk2IrlYll} -?Vl=su6]$ -aq>La;Ƶoĵt'ab;}efxxkx? bM$;^nڂv+h5@Fr(:PQ_1 N.HoEրx)&}f;:mj!0NbKyX$-&w9afQ!OJ,hB8ׁ,]"Hh'DאȤ_["y_xPUuR|YȕҰ)AKad -r=yL- ظ -qd"Ѹ cMzb1C1
ʼn2zؚU -aaXY*&Bȷ`=*tQSݮJE/zNz\FDmCI)pu[;z7l0aX6P@/%*^:ět9pY뵏?f8e/QZ!Ul;w*%Y0Pb -П<]}FBDGwhc2阦+f5'4$h@,aʌȝw?Tr
Mģ#zĽӸZ -БkuRlEeF+mkAMX5oߙBA6T2~\S+ Un^c$\B:>]\bJfZJ~]6삌^CūX?^탖|f%;D/3lyJKf
Uag-N!(Z.$yX2wė<CXq=aT@ Nc.K®ȭ:KkG0t%Yyj9Bt
\8&Ԗ,3 -g&!P=i2'?,02&_O
? @jtnx,{rha49h2:
}g~>*^:ֽ=Y^|dm}0\܄`qOoOċF^bctm_{<<TUJ'~pȚыk=*}8~lszZn`*r[z\S}^\;~9(~y{<yi=<?'S??8B"N/ڇ/7[U)Zz*m<+Khktrktzv̡VE+ts.綯ބm\| pj'_«y}$΅wAo}Զ<fy!nuٍxdϸ>+k ? {'ç{߹WR6GsN߫o`X"/H?칋TչF12I5.:HWA$@X2dw[O?4n4| ~yn=@
h$Pۥ$x3Ke7IS@c,ԣƙF"~N5H V$8E"YH ->i~ 3dkdmsĠ(puL{u=tnO#!@!)efXXn{dкacFg7<
(~4{Sߝ^F1, +,4rxT' n! -pqT"hR:L@cPavy#P 8Y)z1VKLo -u'h
<,Tڸ.G:TЅ]R@_b`4}Z&:&T\pdo%nW2,6$7~(.¦3>f\۱ػ$}Lx6?0l(Kb}X@~s)N;E@\"tOWJd/so&^"Р43b(BO6.q) -jU//5noܦ+&Ӆ`
&]tN`}nO21(J<Ȁ}8o~ jKn@{%Fρ݊ԢNSny3}2оhQaí_;2RAd[h2*DyIsLn`ގh0
<b[0Z|(_$ -n$6In|=uPr;cc>A.L[er|SÀXh`2\pq@N5VIGíśmGtj֙j/aRn'}m@L|.x~Q\YذҺ|պ KGZaZc_f]N+;{șii;5MւF?=\YA#Ԟ+l -ǯڔJu
wUAww
>) yQ| - -I9@Q$\u^ՁBW!*(hsxWk?#P<dBm&}2<I-˔#/Uks7)ՋP5v&7xwsrO[Y<IEQV{}bdhhlheϱFơI^[|9q@|b2ɞ9O BcL蕦6|}ACXcɇԑf~`t*C.ls -cHѺ?8cר)Λ=FD>9:jid^)=Rs ~)ym#|̡r椀;җTzαS߿"Qx8*iYvAN|R[Y)->j_RR!GgSy#۸!R*ˬ+rE0/Ip7y櫍Cq^86ƠFeb44:A9vN,m7f{j7<tdc78w/3y79:WjӼ%C6>&䧯bK6JkjMu -SgJtIdkr2;HMYtOV?1-*1Y{8Զd#Od.%23$u -e2٨5LbJysysv`/Z,O/])~ОcmS\w
ɏk)fh*4vwP7!]-!\<[Ǵv?ee+%k!Pnj-oRԡ<vAI&t.On -aY^)_]ÁdszzBg&wWxA])!ũ 7&9We}S4w-|a칪t(ڭ=O1D) ^+]l
|V~HwZXkj_tR$0|+捀Cl>5!COő,QT>IJ*&jAM)B)@V"Y-^(-$(:tdk - -B&#Ɩdɒ?4=.眫H:i.Q>/,x~ -|d5/AkcxУa're}pB_';` - -*GVn4ҜNQPo]`k?c*(mWWZ_֜%wFhԔB<Yfyb<aP1lu|\-$R@?l7Wۑ9tZg^;]⦤&h#%uXT1G
+-.Owm^0&jVJ1nJnڀDe!Sɩ9o'qrG`VaS)[$&s
ypS/))_w5Bd0``uMξZ#bQ,,j5'':=Г*"11*0Tj%suVQ=
Sdߎ7t2 _(CzN.nd䮤i;q,9&/oE*k1{J!$ëm3Qܱ/z`r߰:`EuA=m89Ygt"@%g99s-6O^SV1Yn -3y~-NԸ؉j";.0:72)I5о@=r iiAeOc?X1$34WCZ#ANiaPTIrFBY1b},9-~wTO}{:WNr_^b`{cm&d?uz]uI8PJgADd!8 -c~Lۙϭ݁(/VY -d8qsse8]p6?pW/'`R`A} ->(F -f]=IqӉ-}!}aJG_R)g%z]+ᄎ -?ʌ,9=ܑڳgJ
*>/6{{9:MShJY)m]ρOVa}.a4=8i^}i>IL.dL*F<z.1L&6$t14R.ޙ]_`I姬IƯ!wڦaK66LnCA< -ܨە5edU'+u#IϼOSۆT!4Zi6+^=xp{^\ jEoo[ - j(i-wX\.:XFH-9RP(ɍJ`1%i(F
)!X=8NIю#FKue¼e`!)bD,yC_hvΰJ1{b^Oj^աu'/_^l^ -|PQ W"S -:Hsie +_I+|=Q]-rG7<\wq%s$BI]T.ݶs?>#}*.'̑.[ΥWk.S- ERΑJ -1X]aQ!}/{ 8{;Jj,$JqJ>b
x.j˹\[9i9+$ӏ+$OCW7wuͳ̫})⍭ u+j$偉RЦ/ra1,HnW -exc!0jxsuΜĻג -W@(8 yK6 -]1PRkT/fDHPC0OƱϓ -HWBL}<K l5(@(uaRla& E<ss|q.('P#࿕bG}O758dOmJ^2(㴔=d9})=TBׯ0! [OuWc6{2Ѣt
+X(9-# ƊΝTFx>&r2Q-l0/6XKѠC@X`mx>jB,%'JU"b dz}A'+'ma,vXGG*eE&'=˼JMlyaRl:PAD=Pq:TƤlR -l5$oG?0oޭNFkb~2Nc;]3gmWDqw%H&bA(zxfNs7g /`|V.Z}6;=^KdrIV_ -)wIFy?| oU
_2B+sԦ`}gd8<"כ'<%[Kzlҵ]cIh'38E(}Hwۛt_d&O7ƅ&ՓYq{XWқ- -ybx][ōMgcK7}Њr1a7Ghɐqjlry\*GE7Zq!KV!+3Z3Bԥ#Mb3Xբ5r(/wT8żUW1_q6'1.tl˂bYeJ
Zh#ǠC3yO`=mvL=(nmS|{75rs/}{ӺI_Y〻xCk+T>|qS˩K+u罫Rl-v[>g;kKZ`^gZˉҬjCXYGhsڣsN#˼nKM_S,e>d+a'+=!kW`bq61[)Įt9X -(*>vgrDXyYJ1bSp,YJFݶ -=+ؗM`.NI -vbxz{k -"zpk"Q~s6 fh^VhqSWM7PG}O- 4aZ -(`ٽT2(bLZ5AL]|S~d_=V(g@,:=w2/UQ/6CP. -p,dt|wqV_%cW[bE,7>!xul1aCqQ8<:*ؕ]oqtFyN43ɑN|z.+yxYP}Qd/ew6$вaytJ3! -A(v@mZG/j`D$ D2XaChߡEO}$IL9.WuK,X|A2vǁ̈+cX?}&~wf-/#RhG8[ -Q
v"4Q(VV(WM}j B%W&柟ŞfAk1Z -Q͌.o? -G -xf<::h"FpՓ;:~ݦΠ/J -^:(W.ԦH$K>/k]]D1Es<p1 eﺀQ5߄f>U:%2`3f-ugJtFlkIUc7dFuT{XKٗ@NB4O#ȟ^fZ"̏N!ҝ
$wu&'bN|-T1i<c^Sv'=F`K+VUhZ;aQ׆X*%]aDa"M[s؛Fp<{7Ч5CiOv=N`1Fa̚;3|V#o!uR]Z__mn3yN$V+Lm}E㍁ScS>}8/7W6oqmOIDexJE>0T"AKm۰OPJakx҉ƝKІkZDw(%l"//}ދ01P.Z"A#UA)}NDg|g]kb?+@4,~;',v_ MB^_ YsgA_wz\]uy 8p3 -TK|e̒0)eՅ_i>Lfp=g`[qO
s sɠ70U!,͓"gs9Qʮ"-=I4UIs#ZL"6J.l~i&j9Aoz;EJtlIn2ID|LxNr=ܠ~3F/wp;~55N,Vq⿊;}Ɯbe0XSvU#mawG~!no"E8)s"i :{i}ިIxA<9R){z/ -F~2m -z(PN)(*(^SdKL$O' lCQ_Nx -'A~z}9Hsbn.p!udrY<O=b̞^G&A`˻]hH%}\=$+Umx_~S&}I p$;~&(B%x5Fw_f$zI,b,~ -z:[ϏfwssCPt܌n9ڷZmb>A+7 Go M_}xۊA{}JGiNPv0 [vMQs=bȈ4A1x/׃~r~oN6'+EX^¬J#*ކdڗl_*M*-{y}ܾw*2xvIVds{FN>jQ7nxr|L<Ύ
43Z˯}\]WM1w[ >>d6\wnsa6_wwqWt9LkDH/;[V
$攭e9P6{ˁX?PAQ%jh##/Sbԣh8il˴qg*Ju2sG..}܍rTު}u8^i3~CU)K0ry٬gLo9<:( -+:X;wRKقڋKW(5*m/GϵFt]c4}H -eG̷>0m=~<_(J;Ua[wOb - -+WYRH9'P9e*)iF&HSij-fB^b>N=>ܲq>d0FuASV-QR -%$if+zh9`tӶgJg VVQEvAVYwϹSݝM>upǘtuWWUvq8Ӑͅrn3RWa&,A¹=;J2`hKT\ξU/%pAøw.ev(KEnMKUB(r;t=_J]z`uõ:bc#Fk\ǟ#\dr{(횀@b] rdi~CSt3LRH"@T0 -Mُg]E/'u$ -yS2.А - -T - P鐠M^ͨ4roh$f]=ԢI+:ι~o<%ϡJt3|yj*U ǵr5Fҟe -qwX8W̖*LAtI|ɥ4?Cs[t"٥*<F;4?ު`*i@A.R0 -˗zEQ!L*պ -A1+V@&!P˳C,@c( 92d\d
|>ȗ|-gf0TxѓzM/<3
f?pCL0JA$roʶ
dw6m!iͼyr.Mr(/M)\Mq^l{`Y)Ltn
AC@9\B{#-q kD7B@H+(+ K~EgxLxdN`NV|@=(:85~X tHNҧ -xUzT(`gLj| {@(+*įxemر͆~T|aXgA"lp+
9s*[3?=xGH In@;uk-]!go)'̙ŅF#Lw*'xHBtga @MP11:a{QjFF]֑XqPȇVpߌUP5q:84z:oӉlY,몪{lIȺj~t%^ʼafW?xMZ^</O_^UK -aij&B>; c/{LBxfm&+, mzhX8[|d >)XأatF Ez%|^bY*5 -;l|f24ua-ۢM.}hHeYLOZזǠG!w,\QнyKs _6_ँSD㽕oH̼wj@>]vq3u, 6yar^la[[Uu%=^WÁlt5F -N Qi
9?Q<
JrqM=xܳ@#(;#U<"G9M##*ʂvD٣/%⪬#sJ8QRT{(QE813(UGsjTrl;ޠ<[9ƉZ* -T -$@Ү5tXjsWR{B7VG͖7_Hq"u
[j+nXODZץw~}C\Ua!B~⨪wSU4dzgMɖՇkoZE.93ޒ
;3*eS."xX{RFV9
+:~CF% 1pw)R>ȯd&(6"U!lyFrڭAsm/Z6(3A<?ceKԌT(6weu)AV>EȨEJ$1)ee긫_veZ!Q-h}#=_bY6#im s<w1wIr7<9M>X;G˘&si%&l2hhJf9Ԯ&P)wLW0+V&R$&*'AZsҵΒ.م*YŮ%_%n[vg#ЩVAl- }k'¦D{+1){ApZ`.NX.6vH)j̴
ݢ4ǭ -,jӉܔq -h*L+2A]B˾ݲ#EBZ(@{H&;2\q*{tR^WclQ9o}~X%:_u4U]=cԣ`0sIm5ҿm;
ovjȳ5`#5zF_wv_npndZ6LGi{'5U?u#[_ ~ADj q|7I,2)}*J/8[ƨ%ay
Jc?A,y
xT'+`
j0ǡU>ƆKQC[^mDTS]w{iV8@ጰ.ط,RsJ]金DЌ^n掾Nb8(V.n@"}hX仁þK-V7燉GǓQX;ƔHV8 -fNNޜ^F -8'F V5k-p}_=\Pk705^hMtxa
:=G*{FgpY,ڋQ6;^X2l冰ʕ4F[rJq^v'U4V].~A[k!xj-ǃ -c+08qVkis`W^
k(~x"Ƚٷ"%!D:.LaH
}9H|yTfw6<6Aю"%ϟMhk"de.WS0 -ׁ3US=nz~ꚬ/=#HhY|~\}6}qb(2##o穌yEPk}MW[< Nnp] -ǭc0 -/ -`E -t =bq6NaU:hP, #Ļ!Tpb(@uZX"ͤ -5[!])E@$]c[F!f&'@5xi[t.^.Hr嬉 -+'u$rQU%,VoִĆ5y5\JklW=z:8=_ -+jvC
{o/O9ڻvx&YBذ.p&mh_Cb_K -T(C`c)@.*:Kc$kt`viv{ iz0%DziuJ eT`Ҥݘ4_8Viab
QA\Z^%4=6n[*hG<OLi"i=WLL][ش/OȼnnT;R1o9C4pkdrUS,l
28dKdMIru5 -t3RbvYC777n>(K4Fe&X.@rg,(5)z'A\EF0ۢgNJ Y{>@D=ĸp6$ϐϹppH[v0F5.^;̱ -6':*f-ؿl~N]%װyMB.QsxQs0?u+)|9/F#͏X$jhl< wyL9F!}5AXrkC_5aM=
v˸n`eXK
w`ƃ3"ځkMzw!A.ioz\NH[bAOΆ>ۥav"=a?ʆ/PGA{=-S_? t -G[@ŕ $=3+J[t
YQ -v-^lN@Pc] 2؆K! "(EON?
Ha4ݝE0wQw?s-6@G>ѩ\VOZzUO Guj#'v 6"v%u"e4A`"c^Krj*ko崑`Aq*m_th3.9)2|2[6QN9VN'[8'pRG8m -L}xxbT2u/^Ot2Xdg[+@i{!+sHLþʄw.R<L딨`X~l|OA'.^_ T҄7B7 )TH}
gv:IrDЎNqk?FKӇp/eȅ1HehHFnY*igBBcR=A"~%='w57dS:{=!j^b|$E0)Գ6UD,f䀿XW{r`j~/NEBe~cק^v -N6=tAӠ^PWAd-N@o4%6u4@-LIt2]c߁~
U -_i J+X1a$sPG`/Ƚ$,D4!$l^GG7朄m<Q,.;h]i -X -)z^*">6s$j|#8(4uK}A~Q
Aܘf
52<cgB
St -3NNZ6<q^$)/ -㑥LV'p=,x3IԺI$Xg4grh(\٨zE RiA*띣'kkV*IMwNh|Q -@{hi{*5i!$ )}gdr2;Wh9P,{n.OG:/q@Pp?ɕ-U1*P4fSJ(p?!3-,3 -ao-+{,®0 K%ƅy'!zÌMИPz*P#"cЏSg=Ga3(M1{A!Gg(5|٬8i -qSD9 ރ6vv%<t[M%66ivrH]kpA]IpmWH_:crSTHڶә&S͑+@<$;QCL
A@DtZa -0000011722 00000 n
-0000000000 00000 f
-0000011773 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016624 00000 n
-0000049923 00000 n
-0000012123 00000 n
-0000016925 00000 n
-0000016812 00000 n
-0000015901 00000 n
-0000016063 00000 n
-0000016111 00000 n
-0000016696 00000 n
-0000016727 00000 n
-0000016999 00000 n
-0000017182 00000 n
-0000018203 00000 n
-0000020236 00000 n
-0000033343 00000 n
-0000049948 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<DD3E97DDB13048A2533C40E7030E922F><08791EC44862479DB1CA38E53F185070>]>>
startxref
50147
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-sci-english.pdf b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-sci-english.pdf deleted file mode 100644 index 07e374accd..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/mu/fibeamer-mu-sci-english.pdf +++ /dev/null @@ -1,344 +0,0 @@ -%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 11925/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-28T19:05:36+01:00" - xmp:ModifyDate="2015-10-28T19:05:36+01:00" - xmp:CreateDate="2015-09-30T01:52:20+02:00" - xmp:CreatorTool="Adobe Illustrator CS6 (Macintosh)" - xmpMM:InstanceID="uuid:32b605cc-f063-5c45-8a90-0dc95bf10fec" - xmpMM:DocumentID="xmp.did:F2771D32492068118083C138F3A478D6" - 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-en</rdf:li> - </rdf:Alt> - </dc:title> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li - xmpGImg:width="256" - xmpGImg:height="188" - xmpGImg:format="JPEG" - xmpGImg:image="/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAvAEAAwER
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
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7
FX//2Q=="/> - </rdf:Alt> - </xmp:Thumbnails> - <xmpMM:DerivedFrom - stRef:instanceID="uuid:307a8720-a812-a94c-befc-27329aa93ced" - stRef:documentID="xmp.did:EB771D32492068118083C138F3A478D6" - 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:F2771D32492068118083C138F3A478D6" - stEvt:when="2015-09-30T01:52:15+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.54492 120.367 90.7051]/BleedBox[0.0 0.0 226.771 90.708]/Contents 17 0 R/LastModified(D:20151028190536+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 3058>>stream
-HWيe|8?p(m1bOxH,1KqT.e_?~^ßߛrkq˶Mӿ佌Oad
ƴ=ҞKɹ`49qma=?^z=[ÞV.Y®P
}q¯/ ui-80|}Kvqwem뤦^ܔbvy<k[ϗۤ.Kb -B -yc7ܥXeoJ(C]W9laX3#. -g:,>e@*L_{,i%b\TY>T#m/c4ʳ!9eyC<*Zx}ʭ:՝0N϶,d/(Esjr33X8'᎐#S[rPʧцV:7:Jĸu, -UͶ%lS˳8Uq2Hi;Z'<9%g -(9C@5ó)m~ -vnNb412}P="qMxna NbH#r2"!iaR%xH/&ۖ˰:""ib]P\-Gv.>~%UpWݡ*~/>BԴ>sܱq.y3ʇ`
yjtgcGrq\c#ҏX]<Œw˳p<ˊ4~%nc/(kg-U<u32LԍTldW>m!iC6٪l -6]ؚP5!u6Ç7>&fxL,X9FJ -.EeNfѧr5dޭ]g%ݛWGv.(BsQ'di}Ol7d6P2
H@= -/0")L'L&l|##!FJޝ%...PѸwWOz,
=%;Pϐo*0m"X2_bA[+ -"IC><<?zwa<a;ܜMn kz=><M=!Ubo.YS(d(-TN-ޟK&6? -7/qO-F -.+m%t7Ё㤇D!$. -Y%MJM*#S+l֮kbݤm)x,jdnQ؎>k@ɼpŔHQiҪ!;ҵ%S1fkQ q=8jʝ^חi1SX,nUNy01"&mf!\K>HOq"S,.zC5"b%"9rȐ{cJ&S)vzW@!C/.m2ʶ"k^,<'`c&ILm|0liLlLJ0k 0;'ɔf)}4dU߰+^A,ei@\Wmd=VsM~EV>yW~ӼRLBf7^TGzͨ4ϰQg};MJ=jw -Tγtѕ^r+T6ɪ/͝((Cv=ErK@_긎:jf<Үs\8j1jYLzItɺPK@ǕB9 Ι0^YDR=8ϔKoR0GouP+ |m\o'3 -zBؒ^ -[ԻoƟ'{#0gXy.*/T.e@gVTLȼ LucnZh- -?@gF3{#RaB-M<=r$EiMxPh𢓞ME)->8l]?uG{zͨ$WZJ'ҍbwΑ2l^nعSAey'̩TqJ).&{L8VU>r5e58|.9':[<s@jzhٝz[ -ߌ"c!`}ĄXCT:,wwϯ~ -8;Xp,I2%bM!!3Q/-RJo-~>
endstream
endobj
21 0 obj
[/Indexed/DeviceRGB 255 22 0 R]
endobj
22 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<</Intent 23 0 R/Name(Vrstva 1)/Type/OCG/Usage 24 0 R>>
endobj
23 0 obj
[/View/Design]
endobj
24 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 16.0)/Subtype/Artwork>>>>
endobj
19 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
18 0 obj
<</LastModified(D:20151028190536+01'00')/Private 25 0 R>>
endobj
25 0 obj
<</AIMetaData 26 0 R/AIPDFPrivateData1 27 0 R/AIPDFPrivateData2 28 0 R/AIPDFPrivateData3 29 0 R/ContainerVersion 11/CreatorVersion 16/NumBlock 3/RoundtripVersion 16>>
endobj
26 0 obj
<</Length 972>>stream
-%!PS-Adobe-3.0
%%Creator: Adobe Illustrator(R) 16.0
%%AI8_CreatorVersion: 16.0.4
%%For: (Muj Mac) ()
%%Title: (stitek_sci-uni_outline-inverzni_en.pdf)
%%CreationDate: 28.10.15 19:05
%%Canvassize: 16383
%%BoundingBox: 0 3 121 91
%%HiResBoundingBox: 0.000488 3.54492 120.3672 90.7051
%%DocumentProcessColors:
%AI5_FileFormat 12.0
%AI12_BuildNumber: 691
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registrační])
%AI3_Cropmarks: 0 0 226.7715 90.708
%AI3_TemplateBox: 113.5 44.5 113.5 44.5
%AI3_TileBox: -282.6143 -260.6465 509.3857 351.354
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 1
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 1
%AI9_OpenToView: -712 566 1 1656 1054 26 0 0 6 133 0 0 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 7
%%PageOrigin:0 -1
%AI7_GridSettings: 14.1732 5 14.1732 5 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments
endstream
endobj
27 0 obj
<</Length 2045>>stream
-%%BoundingBox: 0 3 121 91
%%HiResBoundingBox: 0.000488 3.54492 120.3672 90.7051
%AI7_Thumbnail: 128 96 8
%%BeginData: 1902 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF
%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDBFFF
%FF
%%EndData
endstream
endobj
28 0 obj
<</Filter[/FlateDecode]/Length 13034>>stream
-HWkrۺt:31ͷ(llj?4Mh A -+蔁Fڪӿ}Kʿ}2:/%k))\7mp1"*0d2q`X80`vȵB-ˋ6زQr'R
mς9UPЩHP/1<.
grLU\* <\8O Fǝ _ -!<pO# -d]x뷪CYlit:EQ˟-=a|JZ@oZh55:QK
7FbZ+GTz<SVo!7 -d~Rp5p$M<S!_]#辠6Hx#6WGFNO8k=~G4IQ -}oָ53Zӗd_eX.̃k{].?*U]Ahm9
>lׄ=qm&nhU_*/sFBsBԹp9ib=/kmٶl -mnҶxVM̛2!N~"19O^UWwDFm6EW>"JP#34~P<ݎPv3'(WZ߭~ΈJ!RXNJ?H3ۯ(e@:lY䜪z~YnhN}.Dh[)ձ5<YW29$W8gn+}gt@06):|1A=i )NB)&R0ehWm,IU,J,\dMus%PgHzGp4T&\+42cfaEL<h?wPS"QF9 F(yb(x2i;r5@`(\ߍVbU:XIANMКЋg8X_AV UxDUeo9e[~MG9cK"3%PmZJLz\ni+<;OqbpL|&z\Rrn0 8mm~<^*M1fdaFUg
V~ĄXK̑9bpr
]gڰAԉ5@Q3`UF,YK.Z -/wZw -;pj`(gqv
LI1!
-z_ l{S!xq%4c{UE{NШMQD;^2kۤqI3Ztmuv*Uiݚ%}s9s7\uyy9H,x=GTfĘTZUF)(`fh^OYQ1)GӔ[!ڲH -4ll<d%5=BJ5Yf|xsNþ&J*zCB7"###n܀I/S
JޞATyǺ%sӸQpj3"[SHB c6PwBq]--YtnPT |gꝁSKL\U;JeZaTTl'/ɈC!X8kZh-jT.ٱCc7oҫf6+J=.cetdO -n°ʑ*$q#߄To"oڱFfJtM餠d4*Hn0l_<W`%Ih [
\ 8:0Ѧ -,jt`/j;: -$5鑊
4e8 5 -5| jZHMBLWG:SQg|fEae
^}CI^3xmC/YȮ/RŶ#i}>JBnXB30'OcW9ژ̡A:鸳PgN
#Ka\Bw9~C*X.A:jD*q4n@3-d^GӻgzLg-2sܦFf -@-da,<s3@P4&+b\uЍ2bԱZ5os
Hi+ '{ygh#.)b6hj4~BȸTƅA<kFY"tH1cx߰ziyð&~:A҄sR苘&vY"Yvn;~y'{4'~QhcJMZL&LX -u;ZPS-VDwP
2J}Gb{B!g8I#W{᷁jW.%dtR_}oi
-b*"VG0F`%z@hL\6m=lqAf[F3y^MÂQ-]A~NN ]2%v$<CXq=aT@瘍Q%NcZm]QX{ub`4zҕd -lb+($8*qL,w -YftG#a+xeLgԏ3uPL}%^>Sa2q\ȀHSbIH>\WMP2'aj)A;e@:VVO>^WWkjb'zS3Gyڭ@xIn5/3|B
R - c!FAG`Z}ɼ *q0-TFGGX#TǺ'k˟,M4wl+\,?7a&XEA/Q1hu:{6(nԿn^Rq|{p̫Sj~pțыk=*}8~lszZn`*r[㛁z\>{\;~9(~y{(<yi9<?'"MO!k旋`ݛ-m{-zuoUxW*>*>Qƿxnr|.WsWGo6.>tq/>lv|[_V_D,?o\5[8}vK{HgbO!OI,|hGg{W*h5]{|V$17p=gq -;X΅a0<De%zAP@xD$mJ;BssMmG -aᷙƳDQߠٯiOqmNA⺋73ΛdnP&zS44Ʋ~=AmkljWT -EðP'@푙7P5EFV&:IbǠΫm'AaHNEW]642mHbYjAnGqKv;lD;v@BA#7ծ@!IÒ@AR@c,G -hoVWGu&dϋ<E(6mw@㥒k#hTʠ=:q*\YP]6ɠ%!^Ɖ_Tج}Ё<V72h%<Cm>K0+i\k
t(AؓRAm3쨠l_R@E{osD}_kD[,9 - -h`EQwL]_(zGoY"nu?+NnCx1,Nb*lIn@>}Ƶ[;Mrɠ -o.uir{8HKS6|U)|Up48{W,B2c -hK'݅A}?xr^ -7uM7zhC.{2MQr~ܡ1
O'fF4ĵq;^ -oDN>|4+Xe -ܿL,} L[[:!"GJہ=`\!kW`D!+C&*1+rj~455;6"UKr<!"HDW~hZ;D煊0kc:.aY.LOپcvC|l|SJG=;~mʻihcj+_y"Q:wz5߱&(a1۸𐭜s(:d#+rl@~y -)˺dy\`@!yT0u;nDD6&,=Tz4n.>UwGkL$kreɕHmK6D"+3uLR٨P(:Zc$DTgy@=W'̯ɑd.X,0'l>O.
0{wnM3s%$ߓSP.U,{fcX\CZ[rb:[ -tpdĬvE+C1JURV#uK4Sй4$CP5Ecș*@1D;["SB?Dk.!b0!D3oev -a^)sM -Jn{oɹ=a=!^3)<o.\NuQR\~˲>)K -HJP\U@:(-=O1D) ^+]l
|V~HwZXjj_tR$0| -8? }!g*)NJ#2'BQ=k+l`<Y.jq%ѫoZ^ou-*n~7̿77l# ~,,'/סB#]C!bg426e`)4_/*K*
ꫳb28N^uNޒy**{P/sxУdAsn0[OB /GZPPP1v*&W[T6h/Q`z#]n/TXNГPd3b=YA[ZȳjxrFӷ^) -j{~⭫~Pa[gbL<
*XW+<˚.(_RG;L6OG#*nu6/%X -ǠBQƟj;2n[+bBV߫u6շ#_ܔWR${˜*a%y=;鮴kD{J)Mq[Bh,u*ݖ:9U2'B"N.*Lt*%s+\4$s40QvNwJ%7%ETn}YfZlZ[죮W5WkD,ueE$$Wz[SD>&FCd.u -6 -a&N=|{@Aܕ4mg"%Ͳ(Ry-~qOS3dx
w;Jup#;TolzZV(^8(U
''?댮V]\y=⬼ '[ye+z~W*fy=k^Ma&UݯC؉W`;Q<[Zd'QG[&%~HG4
R24lR)wq+Ft{cHa$:)V?-1* ?Y}X`}H!+bCV%֠_ܺo/[v!]ʉB.;[RlA -w_%N=ux=T{W{v̏i;ṵ;e*`_DnV/sW\9Nu8L嬵.oY4H eYura(>" nbPF#biq)pDoŅ݇=f?}PKRO=qq1kT]objz'ٽ̗n!GF) -E,ulI-c=e~Xyk\(E%m'$L -ƍAְ>+ZC -VAְO-!=xAAg:t߽D'ne@fUxMվDQFG4"M_G(1F_RT.>Ђi;wD6*Ϳ,E&h}o0U>GZd8>ݕR=->%={
wkH-[Cᚷ
pTPnŘb
SR}|2
}~o
Ѩhh4E`CVPw%d?UZYch2oecFƐR6D>(b=l*Q|K8 -EP^:'z 3H-j7 E*7{`\q -iS':?+s~b'Ne=w -KwMj67!qj'1^@8%8apb=yrEw<a0#pbxy:Ӹ/5x}>AT~ -M)0|7k; -5'+?tJDbU~4or _hI&=dΜ"\ca3 -4J`1%i(F
)!X=8NIў!FKuee`)bD,y!Sol4CV;gX%g[3h]15: -Cm6Tʿ;zqsޔp|h]ٽ.{g.QB -|PQ W"S -:Hsie2b>U\ B.$ZoxJ.ԯIPé\m'~ N(#}*;^Mՙ#)]WK\Z|(1Cf{cFX]aQ!}/{ 8{;x5]iw%_<X\d~\2$ӏ+$OC[7wu-̫v~iS;;<AV5x̎&RKA]'0_ư E:w_;tF`tt6/w(K5/j#&M-|9ҭ -Cn -|C8p--$%^U`̎'c{491><:1OɘB\A`JbF.>/?\5;&%92uaV@ -*\%YB0$x>-AUmPtPudwg -]0PROjQQ+E3m|jơi'7@;*OB?smͭ_mҰ7gh~Pt(ҰڿZ*\e!awO24
i4"Ftoq4DQ0 ^8"2Q\,
(0G翾7xh?I`d9J|):Ws{eBw#DFGls@gN8TRl8H7߳c(N_~)V3A'.Jvd)W0v
k_Nq3)_F$6m໎|$3&`)!ib -HWBJ|K -#D9xpYj2aoPZ([BigBpX1n1Qm\,'em~edmüjp-O.buSѤ/ͪVT܊T[|RKv] |TԱɇ&Qa|&UZ^LĪ*5䅑KyRCy =@Ti"I%/g?^hE (務 -k0[edJ;g|3:E^#e/ TQ20Y<0#.=эfF`u 4kF#Jcn4{x=f- F*iEZ0p<aAEiT_?Bg6 -bq4 -ֲl5icxaA<t3z#0n!`a6pxpdu3ͣ}0_^N>3d |eE?wVgufH{ۮJ8L((9A*ݜ7YwBq(h/N]%E}jKhZ'*%]RDfwU5|ɈaJ|USɓsD\ostwleN,uMRJiv㏩'y}gjKgGLJ.!Rdloҁ{~9S<JTOfae_I규*t}bT^tm=6 -6Ͻ͊ZjRC+*DŽެ%B>9]2br;*_Uhٿ$-[μjQ4UR>aҢJHp-WN< -`K<ȑQ!f\~^t\ǰ|nB'Dh;Atl˂,b^Ks
Zh#쓌ǠC3yO`=mvL=(nP|{7o5rs/{ӺI_YxCk+T.|qS!SV|{W4 -)Z>g;kKZ`^gZ+ҬjCXYSa]9gQ9'ڑ_&/fcO}cƲTuR0]ԉӓڕܵh0+v[c8O݅tD.ybW@, -(7cNdYڤKʩʚTO/ڟ
-cԼy4C1W25Ơv9rŵf״a}O,1SxdS+ʆҷS.962rz2]T=DKLvsjajgݛݱr/6ܢغφ 5#̽ a<H6w@0c
M,
0cTB3 5ohe=t,U,bdsgPnUT}f.aɉr9Pc1*r~EYݳmW8{jW/N];]mk -t?H|JnsJN4FX<14s~0`oP_=㭧{
}iX̷[^[st%M4y:v}1C9b<4ǼQ^p|TcfWQd1-ul| -<q:y<tX嬧%+n>+me$~Qh2 &iy.t^6+>-dJ;wu#^J<+rYg >/dU]yl_{tOCĖKXkrsf"h~>?~̙]u\-Pa5}G՞!TΛͦKմp衄
=z[64|WTUu7Y7 hlV, {U6|)eu)n-2IkuB\n^/d-{Ð:[_qH" ̔4M]y%RF?ʕlZ<U3&'IH b - FU-xs& %O"e:Ρt-N_b+Hn>T=gF\M+40hyrD>ٚTl(v0S)8BRBj
(PSKw $/41g$>(L6wU<\ۏH<`fyQ3ӓ+-Jc'/2v!Vߦ6r}5{hblhᨱ%o -qcCq_l}(ƥt=u@]N9vӊl@.t A%E3ӯB@$b+hqA~ŭeHx`T8S"Vĵ{-:ɰ; 1ߺu+a "~Ye6Դ\B`^z|Է!Kc|(Ù(ӈxW{;lѩQx/)/C%%8LFsR&MBey KǶ
txeĿ~=ڃOψ%}PO+CGkfܧ_g9mN2eL0xD\ߝby<-H,U;OH,lz92ǒ^}387|^k|^yZ+}JzOcZKxiP=mft~Pd)xdA4@ܝQTG t ud?mS\jd}g´!g +0@f,ՉN9VgK|z:h#(aЛKkxps -l C55G]09#vdhrA\M;1[\B ھ6IJWT) -&ijݚޔ4_߃!>?DxJ{ xuQv51*
L<`dfޙy=2Ղjs˝Ìt"<]|fh+o28yL~<l{'FO (W(YQZlۆo0xR[ÓN4d(X6_f&f@)ayy!w.Pm^WwК WU~J$mw">hg;^)_of9g_-?a%rOor~O}b;J\ƾkw -8kOaő_ؽ?{姐 &âH!9x&?'ky1T -mxM9\ -am\9S{ȉRv5iIB8O9Њx0x`Tra[w%M3W zKi-RWJcHwwO"[d,s Nӝ6/?Ќ~DM臿[ -Im[( -.IK -_ -%xhgʍv1ԗ_3A+mϏbbط -ܯ}}mcw6,'m.nGs jӿsLֈ_vH)[6t?(s荡m~.JFF?^ŨGOpi[_T|}I{eq\v]\U%: k%~p$S&f^oRa]YϘhr&>7xj%u-Q;V,t8wP8]{ٕߧ*0+\}m^P%kT0Z_Οka4hM{ -]]as'+bH3=$f:c@y"SYGB -Z/A/Zp'Fy⒎`"&R ֚' -Q#v¶P9 -h\ݩ^&y;**TӐ.e_C])5'fA-\{0׀_"W>bs(,Q$O樻hn#<у_O)`%/IbEVW C[|2
B8)1nGGYe>@@9ucUk0 -sIf<Shd[t(pI""#gIhQ[}9g.Ds8S迕2{^OG]\Dy6Ž~=e\s9u*/¤l$ʋeC\L~ (җIj$Hv~*'H̩Rv]mT˔C^2Zdy_|.kT!1)*y2`RRq+۫JR:~9ZǏ2-mNAUm[Z^.M2j -W+ZrE[-ԅjmsYҵę%|D%l% -(0r3εl<<Iߪz'o,Lwߟ0 :+$[@ȖaMQw^T-pn_Js\mq -yS2P -7]zwݽJU
*{,g%PHzu,Fn?WO02n0r2L슷+Њ+5bMvT-?Zdc"{hM]scqW3K@_an!Ue -TJAcæ0!A-Q9lжAZPVtZ[sz!DKCe]2,T~%Gb` -nG)Dž_,S-Tbb{__,S[_2BoZu^4=$ y#oëtpY7,l;zsM -'] vH8ͶfǷۭKh.*,_}.Y[U@AuLbfzA=MC#ƹ/Ba jӱ/&wop?Ak$uqGO>kHOX:@>0OL"
ptf*%ȿK/Z(\ 59Chi .HŰ.~iN"lJje3JA;XpB-Z.:yd q@qB|J -B -&б!`Xap߁":J*?T8>PRF d+`?;FKPc6 -Hg
t
Au`})7Q 21H|!T9k.] {g)'ŅFpLw*;Ƅ7> -茱T8&@>"1P11:a{QjzhF]֑Bc+>:a?".k㼑|
i+,d -Qav -FV9{BMeHPn|/15I)rW^[ %\9s}ɀ@L}0!l0!)y@s9DL~kp:`ǹW}@,aX:Z6mZcXa6L2 -ZE@"/F[(Z!R-`yڨP:'iH/ -8FRXڟ`ޕ,;CMa -Gްdq>#1CEFz;xߗwСs -rs -DZ(ݻHn7Th1d'F|k%Ulc"|֞ǁ"RtQ'5Hcw NE{A腍;U.yxF -ôDz⟈ -yqb -FBaEm9dcl]b --$وq%P+"6 -|-r)runVN҆U(rM_q̂@0T9QƷ+x#q/gExڹ -UXQzsE|2ص!g}8C+HF<(h[ĪS4TOn$J)meԱ
ƍY»L3k|/9\K.I>_')/Ը -B|r"DQY(G^zy#AgfMC]~Sb1'hGUvN.; ]ܽ/1Ճ@Go!b{<;#(QSƺX<oP ZWJH<5d -vEEA+*a+J)/F,Fh&]dճqb").Cꗈ2z[ F2+Ꮢj'+ -֯J'g|@庉O"j ئ"j1QYEIS
b\
H<Z!#avnDoIfWuny1BS\SCgTaj"t15'S/0ASCe0}V`Q<t15nɇT1gMռ<mƩÎri[/d5e%>ȠkKУZ_zk^*FԤ]'Q-'_3O\r5nŪ웯W&%>ȠlecgRm#ł4Jd"e -mvCJ@Idk wYPG>_@?VlWn\ED%d D -Y( ]' A{Ω~ޙllzzmI0p(RLnSeR6:W%,f4zn#l8#[! -8;noBL?,̎&cd R-Ak);]悅ė
M#{@T7چ s8&d筠RRی*rwOC0`s) -fLqgQLvES`"1X4 x6{|F9'.fׂn.>2YX%Q4)w<:`GW#픢6oă5* *hMa -S,)$wj2^E^RZ\!/(FYn]qy\*N$Ck$sjZljr }"o6i~^(!Fzqb 1 d+)u;D@ -cAZ0KLGW''?aYC'[dU#Vl4S~f
!6 (P<~N(֫K5dhD6UQ;5T,[jCvBۋn C+{EGΒ -H*0Uw֨n}Miy H7c+1|7|j| ۂ[>qH|=0_Z/!P빳G -}]h &xuK/qH{eLʆy<&,Ju0)2[g -e_ -V \:pѠ$k
-7 -WzA+i ?nhH9g&d@:r7)ӆ'N2`YBmӥ
`H}TZa
msj
AYvpK/! -Ն(3ps -2^Gd"JYdwA!cG$kk-JpIKSSn2p/d{JCֳYGSi -AOO*ODIĉzС
0oVF.QքKX -r%vqڄL"<R#35:Ḏr -ğtAnE!؉ 8p<ڑց$f˒7elv7ߞ~u{~{Ǜ>>}z=<e{OO?w/>\O?< -0000012152 00000 n
-0000000000 00000 f
-0000012203 00000 n
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000149 00000 n
-0000000016 00000 n
-0000000000 00000 f
-0000016404 00000 n
-0000048523 00000 n
-0000012553 00000 n
-0000016705 00000 n
-0000016592 00000 n
-0000015681 00000 n
-0000015843 00000 n
-0000015891 00000 n
-0000016476 00000 n
-0000016507 00000 n
-0000016779 00000 n
-0000016962 00000 n
-0000017984 00000 n
-0000020080 00000 n
-0000033187 00000 n
-0000048548 00000 n
-trailer
<</Size 31/Root 13 0 R/Info 30 0 R/ID[<272FBE1265CDE3080C291E9AE953A22D><5DB3C96AC69A495CABF87DE796C3603B>]>>
startxref
48747
%%EOF
\ No newline at end of file diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/DESCRIPTION deleted file mode 100644 index fb807ece95..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/DESCRIPTION +++ /dev/null @@ -1,3 +0,0 @@ -This directory contains the base themes, which are always -loaded. It can also contain subdirectories with the themes -of various universities. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/EXAMPLE/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/EXAMPLE/DESCRIPTION deleted file mode 100644 index fdfa486ab3..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/EXAMPLE/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This is an empty directory. You can rename it to match the name of -your university and place the respective themes in here. diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/DESCRIPTION deleted file mode 100644 index 78f6002443..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory contains an unofficial theme for the -Università degli Studi di Brescia (Brescia, Italy) diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/Makefile deleted file mode 100644 index d0cca3f810..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -LOGS=base.log standard.log -OUTPUT= \ - beamercolorthemefibeamer-bs.sty beamerfontthemefibeamer-bs.sty \ - beamerinnerthemefibeamer-bs.sty beamerouterthemefibeamer-bs.sty \ - beamercolorthemefibeamer-bs-standard.sty \ - -.PHONY: explode implode clean all -all: explode -explode: $(LOGS) - -%.log: %.ins %.dtx - xetex $< - -implode: - rm -f $(OUTPUT) $(LOGS) diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/base.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/base.dtx deleted file mode 100644 index bd98ea6773..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/base.dtx +++ /dev/null @@ -1,355 +0,0 @@ -% \iffalse -%<*color> -% \fi\file{theme/bs/beamercolorthemefibeamer-bs.sty} -% This is the base color theme for presentations written at the -% Masaryk University in Brno. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/bs/% - beamercolorthemefibeamer-bs}[2016/05/06] -% \end{macrocode} -% \begin{macro}{\darkframes} -% The |darkframes| environment switches the color definitions to -% render the enclosed frames in dark colors. This is a dummy -% definition, which will be overridden by the subsequently loaded -% color theme in the presentation mode. -% \begin{macrocode} -\newenvironment{darkframes}{}{} -% \end{macrocode} -% \end{macro} -% The rest of the theme will be ignored outside the presentation -% mode. -% \begin{macrocode} -\mode<presentation> -% \end{macrocode} -% The theme loads the following packages, which will be used by the -% subsequently loaded color theme specific to a faculty: -% \begin{itemize} -% \item\textsf{listings} -- This package is used for code -% listings. The subsequently loaded color theme will specify -% source code coloring for the package. -% \item\textsf{ifthen} -- This package is used to construct -% compound conditionals. -% \item\textsf{tikz} -- This package is used to create gradient -% background for dark slides. -% \end{itemize} -% \begin{macrocode} - \RequirePackage{listings} - \RequirePackage{ifthen} - \RequirePackage{tikz} -% \end{macrocode} -% \begin{macro}{\iffibeamer@dark} -% The |\iffibeamer@dark| conditional will be switched on and off by -% the subsequently loaded color theme based on whether or not the -% given frame is being typeset in light or dark colors. This -% information will be used by outer themes to insert the correct -% logo into each frame. -% \begin{macrocode} - \newif\iffibeamer@dark\fibeamer@darkfalse -% \end{macrocode} -% \end{macro} -% A frame that is either title or dark, as specified by the value -% of the |\iffibeamer@dark| conditional, will have a gradient -% background as specified by the |fibeamer@dark@backgroundInner| -% and |fibeamer@light@backgroundOuter| colors that shall be defined -% by the subsequently loaded color theme. -% -% A frame that is neither title nor dark, as specified by the value -% of the |\iffibeamer@dark| conditional, will have a gradient -% background as specified by the |fibeamer@light@backgroundInner| -% and |fibeamer@light@backgroundOuter| colors that shall be defined -% by the subsequently loaded color theme. -% \begin{macrocode} - \defbeamertemplate*{background canvas}{fibeamer}{% - \ifthenelse{% - \boolean{fibeamer@dark} \OR \c@framenumber=0 - }{% - \begin{tikzpicture} - \clip (0,\fibeamer@lengths@clipbottom) rectangle - (\paperwidth,\fibeamer@lengths@cliptop); - \path [inner color = fibeamer@dark@backgroundInner, - outer color = fibeamer@dark@backgroundOuter] - (0,0) rectangle (\paperwidth,\paperwidth); - \end{tikzpicture} - }{% - \begin{tikzpicture} - \clip (0,\fibeamer@lengths@clipbottom) rectangle - (\paperwidth,\fibeamer@lengths@cliptop); - \path [inner color = fibeamer@light@backgroundInner, - outer color = fibeamer@light@backgroundOuter] - (0,0) rectangle (\paperwidth,\paperwidth); - \end{tikzpicture} - }} -% \end{macrocode} -% The |\qed| symbol inserted at the end of proofs will have the -% same color as the rest of the proof. -% \begin{macrocode} - \setbeamercolor{qed symbol}{% - use=block body, - fg=block body.fg, - bg=block body.bg} -% \end{macrocode} -% The links can be colored by the subsequently loaded color themes. -% \begin{macrocode} - \hypersetup{colorlinks,linkcolor=} -\mode -<all> -% \end{macrocode} -% \iffalse -%</color> -%<*font> -% \fi\file{theme/bs/beamerfontthemefibeamer-bs.sty} -% This is the base font theme for presentations written at the -% Masaryk University in Brno. The theme has no effect outside the -% presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/bs/% - beamerfontthemefibeamer-bs}[2016/01/12] -\mode<presentation> - \setbeamerfont{normal text}{size=\normalsize} - \setbeamerfont{title}{size=\LARGE, series=\bfseries} - \setbeamerfont{subtitle}{parent=normal text, size=\Large} - \setbeamerfont{frametitle}{size=\Large} - \setbeamerfont{framesubtitle}{size=\large, shape=\itshape} - \setbeamerfont{description item}{series=\bfseries} - \setbeamerfont{author}{size=\large} -\mode -<all> -% \end{macrocode} -% \iffalse -%</font> -%<*inner> -% \fi\file{theme/bs/beamerinnerthemefibeamer-bs.sty} -% This is the base inner theme for presentations written at the -% Masaryk University in Brno. The theme has no effect outside the -% presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/bs/% - beamerinnerthemefibeamer-bs}[2016/01/14] -\mode<presentation> -% \end{macrocode} -% This part of the inner theme defines the design of lists. -% \begin{macrocode} -\defbeamertemplate*{itemize item}{fibeamer}{$\bullet$} -\defbeamertemplate*{itemize subitem}{fibeamer}{\---} -\defbeamertemplate*{itemize subsubitem}{fibeamer}{\guillemotright} -% \end{macrocode} -% This part of the inner theme defines the design of bibliography -% items and citations.^^A -% \begin{macrocode} -\defbeamertemplate*{bibliography item}{fibeamer}{\insertbiblabel} -\AtBeginDocument{% - \let\fibeamer@oldcite\cite - \def\cite#1{{% - \usebeamercolor[fg]{item}% - \fibeamer@oldcite{#1}}}} -% \end{macrocode} -% This part of the inner theme defines the design of the table of -% contents. -% \begin{macrocode} -\defbeamertemplate*{section in toc}{fibeamer}{% - \usebeamercolor[fg]{item}% - \inserttocsectionnumber.% - \usebeamercolor[fg]{structure}% - \kern1.25ex\inserttocsection\par} -\defbeamertemplate*{subsection in toc}{fibeamer}{% - \hspace\leftmargini - \usebeamercolor[fg]{item}% - \inserttocsectionnumber.\inserttocsubsectionnumber% - \usebeamercolor[fg]{structure}% - \kern1.25ex\inserttocsubsection\par} -\defbeamertemplate*{subsubsection in toc}{fibeamer}{% - \hspace\leftmargini - \hspace\leftmarginii - \usebeamercolor[fg]{item}% - \inserttocsectionnumber.\inserttocsubsectionnumber.% - \inserttocsubsubsectionnumber% - \usebeamercolor[fg]{structure}% - \kern1.25ex\inserttocsubsubsection\par} -\mode -<all> -% \end{macrocode} -% \iffalse -%</inner> -%<*outer> -% \fi\file{theme/bs/beamerouterthemefibeamer-bs.sty} -% This is the base outer theme for presentations written at the -% Masaryk University in Brno. The theme has no effect outside the -% presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/bs/% - beamerouterthemefibeamer-bs}[2016/01/12] -\mode<presentation> -% \end{macrocode} -% The theme uses the following packages: -% \begin{itemize} -% \item\textsf{ifthen} -- This package is used to construct -% compound conditionals. -% \item\textsf{ifpdf} -- This package is used to check, whether -% the document is being typeset in DVI mode. If it is, then -% the |\pdfpagewidth| and |\pdfpageheight| dimensions are -% defined, so that positioning in TikZ works correctly. -% \changes{v1.0.1}{2015/10/03}{Added DVI output support. [VN]} -% ^^A <http://tex.stackexchange.com/a/246631/70941> -% \item\textsf{tikz} -- This package is used to position the -% logo and the frame number on a frame. -% \item\textsf{pgfcore} -- This package is used to draw the -% dashed line at the title frame. -% \end{itemize} -% \begin{macrocode} - \RequirePackage{ifthen} - \RequirePackage{ifpdf} - \ifpdf\else - \@ifundefined{pdfpagewidth}{\newdimen\pdfpagewidth}{} - \@ifundefined{pdfpageheight}{\newdimen\pdfpageheight}{} - \pdfpagewidth=\paperwidth - \pdfpageheight=\paperheight - \fi - \RequirePackage{tikz} - \RequirePackage{pgfcore} -% \end{macrocode} -% This part of the outer theme defines the geometry of the frames -% along with other dimensions. -% \begin{macrocode} - \newlength\fibeamer@lengths@baseunit - \fibeamer@lengths@baseunit=3.75mm - % The footer padding - \newlength\fibeamer@lengths@footerpad - \setlength\fibeamer@lengths@footerpad{% - \fibeamer@lengths@baseunit} - % The side margins - \newlength\fibeamer@lengths@margin - \setlength\fibeamer@lengths@margin{% - 3\fibeamer@lengths@baseunit} - \setbeamersize{ - text margin left=\fibeamer@lengths@margin, - text margin right=\fibeamer@lengths@margin} - % The upper margin - \newlength\fibeamer@lengths@titleline - \setlength\fibeamer@lengths@titleline{% - 3\fibeamer@lengths@baseunit} - % The background clipping - \newlength\fibeamer@lengths@clipbottom - \setlength\fibeamer@lengths@clipbottom\paperwidth - \addtolength\fibeamer@lengths@clipbottom{-\paperheight} - \setlength\fibeamer@lengths@clipbottom{% - 0.5\fibeamer@lengths@clipbottom} - \newlength\fibeamer@lengths@cliptop - \setlength\fibeamer@lengths@cliptop\paperwidth - \addtolength\fibeamer@lengths@cliptop{% - -\fibeamer@lengths@clipbottom} - - % The logo size - \newlength\fibeamer@lengths@logowidth - \setlength\fibeamer@lengths@logowidth{% - 10.5\fibeamer@lengths@baseunit} - \newlength\fibeamer@lengths@logoheight - \setlength\fibeamer@lengths@logoheight{% - 4,37\fibeamer@lengths@baseunit} -% \end{macrocode} -% The outer theme completely culls the bottom navigation. -% \begin{macrocode} - \defbeamertemplate*{navigation symbols}{fibeamer}{} -% \end{macrocode} -% The outer theme also culls the headline. -% \begin{macrocode} - \defbeamertemplate*{headline}{fibeamer}{} -% \end{macrocode} -% The frame title. -% \begin{macrocode} - \defbeamertemplate*{frametitle}{fibeamer}{% - \vskip-1em % Align the text with the top border - \vskip\fibeamer@lengths@titleline - \usebeamercolor[fg]{frametitle}% - \usebeamerfont{frametitle}% - \insertframetitle\par% - \usebeamercolor[fg]{framesubtitle}% - \usebeamerfont{framesubtitle}% - \insertframesubtitle} -% \end{macrocode} -% The footline contains the frame number. It is flushed right. -% \begin{macrocode} - \defbeamertemplate*{footline}{fibeamer}{% - \ifnum\c@framenumber=0\else% - \begin{tikzpicture}[overlay] - \node[anchor=south east, - yshift=\fibeamer@lengths@footerpad, - xshift=-\fibeamer@lengths@footerpad] at - (current page.south east) { - \usebeamercolor[fg]{framenumber}% - \usebeamerfont{framenumber}% - \insertframenumber/\inserttotalframenumber}; - \end{tikzpicture} - \fi} -% \end{macrocode} -% The title frame contains the main logo, the |\title|, the -% |\subtitle|, and the |\author|. -% \begin{macrocode} - \defbeamertemplate*{title page}{fibeamer}{% - - \begin{darkframes} - - % This is slide 0 - \setcounter{framenumber}{0} - - % Input the university logo - \begin{tikzpicture}[ - remember picture, - overlay, - xshift=0.5\fibeamer@lengths@logowidth, - yshift=0.5\fibeamer@lengths@logoheight - ] - \node at (0,0) { - \fibeamer@includeLogo[ - width=\fibeamer@lengths@logowidth, - height=\fibeamer@lengths@logoheight - ]}; - \end{tikzpicture} - - % Input the title - \usebeamerfont{title}% - \usebeamercolor[fg]{title}% - \begin{minipage}[b][2\baselineskip][b]{\textwidth}% - \raggedright\inserttitle - \end{minipage} - \vskip-.5\baselineskip - - % Input the dashed line - \begin{pgfpicture} - \pgfsetlinewidth{2pt} - \pgfsetroundcap - \pgfsetdash{{0pt}{4pt}}{0cm} - - \pgfpathmoveto{\pgfpoint{0mm}{0mm}} - \pgfpathlineto{\pgfpoint{\textwidth}{0mm}} - - \pgfusepath{stroke} - \end{pgfpicture} - \vfill - - % Input the subtitle - \usebeamerfont{subtitle}% - \usebeamercolor[fg]{subtitle}% - \begin{minipage}{\textwidth} - \raggedright% - \insertsubtitle% - \end{minipage}\vskip.25\baselineskip - - % Input the author's name - \usebeamerfont{author}% - \usebeamercolor[fg]{author}% - \begin{minipage}{\textwidth} - \raggedright% - \insertauthor% - \end{minipage} - \end{darkframes}} - -\mode -<all> -% \end{macrocode} -% \iffalse -%</outer> -% \fi diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/base.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/base.ins deleted file mode 100644 index 2432a41d26..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/base.ins +++ /dev/null @@ -1,6 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-bs.sty}{\from{base.dtx}{color}} - \file{beamerfontthemefibeamer-bs.sty} {\from{base.dtx}{font}} - \file{beamerinnerthemefibeamer-bs.sty}{\from{base.dtx}{inner}} - \file{beamerouterthemefibeamer-bs.sty}{\from{base.dtx}{outer}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/standard.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/standard.dtx deleted file mode 100644 index d747275cc1..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/standard.dtx +++ /dev/null @@ -1,113 +0,0 @@ -% \file{theme/bs/beamercolorthemefibeamer-standard.sty} -% This is the color theme for all the presentations written at the -% University of Brescia. This theme has no effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/bs/% - beamercolorthemefibeamer-bs-standard}[2021-08-27] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{2B2E34} - \definecolor{fibeamer@white}{HTML}{FFFFFF} - \definecolor{fibeamer@blue}{HTML}{3C5896} - \colorlet{fibeamer@lightBlue}{fibeamer@blue!30!fibeamer@white} - \colorlet{fibeamer@darkBlue}{fibeamer@blue!50!fibeamer@black} - \definecolor{fibeamer@gray}{HTML}{BFBFBF} - \definecolor{fibeamer@lightOrange}{HTML}{FFA25E} - \colorlet{fibeamer@orange}{fibeamer@lightOrange!80!fibeamer@darkBlue} - - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@darkBlue} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@darkBlue} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@gray!30!fibeamer@white} - \setbeamercolor*{framesubtitle}{fg=fibeamer@gray!30!fibeamer@white} - %% Text - \setbeamercolor*{normal text}{fg=fibeamer@white, bg=fibeamer@blue} - \setbeamercolor*{structure}{fg=fibeamer@white, bg=fibeamer@blue} - - \setbeamercolor*{alerted text}{fg=fibeamer@lightOrange} - - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@lightBlue} - \setbeamercolor*{footnote mark}{fg=fibeamer@lightBlue} - \hypersetup{urlcolor=fibeamer@lightBlue, citecolor=fibeamer@lightBlue} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@white, bg=fibeamer@blue!60!fibeamer@white} - \setbeamercolor*{block title example}{% - fg=fibeamer@white, bg=fibeamer@blue!60!fibeamer@white} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@darkBlue, bg=fibeamer@lightOrange} - \setbeamercolor*{block body}{% - fg=fibeamer@blue, - bg=fibeamer@gray!15!fibeamer@white} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!fibeamer@white}, - keywordstyle=\color{blue!30!fibeamer@white}, - stringstyle=\color{fibeamer@blue!30!fibeamer@white}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@blue} - \setbeamercolor{framesubtitle}{fg=fibeamer@black!75!fibeamer@white} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} - - \setbeamercolor{alerted text}{fg=red} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark % alerted text in plain block at dark slides - \setbeamercolor{alerted text}{fg=fibeamer@orange}% - \fi}{} - - %% Items, footnotes and links - \setbeamercolor{item}{fg=fibeamer@blue} - \setbeamercolor{footnote mark}{fg=fibeamer@blue} - \hypersetup{urlcolor=fibeamer@blue, citecolor=fibeamer@blue} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@white, bg=fibeamer@blue} - \setbeamercolor{block title example}{% - fg=fibeamer@white, bg=fibeamer@blue} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=red} - \setbeamercolor{block body}{% - fg=fibeamer@blue, bg=fibeamer@gray!20!fibeamer@white} - %% Title - \setbeamercolor{title}{fg=fibeamer@white, bg=fibeamer@blue} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!fibeamer@black}, - extendedchars=true, - keywordstyle=\color{blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/standard.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/standard.ins deleted file mode 100644 index a7ce8eaee6..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/bs/standard.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-bs-standard.sty}{\from{standard.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/DESCRIPTION b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/DESCRIPTION deleted file mode 100644 index 2c1c1d9eef..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This directory contains the themes of the Masaryk University -(Brno, Czech Republic). diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/Makefile deleted file mode 100644 index 3839142a74..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -LOGS=base.log law.log econ.log fi.log fsps.log fss.log med.log \ - ped.log phil.log sci.log -OUTPUT= \ - beamercolorthemefibeamer-mu.sty beamerfontthemefibeamer-mu.sty \ - beamerinnerthemefibeamer-mu.sty beamerouterthemefibeamer-mu.sty \ - beamercolorthemefibeamer-mu-law.sty \ - beamercolorthemefibeamer-mu-econ.sty \ - beamercolorthemefibeamer-mu-fi.sty \ - beamercolorthemefibeamer-mu-fsps.sty \ - beamercolorthemefibeamer-mu-fss.sty \ - beamercolorthemefibeamer-mu-med.sty \ - beamercolorthemefibeamer-mu-ped.sty \ - beamercolorthemefibeamer-mu-phil.sty \ - beamercolorthemefibeamer-mu-sci.sty - -.PHONY: explode implode clean all -all: explode -explode: $(LOGS) - -%.log: %.ins %.dtx - xetex $< - -implode: - rm -f $(OUTPUT) $(LOGS) diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/base.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/base.dtx deleted file mode 100644 index 8ec58d1fe3..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/base.dtx +++ /dev/null @@ -1,385 +0,0 @@ -% \iffalse -%<*color> -% \fi\file{theme/mu/beamercolorthemefibeamer-mu.sty} -% This is the base color theme for presentations written at the -% Masaryk University in Brno. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu}[2016/05/06] -% \end{macrocode} -% \begin{macro}{\darkframes} -% The |darkframes| environment switches the color definitions to -% render the enclosed frames in dark colors. This is a dummy -% definition, which will be overridden by the subsequently loaded -% color theme in the presentation mode. -% \begin{macrocode} -\newenvironment{darkframes}{}{} -% \end{macrocode} -% \end{macro} -% The rest of the theme will be ignored outside the presentation -% mode. -% \begin{macrocode} -\mode<presentation> -% \end{macrocode} -% The theme loads the following packages, which will be used by the -% subsequently loaded color theme specific to a faculty: -% \begin{itemize} -% \item\textsf{listings} -- This package is used for code -% listings. The subsequently loaded color theme will specify -% source code coloring for the package. -% \item\textsf{ifthen} -- This package is used to construct -% compound conditionals. -% \item\textsf{tikz} -- This package is used to create gradient -% background for dark slides. -% \end{itemize} -% \begin{macrocode} - \RequirePackage{listings} - \RequirePackage{ifthen} - \RequirePackage{tikz} -% \end{macrocode} -% \begin{macro}{\iffibeamer@dark} -% The |\iffibeamer@dark| conditional will be switched on and off by -% the subsequently loaded color theme based on whether or not the -% given frame is being typeset in light or dark colors. This -% information will be used by outer themes to insert the correct -% logo into each frame. -% \begin{macrocode} - \newif\iffibeamer@dark\fibeamer@darkfalse -% \end{macrocode} -% \end{macro} -% A frame that is either title or dark, as specified by the value -% of the |\iffibeamer@dark| conditional, will have a gradient -% background as specified by the |fibeamer@dark@backgroundInner| -% and |fibeamer@light@backgroundOuter| colors that shall be defined -% by the subsequently loaded color theme. -% -% A frame that is neither title nor dark, as specified by the value -% of the |\iffibeamer@dark| conditional, will have a gradient -% background as specified by the |fibeamer@light@backgroundInner| -% and |fibeamer@light@backgroundOuter| colors that shall be defined -% by the subsequently loaded color theme. -% \begin{macrocode} - \defbeamertemplate*{background canvas}{fibeamer}{% - \ifthenelse{% - \boolean{fibeamer@dark} \OR \c@framenumber=0 - }{% - \begin{tikzpicture} - \clip (0,\fibeamer@lengths@clipbottom) rectangle - (\paperwidth,\fibeamer@lengths@cliptop); - \path [inner color = fibeamer@dark@backgroundInner, - outer color = fibeamer@dark@backgroundOuter] - (0,0) rectangle (\paperwidth,\paperwidth); - \end{tikzpicture} - }{% - \begin{tikzpicture} - \clip (0,\fibeamer@lengths@clipbottom) rectangle - (\paperwidth,\fibeamer@lengths@cliptop); - \path [inner color = fibeamer@light@backgroundInner, - outer color = fibeamer@light@backgroundOuter] - (0,0) rectangle (\paperwidth,\paperwidth); - \end{tikzpicture} - }} -% \end{macrocode} -% The |\qed| symbol inserted at the end of proofs will have the -% same color as the rest of the proof. -% \changes{v1.1.1:2}{2016/01/14}{Added proper coloring of -% \cs{qed} to the themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{qed symbol}{% - use=block body, - fg=block body.fg, - bg=block body.bg} -% \end{macrocode} -% The links can be colored by the subsequently loaded color themes. -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \hypersetup{colorlinks,linkcolor=} -\mode -<all> -% \end{macrocode} -% \iffalse -%</color> -%<*font> -% \fi\file{theme/mu/beamerfontthemefibeamer-mu.sty} -% This is the base font theme for presentations written at the -% Masaryk University in Brno. The theme has no effect outside the -% presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamerfontthemefibeamer-mu}[2016/01/12] -\mode<presentation> - \setbeamerfont{normal text}{size=\normalsize} - \setbeamerfont{title}{size=\LARGE, series=\bfseries} - \setbeamerfont{subtitle}{parent=normal text, size=\Large} - \setbeamerfont{frametitle}{size=\Large} - \setbeamerfont{framesubtitle}{size=\large, shape=\itshape} - \setbeamerfont{description item}{series=\bfseries} - \setbeamerfont{author}{size=\large} -\mode -<all> -% \end{macrocode} -% \iffalse -%</font> -%<*inner> -% \fi\file{theme/mu/beamerinnerthemefibeamer-mu.sty} -% This is the base inner theme for presentations written at the -% Masaryk University in Brno. The theme has no effect outside the -% presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamerinnerthemefibeamer-mu}[2016/01/14] -\mode<presentation> -% \end{macrocode} -% This part of the inner theme defines the design of lists. -% \begin{macrocode} -\defbeamertemplate*{itemize item}{fibeamer}{$\bullet$} -\defbeamertemplate*{itemize subitem}{fibeamer}{\---} -\defbeamertemplate*{itemize subsubitem}{fibeamer}{\guillemotright} -% \end{macrocode} -% This part of the inner theme defines the design of bibliography -% items and citations.^^A -% \changes{v1.1.0:8}{2016/01/12}{Added support for colored -% citations to the themes of the Masaryk University in Brno. -% [VN]} -% \begin{macrocode} -\defbeamertemplate*{bibliography item}{fibeamer}{\insertbiblabel} -\AtBeginDocument{% - \let\fibeamer@oldcite\cite - \def\cite#1{{% - \usebeamercolor[fg]{item}% - \fibeamer@oldcite{#1}}}} -% \end{macrocode} -% This part of the inner theme defines the design of the table of -% contents. -% \changes{v1.1.0:6}{2016/01/11}{Added support for the -% \cs{tableofcontents} to the themes of the Masaryk University in -% Brno. [VN]} -% \begin{macrocode} -\defbeamertemplate*{section in toc}{fibeamer}{% - \usebeamercolor[fg]{item}% - \inserttocsectionnumber.% - \usebeamercolor[fg]{structure}% - \kern1.25ex\inserttocsection\par} -\defbeamertemplate*{subsection in toc}{fibeamer}{% - \hspace\leftmargini - \usebeamercolor[fg]{item}% - \inserttocsectionnumber.\inserttocsubsectionnumber% - \usebeamercolor[fg]{structure}% - \kern1.25ex\inserttocsubsection\par} -\defbeamertemplate*{subsubsection in toc}{fibeamer}{% - \hspace\leftmargini - \hspace\leftmarginii - \usebeamercolor[fg]{item}% - \inserttocsectionnumber.\inserttocsubsectionnumber.% - \inserttocsubsubsectionnumber% - \usebeamercolor[fg]{structure}% - \kern1.25ex\inserttocsubsubsection\par} -\mode -<all> -% \end{macrocode} -% \iffalse -%</inner> -%<*outer> -% \fi\file{theme/mu/beamerouterthemefibeamer-mu.sty} -% This is the base outer theme for presentations written at the -% Masaryk University in Brno. The theme has no effect outside the -% presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamerouterthemefibeamer-mu}[2016/01/12] -\mode<presentation> -% \end{macrocode} -% The theme uses the following packages: -% \begin{itemize} -% \item\textsf{ifthen} -- This package is used to construct -% compound conditionals. -% \item\textsf{ifpdf} -- This package is used to check, whether -% the document is being typeset in DVI mode. If it is, then -% the |\pdfpagewidth| and |\pdfpageheight| dimensions are -% defined, so that positioning in TikZ works correctly. -% \changes{v1.0.1}{2015/10/03}{Added DVI output support. [VN]} -% ^^A <http://tex.stackexchange.com/a/246631/70941> -% \item\textsf{tikz} -- This package is used to position the -% logo and the frame number on a frame. -% \item\textsf{pgfcore} -- This package is used to draw the -% dashed line at the title frame. -% \end{itemize} -% \begin{macrocode} - \RequirePackage{ifthen} - \RequirePackage{ifpdf} - \ifpdf\else - \@ifundefined{pdfpagewidth}{\newdimen\pdfpagewidth}{} - \@ifundefined{pdfpageheight}{\newdimen\pdfpageheight}{} - \pdfpagewidth=\paperwidth - \pdfpageheight=\paperheight - \fi - \RequirePackage{tikz} - \RequirePackage{pgfcore} -% \end{macrocode} -% This part of the outer theme defines the geometry of the frames -% along with other dimensions. -% \changes{v1.1.0:4}{2016/01/11}{Length definitions within the -% themes of the Masaryk University in Brno are no longer based on -% the dimensions of the (now unused) logo in the upper right -% corner. [VN]} -% \begin{macrocode} - \newlength\fibeamer@lengths@baseunit - \fibeamer@lengths@baseunit=3.75mm - % The footer padding - \newlength\fibeamer@lengths@footerpad - \setlength\fibeamer@lengths@footerpad{% - \fibeamer@lengths@baseunit} - % The side margins - \newlength\fibeamer@lengths@margin - \setlength\fibeamer@lengths@margin{% - 3\fibeamer@lengths@baseunit} - \setbeamersize{ - text margin left=\fibeamer@lengths@margin, - text margin right=\fibeamer@lengths@margin} - % The upper margin - \newlength\fibeamer@lengths@titleline - \setlength\fibeamer@lengths@titleline{% - 3\fibeamer@lengths@baseunit} - % The background clipping - \newlength\fibeamer@lengths@clipbottom - \setlength\fibeamer@lengths@clipbottom\paperwidth - \addtolength\fibeamer@lengths@clipbottom{-\paperheight} - \setlength\fibeamer@lengths@clipbottom{% - 0.5\fibeamer@lengths@clipbottom} - \newlength\fibeamer@lengths@cliptop - \setlength\fibeamer@lengths@cliptop\paperwidth - \addtolength\fibeamer@lengths@cliptop{% - -\fibeamer@lengths@clipbottom} -% \end{macrocode} -% \changes{v1.1.0:6}{2016/01/11}{Added the logo dimension -% definitions to the themes of the Masaryk University in Brno. -% [VN]} -% \begin{macrocode} - % The logo size - \newlength\fibeamer@lengths@logowidth - \setlength\fibeamer@lengths@logowidth{% - 14\fibeamer@lengths@baseunit} - \newlength\fibeamer@lengths@logoheight - \setlength\fibeamer@lengths@logoheight{% - 0.4\fibeamer@lengths@logowidth} -% \end{macrocode} -% The outer theme completely culls the bottom navigation. -% \begin{macrocode} - \defbeamertemplate*{navigation symbols}{fibeamer}{} -% \end{macrocode} -% The outer theme also culls the headline. -% \changes{v1.1.0:1}{2015/11/24}{The faculty logos are no longer -% displayed on regular slides, as per the new unified design of -% the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \defbeamertemplate*{headline}{fibeamer}{} -% \end{macrocode} -% The frame title. -% \begin{macrocode} - \defbeamertemplate*{frametitle}{fibeamer}{% - \vskip-1em % Align the text with the top border - \vskip\fibeamer@lengths@titleline - \usebeamercolor[fg]{frametitle}% - \usebeamerfont{frametitle}% - \insertframetitle\par% - \usebeamercolor[fg]{framesubtitle}% - \usebeamerfont{framesubtitle}% - \insertframesubtitle} -% \end{macrocode} -% The footline contains the frame number. It is flushed right. -% \begin{macrocode} - \defbeamertemplate*{footline}{fibeamer}{% - \ifnum\c@framenumber=0\else% - \begin{tikzpicture}[overlay] - \node[anchor=south east, - yshift=\fibeamer@lengths@footerpad, - xshift=-\fibeamer@lengths@footerpad] at - (current page.south east) { - \usebeamercolor[fg]{framenumber}% - \usebeamerfont{framenumber}% - \insertframenumber/\inserttotalframenumber}; - \end{tikzpicture} - \fi} -% \end{macrocode} -% The title frame contains the main logo, the |\title|, the -% |\subtitle|, and the |\author|. -% \begin{macrocode} - \defbeamertemplate*{title page}{fibeamer}{% -% \end{macrocode} -% \changes{v1.1.6}{2016/09/27}{The title frame now properly loads the -% color theme definitions for dark frames. As a result, the -% \textsf{hyperref} \textsc{url} color for light frames is no -% longer used in the title frame. [VN]} -% \begin{macrocode} - \begin{darkframes} - - % This is slide 0 - \setcounter{framenumber}{0} - - % Input the university logo - \begin{tikzpicture}[ - remember picture, - overlay, - xshift=0.5\fibeamer@lengths@logowidth, - yshift=0.5\fibeamer@lengths@logoheight - ] - \node at (0,0) { - \fibeamer@includeLogo[ - width=\fibeamer@lengths@logowidth, - height=\fibeamer@lengths@logoheight - ]}; - \end{tikzpicture} - - % Input the title - \usebeamerfont{title}% - \usebeamercolor[fg]{title}% - \begin{minipage}[b][2\baselineskip][b]{\textwidth}% - \raggedright\inserttitle - \end{minipage} - \vskip-.5\baselineskip - - % Input the dashed line - \begin{pgfpicture} - \pgfsetlinewidth{2pt} - \pgfsetroundcap - \pgfsetdash{{0pt}{4pt}}{0cm} - - \pgfpathmoveto{\pgfpoint{0mm}{0mm}} - \pgfpathlineto{\pgfpoint{\textwidth}{0mm}} - - \pgfusepath{stroke} - \end{pgfpicture} - \vfill -% \end{macrocode} -% \changes{v1.1.4:4}{2016/05/06}{Added support for subtitle and -% author name coloring within the color themes of the Masaryk -% University in Brno. [VN]} -% \begin{macrocode} - % Input the subtitle - \usebeamerfont{subtitle}% - \usebeamercolor[fg]{subtitle}% - \begin{minipage}{\textwidth} - \raggedright% - \insertsubtitle% - \end{minipage}\vskip.25\baselineskip - - % Input the author's name - \usebeamerfont{author}% - \usebeamercolor[fg]{author}% - \begin{minipage}{\textwidth} - \raggedright% - \insertauthor% - \end{minipage} - \end{darkframes}} - -\mode -<all> -% \end{macrocode} -% \iffalse -%</outer> -% \fi diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/base.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/base.ins deleted file mode 100644 index 28f27b8b2d..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/base.ins +++ /dev/null @@ -1,6 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu.sty}{\from{base.dtx}{color}} - \file{beamerfontthemefibeamer-mu.sty} {\from{base.dtx}{font}} - \file{beamerinnerthemefibeamer-mu.sty}{\from{base.dtx}{inner}} - \file{beamerouterthemefibeamer-mu.sty}{\from{base.dtx}{outer}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/econ.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/econ.dtx deleted file mode 100644 index e2883b6ef8..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/econ.dtx +++ /dev/null @@ -1,137 +0,0 @@ -% \file{theme/mu/beamercolorthemefibeamer-econ.sty} -% This is the color theme for presentations written at the Faculty -% of Economics and Administration at the Masaryk University in -% Brno. This theme has no effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-econ}[2016/05/06] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{2B2E34} - \definecolor{fibeamer@white}{HTML}{FFFFFF} - \definecolor{fibeamer@brown}{HTML}{892840} - \colorlet{fibeamer@lightBrown}{fibeamer@brown!30!fibeamer@white} - \colorlet{fibeamer@darkBrown}{fibeamer@brown!60!fibeamer@black} - \definecolor{fibeamer@gray}{HTML}{999999} - \definecolor{fibeamer@lightOrange}{HTML}{FFA25E} - \colorlet{fibeamer@orange}{fibeamer@lightOrange!80!fibeamer@darkBrown} -% \end{macrocode} -% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from -% the color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@darkBrown} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@darkBrown} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@brown!30!fibeamer@white} - \setbeamercolor*{framesubtitle}{fg=fibeamer@white} - %% Text - \setbeamercolor*{normal text}{fg=fibeamer@white, bg=fibeamer@brown} - \setbeamercolor*{structure}{fg=fibeamer@white, bg=fibeamer@brown} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor*{alerted text}{fg=fibeamer@lightOrange} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@lightBrown} - \setbeamercolor*{footnote mark}{fg=fibeamer@lightBrown} - \hypersetup{urlcolor=fibeamer@lightBrown, citecolor=fibeamer@lightBrown} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@white, bg=fibeamer@brown!60!fibeamer@white} - \setbeamercolor*{block title example}{% - fg=fibeamer@white, bg=fibeamer@brown!60!fibeamer@white} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@darkBrown, bg=fibeamer@lightOrange} - \setbeamercolor*{block body}{% - fg=fibeamer@brown, - bg=fibeamer@gray!15!fibeamer@white} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!fibeamer@white}, - keywordstyle=\color{blue!30!fibeamer@white}, - stringstyle=\color{fibeamer@brown!30!fibeamer@white}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@brown} - \setbeamercolor{framesubtitle}{fg=fibeamer@black!75!fibeamer@white} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{alerted text}{fg=red} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark % alerted text in plain block at dark slides - \setbeamercolor{alerted text}{fg=fibeamer@orange}% - \fi}{} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor{item}{fg=fibeamer@brown} - \setbeamercolor{footnote mark}{fg=fibeamer@brown} - \hypersetup{urlcolor=fibeamer@brown, citecolor=fibeamer@brown} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@white, bg=fibeamer@brown} - \setbeamercolor{block title example}{% - fg=fibeamer@white, bg=fibeamer@brown} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=red} - \setbeamercolor{block body}{% - fg=fibeamer@brown, bg=fibeamer@gray!20!fibeamer@white} - %% Title - \setbeamercolor{title}{fg=fibeamer@white, bg=fibeamer@brown} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!fibeamer@black}, - extendedchars=true, - keywordstyle=\color{blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/econ.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/econ.ins deleted file mode 100644 index a6b5a177be..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/econ.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu-econ.sty}{\from{econ.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fi.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fi.dtx deleted file mode 100644 index ddf36798ac..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fi.dtx +++ /dev/null @@ -1,151 +0,0 @@ -% \file{theme/mu/beamercolorthemefibeamer-fi.sty} -% This is the color theme for presentations written at the -% Faculty of Informatics at the Masaryk University in Brno. -% This theme has no effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-fi}[2016/06/16] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \changes{v1.1.4:1}{2016/05/06}{Completely revamped the color theme of the -% Faculty of Informatics at the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{2B2E34} - \definecolor{fibeamer@white}{HTML}{F3EEE1} - \definecolor{fibeamer@yellow}{HTML}{FFD564} - \definecolor{fibeamer@orange}{HTML}{FF5500} - \colorlet{fibeamer@lightGray}{white!80!fibeamer@black} - \colorlet{fibeamer@gray}{white!35!fibeamer@black} - \colorlet{fibeamer@darkGray}{white!20!fibeamer@black} - \definecolor{fibeamer@blue}{HTML}{3333B3} - \definecolor{fibeamer@lightRed}{HTML}{FF8E6B} - \colorlet{fibeamer@darkRed}{red!80!fibeamer@white} -% \end{macrocode} -% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from -% the color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@black} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@black} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@yellow} - \setbeamercolor*{framesubtitle}{fg=fibeamer@lightGray} - %% Text - \setbeamercolor*{normal text}{fg=white, bg=fibeamer@black} - \setbeamercolor*{structure}{fg=white, bg=fibeamer@black} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor*{alerted text}{fg=fibeamer@lightRed} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@yellow} - \setbeamercolor*{footnote mark}{fg=fibeamer@yellow} - \hypersetup{urlcolor=fibeamer@yellow, citecolor=fibeamer@yellow} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@black, bg=fibeamer@yellow} - \setbeamercolor*{block title example}{% - fg=fibeamer@yellow, bg=fibeamer@darkGray} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@black, bg=fibeamer@lightRed} - \setbeamercolor*{block body}{% - fg=fibeamer@white, - bg=fibeamer@darkGray} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!white}, - keywordstyle=\color{blue!30!white}, - stringstyle=\color{fibeamer@orange!30!white}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \changes{v1.1.5:2}{2016/06/16}{Updated the light color theme of -% the Faculty of Informatics at the Masaryk University in Brno. -% [VN]} -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@blue} - \setbeamercolor{framesubtitle}{fg=fibeamer@gray} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{alerted text}{fg=red} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark\else % alerted text in plain blocks at light slides - \setbeamercolor{alerted text}{fg=fibeamer@darkRed} - \fi}{} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items and links - \setbeamercolor{item}{fg=fibeamer@blue} - \setbeamercolor{footnote mark}{fg=fibeamer@blue} - \hypersetup{urlcolor=fibeamer@blue, citecolor=fibeamer@blue} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@black, bg=fibeamer@yellow} - \setbeamercolor{block title example}{% - fg=fibeamer@yellow, bg=fibeamer@black} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=red} - \setbeamercolor{block body}{% - fg=fibeamer@white, bg=fibeamer@black} - %% Title - \setbeamercolor{title}{fg=fibeamer@yellow, bg=fibeamer@black} -% \end{macrocode} -% \changes{v1.1.4:4}{2016/05/06}{Added support for subtitle and -% author name coloring within the color themes of the Masaryk -% University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{subtitle}{fg=fibeamer@white, bg=fibeamer@black} - \setbeamercolor{author}{fg=fibeamer@lightGray, bg=fibeamer@black} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!black}, - extendedchars=true, - keywordstyle=\color{fibeamer@blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fi.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fi.ins deleted file mode 100644 index f537ea1a06..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fi.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu-fi.sty}{\from{fi.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fsps.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fsps.dtx deleted file mode 100644 index bd3101abec..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fsps.dtx +++ /dev/null @@ -1,138 +0,0 @@ -% \file{theme/mu/beamercolorthemefibeamer-fsps.sty} -% This is the color theme for presentations written at the Faculty -% of Sports Studies at the Masaryk University in Brno. This theme -% has no effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-fsps}[2016/05/06] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{000000} - \definecolor{fibeamer@white}{HTML}{FFFFFF} - \definecolor{fibeamer@blue}{HTML}{283889} - \colorlet{fibeamer@darkBlue}{fibeamer@blue!60!fibeamer@black} - \definecolor{fibeamer@brightBlue}{HTML}{3998F9} - \colorlet{fibeamer@lightBlue}{fibeamer@blue!30!fibeamer@white} - \definecolor{fibeamer@gray}{HTML}{999999} - \definecolor{fibeamer@lightOrange}{HTML}{FFA25E} - \colorlet{fibeamer@orange}{fibeamer@lightOrange!80!fibeamer@darkBlue} -% \end{macrocode} -% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from -% the color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@darkBlue} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@darkBlue} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@blue!30!fibeamer@white} - \setbeamercolor*{framesubtitle}{fg=fibeamer@white} - %% Text - \setbeamercolor*{normal text}{fg=fibeamer@white, bg=fibeamer@blue} - \setbeamercolor*{structure}{fg=fibeamer@white, bg=fibeamer@blue} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor*{alerted text}{fg=fibeamer@lightOrange} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@lightBlue} - \setbeamercolor*{footnote mark}{fg=fibeamer@lightBlue} - \hypersetup{urlcolor=fibeamer@lightBlue, citecolor=fibeamer@lightBlue} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@white, bg=fibeamer@blue!60!fibeamer@white} - \setbeamercolor*{block title example}{% - fg=fibeamer@white, bg=fibeamer@blue!60!fibeamer@white} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@darkBlue, bg=fibeamer@lightOrange} - \setbeamercolor*{block body}{% - fg=fibeamer@blue, - bg=fibeamer@gray!15!fibeamer@white} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!fibeamer@white}, - keywordstyle=\color{blue!40!fibeamer@brightBlue!25!fibeamer@white}, - stringstyle=\color{red!30!fibeamer@white}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@blue} - \setbeamercolor{framesubtitle}{fg=fibeamer@black!75!fibeamer@white} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{alerted text}{fg=red} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark % alerted text in plain block at dark slides - \setbeamercolor{alerted text}{fg=fibeamer@orange}% - \fi}{} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor{item}{fg=fibeamer@blue} - \setbeamercolor{footnote mark}{fg=fibeamer@blue} - \hypersetup{urlcolor=fibeamer@blue, citecolor=fibeamer@blue} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@white, bg=fibeamer@blue} - \setbeamercolor{block title example}{% - fg=fibeamer@white, bg=fibeamer@blue} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=red} - \setbeamercolor{block body}{% - fg=fibeamer@blue, bg=fibeamer@gray!20!fibeamer@white} - %% Title - \setbeamercolor{title}{fg=fibeamer@white, bg=fibeamer@blue} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!fibeamer@black}, - extendedchars=true, - keywordstyle=\color{fibeamer@brightBlue!50!fibeamer@blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fsps.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fsps.ins deleted file mode 100644 index 93d0c3ccbc..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fsps.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu-fsps.sty}{\from{fsps.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fss.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fss.dtx deleted file mode 100644 index a2a206caeb..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fss.dtx +++ /dev/null @@ -1,137 +0,0 @@ -% \file{theme/mu/beamercolorthemefibeamer-fss.sty} -% This is the color theme for presentations written at the Faculty -% of Social Studies at the Masaryk University in Brno. This theme -% has no effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-fss}[2016/05/06] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{000000} - \definecolor{fibeamer@white}{HTML}{FFFFFF} - \definecolor{fibeamer@cyan}{HTML}{00796E} - \colorlet{fibeamer@darkCyan}{fibeamer@cyan!70!fibeamer@black} - \colorlet{fibeamer@lightCyan}{fibeamer@cyan!30!fibeamer@white} - \definecolor{fibeamer@gray}{HTML}{999999} - \definecolor{fibeamer@lightOrange}{HTML}{FFA25E} - \colorlet{fibeamer@orange}{fibeamer@lightOrange!80!fibeamer@darkCyan} -% \end{macrocode} -% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from -% the color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@darkCyan} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@darkCyan} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@lightCyan} - \setbeamercolor*{framesubtitle}{fg=fibeamer@white} - %% Text - \setbeamercolor*{normal text}{fg=fibeamer@white, bg=fibeamer@cyan} - \setbeamercolor*{structure}{fg=fibeamer@white, bg=fibeamer@cyan} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor*{alerted text}{fg=fibeamer@lightOrange} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor{item}{fg=fibeamer@lightCyan} - \setbeamercolor{footnote mark}{fg=fibeamer@lightCyan} - \hypersetup{urlcolor=fibeamer@lightCyan, citecolor=fibeamer@lightCyan} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@white, bg=fibeamer@cyan!60!fibeamer@white} - \setbeamercolor*{block title example}{% - fg=fibeamer@white, bg=fibeamer@cyan!60!fibeamer@white} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@darkCyan, bg=fibeamer@lightOrange} - \setbeamercolor*{block body}{% - fg=fibeamer@cyan, - bg=fibeamer@gray!15!fibeamer@white} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!fibeamer@white}, - keywordstyle=\color{blue!30!fibeamer@white}, - stringstyle=\color{red!30!fibeamer@white}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@cyan} - \setbeamercolor{framesubtitle}{fg=fibeamer@black!75!fibeamer@white} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{alerted text}{fg=red} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark % alerted text in plain block at dark slides - \setbeamercolor{alerted text}{fg=fibeamer@orange}% - \fi}{} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor{item}{fg=fibeamer@cyan} - \setbeamercolor{footnote mark}{fg=fibeamer@cyan} - \hypersetup{urlcolor=fibeamer@cyan, citecolor=fibeamer@cyan} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@white, bg=fibeamer@cyan} - \setbeamercolor{block title example}{% - fg=fibeamer@white, bg=fibeamer@cyan} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=red} - \setbeamercolor{block body}{% - fg=fibeamer@cyan, bg=fibeamer@gray!20!fibeamer@white} - %% Title - \setbeamercolor{title}{fg=fibeamer@white, bg=fibeamer@cyan} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!fibeamer@black}, - extendedchars=true, - keywordstyle=\color{blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fss.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fss.ins deleted file mode 100644 index 633c94422a..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/fss.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu-fss.sty}{\from{fss.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/law.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/law.dtx deleted file mode 100644 index 2976717cc2..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/law.dtx +++ /dev/null @@ -1,137 +0,0 @@ -% \file{theme/mu/beamercolorthemefibeamer-law.sty} -% This is the color theme for presentations written at the Faculty -% of Law at the Masaryk University in Brno. This theme has no -% effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-law}[2016/05/06] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{000000} - \definecolor{fibeamer@white}{HTML}{FFFFFF} - \definecolor{fibeamer@violet}{HTML}{732889} - \colorlet{fibeamer@darkViolet}{fibeamer@violet!70!fibeamer@black} - \colorlet{fibeamer@lightViolet}{fibeamer@violet!30!fibeamer@white} - \definecolor{fibeamer@gray}{HTML}{999999} - \definecolor{fibeamer@lightOrange}{HTML}{FFA25E} - \colorlet{fibeamer@orange}{fibeamer@lightOrange!80!fibeamer@darkViolet} -% \end{macrocode} -% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from -% the color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@darkViolet} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@darkViolet} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@lightViolet} - \setbeamercolor*{framesubtitle}{fg=fibeamer@white} - %% Text - \setbeamercolor*{normal text}{fg=fibeamer@white, bg=fibeamer@violet} - \setbeamercolor*{structure}{fg=fibeamer@white, bg=fibeamer@violet} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor*{alerted text}{fg=fibeamer@lightOrange} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@lightViolet} - \setbeamercolor*{footnote mark}{fg=fibeamer@lightViolet} - \hypersetup{urlcolor=fibeamer@lightViolet, citecolor=fibeamer@lightViolet} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@white, bg=fibeamer@violet!60!fibeamer@white} - \setbeamercolor*{block title example}{% - fg=fibeamer@white, bg=fibeamer@violet!60!fibeamer@white} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@darkViolet, bg=fibeamer@lightOrange} - \setbeamercolor*{block body}{% - fg=fibeamer@violet, - bg=fibeamer@gray!15!fibeamer@white} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!fibeamer@white}, - keywordstyle=\color{blue!30!fibeamer@white}, - stringstyle=\color{fibeamer@lightViolet}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@violet} - \setbeamercolor{framesubtitle}{fg=fibeamer@black!75!fibeamer@white} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{alerted text}{fg=red} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark % alerted text in plain block at dark slides - \setbeamercolor{alerted text}{fg=fibeamer@orange}% - \fi}{} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor{item}{fg=fibeamer@violet} - \setbeamercolor{footnote mark}{fg=fibeamer@violet} - \hypersetup{urlcolor=fibeamer@violet, citecolor=fibeamer@violet} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@white, bg=fibeamer@violet} - \setbeamercolor{block title example}{% - fg=fibeamer@white, bg=fibeamer@violet} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=red} - \setbeamercolor{block body}{% - fg=fibeamer@violet, bg=fibeamer@gray!20!fibeamer@white} - %% Title - \setbeamercolor{title}{fg=fibeamer@white, bg=fibeamer@violet} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!fibeamer@black}, - extendedchars=true, - keywordstyle=\color{blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/law.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/law.ins deleted file mode 100644 index e1fdd0c993..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/law.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu-law.sty}{\from{law.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/med.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/med.dtx deleted file mode 100644 index 850a6e0e23..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/med.dtx +++ /dev/null @@ -1,138 +0,0 @@ -% \file{theme/mu/beamercolorthemefibeamer-med.sty} -% This is the color theme for presentations written at the Faculty -% of Medicine at the Masaryk University in Brno. This theme has no -% effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-med}[2016/05/06] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{000000} - \definecolor{fibeamer@white}{HTML}{FFFFFF} - \definecolor{fibeamer@red}{HTML}{c82600} - \colorlet{fibeamer@lightRed}{fibeamer@red!30!fibeamer@white} - \colorlet{fibeamer@darkRed}{fibeamer@red!60!fibeamer@black} - \definecolor{fibeamer@gray}{HTML}{999999} - \definecolor{fibeamer@lightOrange}{HTML}{FFA25E} - \colorlet{fibeamer@orange}{fibeamer@lightOrange!80!fibeamer@darkRed} -% \end{macrocode} -% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from -% the color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@darkRed} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@darkRed} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@lightRed} - \setbeamercolor*{framesubtitle}{fg=fibeamer@white} - %% Text - \setbeamercolor*{normal text}{fg=fibeamer@white, bg=fibeamer@red} - \setbeamercolor*{structure}{fg=fibeamer@white, bg=fibeamer@red} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor*{alerted text}{fg=fibeamer@lightOrange} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@lightRed} - \setbeamercolor*{footnote mark}{fg=fibeamer@lightRed} - \hypersetup{urlcolor=fibeamer@lightRed, citecolor=fibeamer@lightRed} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@white, bg=fibeamer@red!60!fibeamer@white} - \setbeamercolor*{block title example}{% - fg=fibeamer@white, bg=fibeamer@red!60!fibeamer@white} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@darkRed, bg=fibeamer@lightOrange} - \setbeamercolor*{block body}{% - fg=fibeamer@red, - bg=fibeamer@gray!15!fibeamer@white} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!fibeamer@white}, - keywordstyle=\color{blue!30!fibeamer@white}, - stringstyle=\color{fibeamer@lightRed}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@red} - \setbeamercolor{framesubtitle}{fg=fibeamer@black!75!fibeamer@white} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{alerted text}{fg=orange} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark % alerted text in plain block at dark slides - \setbeamercolor{alerted text}{fg=fibeamer@orange}% - \fi}{} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@red} - \setbeamercolor*{footnote mark}{fg=fibeamer@red} - \hypersetup{urlcolor=fibeamer@red, citecolor=fibeamer@red} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@white, bg=fibeamer@red} - \setbeamercolor{block title example}{% - fg=fibeamer@white, bg=fibeamer@red} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=orange} - \setbeamercolor{block body}{% - fg=fibeamer@red!90!fibeamer@black, - bg=fibeamer@gray!20!fibeamer@white} - %% Title - \setbeamercolor{title}{fg=fibeamer@white, bg=fibeamer@red} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!fibeamer@black}, - extendedchars=true, - keywordstyle=\color{blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/med.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/med.ins deleted file mode 100644 index 10e78ce821..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/med.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu-med.sty}{\from{med.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/ped.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/ped.dtx deleted file mode 100644 index cd76dad2e2..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/ped.dtx +++ /dev/null @@ -1,148 +0,0 @@ -% \file{theme/mu/beamercolorthemefibeamer-ped.sty} -% This is the color theme for presentations written at the -% Faculty of Education at the Masaryk University in Brno. -% This theme has no effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-ped}[2016/05/06] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \changes{v1.1.4:1}{2016/05/06}{Completely revamped the color theme of the -% Faculty of Education at the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{2B2E34} - \definecolor{fibeamer@white}{HTML}{FFFFFF} - \definecolor{fibeamer@lightOrange}{HTML}{FFA25E} - \definecolor{fibeamer@orange}{HTML}{FF5500} - \colorlet{fibeamer@lightGray}{white!80!fibeamer@black} - \colorlet{fibeamer@gray}{white!35!fibeamer@black} - \colorlet{fibeamer@darkGray}{white!20!fibeamer@black} - \colorlet{fibeamer@blue}{blue!60!fibeamer@lightGray} - \colorlet{fibeamer@darkRed}{red!80!fibeamer@white} - \definecolor{fibeamer@lightRed}{HTML}{FF8B8B} -% \end{macrocode} -% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from -% the color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@black} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@black} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@lightOrange} - \setbeamercolor*{framesubtitle}{fg=fibeamer@lightGray} - %% Text - \setbeamercolor*{normal text}{fg=white, bg=fibeamer@black} - \setbeamercolor*{structure}{fg=white, bg=fibeamer@black} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor*{alerted text}{fg=fibeamer@lightRed} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@lightOrange} - \setbeamercolor*{footnote mark}{fg=fibeamer@lightOrange} - \hypersetup{urlcolor=fibeamer@lightOrange, citecolor=fibeamer@lightOrange} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@black, bg=fibeamer@lightOrange} - \setbeamercolor*{block title example}{% - fg=fibeamer@lightOrange, bg=fibeamer@darkGray} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@black, bg=fibeamer@lightRed} - \setbeamercolor*{block body}{% - fg=fibeamer@white, - bg=fibeamer@darkGray} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!white}, - keywordstyle=\color{blue!30!white}, - stringstyle=\color{fibeamer@orange!30!white}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@black} - \setbeamercolor{framesubtitle}{fg=fibeamer@gray} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{alerted text}{fg=red} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark\else % alerted text in plain blocks at light slides - \setbeamercolor{alerted text}{fg=fibeamer@darkRed} - \fi}{} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@orange} - \setbeamercolor*{footnote mark}{fg=fibeamer@orange} - \hypersetup{urlcolor=fibeamer@blue, citecolor=fibeamer@blue} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@black, bg=fibeamer@lightOrange} - \setbeamercolor{block title example}{% - fg=fibeamer@lightOrange, bg=fibeamer@black} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=red} - \setbeamercolor{block body}{% - fg=white, bg=fibeamer@black} - %% Title - \setbeamercolor{title}{fg=fibeamer@lightOrange, bg=fibeamer@black} -% \end{macrocode} -% \changes{v1.1.4:4}{2016/05/06}{Added support for subtitle and -% author name coloring within the color themes of the Masaryk -% University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{subtitle}{fg=fibeamer@white, bg=fibeamer@black} - \setbeamercolor{author}{fg=fibeamer@lightGray, bg=fibeamer@black} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!black}, - extendedchars=true, - keywordstyle=\color{fibeamer@blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/ped.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/ped.ins deleted file mode 100644 index 99ed6193c6..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/ped.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu-ped.sty}{\from{ped.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/phil.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/phil.dtx deleted file mode 100644 index fed1571dfe..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/phil.dtx +++ /dev/null @@ -1,137 +0,0 @@ -% \file{theme/mu/beamercolorthemefibeamer-phil.sty} -% This is the color theme for presentations written at the Faculty -% of Arts at the Masaryk University in Brno. This theme has no -% effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-phil}[2016/05/06] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{000000} - \definecolor{fibeamer@white}{HTML}{FFFFFF} - \definecolor{fibeamer@blue}{HTML}{0071B2} - \colorlet{fibeamer@lightBlue}{fibeamer@blue!30!fibeamer@white} - \colorlet{fibeamer@darkBlue}{fibeamer@blue!60!fibeamer@black} - \definecolor{fibeamer@gray}{HTML}{999999} - \definecolor{fibeamer@lightOrange}{HTML}{FFA25E} - \colorlet{fibeamer@orange}{fibeamer@lightOrange!80!fibeamer@darkBlue} -% \end{macrocode} -% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from -% the color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@darkBlue} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@darkBlue} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@lightBlue} - \setbeamercolor*{framesubtitle}{fg=fibeamer@white} - %% Text - \setbeamercolor*{normal text}{fg=fibeamer@white, bg=fibeamer@blue} - \setbeamercolor*{structure}{fg=fibeamer@white, bg=fibeamer@blue} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor*{alerted text}{fg=fibeamer@lightOrange} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@lightBlue} - \setbeamercolor*{footnote mark}{fg=fibeamer@lightBlue} - \hypersetup{urlcolor=fibeamer@lightBlue, citecolor=fibeamer@lightBlue} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@white, bg=fibeamer@blue!60!fibeamer@white} - \setbeamercolor*{block title example}{% - fg=fibeamer@white, bg=fibeamer@blue!60!fibeamer@white} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@darkBlue, bg=fibeamer@lightOrange} - \setbeamercolor*{block body}{% - fg=fibeamer@blue, - bg=fibeamer@gray!15!fibeamer@white} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!fibeamer@white}, - keywordstyle=\color{fibeamer@lightBlue}, - stringstyle=\color{red!30!fibeamer@white}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@blue} - \setbeamercolor{framesubtitle}{fg=fibeamer@black!75!fibeamer@white} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{alerted text}{fg=red} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark % alerted text in plain block at dark slides - \setbeamercolor{alerted text}{fg=fibeamer@orange}% - \fi}{} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@blue} - \setbeamercolor*{footnote mark}{fg=fibeamer@blue} - \hypersetup{urlcolor=fibeamer@blue, citecolor=fibeamer@blue} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@white, bg=fibeamer@blue} - \setbeamercolor{block title example}{% - fg=fibeamer@white, bg=fibeamer@blue} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=red} - \setbeamercolor{block body}{% - fg=fibeamer@blue, bg=fibeamer@gray!20!fibeamer@white} - %% Title - \setbeamercolor{title}{fg=fibeamer@white, bg=fibeamer@blue} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!fibeamer@black}, - extendedchars=true, - keywordstyle=\color{fibeamer@blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/phil.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/phil.ins deleted file mode 100644 index e14953766f..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/phil.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu-phil.sty}{\from{phil.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/sci.dtx b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/sci.dtx deleted file mode 100644 index ad310b227b..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/sci.dtx +++ /dev/null @@ -1,138 +0,0 @@ -% \file{theme/mu/beamercolorthemefibeamer-sci.sty} -% This is the color theme for presentations written at the Faculty -% of Science at the Masaryk University in Brno. This theme has no -% effect outside the presentation mode. -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-sci}[2016/05/06] -\mode<presentation> -% \end{macrocode} -% This color theme uses the combination of yellow and shades of gray. The -% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used -% within the background canvas template, which is defined within the base -% color theme of the Masaryk University and which draws the gradient -% background of the frames. -% \begin{macrocode} - \definecolor{fibeamer@black}{HTML}{000000} - \definecolor{fibeamer@white}{HTML}{FFFFFF} - \definecolor{fibeamer@green}{HTML}{139632} - \definecolor{fibeamer@gray}{HTML}{999999} - \colorlet{fibeamer@lightGreen}{fibeamer@green!30!fibeamer@white} - \colorlet{fibeamer@darkGreen}{fibeamer@green!60!fibeamer@black} - \definecolor{fibeamer@lightOrange}{HTML}{FFA25E} - \colorlet{fibeamer@orange}{fibeamer@lightOrange!80!fibeamer@darkGreen} -% \end{macrocode} -% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from -% the color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Background gradients - \colorlet{fibeamer@dark@backgroundInner}{fibeamer@darkGreen} - \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@darkGreen} - \colorlet{fibeamer@light@backgroundInner}{fibeamer@white} - \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white} -% \end{macrocode} -% The |darkframes| environment switches the |\iffibeamer@darktrue| -% conditional on and sets a dark color theme. -% \begin{macrocode} - \renewenvironment{darkframes}{% - \begingroup - \fibeamer@darktrue - %% Structures - \setbeamercolor*{frametitle}{fg=fibeamer@lightGreen} - \setbeamercolor*{framesubtitle}{fg=fibeamer@white} - %% Text - \setbeamercolor*{normal text}{fg=fibeamer@white, bg=fibeamer@green} - \setbeamercolor*{structure}{fg=fibeamer@white, bg=fibeamer@green} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor*{alerted text}{% - fg=fibeamer@lightOrange} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@lightGreen} - \setbeamercolor*{footnote mark}{fg=fibeamer@lightGreen} - \hypersetup{urlcolor=fibeamer@lightGreen, citecolor=fibeamer@lightGreen} - %% Blocks - \setbeamercolor*{block title}{% - fg=fibeamer@white, bg=fibeamer@green!60!fibeamer@white} - \setbeamercolor*{block title example}{% - fg=fibeamer@white, bg=fibeamer@green!60!fibeamer@white} - \setbeamercolor*{block title alerted}{% - fg=fibeamer@darkGreen, bg=fibeamer@lightOrange} - \setbeamercolor*{block body}{% - fg=fibeamer@green, - bg=fibeamer@gray!15!fibeamer@white} - \usebeamercolor*{normal text} - % Code listings - \lstset{% - commentstyle=\color{green!30!fibeamer@white}, - keywordstyle=\color{blue!30!fibeamer@white}, - stringstyle=\color{red!30!fibeamer@white}} - }{% - \endgroup} -% \end{macrocode} -% Outside the |darkframes| environment, the light theme is used. -% \begin{macrocode} - %% Structures - \setbeamercolor{frametitle}{fg=fibeamer@green} - \setbeamercolor{framesubtitle}{fg=fibeamer@black!75!fibeamer@white} - %% Text - \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white} - \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white} -% \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to -% the themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.4:5}{2016/05/06}{Unified the alert colors in the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - \setbeamercolor{alerted text}{fg=red} - \addtobeamertemplate{block begin}{% - \iffibeamer@dark % alerted text in plain block at dark slides - \setbeamercolor{alerted text}{fg=fibeamer@orange}% - \fi}{} -% \end{macrocode} -% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \changes{v1.1.6}{2017/04/23}{Added proper citation coloring for the -% color themes of the Masaryk University in Brno. [VN]} -% \begin{macrocode} - %% Items, footnotes and links - \setbeamercolor*{item}{fg=fibeamer@green} - \setbeamercolor*{footnote mark}{fg=fibeamer@green} - \hypersetup{urlcolor=fibeamer@green, citecolor=fibeamer@green} - %% Blocks - \setbeamercolor{block title}{% - fg=fibeamer@white, bg=fibeamer@green} - \setbeamercolor{block title example}{% - fg=fibeamer@white, bg=fibeamer@green} - \setbeamercolor{block title alerted}{% - fg=fibeamer@white, bg=red} - \setbeamercolor{block body}{% - fg=fibeamer@green, bg=fibeamer@gray!20!fibeamer@white} - %% Title - \setbeamercolor{title}{fg=fibeamer@white, bg=fibeamer@green} - % Code listings - \lstset{% - basicstyle=\footnotesize\ttfamily, - breakatwhitespace=false, - breaklines=true, - commentstyle=\color{green!60!fibeamer@black}, - extendedchars=true, - keywordstyle=\color{blue}, - showspaces=false, - showstringspaces=false, - showtabs=false, - stringstyle=\color{violet}} -\mode -<all> -% \end{macrocode} diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/sci.ins b/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/sci.ins deleted file mode 100644 index cba4da4352..0000000000 --- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/theme/mu/sci.ins +++ /dev/null @@ -1,3 +0,0 @@ -\input ../../LICENSE -\generate{\file{beamercolorthemefibeamer-mu-sci.sty}{\from{sci.dtx}{}}} -\endbatchfile diff --git a/macros/latex/contrib/scrambledenvs/README.md b/macros/latex/contrib/scrambledenvs/README.md index ed9e9eebef..5693fbf050 100644 --- a/macros/latex/contrib/scrambledenvs/README.md +++ b/macros/latex/contrib/scrambledenvs/README.md @@ -1,4 +1,4 @@ -# The LaTeX package scrambledenvs - version 1.0.1 (2021/08/03) +# The LaTeX package scrambledenvs - version 1.1.0 (2021/09/26) > Copyright (C) 2021 Dennis Chen proofprogram@gmail.com > diff --git a/macros/latex/contrib/scrambledenvs/scrambledenvs.dtx b/macros/latex/contrib/scrambledenvs/scrambledenvs.dtx index bc51131fd8..111bcab057 100644 --- a/macros/latex/contrib/scrambledenvs/scrambledenvs.dtx +++ b/macros/latex/contrib/scrambledenvs/scrambledenvs.dtx @@ -15,7 +15,7 @@ \iffalse %</internal> %<*readme> -# The LaTeX package scrambledenvs - version 1.0.1 (2021/08/03) +# The LaTeX package scrambledenvs - version 1.1.0 (2021/09/26) > Copyright (C) 2021 Dennis Chen proofprogram@gmail.com > @@ -119,13 +119,14 @@ This package consists of the file scrambledenvs.dtx, %</internal> %<*main> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{scrambledenvs}[2021/08/03 v1.0.1 Create and print scrambled environments] +\ProvidesPackage{scrambledenvs}[2021/09/26 v1.1.0 Create and print scrambled environments] +\RequirePackage{ifthen} \RequirePackage{forloop} \RequirePackage{pgfmath} \pgfmathsetseed{2407} %</main> %<*driver> -\ProvidesFile{\jobname.dtx}[2021/08/03 v1.0.1 Create and print scrambled environments] +\ProvidesFile{\jobname.dtx}[2021/09/26 v1.1.0 Create and print scrambled environments] \documentclass{ltxdoc} \EnableCrossrefs @@ -217,6 +218,7 @@ This package consists of the file scrambledenvs.dtx, %</helper> % \fi % \DescribeEnv{hints} +% \changes{v1.1.0}{2021/09/26}{Fix internal bug when referencing counters} % \changes{v1.0.1}{2021/08/03}{Adjust spacing to make two scrambled envs look prettier together} % This is the outer environment. Depending on how many |hint| environments are put inside it, it will either typeset \emph{Hints:} or \emph{Hint:} with the numerical labels of the passed in hints following it. % You should put in nothing but the inner environment |hint|. (See the examples for a correct usage.) @@ -234,11 +236,11 @@ This package consists of the file scrambledenvs.dtx, \else \ifnum\value{scrambledenvs@#1@tempcount}=1\relax {\csname scrambledenvs@#1@labelfont\endcsname\csname scrambledenvs@#1@label\endcsname :} - {\csname scrambledenvs@#1@reffont\endcsname\ref{#1:\value{scrambledenvs@#1@count}}}% + {\csname scrambledenvs@#1@reffont\endcsname\csname scrambledenvs@#1@refprefix\endcsname\ref{#1:\the\numexpr\value{scrambledenvs@#1@count}}}% \else {\csname scrambledenvs@#1@labelfont\endcsname\csname scrambledenvs@#1@label\endcsname s:} \forloop{scrambledenvs@loopcount}{\the\numexpr\value{scrambledenvs@#1@count}-\value{scrambledenvs@#1@tempcount}+1\relax}{\value{scrambledenvs@loopcount}<\the\numexpr\value{scrambledenvs@#1@count}+1\relax} {% - {\csname scrambledenvs@#1@reffont\endcsname\ref{#1:\thescrambledenvs@loopcount}} + {\csname scrambledenvs@#1@reffont\endcsname\csname scrambledenvs@#1@refprefix\endcsname\ref{#1:\thescrambledenvs@loopcount}} } \fi \fi @@ -268,40 +270,62 @@ This package consists of the file scrambledenvs.dtx, % \fi % % \DescribeMacro{\printhint} -% +% \changes{v1.1.0}{2021/09/26}{Feature: printhint only outputs unprinted hints (allows for printhint in each chapter, etc)} +% \changes{v1.1.0}{2021/09/26}{Bugfix: switch from forloop to TeX loops} % To print out the hints (either in a random or fixed order, depending on whether the option |noscramble| is passed in), just write |\printhint|. % +% Only hints that have not been printed before will be printed. Therefore, in a book, you could write |\printhint| at the end of each chapter to get end-of-chapter hints. +% +% By default, the hint counter resets each time. So if you use |\printhint| twice, you will have two hint 1's, etc. If you want the counter to continue, the following code will work: +%\begin{verbatim} +%\hintprintenv{\begin{enumerate}\setcounter{enumi}{\the\numexpr\csname scrambledenvs@hint@start\endcsname-1\relax}}{\end{enumerate}} +%\end{verbatim} +% Wrap this with a |\makeatletter| |\makeatother| pair if appropriate (i.e. in TeX files). % \iffalse %<*helper> \newcounter{scrambledenvs@loopcount} \newcounter{scrambledenvs@innerloopcount} %</helper> %<*main> +\expandafter\def\csname scrambledenvs@#1@start\endcsname{1} \expandafter\newcommand\csname print#1\endcsname{% \ifscrambledenvs@scramble %\if \ifcsname thescrambledenvs@#1@count\endcsname - \ifnum\value{scrambledenvs@#1@count}>0\relax - \expandafter\edef\csname pgfmath@randomlist@#1\endcsname{\value{scrambledenvs@#1@count}}% - \forloop{scrambledenvs@loopcount}{1}{\value{scrambledenvs@loopcount}<\the\numexpr\value{scrambledenvs@#1@count}+1\relax}{\expandafter\edef\csname pgfmath@randomlist@#1@\thescrambledenvs@loopcount\endcsname{\thescrambledenvs@loopcount}}% - \begin{scrambledenvs@#1@printenv}% - \forloop{scrambledenvs@loopcount}{0}{\value{scrambledenvs@loopcount}<\value{scrambledenvs@#1@count}}{% - \pgfmathrandomitem\scrambledenvs@tempindex{#1}% - \csname scrambledenvs@#1@printitem\endcsname\label{#1:\scrambledenvs@tempindex}% + \ifnum\value{scrambledenvs@#1@count}<\csname scrambledenvs@#1@start\endcsname\relax + \else + \expandafter\edef\csname pgfmath@randomlist@#1\endcsname{\numexpr\value{scrambledenvs@#1@count}-\csname scrambledenvs@#1@start\endcsname+1} + \count@=1 + \loop + \expandafter\edef\csname pgfmath@randomlist@#1@\the\count@\endcsname{\the\numexpr\count@+\csname scrambledenvs@#1@start\endcsname-1\relax} + \ifnum\count@<\numexpr\value{scrambledenvs@#1@count}-\csname scrambledenvs@#1@start\endcsname+1\relax + \advance\count@ 1 + \repeat + \begin{scrambledenvs@#1@printenv} + \setcounter{scrambledenvs@loopcount}{\csname scrambledenvs@#1@start\endcsname} + \whiledo{\value{scrambledenvs@loopcount}<\the\numexpr\value{scrambledenvs@#1@count}+1\relax}{% + \stepcounter{scrambledenvs@loopcount} + \pgfmathrandomitem\scrambledenvs@tempindex{#1} + \csname scrambledenvs@#1@printitem\endcsname\label{#1:\scrambledenvs@tempindex}% \input{\jobname-\scrambledenvs@tempindex.#1}% - \forloop{scrambledenvs@innerloopcount}{\scrambledenvs@tempindex}{\value{scrambledenvs@innerloopcount}<\csname pgfmath@randomlist@#1\endcsname}{% - \global\expandafter\let\csname pgfmath@randomlist@#1@\thescrambledenvs@innerloopcount\expandafter\endcsname\csname pgfmath@randomlist@#1@\the\numexpr\thescrambledenvs@innerloopcount+1\relax\endcsname% - }% - \expandafter\xdef\csname pgfmath@randomlist@#1\endcsname{\the\numexpr\csname pgfmath@randomlist@#1\endcsname-1\relax}% - }% + \count@\pgfmath@randomtemp + \loop + \global\expandafter\let\csname pgfmath@randomlist@#1@\the\count@\expandafter\endcsname\csname pgfmath@randomlist@#1@\the\numexpr\the\count@+1\relax\endcsname% + \advance\count@ 1 + \ifnum \count@ < \csname pgfmath@randomlist@#1\endcsname\relax + \repeat + \expandafter\xdef\csname pgfmath@randomlist@#1\endcsname{\the\numexpr\csname pgfmath@randomlist@#1\endcsname-1\relax}% + } \end{scrambledenvs@#1@printenv} + \expandafter\edef\csname scrambledenvs@#1@start\endcsname{\the\numexpr\value{scrambledenvs@#1@count}+1\relax} \fi \fi \else \ifcsname thescrambledenvs@#1@count\endcsname \ifnum\value{scrambledenvs@#1@count}>0\relax \begin{scrambledenvs@#1@printenv}% - \forloop{scrambledenvs@loopcount}{1}{\value{scrambledenvs@loopcount}<\the\numexpr\value{scrambledenvs@#1@count}+1\relax}{\csname scrambledenvs@#1@printitem\endcsname\label{#1:\thescrambledenvs@loopcount}\input{\jobname-\thescrambledenvs@loopcount.#1}}% + \forloop{scrambledenvs@loopcount}{\csname scrambledenvs@#1@start\endcsname}{\value{scrambledenvs@loopcount}<\the\numexpr\value{scrambledenvs@#1@count}+1\relax}{\csname scrambledenvs@#1@printitem\endcsname\label{#1:\thescrambledenvs@loopcount}\input{\jobname-\thescrambledenvs@loopcount.#1}}% \end{scrambledenvs@#1@printenv} + \expandafter\edef\csname scrambledenvs@#1@start\endcsname{\the\numexpr\value{scrambledenvs@#1@count}+1\relax} \fi \fi \fi @@ -338,12 +362,24 @@ This package consists of the file scrambledenvs.dtx, \expandafter\newcommand\csname #1labelfont\endcsname[1]{\expandafter\def\csname scrambledenvs@#1@labelfont\endcsname{##1}} %</main> % \fi +% \changes{v1.1.0}{2021/09/26}{Added ref prefix} +% \DescribeMacro{\hintrefprefix} +% Sets the prefix before the reference. (This may be useful if you have multiple |\printhint| statements, like one at the end of each chapter.) % +% \iffalse +%<*main> +\expandafter\def\csname scrambledenvs@#1@refprefix\endcsname{\scrambledenvs@refprefix} +\scrambledenvs@check@macrodefined{#1refprefix} +\expandafter\newcommand\csname #1refprefix\endcsname[1]{\expandafter\def\csname scrambledenvs@#1@refprefix\endcsname{##1}} +%</main> +% \fi % \DescribeMacro{\hintreffont} % Sets the font of the numerical references the follows the label. % % If you are using hyperref and you are using the |colorlinks| option: because the references are generated with |\ref|, you must change hyperref colors in order to change the color. |\color| will not work. Otherwise |\color| will work. % +% If you are using hyperref \emph{and} have a prefix, since the prefix is not part of the label, you must use \emph{both} |\hypersetup| and |\color|. +% % \iffalse %<*main> \expandafter\def\csname scrambledenvs@#1@reffont\endcsname{\scrambledenvs@reffont} @@ -392,6 +428,15 @@ This package consists of the file scrambledenvs.dtx, %</helper> % \fi % +% \DescribeMacro{\defaultrefprefix} +% Changes the default reference prefix. +% \iffalse +%<*helper> +\def\scrambledenvs@refprefix{} +\def\defaultrefprefix#1{\def\scrambledenvs@refprefix{#1}} +%</helper> +% \fi +% % \DescribeMacro{\defaultreffont} % Changes the default reference font. % \iffalse @@ -456,7 +501,7 @@ This package consists of the file scrambledenvs.dtx, %\hintprintenv{\begin{enumerate}\small}{\end{enumerate}} %\hintprintitem{\bfseries\item} %\end{verbatim} -% \subsection{Changing hintreffont color: hpyerrefs colorlink} +% \subsection{Changing hintreffont color: hyperrefs colorlink} % Since we are using |\ref| to typeset labels (which are set with |\label|), if we use |colorlinks| from package |hyperref| we must locally change the linkcolor in order to change the color the numbers are typeset in. %\begin{verbatim} %\documentclass{article} @@ -467,6 +512,37 @@ This package consists of the file scrambledenvs.dtx, %\newscrambledenv{hint} %\hintreffont{\hypersetup{linkcolor=blue}} %\end{verbatim} +%\subsection{Changing hint ref prefix} +%\begin{verbatim} +%\documentclass{article} +%\usepackage{scrambledenvs} +%\usepackage{xcolor} +%\usepackage{hyperref} +%\hypersetup{colorlinks} +%\newscrambledenv{hint} +%\hintrefprefix{\thesection.} +%\hintreffont{\color{blue}\hypersetup{linkcolor=blue}} +%\begin{document} +%\section{First Problem} +%This is a problem. +%\begin{hints} +%\begin{hint} +%This hint will be referenced as 1.1. +%\end{hint} +%\end{hints} +%\subsection{Hints} +%\printhint +%\section{Second Problem} +%This is another problem. +%\begin{hints} +%\begin{hint} +%This hint will be referenced as 2.1. +%\end{hint} +%\end{hints} +%\subsection{Hints} +%\printhint +%\end{document} +%\end{verbatim} % ^^A At the end, close brace %\iffalse %<*main> diff --git a/macros/latex/contrib/scrambledenvs/scrambledenvs.pdf b/macros/latex/contrib/scrambledenvs/scrambledenvs.pdf Binary files differindex a2df1c1553..b2476364db 100644 --- a/macros/latex/contrib/scrambledenvs/scrambledenvs.pdf +++ b/macros/latex/contrib/scrambledenvs/scrambledenvs.pdf diff --git a/macros/latex/contrib/thalie/CHANGELOG.md b/macros/latex/contrib/thalie/CHANGELOG.md index e95a5af9e5..2eeac7dfab 100644 --- a/macros/latex/contrib/thalie/CHANGELOG.md +++ b/macros/latex/contrib/thalie/CHANGELOG.md @@ -1,22 +1,28 @@ +* thalie 0.10c (2021-09-26) + + * Document different implementations of (sometimes buggy) \pauseverse and \resumeverse. + + -- Louis Paternault <spalax@gresille.org> + * thalie 0.10b (2019-07-31) * Minor fixes and updates of examples. - -- Louis Paternault <spalax+ctan@gresille.org> + -- Louis Paternault <spalax@gresille.org> * thalie 0.10a (2019-02-24) * New translation: German (thanks Ekkart Kleinod). * Minor documentation updates. - -- Louis Paternault <spalax+ctan@gresille.org> + -- Louis Paternault <spalax@gresille.org> * thalie 0.9b (2017-04-24) * Remove blank page at the beginning of documentation. * Add missing dependency. - -- Louis Paternault <spalax+ctan@gresille.org> + -- Louis Paternault <spalax@gresille.org> * thalie 0.9a (2017-04-22) @@ -43,13 +49,13 @@ * Convert README from text to markdown. * Add examples. - -- Louis Paternault <spalax+ctan@gresille.org> + -- Louis Paternault <spalax@gresille.org> * thalie 0.8 (2015-12-30) * Fix release errors in previous release. - -- Louis Paternault <spalax+ctan@gresille.org> + -- Louis Paternault <spalax@gresille.org> * thalie 0.7 (2015-12-28) @@ -58,7 +64,7 @@ * Add package option `xspace`. * Minor documentation improvements. - -- Louis Paternault <spalax+ctan@gresille.org> + -- Louis Paternault <spalax@gresille.org> * thalie 0.6 (2014-06-26) @@ -68,10 +74,10 @@ * Improve spacing (thanks Caroline). * Several documentation and core improvements. - -- Louis Paternault <spalax+ctan@gresille.org> + -- Louis Paternault <spalax@gresille.org> * thalie 0.5 (2013-06-08) * Initial release. - -- Louis Paternault <spalax+ctan@gresille.org> + -- Louis Paternault <spalax@gresille.org> diff --git a/macros/latex/contrib/thalie/README.md b/macros/latex/contrib/thalie/README.md index a9a4bcec86..c8a50c5a3e 100644 --- a/macros/latex/contrib/thalie/README.md +++ b/macros/latex/contrib/thalie/README.md @@ -5,17 +5,18 @@ It defines commands to introduce characters' lines, to render stage direction, to divide a play into acts and scenes, to automatically build the dramatis personae, etc. -- Version 0.10b (2019-07-31) +- Version 0.10c (2021-09-26) - Usage and installation instruction are available in the [documentation](http://mirrors.ctan.org/macros/latex/contrib/thalie/thalie.pdf). - Examples - - [French play, in verse](https://framagit.org/spalax/thalie/raw/v0.10b/examples/cyrano.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10b/examples/cyrano.tex)) - - [French play, in prose](https://framagit.org/spalax/thalie/raw/v0.10b/examples/domjuan.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10b/examples/domjuan.tex)) - - [English play, in prose](https://framagit.org/spalax/thalie/raw/v0.10b/examples/hamlet.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10b/examples/hamlet.tex)) + - [French play, in verse](https://framagit.org/spalax/thalie/raw/v0.10c/examples/cyrano.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10c/examples/cyrano.tex)) + - [French play, in prose](https://framagit.org/spalax/thalie/raw/v0.10c/examples/domjuan.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10c/examples/domjuan.tex)) + - [English play, in prose](https://framagit.org/spalax/thalie/raw/v0.10c/examples/hamlet.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10c/examples/hamlet.tex)) + - [English play, in verse](https://framagit.org/spalax/thalie/raw/v0.10c/examples/henry.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10c/examples/henry.tex)) License ------- -*Copyright 2010-2019 Louis Paternault* +*Copyright 2010-2021 Louis Paternault* 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) diff --git a/macros/latex/contrib/thalie/thalie.dtx b/macros/latex/contrib/thalie/thalie.dtx index 53230be775..ec07177168 100644 --- a/macros/latex/contrib/thalie/thalie.dtx +++ b/macros/latex/contrib/thalie/thalie.dtx @@ -1,5 +1,5 @@ % \iffalse meta-comment -% Copyright 2010-2019 Louis Paternault +% Copyright 2010-2021 Louis Paternault % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -25,7 +25,7 @@ %<package>\NeedsTeXFormat{LaTeX2e} %<package>\ProvidesPackage{thalie} %<*package> - [2019/07/31 v0.10b A package to typeset drama plays] + [2021/09/26 v0.10c A package to typeset drama plays] %</package> % %<*driver> @@ -34,6 +34,7 @@ \CodelineIndex \RecordChanges \usepackage{array} +\usepackage{csquotes} \usepackage{enumerate} \usepackage{multirow} \usepackage{hyperref} @@ -42,6 +43,7 @@ \usepackage{listings} \usepackage{xcolor} \usepackage{manfnt} +\usepackage[normalem]{ulem} \lstset{ language=[LaTeX]TeX, numbers=left, @@ -137,7 +139,7 @@ % This document corresponds to \textsf{thalie}~\fileversion, dated \filedate. % Home page, bug requests, etc. at \url{http://framagit.org/spalax/thalie} % }\\A package to typeset drama plays} -% \author{Louis Paternault\\ \texttt{spalax+ctan(at)gresille(dot)org}} +% \author{Louis Paternault\\ \texttt{spalax(at)gresille(dot)org}} % % \maketitle % @@ -247,7 +249,7 @@ % \item Download the lastest archive : % \begin{description} % \item[Stable version] \url{http://mirrors.ctan.org/install/macros/latex/contrib/thalie.tds.zip} -% \item[Development version] \url{https://framagit.org/spalax/thalie/repository/archive.zip?ref=master} +% \item[Development version] \url{https://framagit.org/spalax/thalie/repository/archive.zip?ref=main} % \end{description} % \item Unzip the archive. % \item If you got the archive from CTAN (stable version), move file \texttt{tex/latex/thalie/thalie.sty} in a \LaTeX{} path. @@ -998,15 +1000,15 @@ No! It's a bit short, young man\ldots % \character[cmd={hermia}]{Hermia} % \character[cmd={theseus}]{Theseus} % \end{dramatis} +% \setthalieoptions{characterstyle=imprimerie-verse} % \begin{LTXexample}[pos=b] -\adjustverse{-7em} - \hermia So is Lysander.\pauseverse \theseus \resumeverse In himself he is. % \end{LTXexample} +% \setthalieoptions{characterstyle=simple} % \iffalse %</example> % \fi @@ -1024,6 +1026,31 @@ So is Lysander.\pauseverse % \character[cmd={theseus}]{Theseus} % \end{dramatis} % \begin{LTXexample}[pos=b] +\adjustverse{-7em} + +\hermia +So is Lysander.\pauseverse + +\theseus +\resumeverse In himself he is. +% \end{LTXexample} +% \iffalse +%</example> +% \fi +% \caption{Example of commands to adjust splitted verse} +% \label{fig:splitverse-adjusted} +% \end{figure} +% +% \begin{figure}[p] +% \centering +% \iffalse +%<*example> +% \fi +% \begin{dramatis}[hidden] +% \character[cmd={hermia}]{Hermia} +% \character[cmd={theseus}]{Theseus} +% \end{dramatis} +% \begin{LTXexample}[pos=b] \hermia So is Lysander. @@ -1038,23 +1065,12 @@ So is Lysander. % \end{figure} % % \danger -% Warning: I do not understand the code behind this feature. I copied-pasted code by David Carlisle\footnote{Originally written as an answer to a StackExchange question: see \url{https://tex.stackexchange.com/a/107727}.} without understanding it. There are probably bugs, but I won't be able to solve them. -% This feature can also be implemented using the \lstinline|\phantom| command (see figure \ref{fig:splitverse-phantom} for an example, page \pageref{fig:splitverse-phantom}). -% It is far less user-friendly, but it also less error prone. Choose wisely… +% Warning: this is still experimental. I present several recipes to achieve this, but they all have their pros and cons. % % \DescribeMacro{\pauseverse} % \DescribeMacro{\resumeverse} -% \DescribeMacro{\adjustverse} -% -% Command \lstinline|\pauseverse| is used at the end of the verse to be continued, -% while command \lstinline|\resumeverse| is used at the beginning of the continuing -% verse. -% Let us face it: these commands are kind of a hack, and sometimes, the lines -% are not aligned the way one would expect them to. To correct this, command -% \lstinline|\adjustverse|\marg{length} can be used to add an extra (possibly negative) -% space when calling \lstinline|\resumeverse|, to get a correct alignment. -% See figure \ref{fig:splitverse}, page \pageref{fig:splitverse}, for an -% example of those three commands. +% The recipes presented below all implement macros \lstinline|\pauseverse| and \lstinline|\resumeverse|. +% Command \lstinline|\pauseverse| is used at the end of the verse to be continued, while command \lstinline|\resumeverse| is used at the beginning of the continuing verse. See figure \ref{fig:splitverse} (page \pageref{fig:splitverse}) for an example. % % When writing a play in verse, one can use a lot of those commands, which can % be tedious because of their long names. So, defining ``shortcuts'' of those @@ -1071,10 +1087,120 @@ So is Lysander. %</example> % \fi % -% This is not done by default, because short command names are a scare ressource +% This is not done by default, because short command names are a scarce ressource % in \LaTeX, so, defining these commands by default might conflict with other % packages, while most of |thalie| users will not use them. % +% \subsubsection{Which recipe should I use?} +% +% As I have already stated, there are several ways to achieve this, but none of them is perfect. +% +% \begin{itemize} +% \item Do try the first recipe (section \ref{split-latex}). If it works, stick to it. Otherwise… +% \item If you do not mind loading the \texttt{TikZ} package, use it (section \ref{split-tikz}). As far as I know, from a user point of view, it is the easiest recipe to use, with the less bugs. Otherwise… +% \item You can try building you own commands (section \ref{split-hanging}). Otherwise… +% \item The last recipe (section \ref{split-phantom}) always works. It is far less user-friendly, but it does the job. +% \end{itemize} +% +% \subsubsection{Recipe 1 : Pure \LaTeX} +% \label{split-latex} + +% \danger +% Warning: I do not understand the code behind this feature. I copied-pasted code by David Carlisle\footnote{Originally written as an answer to a StackExchange question: see \url{https://tex.stackexchange.com/a/107727}.} without understanding it. There are \sout{probably} bugs\footnote{One on them lead to the next recipe.}, but I won't be able to solve them. +% +% The implemented macros \lstinline|\pauseverse| and \lstinline|\resumeverse| are written in pure \LaTeX (without any external package). For backward compatibility reasons, this will remain the default implementation for some time… +% +% \DescribeMacro{\adjustverse} +% If the character names are displayed on the same line as the verse, the lines +% are not aligned the way one would expect them to. To correct this, command +% \lstinline|\adjustverse|\marg{length} can be used to add an extra (possibly negative) +% space when calling \lstinline|\resumeverse|, to get a correct alignment. +% See figure \ref{fig:splitverse-adjusted}, page \pageref{fig:splitverse-adjusted}, for an +% example of those three commands. +% +% The young inexperienced fool\footnote{Me…} who originally wrote those commands had not noticed that \lstinline|\adjustverse| is needed because \lstinline|\resumeverse| does not take into account the length of the character names, in styles where it appears on the same line as the verse. This (probably) won't be fixed, because some people might be using this, and fixing this might break their document. +% +% If you encounter the same issue, you might prefer one of the other recipes. +% +% \subsubsection{Recipe 2 : With package \texttt{hanging}} +% \label{split-hanging} +% +% \danger +% Warning: This is a do-it-yourself recipe. +% +% The bug announced at the end of the previous recipe, has been spotted and partially corrected by egreg on StackExchange\footnote{\url{https://tex.stackexchange.com/a/545326}}. He proposes the following code to fix this. +% +% \iffalse +%<*example> +% \fi +% \begin{lstlisting} +\usepackage{hanging} + +\newlength{\brokenverse} +\renewcommand*{\speakswithoutdirection}[1]{% + \settowidth{\brokenverse}{\textsc{#1}.}% + \hangpara{2\parindent}{1}\noindent\textsc{#1}.% +} +\makeatletter +\renewcommand{\resumeverse}{% + \hspace{\@verseadjust}\hspace{\dimexpr\dimen\@ne-\brokenverse-2em} +} +\makeatother +\end{lstlisting} +% \iffalse +%</example> +% \fi +% +% This code ignores the choosen style (it actually redesigns it), and it only works with lines without character directions. If needed, you should also define a \lstinline|\speakswithdirection| command to implement the same feature. +% +% \subsubsection{Recipe 3 : With package \texttt{TikZ}} +% \label{split-tikz} +% +% % As far as I know, this recipe is the best one, from a user point of view. But it loads the \texttt{TikZ} package, which is a huge package to implement such a tiny feature\footnote{In French, we would say : \enquote{\foreignlanguage{french}{Un marteau-pilon pour écraser une mouche}} (a far too heavy solution for a tiny problem).}. +% +% \iffalse +%<*example> +% \fi +% \begin{lstlisting} +\usepackage{tikz} +\usetikzlibrary{tikzmark} +\usetikzlibrary{math} +\newcounter{thalieverse} +\tikzset{tikzmark suffix=-\thethalieverse}% +\renewcommand{\pauseverse}{% + \stepcounter{thalieverse} + \tikzmark{thaliepauseverse} +} +\renewcommand{\resumeverse}{% + \tikzmark{thalieresumeverse}% + \iftikzmark{thaliepauseverse}{% + \begin{tikzpicture}[remember picture]% + % Uncomment to see "pause" and "resume" tikz marks. + %\draw[overlay,green, ultra thick] (pic cs:thaliepauseverse) -- (pic cs:thalieresumeverse);% + \tikzmath{ + coordinate \c; + \c1 = (pic cs:thaliepauseverse); + \c2 = (pic cs:thalieresumeverse); + \width = max(0, \cx1 - \cx2); + } + % Set opacity to 1 to see the space + \draw[opacity=0, black, line width=1ex] (0, 0) -- (\width pt, 0); + \end{tikzpicture}% + }{}% +} +\end{lstlisting} +% \iffalse +%</example> +% \fi +% +% This recipe is implemented in the \href{https://framagit.org/spalax/thalie/-/blob/main/examples/henry.tex}{\texttt{examples/henry.tex}} file in the repository of this project. +% +% \subsubsection{Recipe 4 : With \texttt{\textbackslash{}phantom\{\}}} +% \label{split-phantom} +% +% At last, if nothing else workd, this feature can also be implemented using the \lstinline|\phantom| command (see figure \ref{fig:splitverse-phantom} for an example, page \pageref{fig:splitverse-phantom}). +% It is far less user-friendly, but it is also less error prone. Choose wisely… +% % \section{Localization and Internationalization} % \label{sec:i18n} % @@ -1173,10 +1299,10 @@ So is Lysander. \character[cmd=eve]{Eve} \end{dramatis} }] -\alice +\bob Let's open it. -\disposablecharacter{\bobname and \evename} +\disposablecharacter{\alicename and \evename} No! % \end{LTXexample} % \iffalse @@ -1953,6 +2079,7 @@ One! % \subsection{Splitting verses} % \begin{macro}{\pauseverse} % \changes{v0.7}{2015/12/28}{New commands \texttt{\bbackslash{}pauseverse}, \texttt{\bbackslash{}resumeverse}, \texttt{\bbackslash{}adjustverse}.} +% \changes{v0.10c}{2021/09/26}{Document other implementations of \texttt{\bbackslash{}pauseverse} and \texttt{\bbackslash{}resumeverse}} % \begin{macro}{\resumeverse} % \begin{macro}{\adjustverse} % Commands to split a verse between several characters. diff --git a/macros/latex/contrib/thalie/thalie.ins b/macros/latex/contrib/thalie/thalie.ins index d8fc52f615..f3f7354ba0 100644 --- a/macros/latex/contrib/thalie/thalie.ins +++ b/macros/latex/contrib/thalie/thalie.ins @@ -1,4 +1,4 @@ -%% Copyright 2010-2019 Louis Paternault +%% Copyright 2010-2021 Louis Paternault %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -21,7 +21,7 @@ \usedir{tex/latex/thalie} \preamble -Copyright 2010-2019 Louis Paternault +Copyright 2010-2021 Louis Paternault This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 diff --git a/macros/latex/contrib/thalie/thalie.pdf b/macros/latex/contrib/thalie/thalie.pdf Binary files differindex c7105caaec..cb8be657df 100644 --- a/macros/latex/contrib/thalie/thalie.pdf +++ b/macros/latex/contrib/thalie/thalie.pdf |