diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-15 22:43:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-15 22:43:07 +0000 |
commit | 0a93fce55e333cac795610777a2bc12548349305 (patch) | |
tree | 9b2b025e1a8e126c460d7bd09420c4271f11dd8d /Master/texmf-dist/doc/latex/fei/fei-template.tex | |
parent | a48a2b0499d47ec1f2e9727fbdb588a4ad911e3b (diff) |
fei (15dec16)
git-svn-id: svn://tug.org/texlive/trunk@42713 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fei/fei-template.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/fei/fei-template.tex | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/fei/fei-template.tex b/Master/texmf-dist/doc/latex/fei/fei-template.tex index 584c7048aab..0cd1fa5c5ff 100644 --- a/Master/texmf-dist/doc/latex/fei/fei-template.tex +++ b/Master/texmf-dist/doc/latex/fei/fei-template.tex @@ -28,6 +28,8 @@ \newglossaryentry{out}{type=symbols,name={\ensuremath{o}},sort=out,description={outlet}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\addbibresource{referencias.bib} + \makeindex \makeglossaries @@ -134,15 +136,15 @@ Sed a odio porttitor, lacinia libero vel, egestas sem. Donec accumsan tellus nec \caption{Donec accumsan tellus nec enim porttitor} \label{tbl:exemplo} \centering \begin{tabular}{|c|c|c|c|} - \hline - & \(x_1\) & \(x_2\) & \(x_3\) \\ - \hline - \(y_1\) & 1 & 0 & 0 \\ - \hline - \(y_2\) & 0 & 1 & 0 \\ - \hline - \(y_3\) & 0 & 0 & 1 \\ - \hline + \hline + & \(x_1\) & \(x_2\) & \(x_3\) \\ + \hline + \(y_1\) & 1 & 0 & 0 \\ + \hline + \(y_2\) & 0 & 1 & 0 \\ + \hline + \(y_3\) & 0 & 0 & 1 \\ + \hline \end{tabular} \caption*{Fonte: Autor} \end{table} @@ -159,11 +161,11 @@ Class aptent taciti sociosqu ad litora torquent per conubia nostra, per \index{l \Retorna \(c\) -\caption{Algoritmo que calcula o teorema de Pitágoras, de acordo com \citeonline{heath1921history}.} +\caption{Algoritmo que calcula o teorema de Pitágoras, de acordo com \textcite{heath1921history}.} \label{lst:alg} \end{algorithm} -\bibliography{referencias} +\printbibliography \printindex |