sample.tex 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. \documentclass{article}
  2. \usepackage{arxiv}
  3. \usepackage[utf8]{inputenc} % allow utf-8 input
  4. \usepackage[T1]{fontenc} % use 8-bit T1 fonts
  5. \usepackage{hyperref} % hyperlinks
  6. \usepackage{url} % simple URL typesetting
  7. \usepackage{booktabs} % professional-quality tables
  8. \usepackage{amsfonts} % blackboard math symbols
  9. \usepackage{nicefrac} % compact symbols for 1/2, etc.
  10. \usepackage{microtype} % microtypography
  11. \usepackage{lipsum}
  12. \title{A template for the \emph{arxiv} style}
  13. \author{
  14. David S.~Hippocampus\thanks{Use footnote for providing further
  15. information about author (webpage, alternative
  16. address)---\emph{not} for acknowledging funding agencies.} \\
  17. Department of Computer Science\\
  18. Cranberry-Lemon University\\
  19. Pittsburgh, PA 15213 \\
  20. \texttt{hippo@cs.cranberry-lemon.edu} \\
  21. %% examples of more authors
  22. \And
  23. Elias D.~Striatum \\
  24. Department of Electrical Engineering\\
  25. Mount-Sheikh University\\
  26. Santa Narimana, Levand \\
  27. \texttt{stariate@ee.mount-sheikh.edu} \\
  28. %% \AND
  29. %% Coauthor \\
  30. %% Affiliation \\
  31. %% Address \\
  32. %% \texttt{email} \\
  33. %% \And
  34. %% Coauthor \\
  35. %% Affiliation \\
  36. %% Address \\
  37. %% \texttt{email} \\
  38. %% \And
  39. %% Coauthor \\
  40. %% Affiliation \\
  41. %% Address \\
  42. %% \texttt{email} \\
  43. }
  44. \begin{document}
  45. \maketitle
  46. \begin{abstract}
  47. \lipsum[1]
  48. \end{abstract}
  49. % keywords can be removed
  50. \keywords{First keyword \and Second keyword \and More}
  51. \section{Introduction}
  52. \lipsum[2]
  53. \lipsum[3]
  54. \section{Headings: first level}
  55. \label{sec:headings}
  56. \lipsum[4] See Section \ref{sec:headings}.
  57. \subsection{Headings: second level}
  58. \lipsum[5]
  59. \begin{equation}
  60. \xi _{ij}(t)=P(x_{t}=i,x_{t+1}=j|y,v,w;\theta)= {\frac {\alpha _{i}(t)a^{w_t}_{ij}\beta _{j}(t+1)b^{v_{t+1}}_{j}(y_{t+1})}{\sum _{i=1}^{N} \sum _{j=1}^{N} \alpha _{i}(t)a^{w_t}_{ij}\beta _{j}(t+1)b^{v_{t+1}}_{j}(y_{t+1})}}
  61. \end{equation}
  62. \subsubsection{Headings: third level}
  63. \lipsum[6]
  64. \paragraph{Paragraph}
  65. \lipsum[7]
  66. \section{Examples of citations, figures, tables, references}
  67. \label{sec:others}
  68. \lipsum[8] \cite{kour2014real,kour2014fast} and see \cite{hadash2018estimate}.
  69. The documentation for \verb+natbib+ may be found at
  70. \begin{center}
  71. \url{http://mirrors.ctan.org/macros/latex/contrib/natbib/natnotes.pdf}
  72. \end{center}
  73. Of note is the command \verb+\citet+, which produces citations
  74. appropriate for use in inline text. For example,
  75. \begin{verbatim}
  76. \citet{hasselmo} investigated\dots
  77. \end{verbatim}
  78. produces
  79. \begin{quote}
  80. Hasselmo, et al.\ (1995) investigated\dots
  81. \end{quote}
  82. \begin{center}
  83. \url{https://www.ctan.org/pkg/booktabs}
  84. \end{center}
  85. \subsection{Figures}
  86. \lipsum[10]
  87. See Figure \ref{fig:fig1}. Here is how you add footnotes. \footnote{Sample of the first footnote.}
  88. \lipsum[11]
  89. \begin{figure}
  90. \centering
  91. \fbox{\rule[-.5cm]{4cm}{4cm} \rule[-.5cm]{4cm}{0cm}}
  92. \caption{Sample figure caption.}
  93. \label{fig:fig1}
  94. \end{figure}
  95. \subsection{Tables}
  96. \lipsum[12]
  97. See awesome Table~\ref{tab:table}.
  98. \begin{table}
  99. \caption{Sample table title}
  100. \centering
  101. \begin{tabular}{lll}
  102. \toprule
  103. \multicolumn{2}{c}{Part} \\
  104. \cmidrule(r){1-2}
  105. Name & Description & Size ($\mu$m) \\
  106. \midrule
  107. Dendrite & Input terminal & $\sim$100 \\
  108. Axon & Output terminal & $\sim$10 \\
  109. Soma & Cell body & up to $10^6$ \\
  110. \bottomrule
  111. \end{tabular}
  112. \label{tab:table}
  113. \end{table}
  114. \subsection{Lists}
  115. \begin{itemize}
  116. \item Lorem ipsum dolor sit amet
  117. \item consectetur adipiscing elit.
  118. \item Aliquam dignissim blandit est, in dictum tortor gravida eget. In ac rutrum magna.
  119. \end{itemize}
  120. \bibliographystyle{unsrt}
  121. %\bibliography{references} %%% Remove comment to use the external .bib file (using bibtex).
  122. %%% and comment out the ``thebibliography'' section.
  123. %%% Comment out this section when you \bibliography{references} is enabled.
  124. \begin{thebibliography}{1}
  125. \bibitem{kour2014real}
  126. George Kour and Raid Saabne.
  127. \newblock Real-time segmentation of on-line handwritten arabic script.
  128. \newblock In {\em Frontiers in Handwriting Recognition (ICFHR), 2014 14th
  129. International Conference on}, pages 417--422. IEEE, 2014.
  130. \bibitem{kour2014fast}
  131. George Kour and Raid Saabne.
  132. \newblock Fast classification of handwritten on-line arabic characters.
  133. \newblock In {\em Soft Computing and Pattern Recognition (SoCPaR), 2014 6th
  134. International Conference of}, pages 312--318. IEEE, 2014.
  135. \bibitem{hadash2018estimate}
  136. Guy Hadash, Einat Kermany, Boaz Carmeli, Ofer Lavi, George Kour, and Alon
  137. Jacovi.
  138. \newblock Estimate and replace: A novel approach to integrating deep neural
  139. networks with existing applications.
  140. \newblock {\em arXiv preprint arXiv:1804.09028}, 2018.
  141. \end{thebibliography}
  142. \end{document}