Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. documentclass{pnastwo}
  2.  
  3. usepackage{booktabs}
  4. usepackage{multirow}
  5. usepackage{siunitx} % makes the table screwed up...
  6. usepackage[T1]{fontenc}
  7. usepackage{amsmath}
  8.  
  9. begin{document}
  10.  
  11. title{Paper title}
  12.  
  13. author{Avi Ginsburg affil{1}{Somewhere over the rainbow}}
  14.  
  15. contributor{Submitted to Proceedings of the National Academy of Sciences
  16. of the United States of America}
  17.  
  18. significancetext{Quite insignificant.}
  19.  
  20. maketitle
  21.  
  22. begin{article}
  23. begin{abstract}
  24. {
  25. abstract (adjective) existing in thought or as an idea but not having a physical or concrete existence.
  26. }
  27. end{abstract}
  28.  
  29. dropcap{H}ello world. Small is $SI{1}{angstrom}$ or so.
  30.  
  31. begin{acknowledgments}
  32. We are grateful to egreg for expressing sympathy for those who have to use the PNAS class.
  33. end{acknowledgments}
  34.  
  35. end{article}
  36.  
  37. begin{table*}[ht]
  38. % centering
  39. caption{Table title - We like to see them}
  40. begin{tabular}{c c c }
  41. toprule
  42. &
  43. textbf{Something} & textbf{Else} \
  44. & & \
  45. midrule
  46. multirow{6}{*}{rotatebox[origin=c]{90}{Random}}
  47. & accidental & \
  48. & aimless & \
  49. & arbitrary & \
  50. & incidental & \
  51. cmidrule{2-3}
  52. & indiscriminate & \
  53. & irregular & \
  54. midrule
  55. multirow{5}{*}{rotatebox[origin=c]{90}{Example}}
  56. & case & \
  57. & illustration&\
  58. & lesson &\
  59. cmidrule{2-3}
  60. & object & \
  61. & part & \
  62. bottomrule
  63. end{tabular}
  64. label{tbl}
  65. end{table*}
  66.  
  67. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement