1. 采用的模板为网上实验报告模版链接为
【LaTeX】 案例分析 (8) - 高等数学分析 Mathematica 实验报告_Teddy van Jerry的博客-CSDN博客
Tex Studio更新目录需要重新注释掉编译然后再解开编译,非常奇怪
2. 封面和页眉的模板链接为
https://github.com/cs2894/weiyang-latex-template
3. 组合后的链接为
Empty 留空等待添加github上
4. 遇到以下问题
1) 打出波浪号 \sim
2) 正态分布的 \mu \sigma
3) 上下标 上标 还不知道 下标 _ 参考LaTeX常用篇(二)---上下标/分式/根式/求和/连乘/极限/积分/希腊字母 - jianli-Alex - 博客园
4) 大于等于,小于等于
latex 大于小于大于等于小于等于_junruit的博客-CSDN博客_latex 小于等于
5) 特殊符号与字体
LaTeX —— 特殊符号与数学字体_https://space.bilibili.com/59807853-CSDN博客_latex mathcal
6) 目录生成
\documentclass{article}
\begin{document}
\tableofcontents
\newpage
\section{First Section}
some text
\subsection{First Sub Section}
some text
\end{document}
7) 表格在线编辑器Create LaTeX tables online – TablesGenerator.com
8 ) \newpage 下一页