LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1827|回复: 2

请教latex表格问题

[复制链接]
发表于 2005-12-7 20:10:21 | 显示全部楼层 |阅读模式
我想做成如图的效果,我写的代码为:
\section{The Minibuer}
\begin{tabular}{ll}
\multicolumn{2}{l}{The following keys are dened in the minibuer.}\\
complete as much as possible& TAB\\
complete up to one word &SPC\\
complete and execute &RET\\
show possible completions& ?\\
fetch previous minibuer input& M-p\\
fetch later minibuer input or default& M-n\\
regexp search backward through history& M-r\\
regexp search forward through history &M-s\\
abort command &C-g\\
\multicolumn{2}{l}{Type C-x ESC ESC to edit and repeat the last command that
used the minibuer. Type F10 to activate the menu bar using
the minibuer.}\\
\end{tabular}
但显示出来的效果:最后的一行不行,显示不全,请教如何更改?
谢谢

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2005-12-7 20:50:30 | 显示全部楼层
指定一下宽度试试,比如
  1. \begin{tabular}{ll}
  2.         \multicolumn{2}{l}{The following keys are dened in the minibuer.}\\
  3.         complete as much as possible& TAB\\
  4.         complete up to one word &SPC\\
  5.         complete and execute &RET\\
  6.         show possible completions& ?\\
  7.         fetch previous minibuer input& M-p\\
  8.         fetch later minibuer input or default& M-n\\
  9.         regexp search backward through history& M-r\\
  10.         regexp search forward through history &M-s\\
  11.         abort command &C-g\\
  12.         \multicolumn{2}{[color=red]p{\textwidth}[/color]}{Type C-x ESC ESC to edit and repeat the last command that used the minibuer. Type F10 to activate the menu bar using the minibuer.}\\
  13. \end{tabular}
复制代码
回复 支持 反对

使用道具 举报

发表于 2005-12-9 08:24:55 | 显示全部楼层
问个问题,kile, texmacs, tetex, 哪个好些?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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