欢迎来到天天文库
浏览记录
ID:32535385
大小:73.30 KB
页数:6页
时间:2019-02-11
《latex排版常用字体和格式设置2010》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、LaTeX排版常用字体和格式设置2010-05-0515:11:23分类:LINUXusepackage{mathbbold}usepackage{CJK,CJKnumb}usepackage{indentfirst} %首行缩进宏包usepackage{latexsym,bm} %处理数学公式中和黑斜体的宏包usepackage{amsmath,amssymb} %AMSLaTeX宏包用来排出更加漂亮的公式usepackage{graphicx}usepackage{cases}usepac
2、kage{pifont}usepackage{txfonts}%%%%%%%%%%%CJK下设置中文字体%%%%%%%%%%%%%ewcommand{song}{CJKfamily{song}} %宋体 (Windows自带simsun.ttf)ewcommand{fs}{CJKfamily{fs}} %仿宋体(Windows自带simfs.ttf)ewcommand{kai}{CJKfamily{kai}} %楷体 (Windows自带simkai.ttf)ewcommand{
3、hei}{CJKfamily{hei}} %黑体 (Windows自带simhei.ttf)ewcommand{li}{CJKfamily{li}} %隶书 (Windows自带simli.ttf)%%%%%%%%%%% 设置字体大小%%%%%%%%%%%%%ewcommand{chuhao}{fontsize{42pt}{baselineskip}selectfont}ewcommand{xiaochuhao}{fontsize{36pt}{baselineskip}sele
4、ctfont}ewcommand{yihao}{fontsize{28pt}{baselineskip}selectfont}ewcommand{erhao}{fontsize{21pt}{baselineskip}selectfont}ewcommand{xiaoerhao}{fontsize{18pt}{baselineskip}selectfont}ewcommand{sanhao}{fontsize{15.75pt}{baselineskip}selectfont}ewcomm
5、and{sihao}{fontsize{14pt}{baselineskip}selectfont}ewcommand{xiaosihao}{fontsize{12pt}{baselineskip}selectfont}ewcommand{wuhao}{fontsize{10.5pt}{baselineskip}selectfont}ewcommand{xiaowuhao}{fontsize{9pt}{baselineskip}selectfont}ewcommand{liuhao}{
6、fontsize{7.875pt}{baselineskip}selectfont}ewcommand{qihao}{fontsize{5.25pt}{baselineskip}selectfont}%%%%%%%%设置版心%%%%%%%%%%%%%setlength{textwidth}{14cm}setlength{textheight}{20cm}setlength{hoffset}{0cm}setlength{voffset}{0cm}setlength{parindent}{2em}
7、 %首行两个汉字的缩进量setlength{parskip}{3ptplus1ptminus1pt}%段落之间的竖直距离renewcommand{baselinestretch}{1.2} %定义行距setlength{abovedisplayskip}{2ptplus1ptminus1pt} %公式前的距离setlength{belowdisplayskip}{6ptplus1ptminus1pt} %公式后面的距离setlength{arraycolsep}{2pt}
8、 %在一个array中列之间的空白长度,因为原来的太宽了allowdisplaybreaks[4]%eqnarray如果很长,影响分栏、换行和分页 %(整块
此文档下载收益归作者所有