由买买提看人间百态

topics

全部话题 - 话题: captioning
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c*********o
发帖数: 1734
1
来自主题: Software版 - MS word求助
想插入Figure 的 caption,结果发现只能插入中文的。见附图。
我的OS 是Windows XP
Professional, Office 2003. Regenal and language setting只加了中文输入法。
没有别的中文设置了。 请问如何在Word里改回英文caption 插入。多谢
i*f
发帖数: 85
2
【 以下文字转载自 EE 讨论区 】
发信人: iif (iif), 信区: EE
标 题: 求教一个tex中插入eps图片的问题
发信站: BBS 未名空间站 (Fri Aug 26 02:58:57 2005), 转信
我把ps格式的图片用gsview ps to eps转成了eps文件,用gsview打开看的时候一切正常
。但是当我在tex中用下一段代码试图把图贴进去的时候,最后的结果是图片上下颠倒了
,而
且不是放在caption的上面,而是下面。
\begin{figure}
\centering
\includegraphics[width=1\textwidth]{udc1.eps}
\caption{test figure 1.}
\label{fig:test1}
\end{figure}
本人tex新手,请大家帮忙看看,谢谢了!
T*******n
发帖数: 493
3


If they are both figures or both tables, try putting both items in the same
float:
\begin{figure}
\includegraphics[...]{...}
\caption[...]{...}
\label{...}
\addvspace{\bigskipamount}
\includegraphics[...]{...}
\caption[...]{...}
\label{...}
\end{figure}
Try \usepackage{afterpage}, and read the documentation for usage.
a*****r
发帖数: 443
4
谢谢您的传道授业解惑
我还有一个问题
就是使用supertabular的时候
和我的IEEEtran的sty冲突了
因为如果单单使用supertabular,在article style情况下,table的caption是居中的,
但是当我使用IEEEtran代替article的style的时候,table的caption变成靠左对齐了,
请问这种情况如何解决呢?再次感谢!!
\documentclass{IEEEtran}
%\documentclass{article}
\usepackage{supertabular}
\begin{document}
\begin{center}
\tablecaption{Talbe}\footnotesize
\begin{supertabular}
{|c|} \hline $1$\\\hline
\end{supertabular}
\end{center}
\end{document}
r*********s
发帖数: 2157
5
来自主题: TeX版 - 请教图片排版问题
I use the following one, you may have a try:
\usepackage{graphicx}
\usepackage{subfigure}
\begin{figure}[htb]
\centering \mbox{ \subfigure[sub title-1]{\includegraphics[scale=.5]{test1.eps
}}\quad
\subfigure[sub title-2]{\includegraphics[scale=.5]{test2.eps}} }
\caption{caption} \label{Fig:CellDropRates}
\end{figure}
just like
xxxxx yyyy
(a)---(b)
Fig2: title
i******e
发帖数: 171
6
我一直有这个问题。 一般文章都要求主文和图分开成两个文件, 我通常就直接把 Fig
ure~\ref{Fig:xx} 写死成"Figure~1". 一直忍了,虽然觉得很笨。
这次写了一片review, 编辑果然又要让改.可这次实在太长了, 图也比较多。
终于不想一个一个改了. 我于是在主文后面加了如下
%%%%figures not included, just creat labels.
\begin{figure}
\caption{}
\label{Fig:xx}
\end{figure}
... ...
... ...
... ...
这样, 基本不用改主文里的reference, 也不出图. 但是后面还是会自动出"Figure 1."
, "Figure 2." 之类的caption. 你们都是怎么处理这种问题的? 先谢了.
T*******n
发帖数: 493
7
You are including a figure of width \textwidth inside a
minipage of width 0.5\textwidth!
Try something simpler:
\documentclass{article}
\usepackage{subfig}
\begin{document}
\begin{figure}
\centering
\subfloat[]{\includegraphics[width=\textwidth]{fig1.eps}}\par
\subfloat[]{\includegraphics[width=\textwidth]{fig2.eps}}\par
\subfloat[]{\includegraphics[width=\textwidth]{fig3.eps}}
\caption{Caption}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=\textwidth]{fig1.eps} \\ (a)\par\bigski
T*******n
发帖数: 493
8
来自主题: TeX版 - Latex `\ref` error
This has nothing to do with the book class.
Most likely you put that \label{...} before the \caption{...},
so put the \label after the \caption and rerun LaTeX.
s***t
发帖数: 195
9
do you have a \caption in your figure env? it's \caption who produces
the label. figure or table by itself doesn't produce labels.
T*******n
发帖数: 493
10
\documentclass{article}
\begin{document}
See Figure \ref{fig:demo}.
\begin{figure}
\centering
\fbox{Demo}
\caption{Caption}
\label{fig:demo}
\end{figure}
\end{document}
c*****u
发帖数: 530
11
来自主题: TeX版 - subfigure的问题。
想把两张图竖着排列在一个figure里面。用了subfigure,编译没问题,可是就是无法
正确的显示。
大家帮我看看我的code有没有问题:
\begin{figure*}
\centering
\subfigure[a]{
\label{fig:P1}
\includegraphics[width=.7\linewidth]{p1.eps}
}
\subfigure[b]{
\label{fig:P2}
\includegraphics[width=.7\linewidth]{p2.eps}
}
\caption{the caption}
\label{fig:cases}
\end{figure*}
K****2
发帖数: 753
12
我在投稿的时候把文章里面的Figure~\ref{fig:xxx}等等全都自己改成Figure I,
Figure II.....然后在reference后面加一页专门写Figure caption. Other wise, you
don't have Figure caption for your figure。
g*****y
发帖数: 10
13
我没有用caption pachage阿,只用了
\documentclass[aps,preprint,groupedaddress,showpacs,showkeys]{revtex4}
\usepackage{graphics,epsfig}
caption 的问题解决了,但总觉得不完美。另外,table怎么办?就是没有table。
s***t
发帖数: 195
14
来自主题: TeX版 - 请教关于subfigure的问题
try
\begin{figure}
\centering
\subfigure[]{\label{fig:A}%
\includegraphics[scale=.6]{Images/A}}
\subfigure[]{\label{fig:B}%
\includegraphics[scale=.6]{Images/B}}
\caption{A + B} \label{fig:AB}
\end{figure}
a few things to note:
1. the % after {. sometimes the linebreak is significant since it
introduces a white space.
2. use \centering instead of center env. center env will produce
extra vertical space. doesn't make sense to use center env inside
figure env.
3. put \label after \caption
s*********g
发帖数: 1107
15
来自主题: TeX版 - 请教关于subfigure的问题
谢谢!我试了一下还是没有解决问题,不知道是不是因为我下载的subfigure.sty有问
题还是怎么回事,subcaption始终不能正常显示。
后来我改用一般的方式解决了问题,才发觉其实平常的方法就可以做到的反而被我搞得
这么复杂,呵呵。
\begin{figure}
\centering
\includegraphics[scale=.6]{Images/A}}
\caption{A} \label{fig:A}
\includegraphics[scale=.6]{Images/B}}
\caption{B} \label{fig:B}
\end{figure}
i***s
发帖数: 104
16
一个图的标题要用到某物质浓度, 我想用[a]表示. 可是每次写到\caption[]里面的时
候,编译出来的总是很混乱的标题,好像tex把caption的方括号跟我浓度用的方括号搞混
了似的.
有没有什么办法可以解决这个问题吗?
多谢了.
m********7
发帖数: 37
17
来自主题: TeX版 - 关于Latex插入图表之我见
我不知道为什么老说jpg, eps 不能同时在文档中。
我用latex 从来都没有问题。
Examples:
\usepackage{graphicx}
\begin{figure}[htbp]
\begin{center}
\includegraphics[width=0.4\textwidth, height=0.25\textheight]{Plot/
runningTime.eps}
\end{center}
\caption{The running time of experiments}
\label{fig:runningTime}
\end{figure}
\begin{figure}[htbp]
\includegraphics[width=0.35\textwidth, height=0.25\textheight, bb=0 0 770
800]{Image/top20.jpg}
\caption{The top 20 univ}
\label{fig:top20}
\end{figure}
m********7
发帖数: 37
18
来自主题: TeX版 - 关于Latex插入图表之我见
我不知道为什么老说jpg, eps 不能同时在文档中。
我用latex 从来都没有问题。
Examples:
\usepackage{graphicx}
\begin{figure}[htbp]
\begin{center}
\includegraphics[width=0.4\textwidth, height=0.25\textheight]{Plot/
runningTime.eps}
\end{center}
\caption{The running time of experiments}
\label{fig:runningTime}
\end{figure}
\begin{figure}[htbp]
\includegraphics[width=0.35\textwidth, height=0.25\textheight, bb=0 0 770
800]{Image/top20.jpg}
\caption{The top 20 univ}
\label{fig:top20}
\end{figure}
m********7
发帖数: 37
19
来自主题: TeX版 - 关于Latex插入图表之我见
我不知道为什么老说jpg, eps 不能同时在文档中。
我用latex 从来都没有问题。
Examples:
\usepackage{graphicx}
\begin{figure}[htbp]
\begin{center}
\includegraphics[width=0.4\textwidth, height=0.25\textheight]{Plot/
runningTime.eps}
\end{center}
\caption{The running time of experiments}
\label{fig:runningTime}
\end{figure}
\begin{figure}[htbp]
\includegraphics[width=0.35\textwidth, height=0.25\textheight, bb=0 0 770
800]{Image/top20.jpg}
\caption{The top 20 univ}
\label{fig:top20}
\end{figure}
P******g
发帖数: 83
20
我遇到一个问题就是图形插入以后,图形的caption在一页的最下面,有太多的空白在
图和caption之间,我猜测可能是将这些空白也当成是图的一部分,不知道有谁遇到这
样的问题没有。谢谢
w**********i
发帖数: 24
21
来自主题: TeX版 - 很多个图形怎么分页?
\begin{figure}
\centering
\subfloat[][]{}
\qquad
\subfloat[][]{}
\caption
\label
\end{figure}
\begin{figure}
\ContinuedFloat
\centering
\subfloat[][]{}
\qquad
\subfloat[][]{}
\caption
\label
\end{figure}
Z***e
发帖数: 2983
22
来自主题: TeX版 - list of figure问题
在毕业论文的table of content里面
显示list of figures的时候只有figure的番号,但是没有
"Figure"在前面
研究生院说要和正文的一直,在List of figures要显示成
Figure. II.1 caption....
而我现在的模板只能生成
II.1 caption...
因为是自动生成的,也不知道怎么改。大概知道相关的东西在.cls file里面,
% LIST OF FIGURES
%
% Single-space list of figures, add it to the table of contents.
\def\listoffigures{\@restonecolfalse
\if@twocolumn\@restonecoltrue\onecolumn\fi
% \chapter*{\listfigurename\@mkboth{\uppercase{\listfigurename}}%
% {\uppercase{\listfigurename}}}
% WBB
\newpage
\centerline{\
h****m
发帖数: 405
23
use sidecap package, as following:
\documentclass{article}
\usepackage[pdftex]{graphicx}
\usepackage{sidecap}
\begin{document}
\begin{SCfigure}
\centering
\includegraphics ...
\caption{ ... caption text ... }
\end{SCfigure}
\end{document}
h****m
发帖数: 405
24
oh, i see. try this then:
\usepackage{wrapfigure}
\begin{wrapfigure}[lineheight]{alignment}{width}
\begin{center}
\includegraphics{figure}
\end{center}
\caption{caption text}
\end{wrapfigure}
w****h
发帖数: 212
25
我定义2副图片如下,结果都无法显示,虽然编译没报错。
如果只加载一副图片,就没问题。不知道如何修改,多谢。
as Fig.\ref{fig:rate1} shows.
as Fig.\ref{fig:simptop} shows.
....................................
\begin{figure}[hbtp]
\centering
\begin{minipage}[b]{3.4in}
\includegraphics[scale=0.3]{simnettop1.eps}
\caption{Network Topology}
\label{fig:simptop}
\end{minipage}
\vspace{-0.7cm}
\end{figure}
%\begin{figure}[hbtp]
% \centering
% \begin{minipage}[b]{3.4in}
% \includegraphics[scale=0.3]{rate1.eps}
% \caption{N
g*********t
发帖数: 24
26
以下是LNCS提供的表格templet,由于自己是新手,直接套用时遇到了几个问题:
1. 如题。由于自己的表格caption太长,自动换行后左对齐显示,请问如何使其居中?
2. 如何将表中的内容也全部居中显示?
3. 怎样显示表中文字间的空格,如其中某栏的项目名称为dynamic power?
谢谢了!
\begin{table}
\begin{center}
\caption{Critical $N$ values}
\begin{tabular}{llllll}
\hline\noalign{\smallskip}
${\mathrm M}_\odot$ & $\beta_{0}$ & $T_{\mathrm c6}$ & $\gamma$
& $N_{\mathrm{crit}}^{\mathrm L}$
& $N_{\mathrm{crit}}^{\mathrm{Te}}$\\
\noalign{\smallskip}
\hline
\noalign{\smallskip}
30 & 0.82 & 38.4 & 35.7 & 154 & 320 \\
60 & 0.67 & 4
k**f
发帖数: 372
27
Here's what I use:
\usepackage{graphicx}
%
% other stuff
%
\begin{figure}
\centering
\includegraphics{myfigure}
\caption{Caption of the figure}
\label{fig:myfigure}
\end{figure}
This should work for latex with DVI or DVI->PS output. If you run pdflatex
directly, you need to convert the eps figure to pdf file using epstopdf.
If you still have questions, please post your code here.
Good luck.
t***s
发帖数: 4666
28
several options:
1. don't use hyperref
2. use optional caption \caption[]{}
3. use pdflatex
4. set an option in hyperref to allow link break.
k**f
发帖数: 372
29
来自主题: TeX版 - 插图问题
using the graphicx package, then
\begin{figure}
\centering
%%----start of first figure----
\begin{minipage}[t]{0.4\linewidth}
\centering
\includegraphics[width=1in]{graphic}
\caption{Small Box} \label{fig:side:a}
\end{minipage}%
\hspace{1cm}%
%%----start of second figure----
\begin{minipage}[t]{0.4\linewidth}
\centering
\includegraphics[width=1.5in]{graphic}
\caption{Big Box} \label{fig:side:b}
\end{minipage}
\end{figure}
Example extracted from Part V, section 28 of this document
http://tug.ctan
m******i
发帖数: 32
30
来自主题: TeX版 - 插图问题
this code outputs "Figure 1: Small Box"
is it possible to get "Fig.1. Small Box"?

using the graphicx package, then
\begin{figure}
\centering
%%----start of first figure----
\begin{minipage}[t]{0.4\linewidth}
\centering
\includegraphics[width=1in]{graphic}
\caption{Small Box} \label{fig:side:a}
\end{minipage}%
\hspace{1cm}%
%%----start of second figure----
\begin{minipage}[t]{0.4\linewidth}
\centering
\includegraphics[width=1.5in]{graphic}
\caption{Big Box} \label{fig:side:b}
\end{minipage}
\end
c******s
发帖数: 197
31
来自主题: TeX版 - two column 插图请教
用的ieee的two column格式,有个图片比较大想span two column,用了\begin{figure
*},图片是没有问题了,可是caption却还是one column,这是我的代码,请大家帮忙看
看谢谢
\begin{figure*}[htp]
\centering
\includegraphics[width=12cm,height=5.5cm]{figure/SystemStructures.
pdf}
\caption{Different Hybrid Power System Structures}
\label{fig:1}
\end{figure*}
t****e
发帖数: 69
32
Put caption text into caption.

is
description
h******s
发帖数: 176
33
your code can be simplified and there is no need for minipage
\begin{figure}[htbp]
\centering
\subfloat[][]{\label{fig1a}%
\includegraphics[height=x.yin]{fig1a}}%
\subfloat[][]{\label{fig1b}%
\includegraphics[height=x.yin]{fig1b}}%
\\
\subfloat[][]{\label{fig1c}%
\includegraphics[height=x.yin]{fig1c}}%
\subfloat[][]{\label{fig1d}%
\includegraphics[height=x.yin]{fig1d}}%
\caption{your caption.}\label{fig1}%
\end{figure}
a****g
发帖数: 53
34
我用
\begin{figure}[htp]
\centering
\includegraphics[height=8cm]{Figure1.eps}
\caption{...}\label{fff1}
\end{figure}
\begin{figure}[htp]
\centering
\includegraphics[height=8cm]{Figure2.eps}
\caption{...}\label{fff2}
\end{figure}
......
我有很多张图,我想让它们一张接一张的.
现在问题是,有些图只占了大半页,后面的文字就自动冲上来把空白填满,然后换页又是
下一张图,然后又是文字来填空...可是我想让图全部结束再文字,也就是说,如果图占不
了一页,就换页上下一张图.弄了好久,不知道怎么控制.能帮帮我吗?谢谢!
R*******y
发帖数: 19
35
\begin{figure}[t]
\centering
\includegraphics[width=4cm]{figure1}
\caption{The title of the figure.}
\label{fig1}
\end{figure}
图片是居中的,但是标题是左对齐的。我希望标题也是居中的。
尝试过用\begin{center} \end{center}把\caption这一句包起来,失败了。
向有经验的大侠请教!多谢!
T******s
发帖数: 24
36
I am trying to give a self-explained table. I usually give the desciption in
the capition but I cannnot insert an equation in the caption. Can anyone
help me to get around with this problem? Thank you so much ....
\begin{table}
\caption{
{\bf My title Risk} \\
my description comes here with a equation
\begin{equation}
Y= a + b X + e_t
\end{equation}
}
\input{h:/MATLAB/dynamic/d}
\end{table}
T*********r
发帖数: 11175
37
最坏情况就直接caption的text里面$Y=a+b X+e_t$呗
你在figure caption里放equation
格式会比较奇怪

in
W*****7
发帖数: 830
38
来自主题: TeX版 - 请教两个插图的问题
我用的是TEXMAKER,要插入PDF的图,但是有两个问题解决不了。
1。 CAPTION总是出现在图的上面,怎么把它放在图的下面呢?
2。 插图看上去总是太偏右,不知道怎么把它放到左边一点?怎么控制图在文中的位置?
code:
\begin{figure}[htp]
\caption{\label{fig: temp1} XXXXXXXXXXXXXXXXXXXXX.}
\scalebox{1}{\includegraphics{figures/temp.pdf}}
\end{figure}
另外,用别的格式的图会好弄一些吗?感觉LATEX里面插图好麻烦阿。
谢谢。
b*******g
发帖数: 513
39
试了才知道,用latex的话,如果想让标题放在表格的上方就把caption加在\begin{
table}和\begin{tabular}之间,如果想把标题放在表格下方,就把caption放在\end{
table}和\end{tabular}之间。想在表格下方加以段话的话,就在\end{tabular}和\end
{table}直接加一句话,有时候要用\newline,有时候不用。但加的这段注释有时候是
doublespace的,想变singlespace,加一句\linespread{1}就行了。

, 该怎么办?怎么加这个解释。多谢!
D***a
发帖数: 939
40
我用google没有找到答案, 这里高手多, 有人知道么?
D***a
发帖数: 939
b*******t
发帖数: 33714
t*****t
发帖数: 72
43
【 以下文字转载自 Linux 讨论区 】
【 原文由 tecplot 所发表 】
我设置了一个别名:
alias cd 'cd \!* && set prompt="%{\e]2\;%t - [%c]^g\e]1\;%c^g\r%}
$HOSTNAME.%c> "&& echo $cwd'
这样我每次在xterm里面按“cd”,xtrem窗口的caption上就会自动显示当前目录
的名称。现在我希望每执行一个程序,例如在xterm里面打开gdb,对应的该xterm
的顶部的Captions就自动改成[gdb].请教如何设置。就是如何捕获当前xterm正在
运行程序的名称?多谢。。。
a****t
发帖数: 95
44
INTRODUCTION
Cancer Translational Medicine provides rapid and efficient peer-review
publications on innovative cancer investigation or translational work
related to oncology and precision medicine. Contributions focusing on
systemic anticancer therapy including gene-therapy, immuno-therapy, and some
new bio-therapies, randomized trials (including negatives ones), top-level
guidelines, molecular pathology, bioinformatics, modern statistics, and
biotechnologies. Radiotherapy, chemotherapy, surgery... 阅读全帖
a****t
发帖数: 95
45
INTRODUCTION
Cancer Translational Medicine provides rapid and efficient peer-review
publications on innovative cancer investigation or translational work
related to oncology and precision medicine. Contributions focusing on
systemic anticancer therapy including gene-therapy, immuno-therapy, and some
new bio-therapies, randomized trials (including negatives ones), top-level
guidelines, molecular pathology, bioinformatics, modern statistics, and
biotechnologies. Radiotherapy, chemotherapy, surgery... 阅读全帖
w********h
发帖数: 12367
46
来自主题: Chemistry版 - JACS Communication字体大小
template上面似乎text和figure caption都是9号字,
但很显然发表出的文章figure caption要小一号,
comfused
m*******r
发帖数: 2
47
来自主题: EE版 - Re: Latex figure问题
Put \label after \caption. \caption is the actual place to set the counter.

should
1.3.2.
m*******n
发帖数: 103
48
来自主题: EE版 - Two latex questions?
1. I have a double-spaced long caption that is more than one line, how can I
make it as single-spaced for this caption only?
2. In my reference, some author name appears as "------", I check the .bib
file and the author name is there. how can I solve it?
Thanks so much
d*****e
发帖数: 270
49
本例要实现的是如何创建定制的工具条(Tool Bar)。就必须在类模块中实现IToolBarDef
接口。IToolBarDef接口包括 Caption、ItemCount及Name三个属性和GetItemInfo方法。
l 要点
通过在类模块中实现IToolBarDef接口。IToolBarDef接口包括 Caption、ItemCount及
Name三个属性和GetItemInfo方法。
·ItemCount属性表示ToolBar显示的条目(Button、Tool或其它控件)数。
· GetItemInfo方法定义工具条上各条目的CLSID,其中,参数pos表示条目在ToolBar中
的位置,itemDef 是定义相应位置的条目的IItemDef 对象。
·工具条条目的CLSID分为两种:
1、系统CLSID,代表ArcGIS的一个功能,其引用方式为"esriCore.命令名称",如"
esriCore.AddDataCommand"、"esriCore.FileSaveCommand"等。
2、用户定制CLSID,表示用户自己定义的功能。其引用方式为"工程名称.定制功能类名称
"
l******e
发帖数: 470
50
来自主题: Law版 - 问问这2句话什么意思?
line of satisfaction
To the clerk:
please mark the judgement in the above captioned proceeding as paid and
satisfied.
里面那个captioned proceeding 什么意思?
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)