- 1、本文档被系统程序自动判定探测到侵权嫌疑,本站暂时做下架处理。
- 2、如果您确认为侵权,可联系本站左侧在线QQ客服请求删除。我们会保证在24小时内做出处理,应急电话:400-050-0827。
- 3、此文档由网友上传,因疑似侵权的原因,本站不提供该文档下载,只提供部分内容试读。如果您是出版社/作者,看到后可认领文档,您也可以联系本站进行批量认领。
查看更多
Latex 讲义
Latex 讲义
我们简要讲述如何用Latex排版论文及书籍.
相关资源:
CTeX-2.4.2-Full CTeX-Fonts-2.4.4
CTeX-CS-1.4.3 CTeX-Ext-1.1.0
参考书:
LaTeX 科技排版指南 作者:邓建松,彭冉冉,陈长松, 科学出版社
/pub/tex/documents/bible/latex_manual.zip
CteX-FAQ: /pub/tex/CTDP/ctex-faq/
LaTeX插图指南(epslatex)中文版:
/pub/tex/documents/bible/latex_graphics.zip
C:\CTeX\CTEX\doc
1 科技论文的结构
科技论文的结构一般主要包含如下几部分:
1. 标题部份 (包括论文题目,作者及其信息)
2. 摘要
3. 文章正文
4. 参考文献
5. 附录(大多文章没有)
与Word的一些比较:
1. 用Latex 排版时书写的是源文件(*.tex), 需要编译以后才能得到需要的文件(一般为
*.pdf 或*.ps);
2. 在Word中, 改变字体,颜色, 插入空格, 空行等,都通过菜单或工具栏直接在文件上
进行,而Latex是在源文件上,通过命令,环境来改变pdf或ps 文件中的相应部份.
3. ……
例一(eigen.pdf)
这几部分如何排版: 例二(example1.tex)
1
Latex 讲义
example1.tex: 后缀名tex
所有tex文件开头都规定
文档类型,有article, book,
\documentclass{article} report,letter.
\begin{document} 开 始 正 式 书 写 文 章 内 容 . 以 \begin{document} 开 始 , 以
\end{document}结束. 在这个环境以外的内容都不会显示
\title{
\title{
\\ttiittllee{{AdaptiveFiniteElementAlgorithms forEigenvalueProblems
Based onGradient RecoveryTypeaPosterioriErrorEstimates 论文标题
\thanks{
\thanks{
\\tthhaannkkss{{Subsidized by the Special Funds forMajor StateBasic
Research Projects,and also supportedin partby the Chinese
National NaturalScienceFoundationand the KnowledgeInnovation 项目,资助等,显示
于文章首页下方
}}
}}
ProgramoftheChineseAcademy ofSciences.}}}}
\author{Dong Mao \thanks{InstituteofComputational
Mathematics and Scientific/Engineering Computing,
- Academy o
文档评论(0)