2009年7月5日星期日

使用LaTeX - 尝试编

LaTeX
http://www.latex-project.org/
基于TeX的科技类文档排版系统
优势主要在编排文档结构和插入数学公式

首推教程:
http://www.latex-project.org/guides/
The (Not So) Short Introduction to LaTeX2e
This document by Tobias Oetiker et al is a good beginner's tutorial. There are a number of translations available.
有中文翻译和源码,查阅也较方便

使用Lyx
"所意即所得"的可视化编辑工具
注意是否安装了所需的软件包,可以在新立得里查找,
可能有"lyx","latex-cjk-chinese"。

在lyx中使用中文
文档>首选项>
语言>编码=Unicode(CJK)(utf8)
LaTex序=\CJKencfamily{UTF8}{gbsn}
其中
gbsn为简宋
gkai为简楷
bsmi,bkai为正體

使用scite编辑.tex文件
用户配置添加
(我是xunbuntu904安装了lyx后)
code.page=65001
command.name.0.$(file.patterns.latex)=View
#command.subsystem.0.*=1
command.0.$(file.patterns.latex)=exo-open $(FileName).pdf
以下由配置好的Lyx的空白文档生成的中文"helloworld",可用scite的Tools菜单中Build和View来生成和查看pdf文件。

%% LyX 1.6.2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{CJKutf8}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\CJKencfamily{UTF8}{gkai}



\begin{document}
\begin{CJK}{UTF8}{}%
你好
\end{CJK}

\end{document}


编辑工具如Kile,Texmaker预设了可插入分类的常用标签。
注意这些软件会依赖较大量的其他软件包。

实用资料
CTEX: 中文TeX网站
http://www.ctex.org/
LaTeX 编辑部
http://zzg34b.w3.c361.com
LaTeX学习
http://latex.yo2.cn/
LaTeX - Wikipedia, the free encyclopedia
http://en.wikipedia.org/wiki/LaTeX

实用功能的分类概念与对应命令
...

无关
http://www.mathway.com
http://code.google.com/p/scitelatexide/

没有评论: