summaryrefslogtreecommitdiff
path: root/bibliography.tex
diff options
context:
space:
mode:
authorJoshua Drake <joshua.ellis.drake@gmail.com>2024-10-25 11:55:24 -0500
committerJoshua Drake <joshua.ellis.drake@gmail.com>2024-10-25 11:55:24 -0500
commitdd6ab15fa7b08a3aea6ab613ad0fa046d7b27c82 (patch)
treeffeb1acadb30fe55f14a5bff5532dc24c5945d86 /bibliography.tex
Restarted repo because it was somehow borked.
Diffstat (limited to 'bibliography.tex')
-rw-r--r--bibliography.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/bibliography.tex b/bibliography.tex
new file mode 100644
index 0000000..d45c4f8
--- /dev/null
+++ b/bibliography.tex
@@ -0,0 +1,31 @@
+%%% You can use BibTeX generated references, or type references out yourself.
+%%% You can download BibTeX information from MathSciNet and
+%%% insert it into the references.bib file.
+
+\bibliographystyle{osustyle.bst} % Other common styles: abbrv, amsalpha, ieeetr, alpha
+\renewcommand\bibname{REFERENCES}
+
+% Comment out the next line if you wish to do a manual bibliography:
+\begingroup
+\clearpage% Manually insert \clearpage
+\let\clearpage\relax% Remove \clearpage functionality
+\vspace*{-16pt}% Insert needed vertical retraction
+\bibliography{references.bib}
+\endgroup
+
+% Uncomment the rest of this for a manual bibliography:
+% \begin{thebibliography}{bg}
+% \interlinepenalty=10000
+% \bibitem{K1}
+% R. Adler, The Geometry of Random Fields, Wiley, Chichester, 1981.
+%
+% \bibitem{ApostolAnalyticBook}
+% V. Andrievskii, Weighted polynomial inequalities in the complex plane, J. Approx. Theory, 164 (2012), 1165--1183.
+%
+% \bibitem{LiCai}
+% A. Granville and I. Wigman, The zeros of random trignometric polynomials, Amer. J. Math. 133 (2011), 295--357.
+%
+% \bibitem{HM}
+% J. Hammersley, The zeros of a random polynomial, Proc. of the Third Berk. Sym. on Math. Stat. and Prob. 1954-1955 vol. II, University of Cal. Press, Berkeley and Los Angeles (1956) 89--111.
+%
+% \end{thebibliography}