Adding presentation
This commit is contained in:
85
presentacion/Main.tex
Normal file
85
presentacion/Main.tex
Normal file
@@ -0,0 +1,85 @@
|
||||
% **************************************************************
|
||||
% Hi! Edit this file for your presentation!
|
||||
% **************************************************************
|
||||
|
||||
% ==================///==================///==================///
|
||||
% ==================/// LATEX'S STUFF
|
||||
% ==================///==================///==================///
|
||||
|
||||
\documentclass{beamer}
|
||||
\usepackage{amsfonts,amsmath,oldgerm}
|
||||
\usepackage{listings}
|
||||
\usepackage{colortbl}
|
||||
\usepackage{listings}
|
||||
\usepackage[spanish]{babel}
|
||||
\usetheme{_statale}
|
||||
\usefonttheme[onlymath]{serif}
|
||||
|
||||
|
||||
\setbeamertemplate{caption}[numbered]
|
||||
\newcommand{\testcolor}[1]{\colorbox{#1}{\textcolor{#1}{test}}~\texttt{#1}}
|
||||
\newcommand{\hrefcol}[2]{\textcolor{frmtxt}{\href{#1}{#2}}}
|
||||
\titlebackground*{assets/background}
|
||||
|
||||
% ==================///==================///==================///
|
||||
% ==================/// SPLASH PAGE
|
||||
% ==================///==================///==================///
|
||||
|
||||
\title{Fiesta de Instalación de Linux}
|
||||
\subtitle{Open Bokeron}
|
||||
\course{Universidad de Málaga}
|
||||
% \author{\href{mailto:x@correoOB}{OB}}
|
||||
\date{Febrero 2024}
|
||||
|
||||
|
||||
% ==================///==================///==================///
|
||||
% ==================/// START PRESENTATION
|
||||
% ==================///==================///==================///
|
||||
|
||||
\pgfplotsset{compat=1.18}
|
||||
\usetikzlibrary{positioning}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
% \begingroup
|
||||
% \setbeamertemplate{frametitle}{%
|
||||
% \vspace*{-3.5ex}
|
||||
% \begin{beamercolorbox}[leftskip = 2cm]{frametitle}%
|
||||
% \usebeamerfont{frametitle}\insertframetitle\\
|
||||
% \end{beamercolorbox}
|
||||
% }
|
||||
% \themecolor{main}
|
||||
% \begin{frame}{Table of Contents}
|
||||
% \tableofcontents
|
||||
% \end{frame}
|
||||
% \endgroup
|
||||
|
||||
|
||||
% ==================///==================///==================///
|
||||
% ==================/// BODY'S PRESENTATION
|
||||
% ==================///==================///==================///
|
||||
|
||||
\begin{frame}
|
||||
\begin{itemize}
|
||||
\item .............
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
%Initial Docs
|
||||
%\input{Sections/Getting Started}
|
||||
%\input{Sections/Color Palette}
|
||||
%\input{Sections/References}
|
||||
% ==============================================
|
||||
|
||||
\input{Sections/Linux}
|
||||
\input{Sections/Percepciones Comúnes y desmistifiación}
|
||||
\input{Sections/El crecimiento exponencial de la adoptación de Linux}
|
||||
\input{Sections/Superpoderes de Linux: Libertad y control total}
|
||||
|
||||
|
||||
% ==================///==================///==================///
|
||||
% ==================/// END PRESENTATION
|
||||
% ==================///==================///==================///
|
||||
|
||||
\backmatter
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user