由买买提看人间百态

topics

全部话题 - 话题: tabular
首页 上页 1 2 3 4 下页 末页 (共4页)
c*******o
发帖数: 1722
1
you need to use tabular
table only takes care of the numbering stuff.
tabular actually do the real table work.
c*******o
发帖数: 1722
2
{\footnotesize
\begin{tabular}{ccc}
.
.
.
\end{tabular}
}
or you can use \small, \tiny. be careful with tiny when you
have equaitons and strange notations.

prefer
way
l**e
发帖数: 6
3
来自主题: TeX版 - 如何在table里面插入图?
试了一下,用psfig 可以
\documentclass{article}
\usepackage{amssymb,amsmath}
\usepackage[dvips]{epsfig}
\begin{document}
\begin{table}
\begin{tabular}{cc} \hline
XXXXX & ZZZZZZZZ \\
YYYYY & \psfig{file=image.ps,height=0.8in,angle=0} \\
\hline
\end{tabular}
\end{table}
\end{document}
p****o
发帖数: 1340
4
来自主题: TeX版 - environement nesting problem
in latex, it is conceptually natural to embed environments inside
others, but it always gives me a lot of troubles in doing so. for
example, "eqnarray*" can not be embeded in a tabular. my questions
are
1. is there any rule-of-thumb which determines which environment
can be nested in another one and which can't?
2. is there any trick to by-pass these constraints? for example, i
might really wish to nest some equations inside a tabular.
thanks!
b*********n
发帖数: 173
5
来自主题: TeX版 - 急问一表格问题
\usepackage{multirow}
\begin{tabular}{|c|c|c|p{2cm}|p{2cm}|p{2cm}|c|}
\hline
\multirow{3}{2cm}{} & \multicolumn{2}{c}{} & \multicolumn{3}{|c|}{}& \
multirow{3}{2.5cm}{} \\
\cline{2-6}
& \multirow{2}{1cm}{} & \multirow{2}{1cm}{} & \
multicolumn{2}{|c|}{} & &\\
\cline{4-5}
& & & & & & \\
\hline
&&&&&&\\
\hline
\end{tabular}
Reference:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multirow
http://andrewjpage.com/index.php?/archives/43-Mul
s******e
发帖数: 285
6
我用的是ACM SIG模板,看到很多SIGGRAPH的paper就
这么做的。
我想到的办法是放到\author里面,可是发现只能插入
tabular,连table都不行。
有没有什么好办法。
我的图片是放在tabular一行里面的,一共有4副
s*******y
发帖数: 558
7
哦 自己回一下吧。 找到答案了。
这样定义tabular就可以了。
\begin{tabular}{|c|p{3in}|}
这里 p{width} 定义了paragraph column with text vertically aligned at the top
更详细的解释在这里 http://www.andy-roberts.net/misc/latex/latextutorial4.html

table
a**e
发帖数: 5794
8
来自主题: TeX版 - 图表混排的问题
\begin{figure}[htb]
\begin{minipage}[b]{0.5\linewidth}
\centering
\includegraphics[width=0.8\linewidth]{graphic}
\caption{This is a Figure by a Table}
\label{fig:by:table}
\end{minipage}%
\begin{minipage}[b]{0.5\linewidth}
\centering
\begin{tabular}{|c|c|} \hline
Day & Data \\ \hline\hline
Monday & 14.6 \\
Tuesday & 14.3 \\
Wednesday & 14.2 \\
Thursday & 14.5 \\
Friday & 14.9 \\ \hline
\end{tabular}
\captionof{table}{This is a Table by a Figure}
\label{table:by:fig}
\end{minipage}
\end{figure}
T*******n
发帖数: 493
9
来自主题: TeX版 - a bulleted list in a table?
\begin{document}
\begin{itemize}
\item a
\item b
\end{itemize}
\begin{tabular}{|c|}
\hline
\begin{minipage}{1in}
\begin{itemize}
\item \strut a
\item b
\strut
\end{itemize}
\end{minipage}
\\\hline
\end{tabular}
\end{document}
m*******r
发帖数: 21
10
来自主题: TeX版 - 公式对齐问题
多谢 tabular不错,不过tabular距离上下文的间距都消失了似乎,我现在用vspace解
决的,请问还有什么更好解决方法么,比如不需要手动设vspace{4pt}之类的
a****g
发帖数: 53
11
我是新手。
用的是最简单的命令:
% Table 1
\begin{table}[h]
\caption{。。。}
\centering
\begin{tabular}{p{3.8cm}p{1cm}p{1cm}p{1.5cm}p{1cm}p{1cm}p{1cm}}
。。。
\end{tabular}
\label{table are}
\end{table}
表格一完,同页的文字和表格之间有很大一块空白。请问如何消除?
谢谢!
还有个相关问题,也许和这个有关,就是我插入图片,表格,用的全是\begin{table/figure}[h],但是出了第一个图确实在文本中间,其它图一律都是在一页的顶部(明明没有用[t])。
我对这个图和表的排版一直不熟悉。看了教程都没有说道这些。谁能指点一下吗?
z***i
发帖数: 8285
12
\begin{footnotesize}
\begin{tabular}
\end{tabular}
\end{footnotesize}
b*******n
发帖数: 5065
13

1. it is about table.
2. Caption above tablar.
3. one row or more is fine. it looks just too close to tabular.
I did not pay attention. perhaps moving it below tabular will look nicer?
I googled again, and found below:
\usepackage[margin=10pt,font=small,labelfont=bf]{caption}
and
\usepackage{caption}
\captionsetup{margin=10pt,font=small,labelfont=bf}
I will reward baozi for nice solution.
t*******y
发帖数: 637
14
用了这个command好像还是不行
显示的还是希腊数字
大虾帮忙看一下 thx
\begin{table}[h!b!p!]
\renewcommand{\thetable}{\arabic{table}}
\caption{xxxxxxxxxxxxxxxxxxxxxx}
\begin{tabular}{cccccc}
\hline
\\[3pt]
A & B & C & D & E & F \\[3pt]
\hline
\\[3pt]
1 & 0 & 0 & 0 & 0 & 0 \\
\hline
\end{tabular}
\label{table1}
\end{table}
g*********r
发帖数: 124
15
来自主题: TeX版 - 改变表格的大小?
把下面的代码加入导言区
\let\tmptabular\tabular
\renewcommand\tabular{\fontsize{10pt}{10pt}\selectfont\tmptabular}
\let\endtmptabular\endtabular
w**********l
发帖数: 8501
16
我不介意用tabular,只要能画出表就可以,documentclass用信函是因为有default的
书信格式,article没有吧。
如果用tabular,还用提供userpackage吗?
万分感谢!
b*******t
发帖数: 33714
17
\documentclass{letter}
\begin{document}
\begin{tabular}{|c|c|c|}\hline
a & b & c\\\hline
d & e & f\\\hline
\end{tabular}
\end{document}
a*****g
发帖数: 19398
18
我做好了
\begin{tabular}{|l|l|l|l|l|}
\hline
Language & \multicolumn{2}{|c|}{Number $40$} &\multicolumn{2}{|c|}{Number $
18$} \\
\hline
English
& forty & 4x10(ten becomes ty)
& eighteen & 8,10 (ten becomes teen) \\
\hline
Welsh
& de-ugeint & 2x20 (de from dau =2, ugeint = 20)
& deu naw & 2x9(deu from dau = 2, naw = 9)\\
\hline
Hebrew
& arba-im & 4s(arba=4, im is the plural ending)
& Shmona-eser& 8,10(shmona=8, eser =10)\\
\hline
Yoruba
& ogoji & 20x2 (from ogun = 20, eeji =2)
& eeji din logun &... 阅读全帖
b*******t
发帖数: 33714
19
\begin{tabular}{p{2cm}p{2cm}}
abcdefg & hijklmn \newline opqrst\\
\end{tabular}
b*******t
发帖数: 33714
20
\begin{tabular}{|c|p{2cm}|}
\hline
abcdefg & hijklmn \newline opqrst\\
\hline
\end{tabular}
我先睡啦,有问题明天早上来看
r*********I
发帖数: 615
21
来自主题: TeX版 - 关于插入table
http://en.wikibooks.org/wiki/LaTeX/Tables
Rows spanning multiple columns
The command for this looks like this: \multicolumn{'num_cols'}{'alignment'}{
'contents'}. num_cols is the number of subsequent columns to merge; alignmen
t is either l, c, r, or to have text wrapping specify a width p{5.0cm} . And
contents is simply the actual data you want to be contained within that cel
l. A simple example:
\begin{tabular}{ |l|l| }
\hline
\multicolumn{2}{|c|}{Team sheet} \\
\hline
GK & Paul Robins... 阅读全帖
b*******t
发帖数: 33714
22
来自主题: TeX版 - latex 表格自动排版的问题
\documentclass{article}
\usepackage{lipsum} % dummy random text
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}
}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m
{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}
m{#1}}
\begin{document}
\begin{tabular}{| c | c | c | L{4cm} | C{4cm} | R{4cm} |}
\hline
0& 1& 0& \lipsum[1]& \lipsum[1]& \lipsum[1]\\
\hline
\end{tabula... 阅读全帖
S*********g
发帖数: 5298
23
来自主题: Science版 - Re: [转载] eps多图问题
我一般是把图放在表格里边。
譬如
\begin{figure}
\begin{tabular}{cc}
\includegraphics{11.eps}&
\includegraphics{12.eps}\\
(a)&(b)\\
\end{tabular}
\end{figure}
i******r
发帖数: 323
24
来自主题: Statistics版 - 急问SAS Base考试范围
请问sas base 考试包含Producing Graphical Reports吗?而且是否要考Creating
Tabular Reports 和Enhancing HTML Tabular Reports, Accessing DBMS Data ?这
些都是online tutor里的,我刚找到,只有两天看了,之前花了很多时间看了些其他东
西,搞得现在没时间了,才得知tutor 很有用。多谢赐教。
y****d
发帖数: 432
25
来自主题: Statistics版 - 【分享】SAS2010全球论坛文章合集
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
前面说明:
需要的童鞋请到我的签名档的博客查找!谢谢!发E-mail太累了!
觉得有价值的话可以顶一下,以便更多的人看到!谢谢!
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
SAS2010全球论坛文章
1-10
Getting Connected to Your Data with SAS/CONNECT®
A Robust and Flexible Approach to Automating SAS® Jobs Under UNIX
Using SAS® Output Delivery System (ODS) Markup to Generate Custom
PivotTable and PivotChart Reports
Creating Easily Reusable and Extensible Processes: Code That Thinks for
Itself
ODS HTML Evolution, HTML that scrolls, panels, ... 阅读全帖
h***r
发帖数: 156
26
来自主题: Statistics版 - 求助sas的online tutor的问题
Creating Tabular Reports 和Enhancing HTML Tabular Reports 这两个章节会考吗?
用不用看啊
s**********8
发帖数: 25265
27
来自主题: MedicalDevice版 - Investigator's brochure
Investigator's brochure
From Wikipedia, the free encyclopediaJump to: navigation, search
Some of this article's sections are empty. Please add content to empty
sections. (May 2011)
This article needs additional citations for verification. Please help
improve this article by adding reliable references. Unsourced material may
be challenged and removed. (September 2009)
The Investigator's Brochure (IB) is a comprehensive document summarizing the
body of information about an investigational product ... 阅读全帖
z****e
发帖数: 54598
28
几个大挨踢公司创始人里面
庄思浩的论文应该是最牛叉了
His graduate thesis, "Table-Tabular Data Objects and their Use in Table
Editing", remains one of California State Library's most frequently used
reference materials on relational database development.
http://en.wikipedia.org/wiki/Alfred_Chuang
c*********e
发帖数: 323
29
来自主题: Military版 - 为何屯黄金
Good hypothesis, get some research funding, collect data, create tabular/
graphic presentations...... publish papers...
K******g
发帖数: 1870
30
来自主题: JobHunting版 - 大家总结一下所有的data structure吧
我能想到的有:
array, list, FIFO queue, stack, tree (BST, heap), hash table, graph
还有一些很特别的,比如bloom filter, young tabular, etc
大家能总结一下吗?
a**********k
发帖数: 1953
31
来自主题: JobHunting版 - 大家总结一下所有的data structure吧
young tabular is not a data structure.
H****5
发帖数: 13
32
来自主题: JobMarket版 - Microsoft BI developer -- remote
This is 100% remote part-time position. but we are only considering
California candidates. If you are interested, please send your resume to
f**************[email protected]. rate is depend upon the
experience.
Required Skills/Qualification:
· 5+ years Software Development Experience utilizing SDLC and Agile/
Scrum
· 5+ years Business Intelligence Development Experience using
KimBall Dimensional modelling methodology
· 5+ years Data Warehousing (SQL), Analysis Services (SSAS) and ... 阅读全帖
R*****n
发帖数: 355
33
来自主题: JobMarket版 - 【内推】计算机H1B职位SQL/ETL/BI
请写明你想申请的职位, email简历至[email protected]/* */
-----------------------------------------------
1, Access/SQL
Financial/Banking in Minnetonka, MN
Our client is looking for someone that loves data! This candidate’s ideal
background for this role would be SQL, ETL, Data Warehouse, Access, and
business intelligence in their background. The client needs someone with a
change management and price improvement mindset. This person must support
best practices and will be joining a team that will con... 阅读全帖
H****5
发帖数: 13
34
来自主题: LosAngeles版 - Microsoft BI developer -- remote
This is 100% remote part-time position. If you are interested, please send
your resume to f**************[email protected]. rate is depend upon the
experience.
Required Skills/Qualification:
· 5+ years Software Development Experience utilizing SDLC and Agile/
Scrum
· 5+ years Business Intelligence Development Experience using
KimBall Dimensional modelling methodology
· 5+ years Data Warehousing (SQL), Analysis Services (SSAS) and MDX
· 5+ years Data Warehousing ETL (SSIS), ... 阅读全帖
f******g
发帖数: 1697
35
来自主题: NewYork版 - [合集] 纽约面试经历
☆─────────────────────────────────────☆
LXJSmonk (紫色心情的 LXJS NYC_monk) 于 (Fri Aug 6 15:04:32 2010, 美东) 提到:
good! :)

UBS
☆─────────────────────────────────────☆
blyuyu (不要问我到那里去) 于 (Fri Aug 6 15:07:23 2010, 美东) 提到:
cong
☆─────────────────────────────────────☆
newox1 (newox1) 于 (Fri Aug 6 15:31:11 2010, 美东) 提到:
恭喜啊!
☆─────────────────────────────────────☆
NYCWing (堕天使之翼) 于 (Fri Aug 6 16:09:00 2010, 美东) 提到:
cong
☆─────────────────────────────────────☆
projective (凤凰男|贫二代... 阅读全帖
a***m
发帖数: 5037
36
来自主题: Go版 - AlphaGo is not the solution to AI
http://hunch.net/?p=3692542
Congratulations are in order for the folks at Google Deepmind who have
mastered Go.
However, some of the discussion around this seems like giddy overstatement.
Wired says Machines have conquered the last games and Slashdot says We know
now that we don’t need any big new breakthroughs to get to true AI. The
truth is nowhere close.
For Go itself, it’s been well-known for a decade that Monte Carlo tree
search (i.e. valuation by assuming randomized playout) is unusually
e... 阅读全帖
b*******n
发帖数: 1267
37
来自主题: WaterWorld版 - 10 curses of the analytical thinker zt
10 curses of the analytical thinker
By Alan Norton
May 5, 2011, 6:56 AM PDT
Takeaway: Being a left-brain thinker can be an asset in the IT field. But as
Alan Norton observes, it’s not without its shortcomings.
The average person may envision IT as the home of the geek. I prefer to
think of IT as the kingdom of the analytical thinker. Analytical thinkers,
or left-brain thinkers, are straight-line thinkers. Logic, not emotion,
rules in the land of the analytical. The very traits that make an analy... 阅读全帖
h*******n
发帖数: 231
38
The way most people (or even most corporate web developers) are doing it
doesn't necessarily mean the right way.
Non-standard markup that doesn't validate will definitely not survive in the
new (and future) generation browsers that tend to render more and more on the
strict side.
Of course div and table are different. Table is supposed to handle only
tabular data, not to be a layout tool. Nesting table layout is not accessible
in handhelds like cellphones and PDAs, which should go right up to yo
m******t
发帖数: 2416
39
来自主题: BuildingWeb版 - 谁能简单介绍一下如何用
DOM

is still supposed to be used for showing tabular data.
I think what you read about is to suggest using
and css to do
general layout control, which a lot of people like to use
for.
t*******d
发帖数: 1530
40
来自主题: BuildingWeb版 - DIV+CSS怎么取代sortable Table
撑的。handle tabular data没有比TABLE更有效了。

又能
l******n
发帖数: 9344
41
【 以下文字转载自 DataSciences 讨论区 】
发信人: longtian (有人的地方,就有江湖), 信区: DataSciences
标 题: MS Analysis service高手看过来
发信站: BBS 未名空间站 (Tue Apr 29 00:34:03 2014, 美东)
我有一个AS in tabular mode in domain A,现在要从domain B去access AS里边的
data model,我已经设置了IIS所以我可以从其他的domain B的机器通过http去拿data,
但是问题是我还是需要domain A的user & pwd才行。有没有办吧直接把domain B加到
IIS的applicaiton pool里边?这样就不需要user & pwd
w**2
发帖数: 724
42
请问@6是什么意思?
我用ssms打开database看了,一切正常。
求救,大谢!
Unhandled Exception: System.Data.Entity.Infrastructure.DbUpdateException: An
error occurred while up
dating the entries. See the inner exception for details. ---> System.Data.
UpdateException: An error
occurred while updating the entries. See the inner exception for details. --
-> System.Data.SqlClient
.SqlException: The incoming tabular data stream (TDS) remote procedure call
(RPC) protocol stream is
incorrect. Parameter 9 ("@6"): The supplied value is... 阅读全帖
l*s
发帖数: 783
43
如果你所有的数据都只是用tabular方式显示的,的确不需要懂repeater.

v
F****n
发帖数: 3271
44
来自主题: Java版 - 问个问题
Relational DB is a special case of predicate logic. Predicate Logic is like
relational DB without the constraints of tabular structure or schema. So
this templatedb really sounds like a predicate logic based knowledge
representation system, which has been studied for 50 years.
m******t
发帖数: 2416
45
来自主题: Java版 - 问个问题

every
IIUC, the reason OODB never really took off was because of performance
penalty was simply too high.
So it seems to me that we have got the appropriate mix right here -
RDBMS's have got so sophisticate that they are extremely efficient as far
as tabular data processing goes, and then for queries that are truly complex
and dynamic enough to justify an OO-based approach, we have the ORM's.
m********2
发帖数: 89
46
"pandas" or "sqlite" should be used for single PC tabular data processing.
Don't
abuse dict.

book3
S*******s
发帖数: 13043
47
来自主题: Programming版 - 大家用什么react来显示tabular data?
开始随便找了个react-datagrid先做起来,功能基本都实现后发现这个有很多不满意的
地方,响应速度不快、兼容性不好、标题行列宽换行不是很友好之类的,github上也很
久没有更新过。现在最流行的是什么?facebook的用了下不太喜欢。
p**r
发帖数: 5853
48
来自主题: Programming版 - 大家用什么react来显示tabular data?
别追流行,做项目当然是什么适合用什么。
S*******s
发帖数: 13043
49
来自主题: Programming版 - 大家用什么react来显示tabular data?
流行就是因为觉得适合的人多吧
N*****m
发帖数: 42603
50
来自主题: Programming版 - 大家用什么react来显示tabular data?
赶脚功能最全的是angular ui-grid
首页 上页 1 2 3 4 下页 末页 (共4页)