linux-party/presentacion/Main.tex

105 lines
3.1 KiB
TeX
Raw Normal View History

2024-02-15 14:47:29 +01:00
% **************************************************************
% 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{Linux Party}
2024-02-15 14:47:29 +01:00
\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
2024-02-15 14:47:29 +01:00
% ==================///==================///==================///
% ==================/// BODY'S PRESENTATION
% ==================///==================///==================///
\begin{frame}
\begin{itemize}
\item Grupo de estudiantes de la escuela y nos dedicamos a promocionar el software libre.
2024-02-15 14:47:29 +01:00
\end{itemize}
\end{frame}
\begin{frame}
\begin{itemize}
\begin{figure}
\centering
\includegraphics[width=\linewidth]{assets/paginaWeb.png}
\caption{openbokeron.bitbucket.io}
\label{fig: Web}
\end{figure}
\end{itemize}
\end{frame}
\begin{frame}
\begin{itemize}
\item Grupo de estudiantes de la escuela y nos dedicamos a promocionar el software libre.
\item Tenemos un canal de telegram donde discutimos todo relacionado con el software libre.
\end{itemize}
\end{frame}
2024-02-15 14:47:29 +01:00
%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}