diff --git a/thesis-presentation/.gitignore b/thesis-presentation/.gitignore deleted file mode 100644 index 7aa2f69..0000000 --- a/thesis-presentation/.gitignore +++ /dev/null @@ -1,113 +0,0 @@ -## Core latex/pdflatex auxiliary files: -*.aux -*.lof -*.log -*.lot -*.fls -*.out -*.toc - -## Intermediate documents: -*.dvi -*-converted-to.* -# these rules might exclude image files for figures etc. -# *.ps -# *.eps -# *.pdf - -## Bibliography auxiliary files (bibtex/biblatex/biber): -*.bbl -*.bcf -*.blg -*-blx.aux -*-blx.bib -*.brf -*.run.xml - -## Build tool auxiliary files: -*.fdb_latexmk -*.synctex.gz -*.synctex.gz(busy) -*.pdfsync - -## Auxiliary and intermediate files from other packages: - -# algorithms -*.alg -*.loa - -# amsthm -*.thm - -# beamer -*.nav -*.snm -*.vrb - -#(e)ledmac/(e)ledpar -*.end -*.[1-9] -*.[1-9][0-9] -*.[1-9][0-9][0-9] -*.[1-9]R -*.[1-9][0-9]R -*.[1-9][0-9][0-9]R -*.eledsec[1-9] -*.eledsec[1-9]R -*.eledsec[1-9][0-9] -*.eledsec[1-9][0-9]R -*.eledsec[1-9][0-9][0-9] -*.eledsec[1-9][0-9][0-9]R - -# glossaries -*.acn -*.acr -*.glg -*.glo -*.gls - -# hyperref -*.brf - -# listings -*.lol - -# makeidx -*.idx -*.ilg -*.ind -*.ist - -# minitoc -*.maf -*.mtc -*.mtc0 - -# minted -*.pyg - -# morewrites -*.mw - -# nomencl -*.nlo - -# sagetex -*.sagetex.sage -*.sagetex.py -*.sagetex.scmd - -# sympy -*.sout -*.sympy -sympy-plots-for-*.tex/ - -# todonotes -*.tdo - -# xindy -*.xdy - -# add files starting with -~* -.~* diff --git a/thesis-presentation/beamer-tuke-thesis-presentation.pdf b/thesis-presentation/beamer-tuke-thesis-presentation.pdf index 2f27ade..b95efe9 100644 Binary files a/thesis-presentation/beamer-tuke-thesis-presentation.pdf and b/thesis-presentation/beamer-tuke-thesis-presentation.pdf differ diff --git a/thesis-presentation/beamer-tuke-thesis-presentation.tex b/thesis-presentation/beamer-tuke-thesis-presentation.tex index 0adeeab..3297b1d 100644 --- a/thesis-presentation/beamer-tuke-thesis-presentation.tex +++ b/thesis-presentation/beamer-tuke-thesis-presentation.tex @@ -7,14 +7,14 @@ % \mode { \usetheme{Berkeley} % or try Darmstadt, Madrid, Warsaw, ... - \usecolortheme{seahorse} % or try albatross, beaver, crane, ... + \usecolortheme{wolverine} % or try albatross, beaver, crane, ... \usefonttheme{default} % or try serif, structurebold, ... \setbeamertemplate{navigation symbols}{} % \setbeamertemplate{caption}[numbered] - \setbeamertemplate{caption}{\raggedright\insertcaption\par} + \setbeamertemplate{caption}{\raggedright\insertcaption\par} % Numbered bibiolgraphy items % \setbeamertemplate{bibliography item}{\insertbiblabel} -} +} \usepackage[utf8]{inputenc} \usepackage[english]{babel} @@ -96,7 +96,7 @@ \begin{frame}{Done by others} \begin{itemize} \item CNC and 3D printer controllers - \item Clusters, parallel computers + \item Clusters, parallel computers \item Handheld game devices \item Computer console emulators (MAME) \item Vending machine controllers @@ -169,16 +169,16 @@ \begin{frame}{OpenWRT} \centering - + \begin{block}{Question} What can you do with a full blown Linux, given only 16MB, 8MB or even 4MB RAM or Flash is available? \end{block} - + \vskip .4cm \begin{figure} \includegraphics[width=.4\textwidth]{busybox.png} \caption{BusyBox (+ uClibc)} - \end{figure} + \end{figure} \end{frame} @@ -209,13 +209,11 @@ \begin{frame}{Epilogue} \centering {\large Thank you} - + \vskip 2cm - Peter Babič + Peter Babič \end{frame} \end{document} - -