1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
| %!TEX program = xelatex
\documentclass[UTF8,a4paper,fontset=none]{ctexart} \usepackage{titling} \setlength{\droptitle}{-4em}
\usepackage[top=2.54cm, bottom=2.54cm, left=2.8cm, right=2.8cm]{geometry}
\usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \cfoot{\thepage} \renewcommand\headrulewidth{0pt} \linespread{1.5}
\setmainfont{Times New Roman} \setsansfont{Verdana} \setmonofont{Courier New} \setCJKmainfont[BoldFont=FZHei-B01,ItalicFont=FZKai-Z03,BoldItalicFont=FZLiShu-S01]{FZFangSong-Z02} \setCJKfamilyfont{fzxbs}{FZXiaoBiaoSong-B05} \setCJKfamilyfont{fzKai}{FZKai-Z03}
\ctexset{ section = { format = \zihao{3}\bfseries, indent = 2\ccwd, beforeskip = 0ex, afterskip = 0ex, name = {,、}, number = \chinese{section}, aftername = \hspace{0.5em}, }, subsection = { format = \zihao{3}\itshape, indent = 2\ccwd, beforeskip = 0ex, afterskip = 0ex, name = {(,)}, number = \chinese{subsection}, aftername = \hspace{0.5em}, }, subsubsection = { format = \zihao{3}\normalfont\bfseries, indent = 2\ccwd, beforeskip = 0ex, afterskip = 0ex, name = {,.}, number = \arabic{subsubsection}., aftername = \hspace{0.5em}, runin = true, } }
\setlength{\parskip}{0pt}
\title{\zihao{2}\CJKfamily{fzxbs} 工作总结} \author{\zihao{3}\CJKfamily{fzKai} 职务+姓名} \date{}
\begin{document} \maketitle
\zihao{3} \vspace{-3\ccwd} 一个个人总结…… \end{document}
|