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
|
%%% 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}
|