s*********h 发帖数: 6288 | 1 一个占2~3行的multirow在中间换页了,如果想让它不换页,应该怎么实现?
就是想让整个multirow都换到下一页去,或者在前一页完全显示完。
谢谢 |
|
|
f**********n 发帖数: 828 | 3 用了multirow,后面的部分正常,但是想在两行之间画上横线,又不希望multirow的那
个格子里面有线。怎么办呢?
谢谢~~
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|c|c|c|}
\hline
\multirow{2}{*}{$s_3$} & \multicolumn{5}{|c|}{$c_3(x_3)+f_4^*(s_4) $} & \multirow{2}{*}{$f_3^*(s_3)$} &\multirow{2}{*}{$x_3^*$} & \multirow{
2}{*}{$s_4=s_3-x_3^*$}\\\hline
& $x_3=1$ &$x_3=2$ &$x_3=3$ &$x_3=4$ &$x_3=5$ & & & \\\hline
2 & 40+10 & - & - & -&-&50&1&1\\\hline
3 & 40+20 & 60+10 & - & -&-&70&2&1\\\hline
4 & 40+30 & 60+20 & 80+10 & -&-&90&3&1\\\hline
5 & 40+40 & |
|
S**I 发帖数: 15689 | 4 \begin{tabular}{|c|c|c|c|c|c|c|c|c|}
\hline
\multirow{2}{*}{$s_3$} & \multicolumn{5}{|c|}{$c_3(x_3)+f_4^*(s_4) $} &
\multirow{2}{*}{$f_3^*(s_3)$} &\multirow{2}{*}{$x_3^*$} & \multirow{
2}{*}{$s_4=s_3-x_3^*$}\\\cline{2-6}
& $x_3=1$ &$x_3=2$ &$x_3=3$ &$x_3=4$ &$x_3=5$ & & & \\\hline
2 & 40+10 & - & - & -&-&50&1&1\\\hline
3 & 40+20 & 60+10 & - & -&-&70&2&1\\\hline
4 & 40+30 & 60+20 & 80+10 & -&-&90&3&1\\\hline
5 & 40+40 & 60+30 & 80+20 & 100+10&-&110&4&1\\\hline
6 & 40+50 & 60+40 & 80+30 & 100+20&1 |
|
|
t**i 发帖数: 688 | 6 我有一个tabular,最后一列的内容较多,希望能在同一个cell里面自动换行。
我知道如何用multirow来实现一个格子里面有多行。想问的是,能不能不用multirow来
实现? |
|
a**e 发帖数: 5794 | 7 \documentclass{article}
\usepackage{booktabs,multirow,warpcol}
\usepackage{amsmath}
\begin{document}
\begin{tabular}{ccP{1.4}P{1.4}P{1.4}}
\toprule\toprule
& & \multicolumn{3}{c}{Correlation($\rho$)} \\
\cmidrule{3-5}
$\theta$ & Variances ($\sigma_{11},\sigma_{22}$) & 0 & .4 & .9 \\
\midrule
\multirow{4}{*}{\centering
$\begin{pmatrix}
1 \\ 0 \\
\end{pmatrix}$
} & (.1,.1) & .0138 & .0141 & .0131 \\
& (.1,.5) & .0059 & .0064 & .008 \\ |
|
e******d 发帖数: 310 | 8 In a table, I use command "multirow{3}{*}{text in this cell}" to construct a
cell vertically spanning 3 primitive cells and the text "text in this cell"
is displayed in a single line. The question is how the text can be display
in two lines?
More specifically, I want to control the width of the cell generating by the
command "multirow{3}{*}{text in this cell}" . How can I achieve that goal?
Thank you a lot |
|
d**********o 发帖数: 1321 | 9 我与Emacs的不解情缘(9)
差不多去年暑假后回学期也学会了自己写macro,贴个前段时间做题时写过的写lc的模
板吧:M-x lc ENT :
(fset 'lc
[?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?i ?o ?s ?t ?r ?e ?a ?m ?> return ?# ?i ?n
?c ?l ?u ?d ?e ? ?< ?v ?e ?c ?t ?o ?r ?> return ?# ?i ?n ?c ?l ?u ?d ?e ?
?< ?a ?l ?g ?o ?r ?i ?t ?h ?m ?> return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?c ?s
?t ?r ?i ?n ?g ?> return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?c ?m ?a ?t ?h ?>
return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?s ?t ?a ?c ?k ?> return ?# ?i ?n ?c ?l
?u ?d ?e ? ?< ?q ?u ?e ?u ?e ?> retur... 阅读全帖 |
|
d**********o 发帖数: 1321 | 10 第一个项目report
这时偶刚到CSAC工作不久,与小A同学还不熟,我用的还是latex。随着贴的作业越来越
多,应该是用有共同爱好的小伙伴更亲密些。这次贴latex,下次才再org-mode。
\documentclass[b5paper,11pt, abstraction, titlepage]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{CJKutf8}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{listings}
\usepackage{geometry}
\geometry{b5paper}
\usepackage{graphicx,floatrow}
\usepackage{graphicx,subfigure}
\newsavebox{\abstractbox}
\renewenvironment{abstract}
{\begin{lrbox}{0}\begin{minipage}{\t... 阅读全帖 |
|
d**********o 发帖数: 1321 | 11 我与Emacs的不解情缘(9)
差不多去年暑假后回学期也学会了自己写macro,贴个前段时间做题时写过的写lc的模
板吧:M-x lc ENT :
(fset 'lc
[?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?i ?o ?s ?t ?r ?e ?a ?m ?> return ?# ?i ?n
?c ?l ?u ?d ?e ? ?< ?v ?e ?c ?t ?o ?r ?> return ?# ?i ?n ?c ?l ?u ?d ?e ?
?< ?a ?l ?g ?o ?r ?i ?t ?h ?m ?> return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?c ?s
?t ?r ?i ?n ?g ?> return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?c ?m ?a ?t ?h ?>
return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?s ?t ?a ?c ?k ?> return ?# ?i ?n ?c ?l
?u ?d ?e ? ?< ?q ?u ?e ?u ?e ?> retur... 阅读全帖 |
|
d**********o 发帖数: 1321 | 12 第一个项目report
这时偶刚到CSAC工作不久,与小A同学还不熟,我用的还是latex。随着贴的作业越来越
多,应该是用有共同爱好的小伙伴更亲密些。这次贴latex,下次才再org-mode。
\documentclass[b5paper,11pt, abstraction, titlepage]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{CJKutf8}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{listings}
\usepackage{geometry}
\geometry{b5paper}
\usepackage{graphicx,floatrow}
\usepackage{graphicx,subfigure}
\newsavebox{\abstractbox}
\renewenvironment{abstract}
{\begin{lrbox}{0}\begin{minipage}{\t... 阅读全帖 |
|
T*******n 发帖数: 493 | 13 This is the way I'd do it too, but some people might
find \usepackage{multirow} easier (if the table isn't too
complicated). |
|
p****s 发帖数: 32405 | 14 谢了~
是这样, 我自己同时还做了另一个测试想对比下效果.
我要的就是在这个5 X 5的矩阵里, 前面3X3的位置上写一个大大的"0".
如果不用multirow只用multicolumn也可以做, 只要在第二排起用\multicolumn{3}{c}{
0}就可以了, 但是这个0看上去有点小, 用\Big, \Large什么的好象在矩阵里没啥效果. |
|
S*********g 发帖数: 5298 | 15 用multicolum和multirow更简单 |
|
V***a 发帖数: 11942 | 16 \documentclass[12 pt]{report}
%% The file ``gmudissertation.sty'' is the GMU latex style file and
%% should be placed in the same directory as your LaTeX files
\usepackage{gmudissertation}
\usepackage{multirow}
\usepackage{subfig}
\usepackage{url}
\usepackage{longtable}
%%
%% other packages that need to be loaded
%%
\usepackage{graphicx} % for imported graphics
\usepackage{amsmath} %%
\usepackage{amsfonts} %% for AMS mathematics
\u |
|
c*******h 发帖数: 1096 | 17 amsmath 数学
amssymb 数学符号
amscd commutative diagram
amsthm 定理环境
amsbsy 数学符号 (bold)
mathcomp using text companion font in math mode
array 更多的 tabular 和 array 的设置
eqnarray 喜欢用 eqnarray 的人,这个包提供更多的设置
listings 帖程序、代码
clrscode Introduction to Algorithms 的伪代码风格
algorithm, algorithmic 传统伪代码包,pascal风格
longtable 可分页的长table
colortbl 支持颜色的table
multirow tabl多行hebing
threeparttable 经典的三段表
graphicx 帖图 |
|
h******t 发帖数: 104 | 18 qtree 画树,适用于语言学和计算机科学
pst-qtree qtree的改进版
parsetree 更加强大的画树工具
color, xcolor 非常简单的颜色
examples 举例子,用于语言学
gloss 词对齐,用于语言学; 结合 examples 使用
draft DRAFT 水印
CJK 东亚语言
pinyin 拼音 例如 \pin2 会变成 pín 而不用 p\'in
xspace 太常用了
mathpartir 逻辑推导,用于计算机科学和数学
proof Proofs
fullname 全名引用格式,例如 (Obama et al., 2008)
我常用的就这些,(当然还包括楼上提到的 pstricks, pst-node, ams系列, multirow,algorithm系列,hyperref/url系
列),一般不推荐用太多package,因为会互相冲突,这是latex设 |
|
w****h 发帖数: 212 | 19 你可以看看如下:
\documentclass[10pt,conference,letterpaper,twocolumn]{IEEEtran}
\usepackage{amsfonts}
\pagestyle{plain}
\pagenumbering{arabic}
\usepackage{amsmath,multirow} % for subequations
\usepackage{subfigure,graphics,psfig,epsfig,wrapfig}
\newtheorem{Theorem}{Theorem}
\newtheorem{Definition}{Definition}
\newtheorem{Assumption}{Assumption}
\newtheorem{Corollary}{Corollary}
显示的是斜体、非粗;
奇怪的是,但我在\documentclass[a4paper, 12pt]{article}下面,就能够显示正常的
粗体、正体定理、定义。
我不会change the definition of the class |
|
A*******l 发帖数: 40 | 20 用multirow包,或者自己调整haha的位置 |
|
G****A 发帖数: 4160 | 21 不知道怎么搞得,页面左边的margin总是明显小于右边。我把握用的package列出来,
请高手帮忙看看,多谢!
********************************************
\documentclass[conference]{IEEEtran}
\usepackage[]{algorithm2e}
\usepackage{latexsym,psfig,url}
\usepackage{amssymb}
\usepackage{multirow}
\usepackage{subfigmat}
\usepackage{pifont,comment}
\usepackage{cite,balance}
\pagestyle{plain}
\usepackage{float}
\usepackage{subfloat}
\newcommand{\excluded}[1]{}
\newtheorem{definition}{Definition}
\newtheorem{proposition}{Proposition}
\newtheorem{theorem}{ |
|
|
i****y 发帖数: 225 | 23 multirow{3}{p{10em}}{text in this cell}
a
cell"
display
the
? |
|
f*****k 发帖数: 353 | 24 用latexdraw画的pstricks的图,直接放到文件里面了,直接编译是可以的,如果加上
\begin{figure}[htb]
\begin{center}
\input{./Graph}
\end{center}
\caption{}
\label{wt-1}
\end{figure}
编译的时候就出问题
! Too many }'s.
\color@endbox ->\color@endgroup \egroup
l.35 \end{figure}
前面用的package如下
\usepackage{amsmath,amssymb,amscd}
\usepackage{epsfig,epic,eepic,units}
\usepackage{hyperref}
\usepackage{url}
\usepackage{longtable}
\usepackage{mathrsfs}
\usepackage{multirow}
\usepackage{bigstrut}
\usepackage{gr |
|
i*********s 发帖数: 159 | 25 Multirow package.
See wiki latex book, table section.
rt
★ Sent from iPhone App: iReader Mitbbs Lite 7.56 |
|