diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-12 16:00:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-12 16:00:16 +0000 |
commit | 2ab7f176a961c34e91af823a946e0570d299448c (patch) | |
tree | 5ed54911587c61e26d8f490b8e77fb5600efd573 /Master/texmf-dist/doc/latex/xduthesis/examples/ch01-intro.tex | |
parent | a486e5253985b30ecf5c5be57cd33f9b4e169143 (diff) |
xduthesis (11feb16)
git-svn-id: svn://tug.org/texlive/trunk@39693 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/xduthesis/examples/ch01-intro.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/xduthesis/examples/ch01-intro.tex | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/xduthesis/examples/ch01-intro.tex b/Master/texmf-dist/doc/latex/xduthesis/examples/ch01-intro.tex new file mode 100644 index 00000000000..10703131d15 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xduthesis/examples/ch01-intro.tex @@ -0,0 +1,48 @@ +%% ---------------------------------------------------------------------- +%% START OF FILE +%% ---------------------------------------------------------------------- +%% +%% Filename: ch01-intro.tex +%% Author: Fred Qi +%% Created: 2011-03-14 18:22:25(+0800) +%% +%% ---------------------------------------------------------------------- +%%% CHANGE LOG +%% ---------------------------------------------------------------------- +%% Last-Updated: 2014-11-24 16:57:28(+0300) [by Fred Qi] +%% Update #: 43 +%% ---------------------------------------------------------------------- + +\chapter{\texorpdfstring{\XeLaTeX{}}{XeLaTeX}模板简介} +\label{cha:intro} + +本模板的示例论文体例结构仅供学习使用本模板之用,并不是撰写学位论文的所必需遵守的 +模式。具体写作时请根据自己所做的工作内容组织文章结构。 + +\section{学位论文格式要求} +\label{sec:motivation} + +在这里介绍论文工作的目标,即做什么,为什么做。 + +\section{\texorpdfstring{\XeLaTeX{}}{XeLaTeX}模板简介} +\label{sec:related-works} + +本文后续部分安排如下,本模板的示例论文体例结构仅供学习使用本模板之用,并不是撰写 +学位论文的所必需遵守的模式。具体写作时请根据自己所做的工作内容组织文章结构。 + +\section{本文组织结构} +\label{sec:organization} + +\subsection{文章结构} +\label{sec:suborganization} + +本文后续部分安排如下,本模板的示例论文体例结构仅供学习使用本模板之用,并不是撰写 +学位论文的所必需遵守的模式。具体写作时请根据自己所做的工作内容组织文章结构。 + + +%%% Local Variables: +%%% TeX-master: "thesis-doctor.tex" +%%% End: +%% ---------------------------------------------------------------------- +%%% END OF FILE +%% ----------------------------------------------------------------------
\ No newline at end of file |