由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - Table 分两个 column 的问题
相关主题
multicols的问题How to place Abstract to Title area?
怎么控制表格里行的高度?Re: LaTeX table可以缩小一点么? (转载)
请问把tabular里两个column设成等宽的命令add caption above floating table using floatflt
请问tabular里面的一个格子里如何能够换行呢?谢谢!how to change the size of a big table
latex写信函(letters),无法做table写在文中的table怎么会跑到页首上去?
Lyx Table format关于reference 作者格式一问
怎么指定top, bottom和左右的margins?Auto wrap in the Table
Wide equations in two-column layout using multicol如何给一段文字加上框框?
相关话题的讨论汇总
话题: abc话题: table话题: column话题: tabular话题: begin
进入TeX版参与讨论
1 (共1页)
a*****g
发帖数: 19398
1
具体说,是把页面分成两个 column ,每个 column 里面都有 table
这种应该怎么做呢?
a**e
发帖数: 5794
2
\documentclass{article}
\usepackage{multicol}
\begin{document}
\begin{multicols}{2}
\begin{tabular}{ll}
abc & abc \\
abc & abc \\
\end{tabular}
\columnbreak
\begin{tabular}{ll}
abc & abc \\
abc & abc \\
\end{tabular}
\end{multicols}
\end{document}

【在 a*****g 的大作中提到】
: 具体说,是把页面分成两个 column ,每个 column 里面都有 table
: 这种应该怎么做呢?

a*****g
发帖数: 19398
3
多谢啊
核心就是那个
\columnbreak
我就是不知道这一句

【在 a**e 的大作中提到】
: \documentclass{article}
: \usepackage{multicol}
: \begin{document}
: \begin{multicols}{2}
: \begin{tabular}{ll}
: abc & abc \\
: abc & abc \\
: \end{tabular}
: \columnbreak
: \begin{tabular}{ll}

1 (共1页)
进入TeX版参与讨论
相关主题
如何给一段文字加上框框?latex写信函(letters),无法做table
Latex表格问题:左上角斜杠分行列?Lyx Table format
how to use longtable in latex?怎么指定top, bottom和左右的margins?
如何使表格左对齐?Wide equations in two-column layout using multicol
multicols的问题How to place Abstract to Title area?
怎么控制表格里行的高度?Re: LaTeX table可以缩小一点么? (转载)
请问把tabular里两个column设成等宽的命令add caption above floating table using floatflt
请问tabular里面的一个格子里如何能够换行呢?谢谢!how to change the size of a big table
相关话题的讨论汇总
话题: abc话题: table话题: column话题: tabular话题: begin