作者springman (司布林)
看板LaTeX
标题Re: [问题] Multicoulmn的问题
时间Thu Feb 12 12:42:02 2009
※ 引述《josefy (醉落~最弱)》之铭言:
: 各位版大好
: 想请问一下使用Multicolumn
: \documentclass[12pt,a4paper]{article}
: \usepackage{amsmath}
: \usepackage{multicol}
: \begin{document}
: \title{ABC}
: \author{josefy}
: \raggedcolumns
: \maketitle
: \begin{multicols}{2}
: \end{multicol}
: \end{document}
: 里面 要怎麽控制 两个边文字的间距
: 因为按照原来的设定 相距有点近导致会有些误会
: 谢谢
\setlength{\columnsep}{20pt}
参考
http://en.wikibooks.org/wiki/LaTeX/Page_Layout
Also, to change the horizontal space in between columns (the default is set
at 10pt, which is quite narrow) then you need to change the \columnsep
parameter:
--
Xuite日志:
http://blog.xuite.net/springman/
网路城邦:
http://blog.udn.com/springman
圣经查询系统:
http://springbible.fhl.net/
芳苑教会:
http://fychurch.fhl.net/
信望爱bbs:
http://wbbs.fhl.net/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 163.23.24.187
1F:推 josefy:多谢罗!! 02/12 19:06