Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. %&pdflatex
  2. % !TeX TXS-program:compile = txs:///pdflatex/[--shell-escape]
  3. documentclass[journal]{IEEEtranTIE}
  4. usepackage{graphicx}
  5. usepackage{cite}
  6. usepackage{picinpar}
  7. usepackage{amsmath}
  8. usepackage{stfloats}
  9. usepackage{url}
  10. usepackage{flushend}
  11. usepackage[latin1]{inputenc}
  12. usepackage{colortbl}
  13. usepackage{soul}
  14. usepackage{multirow}
  15. usepackage{pifont}
  16. usepackage{color}
  17. usepackage{alltt}
  18. usepackage[hidelinks]{hyperref}
  19. usepackage{enumerate}
  20. usepackage{siunitx}
  21. usepackage{breakurl}
  22. usepackage{epstopdf}
  23. usepackage{pbox}
  24. usepackage{textcomp}
  25. usepackage{subfig}
  26. usepackage{xfrac}% for sfrac
  27. usepackage{multirow}
  28. usepackage{verbatim}
  29. usepackage[overload]{empheq}
  30. usepackage{epstopdf}
  31. usepackage{textcomp}
  32. usepackage{auto-pst-pdf}
  33. usepackage{tikz}
  34. usepackage{pgfplots}
  35. usepackage{mleftright}
  36. usepackage{booktabs}
  37. usepackage[section]{placeins}
  38. usepackage{float}
  39. usepackage{lipsum}
  40. usepackage{psfrag}
  41. usepackage{capt-of}
  42. usepackage{mathtools}
  43. usepackage{amssymb}
  44. usepackage{amsthm}
  45. theoremstyle{remark}
  46. newtheorem{theorem}{Theorem}
  47. newtheorem{assumption}{Assumption}[section]
  48. newtheorem{remark}{Remark}[section]
  49. raggedbottom
  50. usepackage{nomencl}
  51. makenomenclature
  52. begin{document}
  53. My necessary parts in this....
  54. bibliographystyle{Bibliography/IEEEtranTIE}
  55. bibliography{Bibliography/IEEEabrv,Bibliography/BIB_1x-TIE-2xxx}
  56. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement