5 Commits

Author SHA1 Message Date
03ce24e328 feat: deleta unused files 2026-03-21 20:48:03 +01:00
4b12a1db6d feat: update cover 2026-03-21 20:47:41 +01:00
95e2adc5bd feat: add qr 2026-03-21 20:45:01 +01:00
fd94b4158c feat: update template 2026-03-21 20:44:52 +01:00
ec008f7a1f feat: add gitignore file 2026-03-21 20:43:12 +01:00
9 changed files with 188 additions and 96 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# macOS
.DS_Store
# Build outputs
*.pdf
*.xdv
# LaTeX auxiliary files
*.aux
*.bbl
*.bcf
*.bcf-SAVE-ERROR
*.blg
*.fdb_latexmk
*.fls
*.log
*.nav
*.out
*.run.xml
*.snm
*.toc
# latexmk / biber temporary variants
*.bbl-SAVE-ERROR

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -1,10 +1,13 @@
% Bokeron Template based on Bayes Business School Beamer theme by Emilio Luis Sáenz Guillén % Bokeron Template based on Bayes Business School Beamer theme by Emilio Luis Saenz Guillen
\ProvidesPackage{beamerthemeBokeronTemp} \ProvidesPackage{beamerthemeBokeronTemp}
\RequirePackage{silence} \RequirePackage{silence}
\WarningsOff[mathdesign/mdbch] \WarningsOff[mathdesign/mdbch]
\RequirePackage{etoolbox} \RequirePackage{etoolbox}
\RequirePackage{fontawesome5}
\RequirePackage{tikz}
\RequirePackage{graphicx}
% Eliminate navigation symbols % Eliminate navigation symbols
\setbeamertemplate{navigation symbols}{} \setbeamertemplate{navigation symbols}{}
@@ -12,15 +15,14 @@
% Section and subsection numbering in table of contents % Section and subsection numbering in table of contents
\setbeamertemplate{section in toc}[sections numbered] \setbeamertemplate{section in toc}[sections numbered]
\setbeamertemplate{subsection in toc}[subsections numbered] \setbeamertemplate{subsection in toc}[subsections numbered]
% Current position in the presentation \useoutertheme[subsection=false]{miniframes}
\useoutertheme[subsection = false]{miniframes} \setbeamercolor{section in head/foot}{bg=BokeronBlue,fg=white}
\setbeamercolor{section in head/foot}{bg=BokeronBlue, fg=white}
% Captions numbering % Captions numbering
\setbeamertemplate{caption}[numbered] \setbeamertemplate{caption}[numbered]
% Set slide margins % Set slide margins
\setbeamersize{text margin left=2em, text margin right=10em} \setbeamersize{text margin left=2.2em, text margin right=2.8em}
% Set Normal Text Color % Set Normal Text Color
\setbeamercolor{normal text}{fg=Black} \setbeamercolor{normal text}{fg=Black}
@@ -28,85 +30,158 @@
% Structure colour (bullet points and section headings...) % Structure colour (bullet points and section headings...)
\setbeamercolor{structure}{fg=BokeronBlue} \setbeamercolor{structure}{fg=BokeronBlue}
% Font
\RequirePackage{fontspec}
\setromanfont{Arial}
\setsansfont[Scale=MatchLowercase]{Open Sans}
\RequirePackage{tikz}
% Font substitution
\DeclareFontFamilySubstitution{TS1}{\sfdefault}{lmr}
\DeclareFontFamilySubstitution{OMS}{\sfdefault}{lmr}
% Define colours % Define colours
\definecolor{BokeronTitleBlue}{RGB}{0, 149, 197} \definecolor{BokeronTitleBlue}{RGB}{0,149,197}
\definecolor{LighterBokeronTitleBlue}{RGB}{204,217,236} \definecolor{LighterBokeronTitleBlue}{RGB}{204,217,236}
\definecolor{BokeronBlue}{RGB}{30, 160, 186} \definecolor{BokeronBlue}{RGB}{30,160,186}
\definecolor{BoxLightBlue}{RGB}{173, 235, 255} \definecolor{BoxLightBlue}{RGB}{173,235,255}
\definecolor{BokeronInk}{RGB}{17,53,71}
\definecolor{BokeronMist}{RGB}{239,249,252}
\newcommand{\BokeronCornerShapes}{%
\fill[BokeronBlue] ([xshift=-2.1cm]current page.north east) rectangle ([yshift=-1.4cm]current page.north east);
\fill[BokeronBlue] ([xshift=-1.1cm,yshift=-1.3cm]current page.north east) rectangle ([xshift=0cm,yshift=-2.4cm]current page.north east);
}
\newcommand{\BokeronLogoBadge}{%
\IfFileExists{images/LogoOpenBokeron.png}{%
\node[anchor=south east,inner sep=0pt] at ([xshift=-0.6cm,yshift=0.55cm]current page.south east) {\includegraphics[width=2.15cm]{images/LogoOpenBokeron.png}};
}{}
}
\newcommand{\BokeronStandardBackground}{%
\begin{tikzpicture}[remember picture,overlay]
\fill[white] (current page.south west) rectangle (current page.north east);
\BokeronCornerShapes
\draw[BokeronMist,line width=1pt] ([xshift=2.2cm,yshift=0.95cm]current page.south west) -- ([xshift=-2.8cm,yshift=0.95cm]current page.south east);
\end{tikzpicture}%
}
\newcommand{\BokeronSectionBackground}{%
\begin{tikzpicture}[remember picture,overlay]
\fill[white] (current page.south west) rectangle (current page.north east);
\BokeronCornerShapes
\BokeronLogoBadge
\draw[BokeronMist,line width=1pt] ([xshift=2.2cm,yshift=0.95cm]current page.south west) -- ([xshift=-3.3cm,yshift=0.95cm]current page.south east);
\end{tikzpicture}%
}
\newcommand{\BokeronTitleBackground}{%
\begin{tikzpicture}[remember picture,overlay]
\fill[black] (current page.south west) rectangle (current page.north east);
\ifx\inserttitlegraphic\@empty
\fill[BokeronMist] ([xshift=-7.1cm]current page.north east) rectangle (current page.south east);
\else
\node[anchor=north east,inner sep=0pt] at (current page.north east) {\includegraphics[width=0.56\paperwidth,height=\paperheight]{\inserttitlegraphic}};
\fi
\end{tikzpicture}%
}
\newcommand{\BokeronClosingBackground}{%
\begin{tikzpicture}[remember picture,overlay]
\fill[BokeronBlue] (current page.south west) rectangle (current page.north east);
\end{tikzpicture}%
}
\newcommand{\insertclosingqrgraphic}{}
\newcommand{\closingqrgraphic}[1]{\renewcommand{\insertclosingqrgraphic}{#1}}
\newcommand{\BokeronContactItem}[3]{%
{\Large\color{white}#1}\hspace{0.45em}{\large\color{white}\textbf{#2}}\\[0.15em]
{\normalsize\color{BokeronMist}#3}
}
\newcommand{\BokeronFrameTitleLayout}[2]{%
\setbeamertemplate{frametitle}{%
\vspace*{#1}%
\noindent\begin{beamercolorbox}[wd=0.78\paperwidth,left]{frametitle}%
\usebeamerfont{frametitle}\insertframetitle
\end{beamercolorbox}%
\vspace*{#2}%
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%% TITLE %%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%% TITLE %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Adjust Frame Title Position
\setbeamertemplate{frametitle}{\vskip-0.2\paperheight\insertframetitle}
% Frame Title Font
\setbeamerfont{frametitle}{family=\rmfamily,series=\mdseries,size=\Large} \setbeamerfont{frametitle}{family=\rmfamily,series=\mdseries,size=\Large}
% Set Color for Title-like Elements
\setbeamercolor{titlelike}{fg=BokeronTitleBlue} \setbeamercolor{titlelike}{fg=BokeronTitleBlue}
% Title page \setbeamertemplate{title page}{%
\setbeamertemplate{title page}{ \vbox{}
\vbox{} \vfill
\vfill \begin{minipage}[t]{0.38\paperwidth}
\hbox{ {\usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle\par}
% Uncomment the following line if using Finsbury square or red background \ifx\insertsubtitle\@empty\else
% \hspace{3.5in} \vspace{0.45em}
\begin{minipage}[t]{0.4\textwidth} {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}
{\usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle\par} \fi
\ifx\insertsubtitle\@empty\else \vspace{1.1em}
{\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par} {\usebeamerfont{author}\usebeamercolor[fg]{author}\insertauthor\par}
\fi \vspace{0.65em}
\vspace{0.1in} {\usebeamerfont{institute}\usebeamercolor[fg]{institute}\insertinstitute\par}
{\usebeamerfont{author}\usebeamercolor[fg]{author}\insertauthor\par} \vspace{0.35em}
\vspace{0.1in} {\usebeamerfont{date}\usebeamercolor[fg]{date}\insertdate\par}
{\usebeamerfont{institute}\usebeamercolor[fg]{institute}\insertinstitute\par} \end{minipage}
{\usebeamerfont{date}\usebeamercolor[fg]{date}\insertdate\par} \hspace*{0.18\paperwidth}
\end{minipage} \vfill
\hfill
}
\vfill
} }
% Sizes
\setbeamerfont{title}{family=\rmfamily,size=\LARGE} \setbeamerfont{title}{family=\rmfamily,size=\LARGE}
\setbeamerfont{subtitle}{size=\large}
\setbeamerfont{author}{size=\large} \setbeamerfont{author}{size=\large}
\setbeamerfont{institute}{size=\large} \setbeamerfont{institute}{size=\large}
% Colours \setbeamerfont{date}{size=\normalsize}
\setbeamercolor{title}{fg=white} \setbeamercolor{title}{fg=white}
\setbeamercolor{subtitle}{fg=white} \setbeamercolor{subtitle}{fg=BokeronMist}
\setbeamercolor{author}{fg=white} \setbeamercolor{author}{fg=white}
\setbeamercolor{institute}{fg=white} \setbeamercolor{institute}{fg=BokeronMist}
\setbeamercolor{date}{fg=white} \setbeamercolor{date}{fg=BokeronBlue}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%% BACKGROUND %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%% BACKGROUND %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usebackgroundtemplate% \usebackgroundtemplate{\BokeronStandardBackground}
{%
\includegraphics[width=\paperwidth,height=\paperheight]{background/corners2.png}%
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% CLOSING SLIDE %%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%% CLOSING SLIDE %%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setbeamertemplate{endpage}{ \setbeamertemplate{endpage}{%
\begin{frame}[plain] \begin{frame}[plain]
\begin{tikzpicture}[remember picture, overlay] \BokeronClosingBackground
% Background image \vspace*{0.9cm}
\node[at=(current page.center)] { \begin{center}
\includegraphics[width=\paperwidth,height=\paperheight]{background/CoverPage_OpenBokeron.png} {\fontsize{28}{32}\selectfont\color{white}\textbf{Muchas gracias}}\\[0.35em]
}; {\Large\color{white}openbokeron.uma.es}\\[0.18em]
\end{tikzpicture} {\large\color{BokeronMist}openbokeron.uma.es/forum}
\end{frame} \end{center}
\vfill
\begin{columns}[T,totalwidth=\textwidth]
\begin{column}{0.31\textwidth}
\raggedright
\BokeronContactItem{\faTelegramPlane}{Telegram}{Comunidad}\\[0.8em]
\BokeronContactItem{\faTwitter}{Twitter}{@OpenBokeron}
\end{column}
\begin{column}{0.28\textwidth}
\centering
\ifdefempty{\insertclosingqrgraphic}{%
\begin{tikzpicture}
\fill[white] (0,0) rectangle (2.45,2.45);
\draw[BokeronTitleBlue,line width=1pt] (0.16,0.16) rectangle (2.29,2.29);
\node[text width=1.7cm,align=center,text=BokeronTitleBlue] at (1.225,1.225) {QR aquí};
\end{tikzpicture}
}{%
\includegraphics[width=0.64\linewidth]{\insertclosingqrgraphic}
}\\[0.4em]
{\small\color{BokeronMist}Telegram}
\end{column}
\begin{column}{0.31\textwidth}
\raggedleft
{\Large\color{white}\faGlobe\hspace{0.45em}\textbf{Web}}\\[0.15em]
{\normalsize\color{BokeronMist}openbokeron.uma.es}\\[0.8em]
{\Large\color{white}\faComments\hspace{0.45em}\textbf{Foro}}\\[0.15em]
{\normalsize\color{BokeronMist}openbokeron.uma.es/forum}
\end{column}
\end{columns}
\vspace*{0.7cm}
\end{frame}
} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -115,32 +190,26 @@
\setbeamertemplate{itemize item}{\textbullet} \setbeamertemplate{itemize item}{\textbullet}
\setbeamertemplate{itemize subitem}{--} \setbeamertemplate{itemize subitem}{--}
\setbeamertemplate{itemize subsubitem}{\textbullet} \setbeamertemplate{itemize subsubitem}{\textbullet}
% First-Level List Identations
\setlength{\leftmargini}{1.25em} \setlength{\leftmargini}{1.25em}
% Second-Level List Indentation
\setlength{\leftmarginii}{1em} \setlength{\leftmarginii}{1em}
% Third-Level List Indentation
\setlength{\leftmarginiii}{1em} \setlength{\leftmarginiii}{1em}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% FRAME TITLES %%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%% FRAME TITLES %%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Normal frame title
\newcommand{\normalframetitle}{% \newcommand{\normalframetitle}{%
\setbeamertemplate{frametitle}{\vskip0.2\paperheight\insertframetitle} \BokeronFrameTitleLayout{1.1em}{0.6em}
\setbeamerfont{frametitle}{size=\LARGE,series=\mdseries} \setbeamerfont{frametitle}{size=\LARGE,series=\mdseries}
\setstretch{1}
} }
% Small frame title
\newcommand{\smallframetitle}{% \newcommand{\smallframetitle}{%
\setbeamertemplate{frametitle}{\vskip0.05\paperheight\insertframetitle} \BokeronFrameTitleLayout{0.9em}{0.45em}
\setbeamerfont{frametitle}{size={\fontsize{11}{15}},series=\bfseries} \setbeamerfont{frametitle}{size={\fontsize{18}{22}},series=\bfseries}
} }
% Smaller frame title \newcommand{\smallerframetitle}{%
\newcommand{\smallerframetitle}{ \BokeronFrameTitleLayout{0.75em}{0.35em}
\setbeamertemplate{frametitle}{\vskip0.025\paperheight\insertframetitle} \setbeamerfont{frametitle}{size={\fontsize{14}{18}},series=\bfseries}
\setbeamerfont{frametitle}{size={\fontsize{8}{12}},series=\bfseries}
} }
\normalframetitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%% TABLES %%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%% TABLES %%%%%%%%%%%%%%%%%%%
@@ -161,27 +230,21 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%% FOOTLINE %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%% FOOTLINE %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setbeamertemplate{footline}{%
\vskip0.15\paperheight
}
\setbeamercolor{myfootlinecolor}{bg=white,fg=BokeronBlue} \setbeamercolor{myfootlinecolor}{bg=white,fg=BokeronBlue}
\setbeamertemplate{footline} \setbeamertemplate{footline}{%
{% \begin{beamercolorbox}[wd=\paperwidth,ht=3.8ex,dp=1.3ex,leftskip=.45cm,rightskip=.45cm plus1fil]{myfootlinecolor}
\begin{beamercolorbox}[colsep=1.5pt, ht=3.5ex, dp=1.125ex, leftskip=.3cm, rightskip=.3cm plus1fil]{myfootlinecolor}
\leavevmode{\usebeamerfont{author in head/foot}\insertshortauthor}% \leavevmode{\usebeamerfont{author in head/foot}\insertshortauthor}%
\hfill \hfill
{\usebeamerfont{institute in head/foot}\insertshortinstitute}% {\usebeamerfont{institute in head/foot}\insertshortinstitute}%
\hfill% \hfill
{\usebeamerfont{title in head/foot}\insertframenumber/\inserttotalframenumber} {\usebeamerfont{title in head/foot}\insertframenumber/\inserttotalframenumber}
\end{beamercolorbox} \end{beamercolorbox}%
} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%% OTHERS %%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%% OTHERS %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Disable warning on \author
\pdfstringdefDisableCommands{% \pdfstringdefDisableCommands{%
\def\\{}% \def\\{}%
\def\texttt#1{<#1>}% \def\texttt#1{<#1>}%
} }

BIN
images/QR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -45,6 +45,8 @@
\texttt{alguien@uma.es}} \texttt{alguien@uma.es}}
\institute[Open Bokeron]{Open Bokeron\\ https://openbokeron.uma.es} \institute[Open Bokeron]{Open Bokeron\\ https://openbokeron.uma.es}
\date{DD/MM/YYY} \date{DD/MM/YYY}
\titlegraphic{images/LogoOpenBokeron.png}
\closingqrgraphic{images/QR.png}
\begin{document} \begin{document}
@@ -54,12 +56,7 @@
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
{ {
\usebackgroundtemplate{ \usebackgroundtemplate{\BokeronTitleBackground}
\begin{tikzpicture}[remember picture, overlay]
\node[at=(current page.center)] { \includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{background/OpenBokeronPresentation_Cover.jpg} % portada
};
\end{tikzpicture}
}
\begin{frame}[plain] \begin{frame}[plain]
\titlepage \titlepage
\end{frame} \end{frame}
@@ -68,19 +65,25 @@
% Current section % Current section
\AtBeginSection[ ] \AtBeginSection[ ]
{ {
{
\usebackgroundtemplate{\BokeronSectionBackground}
\begin{frame}{} \begin{frame}{}
\tableofcontents[currentsection,currentsubsection, \tableofcontents[currentsection,currentsubsection,
sectionstyle=show/shaded] sectionstyle=show/shaded]
\end{frame} \end{frame}
} }
}
% Current subsection % Current subsection
\AtBeginSubsection[ ] \AtBeginSubsection[ ]
{ {
{
\usebackgroundtemplate{\BokeronSectionBackground}
\begin{frame}{} \begin{frame}{}
\tableofcontents[currentsection,currentsubsection, \tableofcontents[currentsection,currentsubsection,
sectionstyle=show/shaded] sectionstyle=show/shaded]
\end{frame} \end{frame}
} }
}
\smallframetitle \smallframetitle
@@ -92,8 +95,10 @@
\input{sections/OtherExamples} \input{sections/OtherExamples}
\input{sections/Conclusion} \input{sections/Conclusion}
\frame[shrink=30] {\printbibliography} \begin{frame}[allowframebreaks]{Referencias}
\printbibliography
\end{frame}
\AtEndDocument{\usebeamertemplate{endpage}} \AtEndDocument{\usebeamertemplate{endpage}}
\end{document} \end{document}