summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fei
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-12-15 22:43:07 +0000
committerKarl Berry <karl@freefriends.org>2016-12-15 22:43:07 +0000
commit0a93fce55e333cac795610777a2bc12548349305 (patch)
tree9b2b025e1a8e126c460d7bd09420c4271f11dd8d /Master/texmf-dist/doc/latex/fei
parenta48a2b0499d47ec1f2e9727fbdb588a4ad911e3b (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')
-rw-r--r--Master/texmf-dist/doc/latex/fei/fei-template-sublist.tex24
-rw-r--r--Master/texmf-dist/doc/latex/fei/fei-template.tex24
-rw-r--r--Master/texmf-dist/doc/latex/fei/fei.pdfbin257825 -> 265634 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fei/referencias.bib175
4 files changed, 140 insertions, 83 deletions
diff --git a/Master/texmf-dist/doc/latex/fei/fei-template-sublist.tex b/Master/texmf-dist/doc/latex/fei/fei-template-sublist.tex
index bb8499ed52c..6d8a365b9a5 100644
--- a/Master/texmf-dist/doc/latex/fei/fei-template-sublist.tex
+++ b/Master/texmf-dist/doc/latex/fei/fei-template-sublist.tex
@@ -43,6 +43,8 @@
\newglossaryentry{out}{parent=sub,type=symbols,name={\ensuremath{o}},sort=out,description={outlet}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\addbibresource{referencias.bib}
+
\makeindex
\makeglossaries
@@ -149,15 +151,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}
@@ -174,11 +176,11 @@ Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos
\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
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
diff --git a/Master/texmf-dist/doc/latex/fei/fei.pdf b/Master/texmf-dist/doc/latex/fei/fei.pdf
index d99b890fa9e..5502876c771 100644
--- a/Master/texmf-dist/doc/latex/fei/fei.pdf
+++ b/Master/texmf-dist/doc/latex/fei/fei.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fei/referencias.bib b/Master/texmf-dist/doc/latex/fei/referencias.bib
index c3551fd4e1a..12a41616331 100644
--- a/Master/texmf-dist/doc/latex/fei/referencias.bib
+++ b/Master/texmf-dist/doc/latex/fei/referencias.bib
@@ -1,132 +1,185 @@
-@article{j:turing50,
- added-at = {2008-03-17T11:27:54.000+0100},
- author = {Turing, Alan M.},
- biburl = {http://www.bibsonomy.org/bibtex/284f8dcb41f0c8f26e10641a347e30ab0/nlp},
- interhash = {3f7a151a4f79fe75b4bb148b41279a9b},
- intrahash = {84f8dcb41f0c8f26e10641a347e30ab0},
- journal = {Mind},
- keywords = {2000 book nlp},
- pages = {433--460},
- timestamp = {2008-03-17T11:27:54.000+0100},
- title = {Computing Machinery and Intelligence},
- volume = 59,
- year = 1950
+@article{turing50,
+author = {Alan Turing},
+journal = {Mind},
+pages = {433--460},
+title = {Computing Machinery and Intelligence},
+volume = {59},
+year = {1950},
}
@book{Goldberg1989,
address = {Boston, MA, USA},
-author = {Goldberg, David E},
+author = {David Goldberg},
edition = {1st},
isbn = {0201157675},
-mendeley-groups = {Books},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
-title = {{Genetic Algorithms in Search, Optimization and Machine Learning}},
-year = {1989}
+title = {Genetic Algorithms in Search, Optimization and Machine Learning},
+year = {1989},
}
@article{Mcc43,
- added-at = {2008-09-29T18:25:59.000+0200},
- author = {McCulloch, W.S. and Pitts, W.},
- biburl = {http://www.bibsonomy.org/bibtex/21bb9f5a562a4ca7ad9c5d9ba8af91562/mcdiaz},
- interhash = {f9ac013a9ed96a36c8771b3a1ce71702},
- intrahash = {1bb9f5a562a4ca7ad9c5d9ba8af91562},
+ author = {Warrren McCulloch and Walter Pitts},
journal = {Bulletin of Mathematical Biophysic},
keywords = {imported},
number = 5,
pages = {115-133},
- timestamp = {2008-09-29T18:25:59.000+0200},
title = {A logical calculus of the ideas immanent in nervous activity},
- year = 1943
+ year = {1943},
}
@book{mittelbach_latex_2004,
edition = {2},
title = {The Latex Companion},
publisher = {Addison-Wesley},
- author = {Mittelbach, Frank and Goossens, Michel},
+ author = {Frank Mittelbach and Michel Goossens},
year = {2004},
- file = {Mittelbach and Goossens - 2004 - The Latex Companion.pdf:/home/douglas/Copy/zotero/storage/STJH9E6U/Mittelbach and Goossens - 2004 - The Latex Companion.pdf:application/pdf}
}
-@book{russell_artificial_2010,
+@book{russell2010,
address = {Upper Saddle River, {NJ}},
edition = {3},
title = {Artificial intelligence: a modern approach},
- isbn = {9780136042594 0136042597 9780132071482 0132071487},
shorttitle = {Artificial intelligence},
- abstract = {In this third edition, the authors have updated the treatment of all major areas. A new organizing principle--the representational dimension of atomic, factored, and structured models--has been added. Significant new material has been provided in areas such as partially observable search, contingency planning, hierarchical planning, relational and first-order probability models, regularization and loss functions in machine learning, kernel methods, Web search engines, information extraction, and learning in vision and robotics. The book also includes hundreds of new exercises.},
language = {English},
publisher = {Prentice Hall},
- author = {Russell, Stuart J and Norvig, Peter and Davis, Ernest},
+ author = {Stuart Russell and Peter Norvig and Ernest Davis},
year = {2010},
- file = {Russell et al. - 2010 - Artificial intelligence a modern approach.pdf:/home/douglas/Copy/zotero/storage/85JRWWV7/Russell et al. - 2010 - Artificial intelligence a modern approach.pdf:application/pdf;Russell et al. - 2010 - Artificial intelligence a modern approach.pdf:/home/douglas/Copy/zotero/storage/C59CZJU5/Russell et al. - 2010 - Artificial intelligence a modern approach.pdf:application/pdf}
}
@book{haykin99a,
- added-at = {2009-10-27T06:49:28.000+0100},
- author = {Haykin, Simon},
- biburl = {http://www.bibsonomy.org/bibtex/2e13a49ec715f4e52f1dcca0d4c5c8b2c/chrmina},
- description = {Thesis BIB},
- interhash = {9c833e39d6ac9c0a31aca034fb641190},
- intrahash = {e13a49ec715f4e52f1dcca0d4c5c8b2c},
- keywords = {imported},
+ author = {Simon Haykin},
publisher = {Prentice Hall},
- timestamp = {2009-10-27T06:49:28.000+0100},
title = {Neural Networks: A Comprehensive Foundation},
- year = 1999
+ year = {1999},
}
@book{galilei_dialogue_1953,
title = {Dialogue concerning the two chief world systems: Ptolemaic and Copernican},
shorttitle = {Dialogue concerning the two chief world systems},
publisher = {University of California Pr},
- author = {Galilei, Galileo},
- year = {1953}
-},
+ author = {Galileo Galilei},
+ year = {1953},
+}
@book{galilei_sidereus_2004,
title = {Sidereus Nuncius, Or The Sidereal Messenger},
+ author = {Galileo Galilei},
+ publisher = {Byzantium Press},
isbn = {9780226279039},
language = {en},
- publisher = {Byzantium Press}, author = {Galilei, Galileo},
year = {2004},
- keywords = {Science / Astronomy, Science / General}
}
@book{dyson_disturbing_1979,
title={Disturbing the Universe},
- author={Dyson, F.J.},
- isbn={9780465016778},
- lccn={78020665},
+ author={Freeman Dyson},
series={Basic Books 50 years},
url={http://books.google.com.br/books?id=RHzoMeU2bxsC},
year={1979},
- publisher={Basic Books}
+ publisher={Basic Books},
}
@book{heath1921history,
title={A History of Greek Mathematics},
- author={Heath, T.L.},
+ author={Thomas Little Heath},
number={v. 1},
- lccn={22005925},
series={A History of Greek Mathematics},
url={http://books.google.com.br/books?id=h4JsAAAAMAAJ},
year={1921},
- publisher={Clarendon Press}
+ publisher={Clarendon Press},
}
@Unpublished{lshort,
- author = {Tobias Oetiker and Hubert Partl and Irene Hyna and Elisabeth Schlegl},
- title = {The Not So Short Introduction to {\LaTeXe}},
- month = {apr},
- year = {2014},
- note = {Distribuido digitalmente},
- url={http://tobi.oetiker.ch/lshort/}
+ author = {Tobias Oetiker and Hubert Partl and Irene Hyna and Elisabeth Schlegl},
+ title = {The Not So Short Introduction to {\LaTeXe}},
+ month = {apr},
+ year = {2014},
+ note = {Distribuido digitalmente},
+ url={http://tobi.oetiker.ch/lshort/},
}
-
+
@book{lamport1994latex,
title={{\LaTeX} - A Document Preparation System},
- author={Lamport, Leslie},
+ author={Leslie Lamport},
year={1994},
- publisher={Adisson-Wesley}
+ publisher={Adisson-Wesley},
+}
+
+
+@book{kurzweil2013,
+ address = {New York, NY},
+ title = {How to create a mind: the secret of human thought revealed},
+ isbn = {978-0-14-312404-7 978-0-670-02529-9},
+ shorttitle = {How to create a mind},
+ language = {eng},
+ publisher = {Penguin Books},
+ author = {Kurzweil, Ray},
+ year = {2013},
+}
+
+@book{assange2012,
+ address = {New York ; London},
+ title = {Cypherpunks: freedom and the future of the internet},
+ isbn = {978-1-939293-00-8 978-1-939293-01-5},
+ shorttitle = {Cypherpunks},
+ publisher = {OR Books},
+ author = {Assange, Julian and Appelbaum, Jacob and Müller-Maguhn, Andy and Zimmermann, Jérémie},
+ year = {2012},
+}
+
+@book{kernighan1988,
+ title = {The {C} programming language},
+ volume = {2},
+ publisher = {Prentice-Hall Englewood Cliffs},
+ author = {Kernighan, Brian W. and Ritchie, Dennis M. and Ejeklint, Per},
+ year = {1988},
+}
+
+@book{kahneman2011,
+ title = {Thinking, fast and slow},
+ publisher = {Macmillan},
+ author = {Kahneman, Daniel},
+ year = {2011},
+}
+
+@book{stewart2012,
+ address = {Australia ; Belmont, CA},
+ edition = {7},
+ title = {Calculus - 7th edition},
+ isbn = {978-0-538-49781-7 0-538-49781-5},
+ language = {English},
+ publisher = {Brooks/Cole, Cengage Learning},
+ author = {Stewart, James},
+ year = {2012},
+}
+
+@book{clarke19932001,
+ title={2001, a Space Odyssey},
+ author={Arthur Charles Clarke and Kubrick, Stanley},
+ isbn={9780451452733},
+ lccn={92245352},
+ series={ROC Book},
+ url={https://books.google.com.br/books?id=atx0AAAACAAJ},
+ year={1993},
+ publisher={ROC}
+}
+@book{hamlet,
+ ISBN = {9780300101751},
+ URL = {http://www.jstor.org/stable/j.ctt1njkw8},
+ author = {William Shakespeare and Burton Raffel and Harold Bloom},
+ publisher = {Yale University Press},
+ title = {Hamlet},
+ year = {2003}
+}
+
+@book{art1,
+ title={The Art of Computer Programming: Fundamental algorithms},
+ author={Donald Knuth},
+ number={v. 1},
+ isbn={9780201896831},
+ lccn={97002147},
+ series={Addison-Wesley series in computer science and information processing},
+ url={https://books.google.com.br/books?id=B31GAAAAYAAJ},
+ year={1997},
+ publisher={Addison-Wesley}
}