由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - psfrag的问题
相关主题
psfrag 的新问题latex插图求助
请教Winedit环境下怎么用psfrag包怎么让minipage里的多图竖排列并居中?
how to include equations in tgif/xfig figuressubfigure的问题。
A question about pstex插图问题
Latex figure: can not find figure请教关于subfigure的问题
求教一个tex中插入eps图片的问题Origin输出eps问题请教 (转载)
请教图片排版问题怎么样去掉subfigure的caption?
subfigure里如何让两个并排图片垂直居中?ps的图片好像不可以改大小?
相关话题的讨论汇总
话题: psfrag话题: ps话题: celsius话题: texts
进入TeX版参与讨论
1 (共1页)
c****s
发帖数: 2487
1
替换的文字在dvi文件里可以列出来
当然不在应该在的位置
但是转换成ps或者pdf之后还是原来的文字
问题可能出在哪里?
多谢先!
T*******e
发帖数: 47
2
at least please show us the code ba?

【在 c****s 的大作中提到】
: 替换的文字在dvi文件里可以列出来
: 当然不在应该在的位置
: 但是转换成ps或者pdf之后还是原来的文字
: 问题可能出在哪里?
: 多谢先!

c****s
发帖数: 2487
3
here it is... though i do think there must be something else wrong
well, the whole story is, I had a curve printed out as .ps, then
converted the .ps to .fig with pstoedit, then edited it with xfig,
finally exported the .eps
I also tried another way around: imported the .ps into corel draw,
then exported the eps after editting. still the same beep.
%%%%%%%%%%
\begin{figure}
\centering
\psfrag{celsius}{\textcelsius}
\psfrag{Vout}{$V_{out}$}
\includegraphics[width=\textwidth]{fig.eps}
\c

【在 T*******e 的大作中提到】
: at least please show us the code ba?
l******t
发帖数: 108
4
a wild guess: during pstoedit, your text might be converted to bitmap or
other things which could not be found by psfrag any more.
is the printed .ps working with psfrag?

【在 c****s 的大作中提到】
: here it is... though i do think there must be something else wrong
: well, the whole story is, I had a curve printed out as .ps, then
: converted the .ps to .fig with pstoedit, then edited it with xfig,
: finally exported the .eps
: I also tried another way around: imported the .ps into corel draw,
: then exported the eps after editting. still the same beep.
: %%%%%%%%%%
: \begin{figure}
: \centering
: \psfrag{celsius}{\textcelsius}

c****s
发帖数: 2487
5

part of the editting with xfig/corel draw was to rewrite all the texts,
otherwise they are simply heaps of curves or dots. so what psfrag dealt
with were 'real' texts. I once thought corel draw could keep some font
info which cannot be recognized by psfrag, though I explicitly chose
the 'neutral' courier fond. it tured out that even xfig could not accomplish
the mission.
for two reasons i did not try it
1) the texts are not real texts, see above.
2) for sake a resizing, boundaries are needed, s

【在 l******t 的大作中提到】
: a wild guess: during pstoedit, your text might be converted to bitmap or
: other things which could not be found by psfrag any more.
: is the printed .ps working with psfrag?

c****s
发帖数: 2487
6

is it actually possible to make psfrag work on .ps?
includegraphics seems not to be able to take .ps ...

【在 l******t 的大作中提到】
: a wild guess: during pstoedit, your text might be converted to bitmap or
: other things which could not be found by psfrag any more.
: is the printed .ps working with psfrag?

c****s
发帖数: 2487
7
seems that psfrag would only be able to work properly
on the whole string, not part of it.
so if there's a string in the .eps
temperature (celsius)
and following substitution is done in .tex
\psfrag{celsius}{\textcelsius}
it'd be listed in .dvi, but not in .ps, nor in .pdf
so instead, do
\psfrag{temperature (celsius)}{temperature (\textcelsius)}

【在 c****s 的大作中提到】
: 替换的文字在dvi文件里可以列出来
: 当然不在应该在的位置
: 但是转换成ps或者pdf之后还是原来的文字
: 问题可能出在哪里?
: 多谢先!

1 (共1页)
进入TeX版参与讨论
相关主题
ps的图片好像不可以改大小?Latex figure: can not find figure
请问怎么把两幅图并排放?用不同的标题?求教一个tex中插入eps图片的问题
加载多幅图片出现的问题,无法显示请教图片排版问题
请看代码,如何调整上下两个图的距离?subfigure里如何让两个并排图片垂直居中?
psfrag 的新问题latex插图求助
请教Winedit环境下怎么用psfrag包怎么让minipage里的多图竖排列并居中?
how to include equations in tgif/xfig figuressubfigure的问题。
A question about pstex插图问题
相关话题的讨论汇总
话题: psfrag话题: ps话题: celsius话题: texts