好文档 - 专业文书写作范文服务资料分享网站

latex排版问题

天下 分享 时间: 加入收藏 我要投稿 点赞

Applied Soft Computing

不要章节序号,直接在section后面加*

参考文献中括号后面的第一个字符不显示,可以在每个前面加一个&表示空格\\bibitem[7]

&Patrick Be

背景颜色改变\\colorbox{cyan}{} 第一个中括号里面的是颜色,第二个中括号里面的是需要改变的文本

或者在方括号后面加逗号\\bibitem[5],

怎样增大表格列间距:\\tabcolsep=0.30cm Alain Hertz,Michel

要想给变字体(参考文献的颜色)的颜色,首先引入\%usepackage{xcolor},然后

\\textcolor{green}{B.L.Golden and R.T.Wong. “Capacitated arc routingproblems,” Networks, vol.11, no 3. pp.305 -315,1981.} \\IEEEPARstart {T}{he} {IEEEtran}

\\newenvironment{figurehere} {\\def\\@captype{figure}} {}

&\\begin{figurehere} \\end{figurehere}

[1] \\multirow{2}*{Dataset} //\\multirow,合并多行; {2}将两行合并为一行;”*”表示此行的文字居中对齐;{Dataset}单元格显示的内容。

[2] \\multirow{2}*{\\#Att} //\\multirow,合并多行; {2}将两行合并为一行;”*”表示此行的文字居中对齐;{\\#Att}单元格显示的内容;\\#Att是对#进行转义。 (2)多列合并为一列的排版:

[1] \\multicolumn{ 2}{|c|}{Training Set} //\\multicolumn,合并多列; {2}将两列合并为一列;”*”表示此列的文字居中对齐;{ Training Set }单元格显示的内容。

[2] \\multirow{2}{*}{text}的第一个参数表示行的数目,*表示由系统自动调整文字,text表示要写入的文字。 multicolumn与multicolumn类似,功能是跨多列, \\multicolumn{2}{|c|}{text}表示跨2行,文字采用中心对齐的方式,text是要写入的文字。

multicolumn和multirow可以组合使用,跨多行多列,只需要将multirow作为multicolumn的text即可。 最后,\\cline用于画横线 \\cline{i-j}表示从第i列画到第j列。 \\hline画一整条横线。

\\begin{strip}

单栏内容 \\end{strip}

\\documentclass[DIV=calc, paper=a4, fontsize=11pt, twocolumn]{scrartcl} [width=\\linewidth]

【问题描述】

怎么在双栏排版中,让通栏的表格出现在页面底端? [!b]等等的一些命令都不行啊

为什么啊?(选自:http://bbs.ctex.org/viewthread.php?tid=35418) 【问题扩展】

这个问题是排版通栏图表过程中,较为常见的问题。通常,我们排版双栏文章的时候,有些图比较宽,需要让图或者表格跨栏排版,这时我们会用到如下两个环境: \\begin{table*}[ht]

\\end{table*} 和

\\begin{figure*}[ht] ...

\\end{figure*}

通常这样的跨栏图会放到页面的顶部。 【解决方案】

若是我们想让图表放置到页面底部的话,可以这样做: 导言区加入:\%usepackage{stfloats} 插图的话使用如下环境: \\begin{figure*}[bp] ...

\\end{figure*} 表格类似使用 \\begin{table*}[bp] ...

\\end{table*} 【示例代码】:

\\documentclass[twocolumn]{book} \%usepackage{graphicx}

\%usepackage{xcolor,stfloats} \%usepackage{lipsum}%生成随机文本 \\begin{document} \\lipsum

\\lipsum[2-5]

\\begin{figure*}[b] \\centering

\\includegraphics[width=12cm]{image} \\end{figure*} \\lipsum[2-5] \\lipsum

\\end{document}

\\begin{@twocolumnfalse} \\maketitle

\\begin{abstract} ...

\\end{abstract}

\\end{@twocolumnfalse}

\\begin{table*}[ht] \\begin{center}

\\begin{tabular}{ccccc}%% this creates two columns

\\toprule[1pt] \\multicolumn{0}{2}{Article Info} & \\multicolumn{2}{4}{Abstrict} \\\\ \\cmidrule(r){1-2} \\cmidrule(r){3-5} & Mean(Ave) & Mean(best) \\\\ \\bottomrule[1.2pt] \\end{tabular} \\vspace*{-4mm}

\\end{center} \\label{tab:phase} \\end{table*}

[1] B.L.Golden and R.T.Wong. ―Capacitated arc routingproblems,‖ Networks, vol.11, no 3. pp.305 -315,1981. [2]

B.L.Golden,

J.S.DeArmon

and

E.K.Baker.

―Computational

experiments

with

algorithms

for

a

class

of

routing

problems,‖Comput.Oper.Res.vol.10,no1.pp47-59,1983.

[3] G.Ulusoy. ―The fleet size and mix problem for capacitated arc routing,‖ European Journal of Operational Research, vol.22,no.3. pp.329-337,1985.

[4] A.Hertz,G.Laportz,and M.Mittaz. ―A Tabu Search Heuristic for the Capacitated Arc Routing Problem,‖ Operations Research, vol.48, no.1. pp.129-135,2000. [5] Alain Hertz,Michel Mittaz. ―A Variable Neighborhood DescentAlgorithm for the Undirected Capacitated Arc Routing Problem,‖Transportation Science,vol.35, no4. pp425-434.2001.

[6] Polacek M., Doerner K.F., Hartl R.F., Maniezzo V.. ―A variable neighborhood search for the capacitated arc routing problem with intermediate facilities,‖

Journal of Heuristics vol.14,no 5, pp.405–423, 2008.

[7] Patrick Beullens , Luc Muyldermans, Dirk Cattrysse, Dirk Van Oudheusden. ―A guided localsearch heuristic for the capacitated arc routing

problem,‖European Journal of Operational Research.vol.147.no.3.pp.629-643. 2003.

[8] P. Lacomme, C. Prins and W. Ramidane-Cherif. ―Competitive Memetic Algorithms for Arc Routing Problems,‖Annals of Operations Research, vol.131,

no1-4.pp159-185,2004.

[9] Yi Mei, Ke Tang and Xin Yao. ―Improved Memetic Algorithm for Capacitated Arc Routing Problem,‖IEEE Congress of Evolutionary

latex排版问题

AppliedSoftComputing不要章节序号,直接在section后面加*参考文献中括号后面的第一个字符不显示,可以在每个前面加一个&表示空格\\bibitem[7]&PatrickBe背景颜色改变\\colorbox{cyan}{}第一个中括号里面的是颜色,第二个中括号里面的是需要改变的文本或者
推荐度:
点击下载文档文档为doc格式
5lztt4qvhl57ejb0pt90
领取福利

微信扫码领取福利

微信扫码分享