office_tools 版 (精华区)

发信人: zjliu (秋天的萝卜), 信区: office_tools
标  题: 提供一个数学模型的LaTeX模版  zz
发信站: 哈工大紫丁香 (Mon Apr 26 20:31:19 2004), 站内信件

发信站: 北大未名站  

 

最近看到大家都在吭哧吭哧地学习LaTeX,无奈为形势所逼。这里提供一个模版,让大家

减少n个小时的工作量。

\documentclass[a4paper,11pt]{article}
\usepackage{CJK}
\usepackage{CJKnumb}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{fancyhdr}
\usepackage{indentfirst}
\usepackage{titlesec}

%页面设置
%行距
\renewcommand{\baselinestretch}{1.2}
%页边距
\topmargin 0cm \oddsidemargin 0.66cm \evensidemargin 0.66cm
\textwidth 14.66cm \textheight 22.23cm
%段落缩进
\parindent 5ex

\begin{document}
\begin{CJK*}{GBK}{song}

%摘要标题
\renewcommand{\abstractname}{\large \CJKfamily{hei}摘\;\;要}
%节标题
\titleformat{\section}[hang]
   {\normalfont\bfseries\Large\CJKfamily{hei}}
   {\CJKnumber{\arabic{section}}}
   {12pt}{\Large}
%小节标题
\titleformat{\subsection}[hang]
   {\normalfont\bfseries\large\CJKfamily{hei}}
   {(\CJKnumber{\arabic{subsection}})}
   {12pt}{\large}
%图标题
\renewcommand{\figurename}{图}
%表格标题
\renewcommand{\tablename}{表}
%参考文献标题
\renewcommand{\refname}{参考文献}


%在这里填写页眉和页脚
\pagestyle{fancy} \lhead{数学模型} \chead{} \rhead{我的数学模型}
\lfoot{} \cfoot{\thepage} \rfoot{}
\renewcommand{\headrulewidth}{0.4pt}

%在这里填写标题和作者
\title{\textbf{我的数学模型}}
\author{Bob\thanks{e-mail: herr\_bob@etang.com}\\数学科学学院,北京大学}
\date{\today}
\maketitle

%在这里填写摘要
\begin{abstract}
本文提供了一个简单的数学模型论文模版,运行环境为CTEX
2.2.4\footnote{www.ctex.org}。
\end{abstract}

%在这里填写关键字
\vspace{5ex} {\large \CJKfamily{hei}关键字}:数学模型,LaTeX,CJK
\vspace{5ex}

%开始正文

\section{第一节的标题}
\subsection{第一小节的标题}

本文提供了一个《数学模型》课论文的模版。对于\LaTeX
语言有问题的可以到我的ftp \footnote{ftp://162.105.108.152,
mathematics:riemann}的LaTeX
目录下载电子书籍。incoming目录里面提供了一个字体、简单数学公式的文件all\-eff

ect.tex,可以参考其他疑问可以访问www.ctex.org/bbs.ctex.org。

\LaTeX 的优点是:
\begin{enumerate}
\item{数学公式美观}
\item{排版格式好看}
\end{enumerate}

它的缺点是:
\begin{itemize}
\item{代码复杂}
\item{效率低下}
\end{itemize}
但是,俗话说得好:
\begin{quote}
“世上无难事,只怕有心人。”
\end{quote}
所以,我们不应该怕它。\\

\begin{tabular}{ll}
\hline \hline
中文名称&英文名称\\
\hline
数学分析&Calculus \& Analysis\\
高等代数&Advanced Algebra\\
解析几何&Analytical Geometry\\
\hline\hline
\end{tabular} \label{table1}\\

文献的引用(Bob,2003,\cite{bob1})。表格的引用(表\ref{table1})

就这些吧。数学符号和图形文章里一定会有的(不然还用\LaTeX
),所以这里就不介绍了。

%在这里填写参考文献
\newpage
\begin{thebibliography}{99}
\bibitem{author1} 著者,书籍名称,出版社,版本/出版年份,页数
\bibitem{author2} 作者,文献名称,年份,刊物,卷号:页号

\bibitem{bob1} Bob,alleffect.tex,2003
\end{thebibliography}

\end{CJK*}
\end{document}


--


--
╔═══════════════════╗
║★★★★★友谊第一  比赛第二★★★★★║
╚═══════════════════╝

※ 来源:.哈工大紫丁香 bbs.hit.edu.cn [FROM: 202.118.229.162]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:5.697毫秒