\documentclass[a4paper,11pt]{article} \usepackage[dvips]{graphicx}%插入pdf图片 \usepackage{multirow}%行合并用\multirow命令 \usepackage{CJKutf8} \usepackage{indentfirst,latexsym,amssymb,bm} \usepackage[unicode,colorlinks,linkcolor=red,anchorcolor=blue,citecolor=green]{hyperref}%目录可以链接 \usepackage{listings} \usepackage{upquote}%这样做到只在verbatim环境中使用单引号了. \usepackage[T1]{fontenc}%这样可以得到正确的双引号,而且代码的字体可以保持不变,呵呵 \lstset{ %backgroundcolor=\color[RGB]{245,245,244}, backgroundcolor=\color[RGB]{204,232,207},%眼科 %backgroundcolor=\color[RGB]{0,200,0},%绿 %backgroundcolor=\color[RGB]{255,255,0},%黄 %backgroundcolor=\color[rgb]{0,1,0.76}, extendedchars=false, frame=shadowbox, basicstyle=\footnotesize, numbers=left, numberstyle=\tiny\color[RGB]{0,192,192}, keywordstyle=\bf\color{blue}, identifierstyle=\bf, commentstyle=\it\color[RGB]{0,96,96}, stringstyle=\rmfamily\slshape\color[RGB]{128,0,0}, escapeinside=``%使用 “逃逸” 字串来显示中文 } \author{} \title{ \thanks{文本整理:virhuiai}} \renewcommand{\baselinestretch}{1.5} % 行距 \begin{document} \begin{CJK*}{UTF8}{nsung} \maketitle \tableofcontents %\begin{center}\includegraphics[width=0.3\textwidth]{0211.pdf}\end{center} \newpage \end{CJK*} \end{document}