Skip to content

Commit

Permalink
Adiciona primeira versão compilável da apresentação
Browse files Browse the repository at this point in the history
Use make presentation para compilar. Ferramenta latexmk interessante,
talvez usar também no documento de monografia.
  • Loading branch information
ryukinix committed Dec 1, 2023
1 parent c3760a9 commit 8553e78
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 2 deletions.
17 changes: 16 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

SRC = $(shell find . -iname '*.tex')
FILENAME=documento
PRESENTATION=apresentacao

Check warning on line 26 in Makefile

View workflow job for this annotation

GitHub Actions / Typo CI

apresentacao

"apresentacao" is a typo. Did you mean "presentation"?

all: compile clean

Expand All @@ -43,6 +44,19 @@ compile:
make clean
@echo "Processo finalizado com sucesso!"

presentation:
@echo "*********************************************************"
@echo "* *"
@echo "* APRESENTAÇÃO - TRABALHO CONCLUSÃO DE CURSO (UFC) *"
@echo "* *"
@echo "*********************************************************"
@echo "Compilando..."
make clean
latexmk -pdf $(PRESENTATION).tex
make clean
@echo "Processo finalizado com sucesso!"


open:
xdg-open $(FILENAME).pdf

Expand All @@ -59,5 +73,6 @@ clean:
@rm -v -f *.out *.aux *.alg *.acr *.dvi *.gls \
*.log *.bbl *.blg *.ntn *.not *.lof \
*.lot *.toc *.loa *.lsg *.nlo *.nls \
*.ilg *.lol *.ind *.ist *.glg *.glo *.xdy *.acn *.idx *.loq *~
*.ilg *.lol *.ind *.ist *.glg *.glo *.xdy *.acn *.idx *.loq *~ \

Check warning on line 76 in Makefile

View workflow job for this annotation

GitHub Actions / Typo CI

acn

"acn" is a typo. Did you mean "can"?

Check warning on line 76 in Makefile

View workflow job for this annotation

GitHub Actions / Typo CI

glg

"glg" is a typo. Did you mean "gl"?

Check warning on line 76 in Makefile

View workflow job for this annotation

GitHub Actions / Typo CI

ilg

"ilg" is a typo. Did you mean "lg"?

Check warning on line 76 in Makefile

View workflow job for this annotation

GitHub Actions / Typo CI

ist

"ist" is a typo. Did you mean "sit"?

Check warning on line 76 in Makefile

View workflow job for this annotation

GitHub Actions / Typo CI

xdy

"xdy" is a typo. Did you mean "dyed"?
*.bcf *.nav *.run.xml *.snm *.fdb_latexmk *.fls

Check warning on line 77 in Makefile

View workflow job for this annotation

GitHub Actions / Typo CI

bcf

"bcf" is a typo. Did you mean "bf"?

Check warning on line 77 in Makefile

View workflow job for this annotation

GitHub Actions / Typo CI

fls

"fls" is a typo. Did you mean "fld"?

Check warning on line 77 in Makefile

View workflow job for this annotation

GitHub Actions / Typo CI

snm

"snm" is a typo. Did you mean "sem"?
@echo "Processo finalizado com sucesso!"
210 changes: 210 additions & 0 deletions apresentacao.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,210 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This project aims to create the UFC template for presentation. %%
%% author: Maurício Moreira Neto - Doctoral student in Computer Science (MDCC) %%
%% contacts: %%
%% e-mail: [email protected] %%

Check warning on line 5 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

maumneto

"maumneto" is a typo. Did you mean "magneto"?

Check warning on line 5 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

ufc

"ufc" is a typo. Did you mean "Pfc"?
%% linktree: https://linktr.ee/maumneto %%

Check warning on line 6 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

maumneto

"maumneto" is a typo. Did you mean "magneto"?
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{templatebeamerufc/libs/ufc_format}

Check warning on line 8 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

templatebeamerufc

"templatebeamerufc" is a typo. Did you mean "contemplative"?
% Inserting the preamble file with the packages
\input{templatebeamerufc/libs/preamble.tex}

Check warning on line 10 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

templatebeamerufc

"templatebeamerufc" is a typo. Did you mean "contemplative"?
% Inserting the references file
\bibliography{templatebeamerufc/references.bib}

Check warning on line 12 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

templatebeamerufc

"templatebeamerufc" is a typo. Did you mean "contemplative"?
\listfiles
% Title
\title[EGSIS]{\textbf{Segmentação Semi-Supervisionada de Imagens através de
Dinâmicas Coletivas em Redes Complexas}}
% Subtitle
\subtitle{}
% Author of the presentation
\author{Manoel Vilela Machado Neto}
% Institute's Name
\institute[UFC]{
% email for contact
\normalsize{\email{[email protected]}}

Check warning on line 24 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

alu

"alu" is a typo. Did you mean "aloe"?

Check warning on line 24 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

normalsize

"normalsize" is a typo. Did you mean "normalize"?

Check warning on line 24 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

ufc

"ufc" is a typo. Did you mean "Pfc"?
\newline
% Department Name
\department{Engenharia da Computação}
\newline
% university name
\ufc{}

Check warning on line 30 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

ufc

"ufc" is a typo. Did you mean "Pfc"?
}
% date of the presentation
\date{\today}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Start Document of the Presentation %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
% insert the code style
\input{templatebeamerufc/libs/code_style}

Check warning on line 41 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

templatebeamerufc

"templatebeamerufc" is a typo. Did you mean "contemplative"?

%% ---------------------------------------------------------------------------
% First frame (with tile, subtitle, ...)
\begin{frame}{}
\maketitle
\end{frame}

%% ---------------------------------------------------------------------------
% Second frame
\begin{frame}{Sumário}
\begin{multicols}{2}
\tableofcontents

Check warning on line 53 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

tableofcontents

"tableofcontents" is a typo. Did you mean "contestable"?
\end{multicols}
\end{frame}

%% ---------------------------------------------------------------------------
% This presentation is separated by sections and subsections
\section{Seção I}
\begin{frame}{Explicações}
% itemize
Este é um template que pode ser utilizado para:
\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!}

Check warning on line 81 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

emph

"emph" is a typo. Did you mean "emf"?
\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.''\;

Check warning on line 128 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

iqual

"iqual" is a typo. Did you mean "quail"?
break\;
}{
``O valor de $r$ = '', r\;
}
}
\caption{Algorithm Example}
\end{algorithm}
\end{frame}

%% ---------------------------------------------------------------------------

\begin{frame}{Inserindo Algoritmos}
\lstset{language=Python}

Check warning on line 141 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

lstset

"lstset" is a typo. Did you mean "tsetse"?
\lstinputlisting[language=Python]{templatebeamerufc/code/main.py}

Check warning on line 142 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

lstinputlisting

"lstinputlisting" is a typo. Did you mean "linguistician"?

Check warning on line 142 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

templatebeamerufc

"templatebeamerufc" is a typo. Did you mean "contemplative"?
\end{frame}

%% ---------------------------------------------------------------------------
\begin{frame}{Inserindo Algoritmos}
\lstinputlisting[language=C]{templatebeamerufc/code/source.c}

Check warning on line 147 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

lstinputlisting

"lstinputlisting" is a typo. Did you mean "linguistician"?

Check warning on line 147 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

templatebeamerufc

"templatebeamerufc" is a typo. Did you mean "contemplative"?
\end{frame}

%% ---------------------------------------------------------------------------
\begin{frame}{Inserindo Algoritmos}
\lstinputlisting[language=Java]{templatebeamerufc/code/helloworld.java}

Check warning on line 152 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

lstinputlisting

"lstinputlisting" is a typo. Did you mean "linguistician"?

Check warning on line 152 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

templatebeamerufc

"templatebeamerufc" is a typo. Did you mean "contemplative"?
\end{frame}

%% ---------------------------------------------------------------------------
\begin{frame}{Inserindo Algoritmos}
\lstinputlisting[language=HTML]{templatebeamerufc/code/index.html}

Check warning on line 157 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

lstinputlisting

"lstinputlisting" is a typo. Did you mean "linguistician"?

Check warning on line 157 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

templatebeamerufc

"templatebeamerufc" is a typo. Did you mean "contemplative"?
\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.

Check warning on line 171 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

coflito

"coflito" is a typo. Did you mean "conflict"?
\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]{templatebeamerufc/libs/emblemufc.pdf}

Check warning on line 183 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

emblemufc

"emblemufc" is a typo. Did you mean "emblematic"?

Check warning on line 183 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

templatebeamerufc

"templatebeamerufc" is a typo. Did you mean "contemplative"?
\source{Obtido pelo site oficial da UFC~\cite{siteufc}~\cite{einstein}}

Check warning on line 184 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

siteufc

"siteufc" is a typo. Did you mean "situate"?
\label{fig:ufc_emblem}
\end{figure}
\end{frame}

%% ---------------------------------------------------------------------------
% Reference frames
\begin{frame}[allowframebreaks]

Check warning on line 191 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

allowframebreaks

"allowframebreaks" is a typo. Did you mean "middlebreakers"?
\frametitle{Referências}
\printbibliography{}
\end{frame}

%% ---------------------------------------------------------------------------
% Final frame
\begin{frame}{}
\centering
\huge{\textbf{\example{Obrigado pela atenção!}}}

\vspace{1cm}

\Large{\textbf{Contato:}}
\newline
\vspace*{0.5cm}
\large{\email{[email protected]}}

Check warning on line 207 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

alu

"alu" is a typo. Did you mean "aloe"?

Check warning on line 207 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

ufc

"ufc" is a typo. Did you mean "Pfc"?
\end{frame}

\end{document}
Binary file added figuras/superpixel_variation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templatebeamerufc

0 comments on commit 8553e78

Please sign in to comment.