-
Notifications
You must be signed in to change notification settings - Fork 0
/
latex02.tex
80 lines (67 loc) · 1.86 KB
/
latex02.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
\documentclass[a4paper, brazil, 12pt , onecolumn]{report}
\input{pacotes}
\usepackage[Bjarne]{fncychap}
\title{Palestra \LaTeX}
\author{Luciano Senger}
\makeindex
\begin{document}
\maketitle
\tableofcontents
\listoffigures
\listoftables
\chapter{Introdução}
Hello World!
O parâmetro \cf{alpha} regula a quantidade de tensão no sistema, conforme página \pageref{sec:mat}.
Ele deve ser \textit{escolhido} empiricamente~\footnote{Consultar manual.}.
De acordo com a nacional re \mbox{UTSCA}.
\subsection{Valores padrão}
O valor padrão é igual a~30 ou~50.
A tensão final será igual $v = \sum_{i=0}^n \frac{x \times y}{\alpha}$, que corresponde ao total.
Conforme equação~\ref{eq:tensao}, pode-se observar que~\ref{fig:alfa}.
\begin{equation}
v = \sum_{i=0}^n \frac{x \times y}{\alpha}
\end{equation}\label{eq:tensao}
\begin{figure}[htb]
\centering
\includegraphics[scale=.1]{neuronio}
\caption{Mapa mental do \LaTeX}
\end{figure}\label{fig:alfa}
O parâmetro {\Huge \index{beta}} \textbf{regula} a impedância.
Já aprendi 10\% de latex.
As variáveis são:
\begin{itemize}
\item variavel b;
\item alpha;
\item variavel c.
\end{itemize}
\begin{enumerate}
\item variavel b;
\item alpha;
\item variavel c.
\end{enumerate}
A Tabela~\ref{tab:idade} apresenta os valores médio.
\begin{table}[htb]
\caption{Idade e peso médio observados}\label{tab:idade}
\centering
\begin{tabularx}{0.9\linewidth}{lX}
% \begin{tabular}{cc}
\hline
\bf Idade & \bf Altura \\
\hline
30 & 180 sdfjllkdsklfjdlkfjlkdsj ljsdflkjsdlkfjdslkf\\
40 & 175 \\
\hline
%\end{tabular}
\end{tabularx}
\end{table}
\chapter{Material e Métodos}\label{sec:mat}
\lipsum[3-8]
\lstset{language=Python}
\lstinputlisting[frame=single, numbers=left]{token.py}
\printindex
\appendix
\chapter{Análise estatística}
\lipsum[3-5]
\bibliographystyle{abnt-alf}
\bibliography{base}
\end{document}