Advertisement
Guest User

Brace Map with LaTeX

a guest
Jul 11th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.11 KB | None | 0 0
  1. \documentclass{ctexart}
  2.  
  3. \usepackage{amsmath}
  4.  
  5. \begin{document}
  6.  
  7. \newcommand{\hkh}{\left\{\vphantom{\begin{array}{c}a\\[5ex]\end{array}}\right.\kern-7pt}
  8.  
  9.  
  10. \[
  11. \text{类型}
  12. \hkh
  13. \begin{array}{l}
  14.    \strut\smash[t]{
  15.        \text{标准类型}
  16.        \hkh
  17.        \begin{array}{l}
  18.            \text{类型~1} \\
  19.            \text{类型~2} \\
  20.            \text{类型~3}
  21.        \end{array}
  22.    } \\
  23.    \text{其他类型}
  24. \end{array}
  25. \]
  26.  
  27.  
  28. \vspace{\baselineskip}% 被忽略的高度
  29. \[
  30. \text{实数}
  31. \hkh
  32. \begin{array}{l}
  33.    \text{有理数}
  34.    \smash[t]{
  35.        \hkh
  36.        \begin{array}{l}
  37.            \text{整数}
  38.            \smash[t]{
  39.                \hkh
  40.                \begin{array}{l}
  41.                    \text{奇数} \\
  42.                    [3mm]\text{偶数}
  43.                \end{array}
  44.            } \\
  45.            \text{分数}
  46.        \end{array}
  47.    } \\
  48.    \text{无理数}
  49.    \smash[b]{
  50.        \hkh
  51.        \begin{array}{l}
  52.            \text{代数无理数} \\
  53.            [3mm]\text{超越数}
  54.        \end{array}
  55.    }
  56. \end{array}
  57. \]
  58.  
  59. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement