latex使用技巧

来源:互联网 发布:js精确到小数点后两位 编辑:程序博客网 时间:2024/06/06 01:02

写作英文论文时,如果要插入中文的话,会产生不能显示中文的问题,解决方法如下:

\documentclass[]{}

\usepackage{CJKutf8}

\begin{document}

\begin{CJK*}{UTF8}{gbsn}

\end{CJK*}

\end{document}


插入图片方法:

\usepackage{graphicx}

\begin{figure} \centering \includegraphics[width=0.7\linewidth]{../../../../Downloads/figure_1} \caption{nono} \label{fig:figure_1} \end{figure}


制作表格方法(例子):

\begin{table}[!t]
\label{table_example1}
\centering
\small
\begin{tabular}{|l|c|c|c|c|}%5列,第一列居左,其余列居中
\hline %画横线
 & {\%} & {$\pi$} & {$\alpha$} & {$\alpha_{U}$}\\\hline
Major Claim & & & &  \\\hline
Claim & & & & \\\hline
Premise  & & & & \\\hlineImplicit Premise & &  &  & \\\hline
\end{tabular}
%\caption{Example commands for accented characters, to be used in, e.g., \BibTeX\ names.}\label{tab:accents}
\setlength{\abovecaptionskip}{10pt} %标题离表格上方距离
\caption{IAA of the First Corpus} %标题名称
\end{table}



输入引号:

左引号是tab键上方的“`”,右引号正常输入。


字体设置:

英文斜体

\textit{}

粗体

\textbf{}

下划线

\underline{}

大小设置


在线合作及帮助检查工具:

sharelatex

0 0
原创粉丝点击