空白文档
\documentclass{article} \usepackage{graphicx} % Required for inserting images \title{Long Distance Navigation_v1} \author{1051196347 } \date{May 2023} \begin{document} \maketitle \section{Introduction} \end{document}
目录
\documentclass{article} \title{XIDIAN UNIVERSITY} %———总标题 \author{YanTaTaiBai} \begin{document} \maketitle % —— 显示标题 \tableofcontents %—— 制作目录(目录是根据标题自动生成的) \section{China} %——一号子标题 China is in East Asia. \subsection{Shannxi} %——二号子标题 Beijing is the capital of China. \subsubsection{Xian} %——三号子标题 \paragraph{XIDIAN UNIVERSITY}is a famous university. %{}中的内容加粗显示 \subparagraph{School of telecommunication engineering} is in the best institute of XDU. \subsection{State Key Laboratory of ISN } \paragraph{XiDian University} is the best university in communications industry. \end{document}
1设置中文显示
1. 加入package:
\usepackage[UTF8]{ctex}
2. 设置->修改Latex引擎->选择“XeLatex”。
2 文字编辑
2.1颜色
导入头文件
\usepackage{color}
文本加色
\textcolor[rgb]{1,0,0}{文本颜色修改1, 颜色参数范围为[0,1]} \textcolor{blue} {文本颜色修改2,可选颜色red/blue/green/black/white/cyan/magenta/yellow }
小标题加粗
\item \textbf{Local mapping thread.}
3 插图演示
\begin{figure}[!t] \centering \includegraphics[width=2.5in]{img/gnss辅助的视觉束调整(BA)} \caption{GPS optimization visual diagram.} \label{fig_1} \end{figure}
4 引用
4-1 插图
This is figure \ref{这是第五张图片}
4-2文献
要引用的地方加上
\cite{ref-unpublish,ref-communication,ref-proceeding}.
后面目录加上
目录头
\begin{adjustwidth}{-\extralength}{0cm} \reftitle{References} \begin{thebibliography}{999} % Reference 1 \bibitem[Author1(year)]{ref-journal} Author~1, T. The title of the cited article. {\em Journal Abbreviation} {\bf 2008}, {\em 10}, 142--149. % Reference 2 \bibitem[Author2(year)]{ref-book1} Author~2, L. The title of the cited contribution. In {\em The Book Title}; Editor 1, F., Editor 2, A., Eds.; Publishing House: City, Country, 2007; pp. 32--58. % Reference 3 \bibitem[Author3(year)]{ref-book2} Author 1, A.; Author 2, B. \textit{Book Title}, 3rd ed.; Publisher: Publisher Location, Country, 2008; pp. 154--196. % Reference 4 \bibitem[Author4(year)]{ref-unpublish} Author 1, A.B.; Author 2, C. Title of Unpublished Work. \textit{Abbreviated Journal Name} year, \textit{phrase indicating stage of publication (submitted; accepted; in press)}. % Reference 5 \bibitem[Author5(year)]{ref-communication} Author 1, A.B. (University, City, State, Country); Author 2, C. (Institute, City, State, Country). Personal communication, 2012. % Reference 6 \bibitem[Author6(year)]{ref-proceeding} Author 1, A.B.; Author 2, C.D.; Author 3, E.F. Title of presentation. In Proceedings of the Name of the Conference, Location of Conference, Country, Date of Conference (Day Month Year); Abstract Number (optional), Pagination (optional). \end{thebibliography} \end{adjustwidth}
5文章设置
5-1条目
\begin{itemize} \item First bullet; \item Second bullet; \item Third bullet. \end{itemize}
5-2 字体加黑
5-3 插入网页链接
\url{https://search.crossref.org/funding}, any errors may affect your future funding.}