Advertisement
Guest User

Untitled

a guest
Oct 19th, 2011
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.99 KB | None | 0 0
  1. % The apostrophus (or apostrophic C, or reversed C)
  2. % by rotating a capital C.
  3. \newcommand\nbrotC{\rotatebox[origin=c]{180}{C}\xspace}
  4. \begin{document}
  5. The reversed \nbrotC can be found in unicode (\texttt{U+2183}) where it  is named \texttt{ROMAN NUMERAL REVERSED ONE HUNDRED}. It is also one of the Claudian letters.
  6.  
  7. \begin{table}
  8. \centering
  9. \begin{tabular}{c@{\ensuremath\qquad\qquad\qquad}c}
  10. \small
  11.  \begin{tabular}[t]{r@{$\;$}c@{\;}l}
  12.      1 & = & I\\
  13.      2 & = & II\\
  14.      3 & = & III\\
  15.      4 & = & IV\\
  16.      5 & = & V\\
  17.      6 & = & VI\\
  18.      7 & = & vij\\
  19.      8 & = & VIII\\
  20.      9 & = & IX\\
  21.     10 & = & X\\
  22.     20 & = & XX\\
  23.     30 & = & XXX\\
  24.     40 & = & XL\\
  25.     50 & = & L\\
  26.     60 & = & LX\\
  27.     70 & = & LXX\\
  28.     80 & = & LXXX\\
  29.     90 & = & XC\\
  30.    100 & = & C
  31.  \end{tabular}&
  32.  \begin{tabular}[t]{r@{$\;$}c@{$\;$}l}
  33.          500 & = & D or L\nbrotC\\
  34.        1,000 & = & M or C\nbrotC\\
  35.        2,000 & = & MM or II\nbrotC\nbrotC\nbrotC\\
  36.        5,000 & = & $\overline{\text{V}}$ or L\nbrotC\nbrotC\\
  37.        6,000 & = & $\overline{\text{VI}}$ or LX\nbrotC\nbrotC\\ %[**TN: original wording "MMM", or 3,000]
  38.        10,000 & = & $\overline{\text{X}}$ or C\nbrotC\nbrotC\\
  39.       50,000 & = & $\overline{\text{L}}$ or L\nbrotC\nbrotC\nbrotC\\
  40.       60,000 & = & $\overline{\text{LX}}$ or LX\nbrotC\nbrotC\nbrotC\\ %[**TN: original wording "MMM\nbrotC" or 30,000]
  41.       100,000 & = & $\overline{\text{C}}$ or C\nbrotC\nbrotC\nbrotC\\
  42.    1,000,000 & = & $\overline{\text{M}}$ or C\nbrotC\nbrotC\nbrotC\nbrotC\\
  43. %[**TN: on the following line, original wording omitted " or MM" - this seems the most likely original intention]
  44.     2,000,000 & = & $\overline{\text{MM}}$ or MM\nbrotC\nbrotC\nbrotC\\[1ex]
  45.    \multicolumn{3}{c}{\parbox{14em}{When a line is drawn over a number it means that its value is increased 1000 times.}}
  46.  \end{tabular}
  47. \end{tabular}
  48. \caption{Roman numerals}
  49. \label{tbl:romannumerals}
  50. \end{table}
  51. \medskip
  52.  
  53. \end{document}
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement