追加的英文计算机,Latex同时添加中英文摘要
注重版權,若要轉載煩請附上作者和鏈接
作者:Joshua_yi
鏈接:https://blog.csdn.net/weixin_44984664/article/details/106168468
哎,已經步入了開始寫論文的年紀了,從之前的上傳作業也慢慢變成了上交論文
第一次用latex這玩意寫論文
遇到了要同時添加中英文的摘要的問題
查了半天,將解決辦法記錄下來
先看一下效果
要怎么做嘞
使用的平臺:overleaf
參考網站:https://upl.io/rwb9ra
具體步驟
1、開頭添加
\newcommand{\enabstractname}{Abstract}
\newcommand{\cnabstractname}{摘要}
\newenvironment{enabstract}{%
\par\small
\noindent\mbox{}\hfill{\bfseries \enabstractname}\hfill\mbox{}\par
\vskip 2.5ex}{\par\vskip 2.5ex}
\newenvironment{cnabstract}{%
\par\small
\noindent\mbox{}\hfill{\bfseries \cnabstractname}\hfill\mbox{}\par
\vskip 2.5ex}{\par\vskip 2.5ex}
2、使用方法
\maketitle %添加這一句才能夠顯示標題等信息
%摘要開始部分
\begin{cnabstract}
摘要正文
\par\textbf{關鍵字: } 關鍵字1,關鍵字2,關鍵字3
%“\par在段首,表示另起一行,“\textbf{}”,花括號內的內容加粗顯示
\end{cnabstract}
\begin{enabstract}
English abstract
\par\textbf{Keywords:} keyword1, keyword2, keyword3
%“\par在段首,表示另起一行,“\textbf{}”,花括號內的內容加粗顯示
\end{enabstract}
3、繼續肝論文
啥也不說了,一個字“兄弟們,干他!!!”
總結
以上是生活随笔為你收集整理的追加的英文计算机,Latex同时添加中英文摘要的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux 进程 命令 cat,Linu
- 下一篇: oracle 如何 更改 ref cur