Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. documentclass[letterpaper, 10 pt, conference]{ieeeconf} % Comment this line out if you need a4paper
  2.  
  3. %documentclass[a4paper, 10pt, conference]{ieeeconf} % Use this line for a4 paper
  4.  
  5. IEEEoverridecommandlockouts % This command is only needed if
  6. % you want to use the thanks command
  7.  
  8. overrideIEEEmargins % Needed to meet printer requirements.
  9.  
  10. % See the addtolength command later in the file to balance the column lengths
  11. % on the last page of the document
  12.  
  13. % The following packages can be found on http:\www.ctan.org
  14. usepackage{graphics} % for pdf, bitmapped graphics files
  15. usepackage{epsfig} % for postscript graphics files
  16. %usepackage{mathptmx} % assumes new font selection scheme installed
  17. usepackage{times} % assumes new font selection scheme installed
  18. usepackage{amsmath} % assumes amsmath package installed
  19. usepackage{amssymb} % assumes amsmath package installed
  20. usepackage{subfig} %Package used to make ``subfigures''
  21. usepackage{tabularx}
  22. newcolumntype{Y}{>{centeringarraybackslash}X}
  23. usepackage{hhline} %For making the double-lines in tables!
  24. usepackage{multirow,booktabs} %Used for making nice tables
  25. usepackage{verbatim} %For the long comment-out
  26. usepackage{placeins}
  27.  
  28.  
  29. begin{document}
  30.  
  31.  
  32.  
  33. maketitle
  34. thispagestyle{empty}
  35. pagestyle{empty}
  36.  
  37. ... Paper Contents...
  38.  
  39.  
  40.  
  41. clearpage
  42. begin{thebibliography}{99}
  43.  
  44. % Kessler Syndrome stuff!
  45. %kessler
  46. bibitem{kessler} Kessler, D.J. and Cour-Palais, B.G., ``Collision Frequency of Artificial Satellites - The Creation of a Debris Belt,'' textit{Journal of Geophysical Research}, Vol. 83, No. A6, 1978, pp. 2637-2646.
  47.  
  48. ... List of other bibitems with exact same formatting
  49.  
  50.  
  51.  
  52. bibitem{kucharski} Kucharski, D., Kirchner, G., Koidl, F., Fan, C., Carman, R., Moore, C., Dmytrotsa, A., Ploner, M., Bianco, G.,
  53. Medvedski, M., Makeyev, A., Appleby, G., Suzuki, M., Torre, J., Zhang, Z., Grunwaldt, L., and Qu, F., "Attitude and Spin
  54. Period of Space Debris Envisat Measured by Satellite Laser Ranging," IEEE Transactions on Geoscience and Remote Sensing,
  55. Vol. 52, No. 12, 2014, pp. 7651-7657.
  56.  
  57. end{thebibliography}
  58.  
  59. %addtolength{textheight}{-12cm} % This command serves to balance the column lengths
  60. % on the last page of the document manually. It shortens
  61. % the textheight of the last page by a suitable amount.
  62. % This command does not take effect until the next page
  63. % so it should come on the page before the last. Make
  64. % sure that you do not shorten the textheight too much.
  65.  
  66. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement