How to reduce the font size of bibliography/reference

1. 

{                                                                                             
\footnotesize           % add this line                                                                      
\bibliographystyle{abbrv}                                                                     
\balance                                                                                      
\bibliography{bib/dta,bib/binary-diffing,bib/symbolic-execution,bib/malware,bib/crypto}       
}                                                                                             
                                                                                              
             

2. After compiling with PDFTeXify,  the reference title may overlap with the first reference.

\begin{thebibliography}{10}
\vspace{2mm}          // add this line to main.bbl


3. Recompile with PDFLatex                                                                        

你可能感兴趣的:(程序人生)