- Latex中 \label{...} 的妙用
参考: Latex中 \label{...} 的妙用_latex label-优快云博客
- LaTex 」写论文,插入序号(分论点)方法
参考: 「 LaTex 」写论文,插入序号(分论点)方法_latex 序号-优快云博客
- Latex中插入图片
\begin{figure}
\end{figure}
- Latex多级标题
\section{一级标题}
\subsection{二级标题}
\subsubsection{三级标题}
- %:\%
- 图片处理
参考:数学建模 latex 图片以及表格排版整理(overleaf)_latex中实验图片如何排版-优快云博客
- 2*2子图并列:
参考:系统学Latex之图片的插入和设置_哔哩哔哩_bilibili
\begin{figure}[H]
\centering
\subfloat[CPU Usage]{\includegraphics[width=0.48\linewidth]{figure/fig7(a).png}}
\subfloat[Memory Usage]{\includegraphics[width=0.48\linewidth]{figure/fig7(b).png}}
\subfloat[Disk Usage]{\includegraphics[width=0.48\linewidth]{figure/fig7(c).png}}
\subfloat[Bandwidth Usage]{\includegraphics[width=0.48\linewidth]{figure/fig7(d).png}}
\caption{Resource usage in each dimension after multiple scheduling}
\label{fig:enter-label}
\end{figure}
*导入 \usepackage{subfig} 才可以使用*
- TABLE:
\begin{table}[H]
\centering
\begin{tabular}{l l c r r}
\hline
Node Type & CPU(millicore) & Memory(MB) & Disk(GB) & Bandwidth(Mbps)\\
\hline
1 & 8000 & 16384 & 512 & 50\\
2 & 16000 & 24576 & 770 & 100\\
3 & 32000 & 32768 & 1024 & 300\\
4 & 64000 & 49152 & 3072 & 500\\
\hline
\end{tabular}
\caption{Different Types of Resource Nodes - Resource Total Information}
\label{tab:my_label}
\end{table}
- Latex中引用参考文献的部分编译后出现空白的问题I suspect you‘ve forgotten a `}‘, causing me to apply this control sequence
- 中文乱码/不显示
参考:Overleaf不显示中文解决办法_其他_王凧-GitCode 开源社区 (youkuaiyun.com)
- 正常情况下,论文使用点乘符号 \cdot
- Elsevier(爱思唯尔)LaTex 模板详细说明