From dd6ab15fa7b08a3aea6ab613ad0fa046d7b27c82 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Fri, 25 Oct 2024 11:55:24 -0500 Subject: Restarted repo because it was somehow borked. --- bibliography.tex | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bibliography.tex (limited to 'bibliography.tex') 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} -- cgit v1.2.3