123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% This project aims to create the UFC template for presentation. %%
- %% author: Maurício Moreira Neto - Doctoral student in Computer Science (MDCC) %%
- %% contacts: %%
- %% e-mail: maumneto@ufc.br %%
- %% linktree: https://linktr.ee/maumneto %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \documentclass{libs/ufc_format}
- % Inserting the preamble file with the packages
- \input{libs/preamble.tex}
- % Inserting the references file
- \bibliography{references.bib}
- % Title
- \title[\textit{snailmail}]{\textbf{Eine Email-Client-App entwickeln}}
- % Subtitle
- \subtitle{snailmail}
- % Author of the presentation
- \author{Noah Vogt und Simon Hammer}
- % Institute's Name
- \institute[]{
- % university name
- \ufc
- }
- % date of the presentation
- \date{5 Februar 2022}
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% Start Document of the Presentation %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \begin{document}
- % insert the code style
- \input{libs/code_style}
- %% ---------------------------------------------------------------------------
- % First frame (with tile, subtitle, ...)
- \begin{frame}{}
- \initclock
- \maketitle
- \end{frame}
- %% ---------------------------------------------------------------------------
- % Second frame
- \begin{frame}{Sumário}
- \begin{multicols}{2}
- \tableofcontents
- \end{multicols}
- \end{frame}
- %% ---------------------------------------------------------------------------
- % This presentation is separated by sections and subsections
- \section{Abschnitt I}
- \begin{frame}{Erklärung}
- %video try
- \includemovie[autoplay]{90pt}{90pt}{../media/cutaccountViewer.mp4}
- \includemovie[poster=../../logo/version2grey.pdf]{90pt}{90pt}{../media/draftsExample.mp4}
- % itemize
- Fuck that shit
- \begin{itemize}
- \item Apresentação de Trabalhos Acadêmicos
- \item Apresentação de Disciplinas
- \item Apresentações de Teses e Dissertações
- \end{itemize}
- \vspace{0.4cm} % vertical space
-
- % enumeration
- Para utilizar este template corretamente é importante que:
- \begin{enumerate}
- \item Tenha conhecimento mínimo sobre LaTeX
- \item Ler os comentários no template (explicações)
- \item Ler o README.md (documentação)
- \end{enumerate}
- \vspace{0.2cm}
- \example{Este é um texto de exemplo!} \emph{Texto de Ênfase!}
- \end{frame}
- %% ---------------------------------------------------------------------------
- \subsection{Subseção I}
- \begin{frame}{Criando Blocos}
- % Blocks styles
- \begin{block}{Bloco Padrão}
- Texto do corpo do bloco.
- \end{block}
- \begin{alertblock}{Bloco de Alerta}
- Texto do corpo do bloco.
- \end{alertblock}
- \begin{exampleblock}{Bloco de Exemplo}
- Texto do corpo do bloco.
- \end{exampleblock}
- \end{frame}
- %% ---------------------------------------------------------------------------
- \subsection{Subseção II}
- \begin{frame}{Criando Caixas}
- \successbox{testando o success box}
- \pause
- \alertbox{testando o alert box}
- \pause
- \simplebox{testando o simple box}
- \end{frame}
- %% ---------------------------------------------------------------------------
- \subsection{Subseção III}
- \begin{frame}{Criando Algoritmos (Pseudocódigo)}
- \begin{algorithm}[H]
- \SetAlgoLined
- \LinesNumbered
- \SetKwInOut{Input}{input}
- \SetKwInOut{Output}{output}
- \Input{x: float, y: float}
- \Output{r: float}
- \While{True}{
- r = x + y\;
- \eIf{r >= 30}{
- ``O valor de $r$ é maior ou iqual a 10.''\;
- break\;
- }{
- ``O valor de $r$ = '', r\;
- }
- }
- \caption{Algorithm Example}
- \end{algorithm}
- \end{frame}
- %% ---------------------------------------------------------------------------
- \begin{frame}{Inserindo Algoritmos}
- \lstset{language=Python}
- \lstinputlisting[language=Python]{code/main.py}
- \end{frame}
- %% ---------------------------------------------------------------------------
- \begin{frame}{Inserindo Algoritmos}
- \lstinputlisting[language=C]{code/source.c}
- \end{frame}
- %% ---------------------------------------------------------------------------
- \begin{frame}{Inserindo Algoritmos}
- \lstinputlisting[language=Java]{code/helloworld.java}
- \end{frame}
- %% ---------------------------------------------------------------------------
- \begin{frame}{Inserindo Algoritmos}
- \lstinputlisting[language=HTML]{code/index.html}
- \end{frame}
- %% ---------------------------------------------------------------------------
- % This frame show an example to insert multicolumns
- \section{Multicolunas}
- \begin{frame}{Seção II - Multicolunas}
- \begin{columns}{}
- \begin{column}{0.5\textwidth}
- \justify
- É possível colocar mais de uma coluna utilizando os comandos de $\backslash$begin\{column\}\{\} e $\backslash$end\{column\} \end{column}
- \begin{column}{0.5\textwidth}
- \justify
- Porém, o espaçamento deve ser proporcional entre as colunas para que estas colunas não entrem em coflito. O espaçamento é dado pelo segundo argumento do $\backslash$begin.
- \end{column}
- \end{columns}
- \end{frame}
- %% ---------------------------------------------------------------------------
- %This frame show an example to insert figures
- \section{Imagens}
- \begin{frame}{Seção III - Figures}
- \begin{figure}
- \centering
- \caption{Emblema da UFC.}
- \includegraphics[scale=0.3]{libs/emblemufc.pdf}
- \source{Obtido pelo site oficial da UFC \cite{siteufc} \cite{einstein}}
- \label{fig:ufc_emblem}
- \end{figure}
- \end{frame}
- %% ---------------------------------------------------------------------------
- % Reference frames
- \begin{frame}[allowframebreaks]
- \frametitle{Referências}
- \printbibliography
- \end{frame}
- %% ---------------------------------------------------------------------------
- % Final frame
- \begin{frame}{}
- \centering
- \huge{\textbf{\example{Obrigado(a) pela Atenção!}}}
-
- \vspace{1cm}
-
- \Large{\textbf{Contato:}}
- \newline
- \vspace*{0.5cm}
- \large{\email{usuario@dominio}}
- \end{frame}
- \end{document}
|