单词首字母大写
宏包
\usepackage{mfirstuc}
全部大写
\capitalisewords{Numerical simulation of circulation mechanism of hydrothermal system on ultraslow spreading ridges}
单词首字母全部大写
排除虚词
在宏包引用下方加入\MFUnocap
排除你要指定的虚词即可
\MFUnocap{are}
\MFUnocap{is}
\MFUnocap{of}
排除虚词of之后
图片裁剪
有时候加入的图片有白色边界,这不是我们想要的效果。可以通过latex的图片裁剪功能剪切掉白色边框,更容易控制图片的大小并使得图片在文中显示更美观。
\begin{figure}[htbp]
\centering
\includegraphics[height=0.9\textheight,trim={4.5cm 1cm 1.8cm 0},clip]{FlowChart_Chalcopyrite}
\caption{三元耦合模型中的黄铜矿和黄铁矿求解流程图}
\label{fig:FlowChart_Chalcopyrite}
\end{figure}