Forgot password?
 Create new account
View 165|Reply 3

表格

[Copy link]

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

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

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

 Author| hbghlyj Posted at 2024-3-19 07:39:15
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

701

Threads

110K

Posts

910K

Credits

Credits
94172
QQ

Show all posts

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

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

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

手机版Mobile version|Leisure Math Forum

2025-4-20 22:09 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list