|
w****j 发帖数: 237 | 2 自己顶一下,发现latex2rtf可以成功的把reference和citation number都转成word文
档,但是所有eps的图片都不能输出;而tex2word则可以把figure自动转换(虽然不支
持subfigure),但是不论是用IEEE的template还是single column article都不能把
reference转换。看来要两个同时用才可以。。。 |
|
s*********g 发帖数: 1107 | 3 Thanks a lot! I see my problem now, ;-) |
|
|
t********4 发帖数: 14 | 5 前面roman的很不规则,abstract有ii,TOC就没有,acknowledge又有了 ,LOF又没了
,然后下面的chapter,chaper1,2,4,5,6,7,reference,appendix的首页都有,
然后其他的页面就没了,至于哪些package可以影响到,我就不知道了,template的sty
我没碰,我所加的package就是\usepackage{array},
\usepackage{graphicx},\usepackage{amsmath},\usepackage{subfigure},\
usepackage{verbatim,
\documentclass[setspace,oneside,a4paper]{StyleFiles/jthesis-v1},基本就这样
恩,也没google到任何类似的问题,奇怪 |
|
g******s 发帖数: 141 | 6 我想在我的文档里插入一个图片,我可以看到这个图当我texify. 但是当我用pdf
texify时,产生一个错误:
Latex error: file Figure1.eps not found.
我用的是winedt. 下面是我的code.大家能帮我看看是什么原因吗?谢谢!
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{fullpage}
\usepackage{verbatim}
\usepackage{subfigure}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{grffile}
\begin{figure}[hbt]
\begin{center}
\includegraphics[scale=0.6]{Figure1.eps}
\end{center}
\caption{Process}
\end{figure} |
|
w****h 发帖数: 212 | 7 你可以看看如下:
\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 |
|
s***a 发帖数: 1676 | 8 用subfigure吧
想给每个minipage都加上caption,但是老不对,把每个minipage都识别成一个Fig了,而
且加上的caption格式不对.大家帮忙看看: |
|
q******c 发帖数: 16 | 9 我的文件编译后发现参考文献中的字体比正文的小,实在是找不到问题出在哪里。恳请
高手赐教,谢谢。下面是文件的基本信息
\documentclass[12pt, titlepage, openany, reqno]{amsbook}
\usepackage{amsmath, amsfonts,amsthm, amssymb, amscd, graphicx, subfigure}
\usepackage{cmbright}
\input{dissertation.sty} %university's style file
\begin{document}
%include chapters here
\backmatter
\bibliographystyle{amsplain}
\bibliography{refer}
\end{document} |
|
q******c 发帖数: 16 | 10 文件的头是:
\documentclass[12pt, titlepage, openany, reqno]{amsbook}
\usepackage{amsmath, amsfonts,amsthm, amssymb, amscd, graphicx, subfigure}
行间距全部设置为两倍行距,用的是\renewcommand{\baselinestretch}{1.66}
编译后出来的结果很奇怪,每页的底边距都多多少少不一样,看起来很糟糕。请教高人
指点一下该怎么改。
谢谢! |
|
l*******r 发帖数: 322 | 11 刚刚知道怎么用subfigure并排几个图
但是不知道有没有简单方法可以实现这样一个布置:
左边两个小图上下摞到一起,右边再并排几个大图
[_] [~~~~~]
(a) [ ]
[ ]
[_] [_____]
(b) (c)
先谢谢了 |
|
s*m 发帖数: 9 | 12 我自己做了个test.tex用
\usepackage[colorlinks,linkcolor=blue,anchorcolor=red,citecolor=blue]{
hyperref}
和\cite{},发现链接是可以的。
但是用Optics Letters的模板就不行,
\documentclass[10pt,letterpaper,twocolumn]{article} %% two column, final
layout
\usepackage{ol2}
%\usepackage[draft]{hyperref}
\usepackage{amsmath}
\usepackage{subfigure}
\usepackage[colorlinks,linkcolor=blue,anchorcolor=red,citecolor=blue]{
hyperref}
那位高手思考过这个问题? |
|
|
s*******n 发帖数: 493 | 14 谢谢!
需要\usepackage{caption}吗? |
|
h*****g 发帖数: 944 | 15 比如现在的默认caption是1(a), 1(b), 1(c)
如何把它改成1-1, 1-2, 1-3, 1-4 或者 1-a, 1-b, 1-c?
谢谢 |
|
h****b 发帖数: 157 | 16 用的模板是documentstyle,以前都用的是documentclass,所以不知道怎么加库,好像不
能用
usepackage,要跟在documentstyle后面,
我用的是
\documentstyle[12pt, algorithmic, graphicx, algorithm2e, verbatim,
graphics, caption2, amsfonts, subfigure, cite, amsmath, times,
url]{thesis}
但是算法包不能用,以前都是\usepackage{algorithmic}
\usepackage{algorithm}
请问现在应该怎么改?问题很简单,谢谢。 |
|
f**********r 发帖数: 61 | 17 谢谢,我自己也用了subfigure.我以前的问题是在两幅图中间多加了个&,导致编译错
误。 |
|
p***c 发帖数: 2403 | 18 汗死了
我发现用{]}可以解决了
比如
\subfigure[$ x\in [a,b{]}$]{
...
}
汗 |
|
r**k 发帖数: 16 | 19 Problem solved(using subfigure). |
|
l**********1 发帖数: 5204 | 20 Sounds reasonable.
But key point is 让人怀疑作者检测到的human HBV infected cccDNA是否是真的
human HBV infected cccDNA?
details please refer
. 文章中用Southern blotting检测到了cccDNA的形成。cccDNA是HBV转录的膜板,被认
为是HBV持续感染的关键因素。从结果来看cccDNA的形成时间与HBV蛋白、RNA和DNA相比
比较早,尤其量很高。其实对于HBV来说哪怕是CMV启动的HBV(比如pCMV-HBV)cccDNA
的量都是很低的,更不要说是自身启动子启动的了。在NTCP介导的HBV复制水平整体很
低的情况下,具有高水平的cccDNA形成,让人怀疑作者检测到的cccDNA是否是真的
cccDNA,所以作者必须证明他们所指示的条带是真的是cccDNA,必须用EcoRI酶切(
cccDNA能被EcoRI线性化)和加热煮沸cccDNA(沸腾后不会被解成单链)来确证,同时
必须要有阳性对照。当然对于鸭乙肝病毒(DHBV)
http://blog.scien... 阅读全帖 |
|
l**********1 发帖数: 5204 | 21 Sounds reasonable.
But key point is 让人怀疑作者检测到的human HBV infected cccDNA是否是真的
human HBV infected cccDNA?
details please refer
. 文章中用Southern blotting检测到了cccDNA的形成。cccDNA是HBV转录的膜板,被认
为是HBV持续感染的关键因素。从结果来看cccDNA的形成时间与HBV蛋白、RNA和DNA相比
比较早,尤其量很高。其实对于HBV来说哪怕是CMV启动的HBV(比如pCMV-HBV)cccDNA
的量都是很低的,更不要说是自身启动子启动的了。在NTCP介导的HBV复制水平整体很
低的情况下,具有高水平的cccDNA形成,让人怀疑作者检测到的cccDNA是否是真的
cccDNA,所以作者必须证明他们所指示的条带是真的是cccDNA,必须用EcoRI酶切(
cccDNA能被EcoRI线性化)和加热煮沸cccDNA(沸腾后不会被解成单链)来确证,同时
必须要有阳性对照。当然对于鸭乙肝病毒(DHBV)
http://blog.scien... 阅读全帖 |
|
H*g 发帖数: 2333 | 22 You are asking two different questions here. In the title, you mentioned
about handling figures when writing manuscript; However, in the paragraph,
you are also asking for handling those for meetings/daily lab reports.
Let me share with you something I learned from my adviser. Save your figures
in whatever format you can with enough resolutions (like .tiff), you could
label the figures in your lab notebook.
When you feel you could have a figure/subfigure for publication, slow down,
put everythin... 阅读全帖 |
|
l**********1 发帖数: 5204 | 23 BMJ
Gut is not trash journal
this journal 2013 one review
web link:
http://gut.bmj.com/content/62/8/1093.extract
its pp1094 left column top
cited here stuff sentence,
>Surprisingly, Yan et al did not provide
>Southern blot data demonstrating accumulation
of HBV DNA replication intermediates,
as this electrophoretic pattern is
a signature of productive virus replication.
Only one subfigure shows some evidence
of cccDNA formation, which
defines a successful infection by HBV;
however, unlike HBV DN... 阅读全帖 |
|
t******d 发帖数: 376 | 24 Oh, I see, becuase Matlab uses one colour scale for all figures.
Do not know if you can set different colour scale for different subfigure. |
|
d*****l 发帖数: 8441 | 25 1. Use subplot(121), plot(....) to plot one sub-figure (A);
2. Use subplot(122), plot(...) to plot another sub-figure (B);
3. Cut subfigure A and paste it back so that you can move it using mouse
manually. Then move its position as you wanted.
4. Do the same thing to sub-figure B.
5. Produce sub-figure (C) (subplot(121), plot(....) in another figure);
then cut it and paste it to the first figure;
6. Adjust the positions of sub-figures A B C to remove the gap between them.
Don't know the answe |
|
a*z 发帖数: 141 | 26 hehe,no need to be so troublesome,
in the figure window:
1.Tool->move->move horize...
2.move the subfigure you want.
for the second question:
use get(gcf)toget current handle.
modifithe property of "position"
Thanks any way. |
|
c**o 发帖数: 38 | 27 imread----subplot----imshow????? |
|
D*******a 发帖数: 3688 | 28 可以选择一个fig之后copy and paste过去 |
|
r*****f 发帖数: 247 | 29 hehe ..
我是用这个方法。
但是肯定有别的方法。 |
|
|
o*******i 发帖数: 396 | 31 sigh
最后还是把fig的数据导出来了,重新画了 |
|
|
o****z 发帖数: 11 | 33 google "subfigure, latex"
there are a lot |
|
o****r 发帖数: 57 | 34 subfigure should be ok. |
|
b*********e 发帖数: 18 | 35 you may try \subtable in package subfigure? |
|
s****h 发帖数: 3979 | 36 请推荐R 的画图package
刚用R,其他方面都逐渐顺手起来。
主要问题是图画得真难看。
画得图还不能zoom in/out
举两个例子:
1.本来图上有1000时间序列得点,我想zoom in到只显示100个,比如说801:900,而不
用重新画图。
2. 一个图上4个subfigure,每个都和1里面得一样,4个一起zoom到801:900, 不用重新
画图
多年前用matlab,记得有些package(demo?),可以根据用户输入随时调整图。 |
|