Chinaunix首页 | 论坛 | 博客
  • 博客访问: 621747
  • 博文数量: 69
  • 博客积分: 1891
  • 博客等级: 上尉
  • 技术积分: 1359
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-20 23:38
文章分类

全部博文(69)

文章存档

2012年(46)

2011年(23)

分类: WINDOWS

2012-04-11 19:28:36

一、 MikTex是LaTex的一个发布版本,在下载,安装即可。
二、简单示例

点击(此处)折叠或打开

  1. \documentclass[a4paper,12pt]{article}
  2. \begin{document}

  3. The foundations of the rigorous study of \emph{analysis}
  4. were laid in the nineteenth century, notably by the
  5. mathematicians Cauchy and Weierstrass. Central to the
  6. study of this subject are the formal definitions of
  7. \emph{limits} and \emph{continuity}.

  8. Let $D$ be a subset of $\bf R$ and let
  9. $f \colon D \to \mathbf{R}$ be a real-valued function on
  10. $D$. The function $f$ is said to be \emph{continuous} on
  11. $D$ if, for all $\epsilon > 0$ and for all $x \in D$,
  12. there exists some $\delta > 0$ (which may depend on $x$)
  13. such that if $y \in D$ satisfies
  14. \[ |y - x| < \delta \]
  15. then
  16. \[ |f(y) - f(x)| < \epsilon. \]

  17. One may readily verify that if $f$ and $g$ are continuous
  18. functions on $D$ then the functions $f+g$, $f-g$ and
  19. $f.g$ are continuous. If in addition $g$ is everywhere
  20. non-zero then $f/g$ is continuous.

  21. \end{document}
点击排版,输出如下
三、中文支持

点击(此处)折叠或打开

  1. \documentclass[UTF8]{ctexart}
  2. \begin{document}
  3. 中文
  4. 中文
  5. 中文

  6. \end{document}
如果没有[UTF8]的话,中文会乱码,编译时会下包,找一个合适的源下完即可。
阅读(35323) | 评论(9) | 转发(0) |
给主人留下些什么吧!~~

kenvifire2012-04-17 09:37:55

桔色花花朵: 博主貌似很专业,是主要研究哪方面的?.....
没有什么方向,小小程序员一枚,呵呵。

桔色花花朵2012-04-16 21:44:06

博主貌似很专业,是主要研究哪方面的?

小蝌蚪1232012-04-15 20:46:29

latex 里的micro miktex 文件有多大? ???怎么下的好慢啊

十七岁的回忆2012-04-15 20:22:32

恩恩,的确 MikTex比较好用~~

kenvifire2012-04-14 17:15:57

小小小毛驴: 这么多免费的,为什么都用LaTex???.....
因为LaTex排版最好啊,knuth当初是受不了当时的排版系统把他写的书排的那么难看,花了十年功夫来做的这套系统。