Forgot password?
 Register account
View 308|Reply 3

表格

[Copy link]

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

hbghlyj Posted 2024-3-19 07:20 |Read mode
青青子衿 发表于 2023-4-28 12:40
二次曲线条数的计数问题属于泛代数几何的枚举几何(enumerative geometry)问题.
在LaTeX中,怎樣做一個這樣的表格呢?

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

 Author| hbghlyj Posted 2024-3-19 07:39
canvas.png
multirow弄了一个差不多的:
  1. \documentclass[preview]{standalone}
  2. \usepackage{graphicx} % rotatebox
  3. \usepackage{multirow}
  4. \begin{document}
  5. \begin{table}
  6. \caption{The number of conics through $p$ points, tangent to $\ell$ lines,\\and tangent to $5-p-\ell$ conics in general position.}
  7. \begin{tabular}{c|c|c|c|c|c|c|c|}
  8. \multicolumn{2}{}{} & \multicolumn{5}{c}{points} \\
  9. \cline{3-8}
  10. \multicolumn{2}{c|}{} & 0 & 1 & 2 & 3 & 4 & 5\\
  11. \cline{2-8}
  12. \multirow{6}{*}{\rotatebox{90}{lines}}
  13. &0&3264 & 816 & 184 & 36 & 6 &1\\
  14. \cline{2-8}
  15. &1&816&224&56&12&2 \\
  16. \cline{2-7}
  17. &2&184&56&16&4\\
  18. \cline{2-6}
  19. &3&36&12&4 \\
  20. \cline{2-5}
  21. &4&6&2\\
  22. \cline{2-4}
  23. &5&1\\
  24. \cline{2-3}
  25. \end{tabular}
  26. \end{table}
  27. \end{document}
Copy the Code

682

Threads

110K

Posts

910K

Credits

Credits
90973
QQ

Show all posts

kuing Posted 2024-3-19 08:48
用上次这帖 forum.php?mod=viewthread&tid=12067 的方法用 tikz 画应该不难

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

 Author| hbghlyj Posted 2024-3-29 07:11
第0行第0列是3264,甚至是一本書的标题:3264 & All That Intersection Theory in Algebraic Geometry

Mobile version|Discuz Math Forum

2025-6-5 01:16 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit