n******d 发帖数: 18 | 1 我不喜欢用word,现在用latex.
就是那种表示price quantity关系的图。
我想知道怎么才能easily 把一些数学符号标注在图上
如 \bar{x}_1 , \alpha\cdot(1-\beta) 一类的。
xfigure 好像不错,不过我不能输入数学符号。 | c*****i 发帖数: 51 | 2 Scientific Workplace?
【在 n******d 的大作中提到】 : 我不喜欢用word,现在用latex. : 就是那种表示price quantity关系的图。 : 我想知道怎么才能easily 把一些数学符号标注在图上 : 如 \bar{x}_1 , \alpha\cdot(1-\beta) 一类的。 : xfigure 好像不错,不过我不能输入数学符号。
| c*****t 发帖数: 26 | 3 Try \usepackage{psfrag}. It can be found in any ctan.org archive with
companied manual.
It is said that you can change caption or legend in included figures to LaTex
style with this package as you wanted. But I have no experience with it. I
found it is too much complicated.
By the way, if you do it successfully, please post your experience here later.
Thanks!
【在 n******d 的大作中提到】 : 我不喜欢用word,现在用latex. : 就是那种表示price quantity关系的图。 : 我想知道怎么才能easily 把一些数学符号标注在图上 : 如 \bar{x}_1 , \alpha\cdot(1-\beta) 一类的。 : xfigure 好像不错,不过我不能输入数学符号。
| n******d 发帖数: 18 | 4 Very very cool!!
Now the graph is so professional looking.
If you know latex, then it's not complicated at all.
In the preamble section, add \usepackage{psfrag}
then when you have to add a graph, (which is usually
in the format of eps, let the graph's name be picture.eps)
you just do the simple substitution before you use the
\includegraphics command
a very simple example:
suppose you have some "x"'s in your graph, and you want to
change all of them to "\bar_{x}_1" ( "x bar sub 1")
do the follow
【在 c*****t 的大作中提到】 : Try \usepackage{psfrag}. It can be found in any ctan.org archive with : companied manual. : It is said that you can change caption or legend in included figures to LaTex : style with this package as you wanted. But I have no experience with it. I : found it is too much complicated. : By the way, if you do it successfully, please post your experience here later. : Thanks!
|
|