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 试了一下,用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 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! |
|
|
s******e 发帖数: 285 | 6 我用的是ACM SIG模板,看到很多SIGGRAPH的paper就
这么做的。
我想到的办法是放到\author里面,可是发现只能插入
tabular,连table都不行。
有没有什么好办法。
我的图片是放在tabular一行里面的,一共有4副 |
|
|
a**e 发帖数: 5794 | 8 \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 \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 多谢 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 把下面的代码加入导言区
\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 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 \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 我一般是把图放在表格里边。
譬如
\begin{figure}
\begin{tabular}{cc}
\includegraphics{11.eps}&
\includegraphics{12.eps}\\
(a)&(b)\\
\end{tabular}
\end{figure} |
|
i******r 发帖数: 323 | 24 请问sas base 考试包含Producing Graphical Reports吗?而且是否要考Creating
Tabular Reports 和Enhancing HTML Tabular Reports, Accessing DBMS Data ?这
些都是online tutor里的,我刚找到,只有两天看了,之前花了很多时间看了些其他东
西,搞得现在没时间了,才得知tutor 很有用。多谢赐教。 |
|
y****d 发帖数: 432 | 25 ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
前面说明:
需要的童鞋请到我的签名档的博客查找!谢谢!发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 Creating Tabular Reports 和Enhancing HTML Tabular Reports 这两个章节会考吗?
用不用看啊 |
|
s**********8 发帖数: 25265 | 27 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 Good hypothesis, get some research funding, collect data, create tabular/
graphic presentations...... publish papers... |
|
K******g 发帖数: 1870 | 30 我能想到的有:
array, list, FIFO queue, stack, tree (BST, heap), hash table, graph
还有一些很特别的,比如bloom filter, young tabular, etc
大家能总结一下吗? |
|
a**********k 发帖数: 1953 | 31 young tabular is not a data structure. |
|
H****5 发帖数: 13 | 32 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 请写明你想申请的职位, 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 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 ☆─────────────────────────────────────☆
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 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 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 |
|
|