找回密码
 快速注册
搜索
查看: 62|回复: 3

表格

[复制链接]

3149

主题

8386

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65391
QQ

显示全部楼层

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

3149

主题

8386

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65391
QQ

显示全部楼层

 楼主| hbghlyj 发表于 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}
复制代码

730

主题

1万

回帖

9万

积分

积分
93593
QQ

显示全部楼层

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

3149

主题

8386

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65391
QQ

显示全部楼层

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

手机版|悠闲数学娱乐论坛(第3版)

GMT+8, 2025-3-4 12:22

Powered by Discuz!

× 快速回复 返回顶部 返回列表