Advertisement
Guest User

Untitled

a guest
Jul 15th, 2017
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 0
  1. documentclass[journal,a4paper]{IEEEtran}
  2. usepackage{cite}
  3.  
  4. ifCLASSINFOpdf
  5. usepackage[pdftex]{graphicx}
  6. graphicspath{{Pictures/}}
  7. DeclareGraphicsExtensions{.pdf,.jpeg,.png}
  8. else
  9. fi
  10. usepackage[cmex10]{amsmath}
  11. interdisplaylinepenalty=2500
  12. usepackage{array}
  13. usepackage{mdwmath}
  14. usepackage{mdwtab}
  15. usepackage[caption=false,font=footnotesize]{subfig}
  16. usepackage{fixltx2e}
  17. usepackage{url}
  18. usepackage{booktabs}
  19. usepackage{lipsum}
  20.  
  21. hyphenation{op-tical net-works semi-conduc-tor}
  22.  
  23. begin{document}
  24. title{TITLE}
  25. author{Author
  26. thanks{Author is with the Department
  27. of Electrical Engineering and Computing, University of Zagreb, Croatia, e-mail:(author@mail.com).}}
  28.  
  29. markboth{journa;, August~2012}%
  30. {Shell MakeLowercase{textit{et al.}}: Bare Demo of IEEEtran.cls for Journals}
  31.  
  32. maketitle
  33. begin{abstract}
  34. lipsum[2]
  35. end{abstract}
  36.  
  37. begin{IEEEkeywords}
  38. Stars, space, time.
  39. end{IEEEkeywords}
  40. IEEEpeerreviewmaketitle
  41.  
  42.  
  43. section{Introduction}
  44. IEEEPARstart{E}{very} lipsum[2-6]
  45.  
  46. begin{table*}[!t]
  47. renewcommand{arraystretch}{1.3}
  48. caption{Properties of systems, data are obtain from cite{TheU.S.government-TheDepartmentofDefense2008} and cite{EuropeanUnion2010} and valid for 25th July
  49. }
  50. label{tab:stat}
  51. centering
  52. begin{tabular}{@{}lrrrrr@{}}toprule[1.5pt]
  53. GNSS & satellites [#] & altitude [km] & orbit period [$^{circ}$] & inclination [$^{circ}]$ & used frequencies [MHz] \ midrule
  54. GPS & 32(+3) & 20 185 & 11h58m & 55 & 1575.42 & 1227.6\
  55. GLONASS & 22(+4) & 19 100 & 11h16m & 65 & 1597-1606 & 1238-1250\
  56. Galileo& 0(+1) & 23 222 & 14h & 56 & 1575.42 & 1278.75 & 1191.795\
  57. Beidou & 13 & 21 500 & 12h & 55 & 1610-1626.5 & 2483.5-2500\
  58. bottomrule[1.5pt]
  59. end{tabular}
  60. end{table*}
  61.  
  62. section{Positioning principle of GNSS}
  63. IEEEPARstart{A}{propo} cite{IEEEhowto:kopka} lipsum[7-10]
  64.  
  65. section{Conclusion}
  66. lipsum[8]
  67. ifCLASSOPTIONcaptionsoff
  68. newpage
  69. fi
  70.  
  71. begin{thebibliography}{9}
  72.  
  73.  
  74. bibitem{TheU.S.government-TheDepartmentofDefense2008}
  75. The U.S. government - The Department of Defense, emph{GLOBAL POSITIONING SYSTEM
  76. STANDARD POSITIONING SERVICE},'' relax no.~September, 2008.
  77.  
  78. bibitem{EuropeanUnion2010}
  79. European Union, ``emph{European GNSS ( Galileo ) Open Service - Signal In Space
  80. Interface Control Document},'' relax no.~September, 2008.
  81.  
  82. bibitem{IEEEhowto:kopka}
  83. H.~Kopka and P.~W. Daly, emph{A Guide to LaTeX}, 3rd~ed.hskip 1em plus
  84. 0.5em minus 0.4emrelax Harlow, England: Addison-Wesley, 1999.
  85.  
  86. end{thebibliography}
  87. end{document}
  88.  
  89. begin{filecontents*}{jobname.bib}
  90. @techreport{TheU.S.government-TheDepartmentofDefense2008,
  91. institution={{The U.S. government - The Department of Defense}},
  92. title={{GLOBAL POSITIONING SYSTEM
  93. STANDARD POSITIONING SERVICE}},
  94. year={2008},
  95. }
  96. @techreport{EuropeanUnion2010,
  97. institution={{European Union}},
  98. title={European {GNSS} ({Galileo}) Open Service - Signal In Space
  99. Interface Control Document},
  100. year={2008},
  101. }
  102. @book{IEEEhowto:kopka,
  103. author={Kopka, H. and Daly, P. W.},
  104. title={A Guide to {LaTeX}},
  105. edition={3rd},
  106. publisher={Harlow, England: Addison-Wesley},
  107. year={1999},
  108. }
  109. end{filecontents*}
  110.  
  111.  
  112. documentclass[journal,a4paper]{IEEEtran}
  113. usepackage{cite}
  114. usepackage{etoolbox}
  115.  
  116. makeatletter
  117. newcommand{disablewritingcites}{%
  118. patchcmd{@nocite}{if@filesw}{iffalse}{}{}%
  119. }
  120. makeatother
  121.  
  122. ifCLASSINFOpdf
  123. usepackage[pdftex]{graphicx}
  124. graphicspath{{Pictures/}}
  125. DeclareGraphicsExtensions{.pdf,.jpeg,.png}
  126. else
  127. fi
  128. usepackage[cmex10]{amsmath}
  129. interdisplaylinepenalty=2500
  130. usepackage{array}
  131. usepackage{mdwmath}
  132. usepackage{mdwtab}
  133. usepackage[caption=false,font=footnotesize]{subfig}
  134. usepackage{fixltx2e}
  135. usepackage{url}
  136. usepackage{booktabs}
  137. usepackage{lipsum}
  138.  
  139. hyphenation{op-tical net-works semi-conduc-tor}
  140.  
  141. begin{document}
  142. title{TITLE}
  143. author{Author
  144. thanks{Author is with the Department
  145. of Electrical Engineering and Computing, University of Zagreb, Croatia, e-mail:(author@mail.com).}}
  146.  
  147. markboth{journa;, August~2012}%
  148. {Shell MakeLowercase{textit{et al.}}: Bare Demo of IEEEtran.cls for Journals}
  149.  
  150. maketitle
  151. begin{abstract}
  152. lipsum[2]
  153. end{abstract}
  154.  
  155. begin{IEEEkeywords}
  156. Stars, space, time.
  157. end{IEEEkeywords}
  158. IEEEpeerreviewmaketitle
  159.  
  160.  
  161. section{Introduction}
  162. IEEEPARstart{E}{very} lipsum[2-6]
  163.  
  164. begin{table*}[!t]
  165. renewcommand{arraystretch}{1.3}
  166. disablewritingcites
  167. caption{Properties of systems, data are obtain from cite{TheU.S.government-TheDepartmentofDefense2008} and
  168. cite{EuropeanUnion2010} and valid for 25th July}label{tab:stat}
  169. centering
  170. begin{tabular}{@{}lrrrrr@{}}toprule[1.5pt]
  171. GNSS & satellites [#] & altitude [km] & orbit period [$^{circ}$] & inclination [$^{circ}]$ &
  172. used frequencies [MHz] \ midrule
  173. GPS & 32(+3) & 20 185 & 11h58m & 55 & 1575.42 & 1227.6\
  174. GLONASS & 22(+4) & 19 100 & 11h16m & 65 & 1597-1606 & 1238-1250\
  175. Galileo& 0(+1) & 23 222 & 14h & 56 & 1575.42 & 1278.75 & 1191.795\
  176. Beidou & 13 & 21 500 & 12h & 55 & 1610-1626.5 & 2483.5-2500\
  177. bottomrule[1.5pt]
  178. end{tabular}
  179. end{table*}
  180.  
  181. section{Positioning principle of GNSS}
  182. IEEEPARstart{A}{propo} cite{IEEEhowto:kopka} lipsum[7-9]
  183.  
  184. nocite{TheU.S.government-TheDepartmentofDefense2008}
  185. nocite{EuropeanUnion2010}
  186.  
  187. lipsum[10]
  188.  
  189. section{Conclusion}
  190. lipsum[8]
  191. ifCLASSOPTIONcaptionsoff
  192. newpage
  193. fi
  194.  
  195. bibliographystyle{unsrt}
  196. bibliography{jobname}
  197.  
  198. end{document}
  199.  
  200. documentclass[journal,a4paper]{IEEEtran}
  201. usepackage{cite}
  202.  
  203. ifCLASSINFOpdf
  204. usepackage[pdftex]{graphicx}
  205. graphicspath{{Pictures/}}
  206. DeclareGraphicsExtensions{.pdf,.jpeg,.png}
  207. else
  208. fi
  209. usepackage[cmex10]{amsmath}
  210. interdisplaylinepenalty=2500
  211. usepackage{array}
  212. usepackage{mdwmath}
  213. usepackage{mdwtab}
  214. usepackage[caption=false,font=footnotesize]{subfig}
  215. usepackage{fixltx2e}
  216. usepackage{url}
  217. usepackage{booktabs}
  218. usepackage{lipsum}
  219.  
  220. hyphenation{op-tical net-works semi-conduc-tor}
  221.  
  222. begin{document}
  223. title{TITLE}
  224. author{Author
  225. thanks{Author is with the Department
  226. of Electrical Engineering and Computing, University of Zagreb, Croatia, e-mail:(author@mail.com).}}
  227.  
  228. markboth{journa;, August~2012}%
  229. {Shell MakeLowercase{textit{et al.}}: Bare Demo of IEEEtran.cls for Journals}
  230.  
  231. maketitle
  232. begin{abstract}
  233. lipsum[2]
  234. end{abstract}
  235.  
  236. begin{IEEEkeywords}
  237. Stars, space, time.
  238. end{IEEEkeywords}
  239. IEEEpeerreviewmaketitle
  240.  
  241.  
  242. section{Introduction}
  243. IEEEPARstart{E}{very} lipsum[2-6]
  244.  
  245.  
  246. section{Positioning principle of GNSS}
  247. IEEEPARstart{A}{propo} cite{IEEEhowto:kopka}
  248.  
  249. begin{table*}[!t]
  250. renewcommand{arraystretch}{1.3}
  251. caption{Properties of systems, data are obtain from cite{TheU.S.government-TheDepartmentofDefense2008} and cite{EuropeanUnion2010} and valid for 25th July
  252. }
  253. label{tab:stat}
  254. centering
  255. begin{tabular}{@{}lrrrrr@{}}toprule[1.5pt]
  256. GNSS & satellites [#] & altitude [km] & orbit period [$^{circ}$] & inclination [$^{circ}]$ & used frequencies [MHz] \ midrule
  257. GPS & 32(+3) & 20 185 & 11h58m & 55 & 1575.42 & 1227.6\
  258. GLONASS & 22(+4) & 19 100 & 11h16m & 65 & 1597-1606 & 1238-1250\
  259. Galileo& 0(+1) & 23 222 & 14h & 56 & 1575.42 & 1278.75 & 1191.795\
  260. Beidou & 13 & 21 500 & 12h & 55 & 1610-1626.5 & 2483.5-2500\
  261. bottomrule[1.5pt]
  262. end{tabular}
  263. end{table*}
  264.  
  265. lipsum[7-10]
  266.  
  267. section{Conclusion}
  268. lipsum[8]
  269. ifCLASSOPTIONcaptionsoff
  270. newpage
  271. fi
  272.  
  273. begin{thebibliography}{9}
  274.  
  275.  
  276. bibitem{TheU.S.government-TheDepartmentofDefense2008}
  277. The U.S. government - The Department of Defense, emph{GLOBAL POSITIONING SYSTEM
  278. STANDARD POSITIONING SERVICE},'' relax no.~September, 2008.
  279.  
  280. bibitem{EuropeanUnion2010}
  281. European Union, ``emph{European GNSS ( Galileo ) Open Service - Signal In Space
  282. Interface Control Document},'' relax no.~September, 2008.
  283.  
  284. bibitem{IEEEhowto:kopka}
  285. H.~Kopka and P.~W. Daly, emph{A Guide to LaTeX}, 3rd~ed.hskip 1em plus
  286. 0.5em minus 0.4emrelax Harlow, England: Addison-Wesley, 1999.
  287.  
  288. end{thebibliography}
  289. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement