Discussion:
[請益] beamer tabular row width
(时间太久无法回复)
cholauda
2012-12-18 09:57:31 UTC
Permalink
請教大大
\setlength{\tabcolsep}{1cm}
可以讓beamer裡的表格,每一格變寬
那什麼指令可以讓它變長呢?

ex.(錯誤的)
\setlength{\tabrowsep}{1cm}

懇請分享,謝謝!!!

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.113.150.197
LaTeX
2012-12-18 13:21:40 UTC
Permalink
LaTeX Wikibooks, which is a great reference on line, says


\renewcommand{arraystrench}{factor}

the default is 1.0. so factor=2 would render double spacing.

I believe this is for the entire tabular(i.e., every cell)
cholauda
2012-12-18 13:40:22 UTC
Permalink
感謝大大
採用大大建議的以下方法完成
\begingroup
\renewcommand*{\arraystretch}{<value>}
\begin{tabular}{...}
...
\end{tabular}
\endgroup

謝謝!

※ 引述《LaTeX <***@gmail.com>, 看板: LaTeX》之銘言:
: LaTeX Wikibooks, which is a great reference on line, says
: \renewcommand{arraystrench}{factor}
: the default is 1.0. so factor=2 would render double spacing.
: I believe this is for the entire tabular(i.e., every cell)

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.113.10.197
LaTeX
2012-12-18 15:01:44 UTC
Permalink
No thanks PLEASE because I learn from your question too. The thanks are mutual.
Loading...