-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.tex
179 lines (150 loc) · 5.43 KB
/
content.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
%---------------------------------------------------------
%This block of code is for the table of contents after
%the title page
%---------------------------------------------------------
\section[Intro]{Introduction}
%---------------------------------------------------------
%Changing visibwility of the text
\begin{frame}
\frametitle{Title of your slide}
\begin{itemize}
\item \small{Example of text in an item bullets.}
\end{itemize}
\vfill
%\centering
\footnotetext[1]{\fullcite{Louis2016}} %To add your reference, copy your library (.bib file) to the presentation folder.
\end{frame}
%---------------------------------------------------------
%---------------------------------------------------------
%Example of the \pause command
\begin{frame}
\frametitle{Example of pause command}
In this slide \pause
the text will be partially visible \pause
And finally everything will be there
\end{frame}
%---------------------------------------------------------
\section[Methods]{Methods}
%---------------------------------------------------------
%Highlighting text
\begin{frame}
\frametitle{Methods}
\begin{itemize}
\item Data acquisition
\end{itemize}
\begin{table}
%\caption{CNS pathologies involving BBB dysfunction.}
%\label{tab:tabela_1}
\resizebox{\textheight}{!}{% Resize table to fit within \linewidth horizontally
\begin{tabular}{|P{0.3\textwidth}|P{0.3\textwidth}|P{0.3\textwidth}|P{0.3\textwidth}|}%{\linewidth}{l|X}
\hline % Linha superior
Text & Text & Text & Text mm\textsuperscript{2} \\ \hline % Linha do meio
Text & Text & Text & Text \\ \hline
Text & Text & Text & Text \\ \hline
Text & Text & Text & Text \\ \hline
\multicolumn{4}{|c|}{Example of multi columns merged!!!} \\ \hline
%\\\bottomrule % Linha inferior
\end{tabular}}
\end{table}
%Adapted from \cite{Abbott2010}
\vfill
\begin{columns}
\column{0.6\textwidth}
\begin{itemize}
\item Example of adding two columns format to the slide
\begin{itemize}
\item Major item 1:
\begin{itemize}
\item sub-item1;
\item sub-item2;
\item sub-item3;
\item sub-item4;
\item sub-item5.
\end{itemize}
\end{itemize}
\end{itemize}
\column{0.4\textwidth}
\begin{itemize}
\item Text for collumn 2;
\parnote[\(\dagger\)]{\label{note:dagger}Example of footnote} for MATLAB.
\item Another item.
\end{itemize}
\end{columns}
\parnotes
\end{frame}
%---------------------------------------------------------
\section[Cap1]{Results \& Discussion}
%---------------------------------------------------------
%Two columns
\begin{frame}
\frametitle{Title for results slide}
%\begin{figure}[!htb]
%\centering
%\includegraphics[width=\linewidth,height=0.85\textheight,keepaspectratio]{Figures/figure.png}
%\label{justalabel}
%\end{figure}
\end{frame}
\begin{frame}
\frametitle{Discussion}
\begin{itemize}
\item item1;
\item item2;
\item item3;
\item item4;
\item item5.
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Example of adding multiple figures to the slide}
\begin{figure}
\begin{minipage}{0.65\textwidth}
\centering
\includegraphics[width=\linewidth,height=0.4\textheight,keepaspectratio]{Figures/gliomaHist.png}
%\caption{Exemplo de figura embutida no texto}
\label{fig1}
\end{minipage}\hfill
\begin{minipage}{0.35\textwidth}
\centering
\includegraphics[width=\linewidth,height=0.4\textheight,keepaspectratio]{Figures/gliomaHist.png}
%\caption{Exemplo de figura embutida no texto}
\label{fig2}
\end{minipage}
\end{figure}
\end{frame}
%---------------------------------------------------------
\section[Conclusions]{Conclusions}
%---------------------------------------------------------
\begin{frame}
\frametitle{Conclusions}
\begin{block}{\centering \textbf{Take Home Message 1}}
\centering \small{Key message 1.}
\end{block}
\begin{block}{\centering \textbf{Take Home Message 2}}
\centering
\begin{itemize}
\item \small{Item 1}
\item \small{Item 2}
\end{itemize}
\end{block}
\end{frame}
\begin{frame}
\frametitle{Aknowledgements}
\begin{figure}
\begin{minipage}{0.6\textwidth}
\centering
\huge{\textbf{Thank you!}}
\end{minipage}\hfill
\begin{minipage}{0.4\textwidth}
\centering
\begin{minipage}{0.35\textheight}
\includegraphics[width=\linewidth,height=1\textheight,keepaspectratio]{Figures/fapesp.png}
\end{minipage}
\begin{minipage}{0.35\textheight}
\includegraphics[width=\linewidth,height=1\textheight,keepaspectratio]{Figures/cnpq.png}
\end{minipage}
\begin{minipage}{0.35\textheight}
\includegraphics[width=\linewidth,height=1\textheight,keepaspectratio]{InradFrametitle.png}
\end{minipage}
\end{minipage}
\end{figure}
\end{frame}