Guest User

Untitled

a guest
Oct 17th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. documentclass[twocolumn]{article}
  2.  
  3. usepackage[paper=a5paper,margin=1cm]{geometry}% Just for this example
  4.  
  5. usepackage{hyperref}
  6. defUrlBreaks{do/do-}
  7.  
  8. begin{document}
  9.  
  10. Default bibliography:
  11.  
  12. begin{thebibliography}{X}
  13. bibitem{abc0}
  14. Adventech B+B SmartWorx. {itshape Smart IoT Technologies for Adaptive
  15. Traffic Management Using a Wireless Mesh Sensor Network.} 19 November 2014.
  16. http://advantech-bb.com/smart-iot-technologies-for-adaptive-traffic-management-using-a-wireless-mesh-sensor-networks/.
  17. Accessed: 15 October 2017.
  18.  
  19. bibitem{def0}
  20. Elsevier. {itshape Data-driven smart-city-enabled traffic system modeling,
  21. analysis and optimization.}
  22. https://www.journals.elsevier.com/transportation-research-part-c-emerging-technologies/call-for-papers.
  23. Accessed: 15 October 2017.
  24. end{thebibliography}
  25.  
  26. newpage
  27.  
  28. First alternative:
  29.  
  30. begin{thebibliography}{X}
  31. raggedright
  32. bibitem{abc1}
  33. Adventech B+B SmartWorx. {itshape Smart IoT Technologies for Adaptive
  34. Traffic Management Using a Wireless Mesh Sensor Network.} 19 November 2014.
  35. http://advantech-bb.com/smart-iot-technologies-for-adaptive-traffic-management-using-a-wireless-mesh-sensor-networks/.
  36. Accessed: 15 October 2017.
  37.  
  38. bibitem{def1}
  39. Elsevier. {itshape Data-driven smart-city-enabled traffic system modeling,
  40. analysis and optimization.}
  41. https://www.journals.elsevier.com/transportation-research-part-c-emerging-technologies/call-for-papers.
  42. Accessed: 15 October 2017.
  43. end{thebibliography}
  44.  
  45. newpage
  46.  
  47. Second alternative:
  48.  
  49. begin{thebibliography}{X}
  50. bibitem{abc2}
  51. Adventech B+B SmartWorx. {itshape Smart IoT Technologies for Adaptive
  52. Traffic Management Using a Wireless Mesh Sensor Network.} 19 November 2014.
  53. url{http://advantech-bb.com/smart-iot-technologies-for-adaptive-traffic-management-using-a-wireless-mesh-sensor-networks/}.
  54. Accessed: 15 October 2017.
  55.  
  56. bibitem{def2}
  57. Elsevier. {itshape Data-driven smart-city-enabled traffic system modeling,
  58. analysis and optimization.}
  59. url{https://www.journals.elsevier.com/transportation-research-part-c-emerging-technologies/call-for-papers}.
  60. Accessed: 15 October 2017.
  61. end{thebibliography}
  62.  
  63. newpage
  64.  
  65. Third alternative:
  66.  
  67. begin{thebibliography}{X}
  68. bibitem{abc3}
  69. Adventech B+B SmartWorx. {itshape Smart IoT Technologies for Adaptive
  70. Traffic Management Using a Wireless Mesh Sensor Network.} 19 November 2014.
  71. href{http://advantech-bb.com/smart-iot-technologies-for-adaptive-traffic-management-using-a-wireless-mesh-sensor-networks/}{http://advantech-bb.com/}.
  72. Accessed: 15 October 2017.
  73.  
  74. bibitem{def3}
  75. Elsevier. {itshape Data-driven smart-city-enabled traffic system modeling,
  76. analysis and optimization.}
  77. href{https://www.journals.elsevier.com/transportation-research-part-c-emerging-technologies/call-for-papers}{http://www.journals.elsevier.com/}.
  78. Accessed: 15 October 2017.
  79. end{thebibliography}
  80.  
  81. newpage
  82.  
  83. Fourth alternative:
  84.  
  85. begin{thebibliography}{X}
  86. bibitem{abc4}
  87. Adventech B+B SmartWorx. {itshape Smart IoT Technologies for Adaptive
  88. Traffic Management Using a Wireless Mesh Sensor Network.} 19 November 2014.
  89.  
  90. href{http://advantech-bb.com/smart-iot-technologies-for-adaptive-traffic-management-using-a-wireless-mesh-sensor-networks/}{http://advantech-bb.com/}
  91.  
  92. Accessed: 15 October 2017.
  93.  
  94. bibitem{def4}
  95. Elsevier. {itshape Data-driven smart-city-enabled traffic system modeling,
  96. analysis and optimization.}
  97.  
  98. href{https://www.journals.elsevier.com/transportation-research-part-c-emerging-technologies/call-for-papers}{https://www.journals.elsevier.com/}
  99.  
  100. Accessed: 15 October 2017.
  101. end{thebibliography}
  102.  
  103. newpage
  104.  
  105. Fifth alternative:
  106.  
  107. begin{thebibliography}{X}
  108. bibitem{abc5}
  109. Adventech B+B SmartWorx. {itshape Smart IoT Technologies for Adaptive
  110. Traffic Management Using a Wireless Mesh Sensor Network.} 19 November 2014.
  111. href{http://advantech-bb.com/smart-iot-technologies-for-adaptive-traffic-management-using-a-wireless-mesh-sensor-networks/}{ttfamily advantech-bb.com}
  112. Accessed: 15 October 2017.
  113.  
  114. bibitem{def5}
  115. Elsevier. {itshape Data-driven smart-city-enabled traffic system modeling,
  116. analysis and optimization.}
  117. href{https://www.journals.elsevier.com/transportation-research-part-c-emerging-technologies/call-for-papers}{ttfamily www.journals.elsevier.com}
  118. Accessed: 15 October 2017.
  119. end{thebibliography}
  120.  
  121. end{document}
Add Comment
Please, Sign In to add comment