-
Notifications
You must be signed in to change notification settings - Fork 0
/
userguide.tex
487 lines (424 loc) · 16.4 KB
/
userguide.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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
% Ao menos uma linguagem (brazil ou english) deveria sempre ser fornecida
\documentclass[brazil,aspectratio=169]{lapesd-slides}
\usepackage{pgfgantt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Metadados
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title[LAPESD beamer user guide]{Beamer template for LAPESD}
\subtitle{An User Guide}
\author[Dr. Trovato]{\large Ben Trovato \\{\small \texttt{[email protected]}}}
\institute{
\fontsize{10.5}{12.6}\selectfont
Programa de Pós-Graduação em Ciência da Computação\\
Depto. de Informática e Estatísitca\\
Universidade Federal de Santa Catarina - Florianópolis\\
\vspace{1em}
\large Orientador: Prof. Lars Thørväld
}
\date{\today}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Slides
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\titleframe
% Você não é obrigado a colocar um sumário!
\begin{frame}{Sumário}
\tableofcontents
\end{frame}
% Desse ponto em diante serão inseridos slides de pausa a cada \section
\showsections
\section{Introdução}
\begin{frame}[fragile]{Origem e Uso}
\begin{itemize}
\item Esse template funciona como uma classe \LaTeX
\begin{itemize}
\item O .cls é \emph{standalone}: \textbf{não depende} de arquivos externos
\item Obtenha atualizações no \href{https://github.com/lapesd/lapesd-slides/}{GitHub}
\item \href{https://www.overleaf.com/read/zbmmnfkmhdwz}{Template no Overleaf}
\begin{itemize}
\item Cuidado: pode não estar com o último .cls
\end{itemize}
\end{itemize}
\item Atualização do feito pelo Eduardo Camilo Inácio
\begin{itemize}
\item Novidades: Re-empacotamento, bugfixes e comandos novos
\end{itemize}
\end{itemize}
\end{frame}
% +========================================================================+
% |O =singlieslide só é necessário pois há um \end{frame} dentro do minted.|
% |Normalmente, um fragile simples é suficiente (e mais recomendável) |
% +========================================================================+
% |
% v
\begin{frame}[fragile=singleslide]{Esqueleto}
\begin{minted}{latex}
\documentclass[brazil]{lapesd-slides}
\title{Beamer template for LAPESD}
\subtitle{An user guide}
\author{\large Ben Trovato}
\institute{}
\date{\today}
\begin{document}
% .... slides ....
\thanksframe
\referencesframe{main}
\begin{backup}
% slides ...
\end{backup}
\end{document}
\end{minted}
\end{frame}
\begin{frame}[fragile]{Pacotes incluídos}
\tiny
\begin{itemize}
\item \mla[fontsize=\tiny]|\usepackage[utf8]{inputenc}|
\item \mla[fontsize=\tiny]|\usepackage[T1]{fontenc}|
\item \mla[fontsize=\tiny]|\usepackage{lipsum}|
\item \mla[fontsize=\tiny]|\usepackage{xcolor}|
\item \mla[fontsize=\tiny]|\usepackage{booktabs}|
\item \mla[fontsize=\tiny]|\usepackage{array}|
\item \mla[fontsize=\tiny]|\usepackage{multirow}|
\item \mla[fontsize=\tiny]|\usepackage{adjustbox}|
\item \mla[fontsize=\tiny]|\usepackage[absolute,overlay]{textpos}|
\item \mla[fontsize=\tiny]|\usepackage{hyperref}|
\item \mla[fontsize=\tiny]|\usepackage{algorithmicx}|
\item \mla[fontsize=\tiny]|\usepackage[noend]{algpseudocode}|
\item \mla[fontsize=\tiny]|\usepackage{todonotes}|
\item \mla[fontsize=\tiny]|\usepackage{soulutf8}|
\item \mla[fontsize=\tiny]|\usepackage{babel}|
\item \mla[fontsize=\tiny]|\usepackage[acronym]{glossaries}| + \mla[fontsize=\tiny]|\xnewacronym| + \mla[fontsize=\tiny]|\tnewacronym|
\item \mla[fontsize=\tiny]|\usepackage{abntex2cite}| ou \mla[fontsize=\tiny]|\usepackage{natbib}| ou nenhum
\item \mla[fontsize=\tiny]|\usepackage{pifont}|
\item \mla[fontsize=\tiny]|\usepackage{minted}|
\end{itemize}
\end{frame}
\begin{frame}{Makefile}
\begin{itemize}
\item Esse repositório inclui um Makefile
\begin{itemize}
\item O uso não é obrigatório
\item Você pode compilar os slides normalmente com \texttt{pdflatex -shell-escape}
\end{itemize}
\item O Makefile converte SVGs dentro de \texttt{imgs/} em PDFs
\item Veja o slide de exemplo intitulado animação
\begin{itemize}
\item Nesse caso o Makefile possui uma lista de frames a serem extraídos como PDFS de um SVG.
\end{itemize}
\end{itemize}
\end{frame}
\section{Opções da classe}
\begin{frame}{Linguagens}
\begin{itemize}
\item Suporte a idiomas via \texttt{babel}
\item Passe o idioma (\texttt{brazil} ou \texttt{english}) como opção da classe \texttt{lapesd-slides}
\end{itemize}
\end{frame}
\begin{frame}{Logos e identidade visual}
\begin{itemize}
\item A opção \texttt{noartschoool} Remove a foto da reitoria da capa
\item A opção \texttt{nolapesd} Remove os logos do Lapesd da capa e do sidebar
\item O aspect ratio é controlado com as opções do \texttt{beamer}:
\begin{itemize}
\item \texttt{aspectration=43} frame de 40mm x 30mm (o padrão do \texttt{beamer})
\item \texttt{aspectration=169} frame de 160mm x 90mm
\item O slide de título pode ter problemas com outros aspect ratios.
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Acrônimos}
\begin{itemize}
\item Comandos \mla|\xnewacronym| e \mla|\tnewacronym| do \texttt{lapesd-thesis}
\item A opção \texttt{noglossaries} desativa esses comandos e evita
o \mla|\RequirePackage[acronym]{glossaries}|
\end{itemize}
\end{frame}
\begin{frame}{\texttt{disabletodonotes}}
\begin{itemize}
\item O pacote \texttt{todonotes} fornece balõezinhos de TODO's
\item A opção \texttt{disabletodonotes} faz com que eles não sejam renderizados
\end{itemize}
\end{frame}
\begin{frame}[fragile]{Slides de backup}
\begin{minted}{latex}
\begin{backup}
\pholder{Gráfico que não coube no tempo}
\pholder{Lamentações sobre um detalhe técnico qualquer}
\end{backup}
\end{minted}
\begin{itemize}
\item Opção \texttt{showbackup} faz com que o conteúdo do ambiente seja renderizado
\item Opção \texttt{hidebackup} impede renderização do conteúdo do ambiente
\end{itemize}
\end{frame}
\begin{frame}[fragile]{Citações}
\begin{itemize}
\item Três opções:
\begin{itemize}
\item \texttt{abntexcite}: Carrega e configura o \texttt{abntex2cite}
\item \texttt{natbib}: Carrega e configura o \texttt{natbib}
\item \texttt{nobib}: Não carrega nada
\end{itemize}
\item Macros \mla|\cite|, \mla|\citet|, \mla|\citep| e \mla|\citeonline| sempre estarão disponíveis, não importa se for escolhido \texttt{abntex2cite} ou \texttt{natbib}
\end{itemize}
\end{frame}
\begin{frame}{Footnotes}
\begin{itemize}
\item \texttt{noframefootnote}: Não torna \texttt{frame} o padrão para o argumento opcional \texttt{\#1} de \mla|\footnote|
\item Exemplos de footnotes
\begin{itemize}
\item Com argumento \texttt{[frame]}\footnote{\mla|\footnote[frame]{Com argumento}|}
\item Sem argumento\footnote{\mla|\footnote{Sem argumento}|}
\end{itemize}
\end{itemize}
\end{frame}
\section{Novos comandos e Ambientes}
\begin{frame}[fragile,fragile]{\texttt{\textbackslash{}titleframe}}
\begin{center}
\mla|\titleframe|
\end{center}
\begin{itemize}
\item Gera o slide de título
\item Não use dentro de um ambiente \texttt{frame}
\end{itemize}
\end{frame}
\begin{frame}[fragile]{\texttt{\textbackslash{}showsections}}
\begin{center}
\mla|\showsections|
\mla|\hidesections|
\end{center}
\begin{itemize}
\item Passa a gerar slides de ``pausa'' a cada \mla|\section|
\item Os slides contem apenas o título da seção, sem sidebar
\end{itemize}
\end{frame}
\begin{frame}[fragile]{\texttt{\textbackslash{}stopcountingframes}}
\begin{center}
\mla|\stopcountingframes|
\end{center}
\begin{itemize}
\item A partir desse ponto slides deixam de ser contabilizados
\item O último slide será o slide n/n
\item O próximo slide será o slide $n+1$/n
\end{itemize}
\end{frame}
\begin{frame}[fragile]{\texttt{\textbackslash{}thanksframe}}
\begin{center}
\mla|\thanksframe[linha1][linha2]|
\end{center}
\begin{itemize}
\item Gera slide de agradecimento, usando o estilo do título
\begin{itemize}
\item Não use dentro do ambiente \texttt{frame}
\end{itemize}
\item Argumentos \emph{default}:
\begin{itemize}
\item \texttt{linha1}: Obrigado! / Thank You!
\item \texttt{linha2}: Perguntas? / Questions?
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}[fragile]{\texttt{\textbackslash{}referencesframe}}
\begin{center}
\mla|\referencesframe{bibfiles}|
\end{center}
\begin{itemize}
\item Gera slides de referências
\begin{itemize}
\item Não use dentro do ambiente \texttt{frame}
\end{itemize}
\item Pode gerar mais de um slide
\item \texttt{bibfiles} é repassado para \mla|\bibliography|
\end{itemize}
\end{frame}
\begin{frame}[fragile]{\texttt{\textbackslash{}pholder}}
\begin{center}
\mla|\pholder[todonote]{titulo}|
\end{center}
\begin{itemize}
\item Gera um slide \emph{placeholder} com o título fornecido
\begin{itemize}
\item \texttt{todonote} texto do \mla|\todo[inline]{}| deixado no corpo do slide. O default é ``Fazer''
\end{itemize}
\item Útil para criar esqueletos de apresentação
\end{itemize}
\end{frame}
\begin{frame}[fragile]{\texttt{\textbackslash{}addfig}}
\begin{center}
\begin{minipage}{.9\linewidth}
\begin{minted}[linenos=disable]{latex}
\addfig[texto][opts_graphicx]{arquivo.ext}
\addfiglw[texto]{arquivo.ext}
\end{minted}
\end{minipage}
\end{center}
\begin{itemize}
\item Atalho para incluir figuras
\begin{itemize}
\item A figura ficará centralizada
\item Haverá espaçamento de \texttt{.25em} ($\frac{1}{4}$ linha) antes e depois
\item Se \texttt{texto} for dado, será renderizado abaixo da figura, centralizado
\item \texttt{opts\_graphicx} é redirecionado para o \mt|\includegraphics|
\end{itemize}
\item \mt|addfiglw| tem o mesmo comportamento, mas usa \mt|width=\linewidth| como \texttt{opts\_graphicx}
\end{itemize}
\end{frame}
\begin{frame}[fragile]{\texttt{\textbackslash{}\textbf{t}cite*}}
\begin{center}
\mla|\tcitet[]{}|, \mla|\tcitep[]{}|, \mla|\tcite[]{}| e \mla|\tciteonline[]{}|
\end{center}
\begin{itemize}
\item Equivalentes às suas contra-partes sem o \textbf{\texttt{t}}
\item Não são definidos se o \mla|\cite| correspondente não existir
\item Ao usar a opção de classe abntexcite, \mla|\citep| e \mla|\citet| são definidos a partir de \mla|\cite| e \mla|\citeonline|
\item Ao usar a opção de classe natbib, \mla|\citeonline| é definido a partir de \mla|\citet|
\end{itemize}
\end{frame}
\section{Exemplos}
% Atalho para criar esqueletos dos slides
\pholder[Slide criado com \mt|\pholder|]{Slide placeholder}
\begin{frame}{Figuras}
\addfiglw[Art school building (Chair, 2019)]{\jobname-ufsc.jpg}
\begin{itemize}
\item Figura inclusa com \mt|\addfiglw|
\end{itemize}
\end{frame}
\begin{frame}{Citations}
\begin{itemize}
\item \mla|\cite|: \cite{dijkstra1968}
\item \mla|\citeonline|: \citeonline{dijkstra1968}
\item \mla|\tcitep|: \tcitep{dijkstra1968}
\item \mla|\tcitet|: \tcitet{dijkstra1968}
\end{itemize}
\end{frame}
\begin{frame}{Pseudocódigo}
\begin{algorithmic}
\Procedure{Closure}{C, A}
\State{$H \gets \emptyset$}\Comment{Direct cache}
\For{$i \in [1, n]$}\Comment{Parallel, (dynamic,32) scheduling}
\State{$H \gets H \cup \Call{DoImportantStuff}{i}$}
\EndFor
\EndProcedure
\end{algorithmic}
\vspace{2em}
\begin{itemize}
\item Pense duas vezes antes de colocar algoritmos em slides
\end{itemize}
\end{frame}
\begin{frame}{Tabelas}
\begin{center}
\begin{tabular}{lccp{4cm}}
\toprule
Esquerda & Coluna 1 & \rotatebox{90}{90 graus} & Parágrafo com \mla|p{4cm}| \\
\midrule
$r_1$ & \cmk & \xmk & \circledi \\
$r_2$ & \multicolumn{2}{c}{merged cell} & \circledii \\
$r_3$ & \circlediii & \circlediv & \circledv \\
$r_4$ & \circledvi & \circledvii & \circledviii \\
$r_5$ & \circledix & x & y \\
\bottomrule
\end{tabular}
\end{center}
\end{frame}
\begin{frame}{Animações com svg2pdf}
\begin{overprint}
\only<1>{\includegraphics{animation-1.pdf}}
\only<2>{\includegraphics{animation-2.pdf}}
\only<3>{\includegraphics{animation-3.pdf}}
\only<4>{\includegraphics{animation-4.pdf}}
\only<5>{\includegraphics{animation-5.pdf}}
\end{overprint}
\end{frame}
\begin{frame}{Instruções para animações com svg2pdf}
\begin{enumerate}
\item Crie um grupo no SVG para cada frame
\begin{itemize}
\item Garanta que todos os frames (grupos no SVG) tenham \emph{exatamente} as mesmas dimensões
\item Todos os frames (grupos) devem estar empilhados no eixo $y$, isto é deve existir uma reta paralela ao eixo $y$ que contenha todos os \emph{top-left} dos \emph{bounding box} de todos os grupos
\item Não devem haver elementos no SVG fora do \emph{bounding box} definido pelo \emph{top-left} de frame com maior valor de $y$ e o \emph{bottom-right} de frame com o menor valor de $y$
\end{itemize}
\item Nomeie grupos no XML do SVG
\item No \texttt{Makefile}, adicione um \emph{target} e uma entrada na variável \texttt{frames} para cada grupo
\item Use o ambiente \texttt{overlayarea} ou \texttt{overprint} e liste os frames com \mla|\only<n>{\includegraphics{frame-n.pdf}}|
\end{enumerate}
\end{frame}
\begin{frame}{pgfgantt}
\centering
\begin{adjustbox}{max height=.9\textheight,max width=\linewidth}
\begin{ganttchart}[vgrid,
y unit chart=.6cm,
title height=.6, title top shift=0,
% title label anchor={below=-1.5},
% bar top shift=-0.1, bar height=0.6
]{1}{16}
\gantttitlelist{2018,...,2021}{4} \\
\gantttitle{1T}{1}\gantttitle{2T}{1}\gantttitle{3T}{1}\gantttitle{4T}{1} %2018
\gantttitle{1T}{1}\gantttitle{2T}{1}\gantttitle{3T}{1}\gantttitle{4T}{1} %2019
\gantttitle{1T}{1}\gantttitle{2T}{1}\gantttitle{3T}{1}\gantttitle{4T}{1} %2020
\gantttitle{1T}{1}\gantttitle{2T}{1}\gantttitle{3T}{1}\gantttitle{4T}{1} \\
\ganttgroup{Courses}{1}{8} \\
\ganttbar[name=mat1]{Materialization}{4}{5}
\ganttbar[name=mat2]{Materialization}{7}{7} \\
\ganttbar[name=shacl]{SHACL}{2}{3} \\
\ganttmilestone[name=eswc1]{ESWC}{8} \\
\ganttbar[name=fedq]{Federated QSQ}{8}{9} \\
\ganttmilestone[name=jrnl]{Journal}{10} \\
\ganttbar[name=fedp]{Parallel QSQ}{10}{11} \\
\ganttbar[name=svc]{Services}{12}{13} \\
\ganttbar[name=qual]{Qualification}{9}{10} \\
\ganttbar[name=thesis]{Thesis writing}{14}{16} \\
% general deadlines
% \ganttmilestone[name=iswc1]{ISWC}{10} \ganttmilestone[name=iswc2]{}{14} \\
% \ganttmilestone[name=eswc2]{ESWC}{12} \\
% \ganttmilestone[name=iiwas1]{iiWAS}{7} \ganttmilestone[name=iiwas2]{}{11} \ganttmilestone[name=iiwas3]{}{15}
% links
\ganttlink{mat2}{fedq}
\ganttlink{fedq}{fedp}
\ganttlink{fedq}{svc}
\ganttlink{fedq}{jrnl}
\ganttlink{fedq}{qual}
\ganttlink{mat2}{eswc1}
\ganttlink{shacl}{eswc1}
\ganttlink{qual}{thesis}
\ganttlink{fedp}{thesis}
\ganttlink{svc}{thesis}
\end{ganttchart}
\end{adjustbox}
\end{frame}
\subsection{Regression Tests}
\begin{frame}{Blocks com itemize enumerate}
\begin{block}{Teste}
Inner Paragraph 3
\begin{itemize}
\item item 1
\end{itemize}
\begin{enumerate}
\item enum 1
\item enum 2
\end{enumerate}
\end{block}
Outer:
\begin{enumerate}
\item outer 1
\end{enumerate}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Finalização
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\thanksframe
\referencesframe{userguide}
\begin{backup}
\pholder{Slide de backup}
\end{backup}
\end{document}
% LocalWords: template cls standalone GitHub Overleaf bugfixes SVGs
% LocalWords: Re-empacotamento fontsize Makefile pdflatex imgs PDFs
% LocalWords: shell-escape frames SVG brazil english lapesd-slides
% LocalWords: disabletodonotes todonotes TODO's backup showbackup
% LocalWords: hidebackup abntexcite abntex natbib nobib titleframe
% LocalWords: frame showsections sidebar stopcountingframes default
% LocalWords: thanksframe Thank You Questions referencesframe titulo
% LocalWords: bibfiles pholder todonote placeholder inline addfig
% LocalWords: opts graphicx addfiglw width Citations dijkstra Direct
% LocalWords: Closure Parallel dynamic scheduling DoImportantStuff
% LocalWords: lccp merged cell svg pdf