您的位置:首页 > 其它

latex使用技巧

2017-03-16 20:52 162 查看
写作英文论文时,如果要插入中文的话,会产生不能显示中文的问题,解决方法如下:

\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  & & & & \\\hline
Implicit 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: