diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-28 23:41:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-28 23:41:38 +0000 |
commit | c0f658f5498ff551dec3709ab78a6c5a3d866752 (patch) | |
tree | 832b7d4b9c3c0d1aac20bc8d1c2f9f6b77ade4fb /Master/texmf-dist/doc/latex/hithesis/back/appA.tex | |
parent | 562cf4801c5cc3c04317bbdaafc94eec984c0d94 (diff) |
hithesis (27aug17)
git-svn-id: svn://tug.org/texlive/trunk@45155 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hithesis/back/appA.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hithesis/back/appA.tex | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hithesis/back/appA.tex b/Master/texmf-dist/doc/latex/hithesis/back/appA.tex new file mode 100644 index 00000000000..45cb667accb --- /dev/null +++ b/Master/texmf-dist/doc/latex/hithesis/back/appA.tex @@ -0,0 +1,34 @@ +% -*-coding: utf-8 -*- +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\chapter{带章节的附录}[Full Appendix]% +完整的附录内容,包含章节,公式,图表等 + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{附录节的内容}[Section in Appendix] +这是附录的节的内容 + +附录中图的示例: +\begin{figure}[htbp] +\centering +\includegraphics[width = 0.4\textwidth]{golfer} +%\bicaption[golfer5]{}{\xiaosi[0]打高尔夫球的人}{Fig.$\!$}{The person playing golf}\vspace{-1em} +\caption{\xiaosi[0]打高尔夫球的人} +\end{figure} + +附录中公式的示例: +\begin{align} +a & = b \times c \\ +E & = m c^2 +\label{eq} +\end{align} + +\chapter{这个星球上最好的免费Linux软件列表}[List of the Best Linux Software in our Planet] +\section*{系统} + +\href{http://fvwm.org/}{FVWM 星球最强大的窗口管理器}——推荐 + +\section*{其他} + +\href{https://github.com/goldendict/goldendict}{goldendict 星球最强大的桌面字典}——推荐 + +\href{http://www.mutt.org/}{mutt 星球最强大的邮件客户端}——推荐 |