r*********s 发帖数: 2157 | 1 Thanks for the post.
I am using X-fig.
在latex中用了input{xxx.pstex}之后,得到的是original size的图形,怎么才能scale
它呢?
比如在通常的插入图形时, 我们可以控制 图形的大小
\begin{figure}
\includegraphics[height=3 ....
to
generated
textbox |
|
a*****e 发帖数: 176 | 2 我有一个excel里面生成的figure,在ps里面加了一些说明,然后存成eps格式的
文件,
但是用adobe打开这个文件的时候,很不清楚,请问该如何改进? |
|
a*******x 发帖数: 47 | 3 Depends on the tool you used to generate the figures,if matlab,
use "print -r600 -cmyk ..."
CMYK |
|
c****s 发帖数: 2487 | 4 hi, i intended to put a figure and a table (tabular) vertically on
the same slide, and had to resize them to fit into the page. two
issues were hard to solve:
1) i used \includegraphics, but had problem using \textheight
2) couldn't bring the table into a fond size environment
anyone has clue how they'd be solved?
many thx! |
|
z**k 发帖数: 65 | 5 No matter what size the figure is. Seem that \newpage is not good in this
situation.
Thanks. |
|
l*********y 发帖数: 11 | 6 Could you plz give me some link or key words about putting texts around a
figure? Thank you very much!! |
|
l*********y 发帖数: 11 | 7 Could anyone help me with this problem?
I have .eps and .ps figure. I need to convert them to some format which I
can put into WORD.
Which format can I use?
I have a full version of acrobat. Can it do this?
Thank you very much!! |
|
w********g 发帖数: 171 | 8 请问怎么去掉插入的eps figure的序号。但我还想要caption。多谢! |
|
l*********y 发帖数: 11 | 9 I have a EPS figure containing side-by-side two sub pictures. Now I only
want to include one picture.
Can I do this thru parameter settings in the includegraphics? Say bounding
box?
Thank you very much!!! |
|
w****j 发帖数: 237 | 10 非常奇怪,用同一个template:
\documentclass[journal]{IEEEtran}
两个文档,一个加入figure的caption是冒号的,例如:"Fig. 1: xxx."
一个是句号:"Fig. 1. xxx."
请问有方法解决吗? |
|
s******e 发帖数: 88 | 11 一个 Table or Figure 占了大约一张纸的一半(横向)
怎么能在剩下的一般继续写文字?
BTW: 是one-column的文章
many many thanks! |
|
b***y 发帖数: 157 | 12 用的documentclass是IEEETran,也就是那种双列10号字的格式。
现在有一个figure,需要看清细节,我希望能够把它横跨双列放在paper里面,不知道
有没有什么办法。或者实在不行放在文档的最后也行,但是不知道怎么让上面的两列一
样长。
谢谢大家,bow先。 |
|
a**c 发帖数: 9 | 13 在kile下,tex文件编译以后,用kdvi打开,看不到figure的东东,只是空白的一片,
能看到caption,转成pdf才能看见,什么原因。系统是openSUSE+KDE3.5
在windows里面,yap打开没有问题 |
|
x****y 发帖数: 30 | 14 Thanks. it works.
But the space between top and bottom figure is kind of large. based on your
template, how can I reduce their inter-space?
Thanks again! |
|
c****r 发帖数: 185 | 15 Figure的\caption里面需要引用某些文献,\cite不行,
有什么其它办法?多谢! |
|
s***t 发帖数: 195 | 16 did you put \usepackage{graphicx}?
did you use latex or pdflatex?
in what document didn't the figure appear?
can you view the .eps with gsview? |
|
S********y 发帖数: 182 | 17 毕业论文要求figure caption要用single spacing. 对修改 .cls 文件一窍不通, 有高
人能帮忙看一下么?
\long\def\@makecaption#1#2{% Add space only if something is ...
\par\ifdim\prevdepth>-\p@ \vskip 10\p@\relax \fi % above the caption
\setbox\@tempboxa\hbox{\vbox to\topskip{}#1: #2\unskip\strut}%
\ifdim \wd\@tempboxa >\hsize % IF longer than one line:
{\ssp#1: #2\unskip\strut\par} % THEN set as ordinary paragraph.
\else % ELSE center.
\hbox to\hsize{\hfil\unhbox\@te |
|
T*******n 发帖数: 493 | 18 That's a really bad way of doing this.
Yor .cls file probably loads report.cls or book.cls, so that's why you
don't file a definition for \caption.
Look at my solution for \l@chapter posted last week. I think you will
want to redefine \l@figure and \l@table. Don't mess with \numberline.
So many other things depends on the default definition of \numberline in
order to work correctly (hyperref, \l@chapter, \l@section, etc.). You
change it the wrong way you could get incorrect output. |
|
T*******n 发帖数: 493 | 19 \includegraphics[scale=0.95]{picture}
You cannot break a float (figure or table environment) across a page
(except when you use longtable or some other specialized package). |
|
z*****n 发帖数: 7639 | 20 我用的是book.sty,有些figure和table的caption比较长,
在listoffigure/table里面就超出了页面了。
不知怎样能让它们自动转行呢? |
|
T*******n 发帖数: 493 | 21 \caption[Short caption for TOC]{Long caption next to table or figure.} |
|
c*******o 发帖数: 1722 | 22 by default, beamer will not show figure/table numbers.
you need to turn it on. i forgot how to turn it on tho.
u need to read beamer manual. |
|
s*w 发帖数: 729 | 23 想在 figure 的 \caption{} 里面用别的 latex 命令比如 \cite{}, 如何实现? |
|
l*****g 发帖数: 547 | 24 or use [h] options on every figure |
|
a********n 发帖数: 648 | 25 如果直接转成div格式就没有问题,但是转成pdf格式就看不到figure,但是也没有出错
,不知道是什么原因。 |
|
t*******i 发帖数: 255 | 26 dvi->ps->pdf
如果直接转成div格式就没有问题,但是转成pdf格式就看不到figure,但是也没有出错
,不知道是什么原因。 |
|
b**n 发帖数: 289 | 27 Convert all your figures to PDF and then use pdflatex. Try this one.. |
|
s***s 发帖数: 104 | 28 现在所有的图都是从1开始排的。那么figure的caption中怎么把section加进去。比如在
section 1中fig. 1.1, fig 1.2,在section 2中fig 2.1, fig2.2 ...。
谢谢 |
|
S**I 发帖数: 15689 | 29 \usepackage{amsmath}
\numberwithin{figure}{section}
如在 |
|
T*******n 发帖数: 493 | 30 Try changing the spacing via
\setlength{\textfloatsep}{...}
This will affect spacing between text and both figures
and tables. |
|
S**I 发帖数: 15689 | 31 \counterwithin{figure}{chapter} |
|
S**I 发帖数: 15689 | 32 of course you can:
----------
| |
| figure |
| |
|__________|
\begin{center}
\Fig. 1: XXXXXXXX\label{fig1}
\end{center} |
|
|
s*****g 发帖数: 5159 | 34 You will be fine if you are writing an article with float environment
\includegraphics
This is the old tex fashion.
If you are drafting a book / dissertation, you will met huge problem when
you adjust a figure on page 7 of the 122-page document.
This is discouraged. |
|
k****e 发帖数: 2456 | 35 在excel 里画的图,转成pdf后把白色的margin去掉,到CTex里之后缩放后figure上的
字大小也跟
着变话,这样就不知道字体大小了啊,而且每次调都要把过程都重新做一遍
不好意思,刚开始用Tex,可能我哪里做的不对 |
|
k****e 发帖数: 2456 | 36 看了一下这些软件好像是画图像的,我说的是画数据的figure,函数图什么的 |
|
b*******g 发帖数: 513 | 37 怎样merge两个eps figures? 多谢! |
|
|
|
s*****d 发帖数: 258 | 40 I mean, how to save the figures.
3x a lot! |
|
o*****l 发帖数: 539 | 41 IN windows 7, if I get the process id,
how to figure out who start the process?
Thanks! |
|
m******3 发帖数: 983 | 42 A recruiter called me and emailed me a tax manager position in TX. I always
think that accounting is a best profession for females. Easy work and large
job market and more valuable when you get older. Although at the beginning
it is hard to get a job if you do not have greed card, but eventually
everything will be better.
Here is part of the job compensation.
They are open to a six figure income and last year they paid the manager a
70% bonus (they guarantee a 50%) and the 401(k) Plan employer |
|
m******3 发帖数: 983 | 43 LOL. If you are studying accounting, you should be sensitive about numbers.
wendyruna---说句实话, 经理才6W,其实很低啦
Six figure salary is not 6W!!!!!!!!!! |
|
j********r 发帖数: 156 | 44 In the figure, there is some projections bearing strong fluorescence signal?
Anyone having an idea what they
are? The cell is epithelial one. Thanks, |
|
|
k*******1 发帖数: 45 | 46 毫无经验,上来请教能人, 希望有类似经历的人帮忙。 谢谢
审稿人的一个问题和自己的论文大主题不太相关, 为了回答他的问题,检验了他的假
设, 但是既然和论文的主题不太搭, 就决定不把这个结果放进手稿里面。 这样的话
, 是不是只要在回答审稿人的信里描述一下试验的结果 就可以呢? 有必要把 结果
专门做一个figure 然后附在给审稿人的信里吗?还是 有其他办法? |
|
D*a 发帖数: 6830 | 47 为啥一定要放figure 直接说xxx higher,或者xxx +/- xx vs xxx +/- xx不就行了 |
|
w********h 发帖数: 12367 | 48 save as Enhanced Windows Metafile documents,
you will get high-resolution images.
I always use this method to prepare multi-panel figures. |
|
f**********r 发帖数: 95 | 49 我们用到了一个KO老鼠,被敲除的基因在X染色体上,于是按理说公老鼠应该标Abc-
/y,母老鼠应该标Abc-/-,但是我们的实验都是体外的,老鼠是公是母根本就不影响结
果,所以有时候用公的,有时候是母的,一直是有什么就用什么。
这种情况大家会在做Figure的时候怎么标呢?是一会儿公一会儿母?还是都标成公
的/母的?感觉第一种容易confuse别人,但是第二种就明显是误导了,我看用这个老鼠
以前发的paper的时候,人家就是全标成公的,搞得我很长一段时间都以为只有公老鼠
能做出来母老鼠作不出来。 |
|
k**********g 发帖数: 40 | 50 最近实验室在review一个日本实验室的paper,明显发现他们的western blot是PS过的
(矩形边缘而非自然条带的圆滑样子) 于是乎 配合政治斗争的大气候,呼吁大家读
paper时格外注意他们的Figure (尤其是WB,这个太容易造假了)
当然造假哪里都有 不是只有日本人 这算是科研抗日吧 |
|