由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 关于miktex的安装-新手
相关主题
请教:“.ps file does not exist!”关于prosper,解决问题的5个包子答谢
请教如何用beamer把slides做成handout以便打印?dvips怎么include eps文件?
a problem of page layoutHow to embed fonts
A quick question about page marginA problem with Latex (MikTex+WinEdt), many thanks
linux下编译latex的时候怎么指定为letter size啊?怎么总是说reference找不到?
如何让正文和引用使用自己的页号并生成各自的pdf?WinEdt, Latex, and Beamer
beamer里面的字是白色的?几个关于WinEdt, MikTex, Revtex4的问题
请问如何产生letter size的pdf文件?dvi转pdf,为什么不见图片
相关话题的讨论汇总
话题: miktex话题: 安装话题: hello话题: 宏包
进入TeX版参与讨论
1 (共1页)
f*******2
发帖数: 2
1
请高手看看我到底那步错了:
1。从www.miktex.org上download了miktex2.7,选择了basic安装,安装目录在D:
miktex/new folder
2。用notepad 输入hello world $3+3=6$ \bye save as test.tex
3.打开command pro. 到达test 的目录, 然后输入tex test.tex
输入 dvips test.dvi
4.打开dvi文件,出现hello world 3+3=6 everything is fine now
但是下面出现了问题
5. 用notepad写
\documentclass{article}
\begin{document}
hello world
\end{document}
6.重复上面的步骤进行编译的时候,总是出现这段话:
undefined control sequence.
1.1 \documentclass

?
是因为我没有装好miktex吗?还是我没有装一些宏包?装宏包是必须的么?
宏包改怎么装?
a**e
发帖数: 5794
2
latex filename
instead of
tex filename

【在 f*******2 的大作中提到】
: 请高手看看我到底那步错了:
: 1。从www.miktex.org上download了miktex2.7,选择了basic安装,安装目录在D:
: miktex/new folder
: 2。用notepad 输入hello world $3+3=6$ \bye save as test.tex
: 3.打开command pro. 到达test 的目录, 然后输入tex test.tex
: 输入 dvips test.dvi
: 4.打开dvi文件,出现hello world 3+3=6 everything is fine now
: 但是下面出现了问题
: 5. 用notepad写
: \documentclass{article}

1 (共1页)
进入TeX版参与讨论
相关主题
dvi转pdf,为什么不见图片linux下编译latex的时候怎么指定为letter size啊?
为什么 \neq 会出错呢?如何让正文和引用使用自己的页号并生成各自的pdf?
newcommand参数重用?beamer里面的字是白色的?
MiKTex 2.6, 如何才能不用PDFLatex请问如何产生letter size的pdf文件?
请教:“.ps file does not exist!”关于prosper,解决问题的5个包子答谢
请教如何用beamer把slides做成handout以便打印?dvips怎么include eps文件?
a problem of page layoutHow to embed fonts
A quick question about page marginA problem with Latex (MikTex+WinEdt), many thanks
相关话题的讨论汇总
话题: miktex话题: 安装话题: hello话题: 宏包