空白文档
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | \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} |
目录
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | \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:
1 | \usepackage[UTF8]{ctex} |
2. 设置->修改Latex引擎->选择“XeLatex”。
2 文字编辑
2.1颜色
导入头文件
\usepackage{color}
文本加色
1 2 3 4 | \textcolor[rgb]{ 1 , 0 , 0 }{文本颜色修改 1 , 颜色参数范围为[ 0 , 1 ]} \textcolor{blue} {文本颜色修改 2 ,可选颜色red / blue / green / black / white / cyan / magenta / yellow } |
小标题加粗
1 | \item \textbf{Local mapping thread.} |
3 插图演示
1 2 3 4 5 6 | \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文献
要引用的地方加上
1 | \cite{ref - unpublish,ref - communication,ref - proceeding}. |
后面目录加上
目录头
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 | \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条目
1 2 3 4 5 | \begin{itemize} \item First bullet; \item Second bullet; \item Third bullet. \end{itemize} |
5-2 字体加黑
5-3 插入网页链接
1 | \url{https: / / search.crossref.org / funding}, any errors may affect your future funding.} |
分类:
1_0论文写作(1)基本工具使用
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· winform 绘制太阳,地球,月球 运作规律
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
2018-06-01 心灵感应灯 一 硬件程序 干净版
2018-06-01 (2)小彩灯接收数据解析
2018-06-01 JSON数据解析(自写)