Redian新闻
>
请问各位用什么工具写论文里的公式
avatar
请问各位用什么工具写论文里的公式# EE - 电子工程
n*n
1
写硕士论文的话(很多公式),大家用word2003+Mathtype,还是用word2007里自带的公
式编辑器?
主要是mathtype写公式容易造成行距变大,又不能调节,于是不美观;
word2007外面的似乎不接受。
avatar
r*k
2
latex

【在 n****n 的大作中提到】
: 写硕士论文的话(很多公式),大家用word2003+Mathtype,还是用word2007里自带的公
: 式编辑器?
: 主要是mathtype写公式容易造成行距变大,又不能调节,于是不美观;
: word2007外面的似乎不接受。

avatar
n*n
3
如果不想用latex呢
还有我的latex不是注册版,好像不能常用
avatar
o*r
4
如果论文有很多公式,整个论文都应该用LaTeX。
比Word简单多了。找个模版,就往里填字就行了。
LaTeX还有“注册版”?

【在 n****n 的大作中提到】
: 如果不想用latex呢
: 还有我的latex不是注册版,好像不能常用

avatar
f*n
5
Latex is free.
For windows, download Mitex.
Type the command in dos window.

【在 n****n 的大作中提到】
: 如果不想用latex呢
: 还有我的latex不是注册版,好像不能常用

avatar
x*i
6
请问上哪里下载呢?
此外什么叫“Type the command in dos window”
多谢

【在 f*********n 的大作中提到】
: Latex is free.
: For windows, download Mitex.
: Type the command in dos window.

avatar
f*n
7
google, you will find it so easy
typo---MikTex
Additionaly, you can find the brief introduction in wiki

Type the latex command in dos

【在 x*******i 的大作中提到】
: 请问上哪里下载呢?
: 此外什么叫“Type the command in dos window”
: 多谢

avatar
n*n
8
我用的是winedt,附带安装了mitex
请问mitex怎么用,和winedt比起如何
type what command in dos?

【在 f*********n 的大作中提到】
: Latex is free.
: For windows, download Mitex.
: Type the command in dos window.

avatar
A*r
9
用记事本写好
去dos下编译
哈哈

【在 n****n 的大作中提到】
: 我用的是winedt,附带安装了mitex
: 请问mitex怎么用,和winedt比起如何
: type what command in dos?

avatar
n*n
10
那不是比winedt麻烦吗

【在 A*******r 的大作中提到】
: 用记事本写好
: 去dos下编译
: 哈哈

avatar
A*r
11
当然
没winedit前每个命令还得背下来
你要看手册还不好意思和人打招呼呢

【在 n****n 的大作中提到】
: 那不是比winedt麻烦吗
avatar
D*a
12
re
我自己用的build.bat: 其中待编译的文档就是mypaper.tex
set texfile=mypaper
latex %texfile%
bibtex %texfile%
latex %texfile%
latex %texfile%
rem start yap -1 %texfile%
dvips %texfile%
ps2pdf %texfile%.ps
del %texfile%.ps
del %texfile%.aux
del %texfile%.bbl
del %texfile%.blg
del %texfile%.log
del %texfile%.aaa
rem start C:\CTeX\Ghostgum\gsview\gsview32.exe %texfile%.pdf
start "C:\Program Files\Adobe\Acrobat 7.0\Acrobat\Acrobat.exe" %texfile%.pdf
set texfile=

【在 A*******r 的大作中提到】
: 用记事本写好
: 去dos下编译
: 哈哈

avatar
A*r
13
10+年前的事了哈

【在 D*******a 的大作中提到】
: re
: 我自己用的build.bat: 其中待编译的文档就是mypaper.tex
: set texfile=mypaper
: latex %texfile%
: bibtex %texfile%
: latex %texfile%
: latex %texfile%
: rem start yap -1 %texfile%
: dvips %texfile%
: ps2pdf %texfile%.ps

avatar
a*i
14
对与本来用word的人,改用latex可以从LyX开始。
www.lyx.org
LyX本质上是给latex套了一个很象word的编辑界面,比纯latex容易上手,能实现
latex下的绝大部分功能。等lyx用熟了,可以在lyx文件里嵌入latex的代码,实现
那些本来lyx无法实现的功能。
现在lyx在windows下的软件安装包能自动下载并安装所需的配套软件,包括MikTex,
GhostScript, ImageMagik等等。
avatar
D*a
15
速度快不快?texmacs那是慢的要命啊
我一般用scientific workplace写,然后最后用winedt微调

【在 a**i 的大作中提到】
: 对与本来用word的人,改用latex可以从LyX开始。
: www.lyx.org
: LyX本质上是给latex套了一个很象word的编辑界面,比纯latex容易上手,能实现
: latex下的绝大部分功能。等lyx用熟了,可以在lyx文件里嵌入latex的代码,实现
: 那些本来lyx无法实现的功能。
: 现在lyx在windows下的软件安装包能自动下载并安装所需的配套软件,包括MikTex,
: GhostScript, ImageMagik等等。

avatar
a*i
16
如果你指编辑速度,比写字板慢不了多少。
如果你指编译输出的速度,它实际上就是导出成tex文件然后调用MikTeX。MikTeX
有多快它就差不多这么快。

【在 D*******a 的大作中提到】
: 速度快不快?texmacs那是慢的要命啊
: 我一般用scientific workplace写,然后最后用winedt微调

avatar
D*a
17
试用了一下,感觉还ok,速度不如swp,不过既然是免费的,就不要求太多了。
我说的编辑速度主要指例如滚屏啊,显示图片之类的速度。

【在 a**i 的大作中提到】
: 如果你指编辑速度,比写字板慢不了多少。
: 如果你指编译输出的速度,它实际上就是导出成tex文件然后调用MikTeX。MikTeX
: 有多快它就差不多这么快。

avatar
r*f
18
go to www.ctex.org and download the free latex package. It is cracked....
avatar
a*i
19
LyX载入一个文件后,第一次显示插图会慢一些,但也是后台处理,不影响前台
编辑;图首次显示出来后就快了。
LyX的滚屏有个小毛病,用鼠标轮滚屏的时候,它的滚动幅度是不均匀的,有float
figure 或float table的时候会滚得特别快,很容易错过你要去的地方。不过我
用的不是最新版,不知道后继版本有没有改好这个毛病。

【在 D*******a 的大作中提到】
: 试用了一下,感觉还ok,速度不如swp,不过既然是免费的,就不要求太多了。
: 我说的编辑速度主要指例如滚屏啊,显示图片之类的速度。

avatar
n*n
20
写硕士论文的话(很多公式),大家用word2003+Mathtype,还是用word2007里自带的公
式编辑器?
主要是mathtype写公式容易造成行距变大,又不能调节,于是不美观;
word2007外面的似乎不接受。
avatar
r*k
21
latex

【在 n****n 的大作中提到】
: 写硕士论文的话(很多公式),大家用word2003+Mathtype,还是用word2007里自带的公
: 式编辑器?
: 主要是mathtype写公式容易造成行距变大,又不能调节,于是不美观;
: word2007外面的似乎不接受。

avatar
n*n
22
如果不想用latex呢
还有我的latex不是注册版,好像不能常用
avatar
o*r
23
如果论文有很多公式,整个论文都应该用LaTeX。
比Word简单多了。找个模版,就往里填字就行了。
LaTeX还有“注册版”?

【在 n****n 的大作中提到】
: 如果不想用latex呢
: 还有我的latex不是注册版,好像不能常用

avatar
f*n
24
Latex is free.
For windows, download Mitex.
Type the command in dos window.

【在 n****n 的大作中提到】
: 如果不想用latex呢
: 还有我的latex不是注册版,好像不能常用

avatar
x*i
25
请问上哪里下载呢?
此外什么叫“Type the command in dos window”
多谢

【在 f*********n 的大作中提到】
: Latex is free.
: For windows, download Mitex.
: Type the command in dos window.

avatar
f*n
26
google, you will find it so easy
typo---MikTex
Additionaly, you can find the brief introduction in wiki

Type the latex command in dos

【在 x*******i 的大作中提到】
: 请问上哪里下载呢?
: 此外什么叫“Type the command in dos window”
: 多谢

avatar
n*n
27
我用的是winedt,附带安装了mitex
请问mitex怎么用,和winedt比起如何
type what command in dos?

【在 f*********n 的大作中提到】
: Latex is free.
: For windows, download Mitex.
: Type the command in dos window.

avatar
A*r
28
用记事本写好
去dos下编译
哈哈

【在 n****n 的大作中提到】
: 我用的是winedt,附带安装了mitex
: 请问mitex怎么用,和winedt比起如何
: type what command in dos?

avatar
n*n
29
那不是比winedt麻烦吗

【在 A*******r 的大作中提到】
: 用记事本写好
: 去dos下编译
: 哈哈

avatar
A*r
30
当然
没winedit前每个命令还得背下来
你要看手册还不好意思和人打招呼呢

【在 n****n 的大作中提到】
: 那不是比winedt麻烦吗
avatar
D*a
31
re
我自己用的build.bat: 其中待编译的文档就是mypaper.tex
set texfile=mypaper
latex %texfile%
bibtex %texfile%
latex %texfile%
latex %texfile%
rem start yap -1 %texfile%
dvips %texfile%
ps2pdf %texfile%.ps
del %texfile%.ps
del %texfile%.aux
del %texfile%.bbl
del %texfile%.blg
del %texfile%.log
del %texfile%.aaa
rem start C:\CTeX\Ghostgum\gsview\gsview32.exe %texfile%.pdf
start "C:\Program Files\Adobe\Acrobat 7.0\Acrobat\Acrobat.exe" %texfile%.pdf
set texfile=

【在 A*******r 的大作中提到】
: 用记事本写好
: 去dos下编译
: 哈哈

avatar
A*r
32
10+年前的事了哈

【在 D*******a 的大作中提到】
: re
: 我自己用的build.bat: 其中待编译的文档就是mypaper.tex
: set texfile=mypaper
: latex %texfile%
: bibtex %texfile%
: latex %texfile%
: latex %texfile%
: rem start yap -1 %texfile%
: dvips %texfile%
: ps2pdf %texfile%.ps

avatar
a*i
33
对与本来用word的人,改用latex可以从LyX开始。
www.lyx.org
LyX本质上是给latex套了一个很象word的编辑界面,比纯latex容易上手,能实现
latex下的绝大部分功能。等lyx用熟了,可以在lyx文件里嵌入latex的代码,实现
那些本来lyx无法实现的功能。
现在lyx在windows下的软件安装包能自动下载并安装所需的配套软件,包括MikTex,
GhostScript, ImageMagik等等。
avatar
D*a
34
速度快不快?texmacs那是慢的要命啊
我一般用scientific workplace写,然后最后用winedt微调

【在 a**i 的大作中提到】
: 对与本来用word的人,改用latex可以从LyX开始。
: www.lyx.org
: LyX本质上是给latex套了一个很象word的编辑界面,比纯latex容易上手,能实现
: latex下的绝大部分功能。等lyx用熟了,可以在lyx文件里嵌入latex的代码,实现
: 那些本来lyx无法实现的功能。
: 现在lyx在windows下的软件安装包能自动下载并安装所需的配套软件,包括MikTex,
: GhostScript, ImageMagik等等。

avatar
a*i
35
如果你指编辑速度,比写字板慢不了多少。
如果你指编译输出的速度,它实际上就是导出成tex文件然后调用MikTeX。MikTeX
有多快它就差不多这么快。

【在 D*******a 的大作中提到】
: 速度快不快?texmacs那是慢的要命啊
: 我一般用scientific workplace写,然后最后用winedt微调

avatar
D*a
36
试用了一下,感觉还ok,速度不如swp,不过既然是免费的,就不要求太多了。
我说的编辑速度主要指例如滚屏啊,显示图片之类的速度。

【在 a**i 的大作中提到】
: 如果你指编辑速度,比写字板慢不了多少。
: 如果你指编译输出的速度,它实际上就是导出成tex文件然后调用MikTeX。MikTeX
: 有多快它就差不多这么快。

avatar
r*f
37
go to www.ctex.org and download the free latex package. It is cracked....
avatar
a*i
38
LyX载入一个文件后,第一次显示插图会慢一些,但也是后台处理,不影响前台
编辑;图首次显示出来后就快了。
LyX的滚屏有个小毛病,用鼠标轮滚屏的时候,它的滚动幅度是不均匀的,有float
figure 或float table的时候会滚得特别快,很容易错过你要去的地方。不过我
用的不是最新版,不知道后继版本有没有改好这个毛病。

【在 D*******a 的大作中提到】
: 试用了一下,感觉还ok,速度不如swp,不过既然是免费的,就不要求太多了。
: 我说的编辑速度主要指例如滚屏啊,显示图片之类的速度。

avatar
D*l
39
mark
avatar
kn
40
lyx不错,我用lyx写了不少paper了。
如果还是习惯纯latex,推荐编辑器软件texmaker,跨win,mac,linux平台的

【在 a**i 的大作中提到】
: LyX载入一个文件后,第一次显示插图会慢一些,但也是后台处理,不影响前台
: 编辑;图首次显示出来后就快了。
: LyX的滚屏有个小毛病,用鼠标轮滚屏的时候,它的滚动幅度是不均匀的,有float
: figure 或float table的时候会滚得特别快,很容易错过你要去的地方。不过我
: 用的不是最新版,不知道后继版本有没有改好这个毛病。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。