码迷,mamicode.com
首页 > 其他好文 > 详细

测试环境

时间:2019-06-21 11:07:37      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:his   文字   bottom   roc   number   efi   mil   asc   absolute   

 

 

1 测试环境的例子

\documentclass{article} %声明文档的类型是文章
\begin{document}  %文档开始

this is my first document

\end{document} %文档结束

2 中文环境

\documentclass[UTF8]{ctexart}
\begin{document}

\section{文字}
文字排版
\section{数学}
\[
        a^2 + b^2 = c^2
\]

\end{document}

Created: 2019-06-21 周五 10:47

 

源文件

* 测试环境的例子
#+BEGIN_SRC latex
  \documentclass{article} %声明文档的类型是文章
  \begin{document}  %文档开始

  this is my first document

  \end{document} %文档结束
#+END_SRC
* 中文环境
#+BEGIN_SRC latex
  \documentclass[UTF8]{ctexart}
  \begin{document}

  \section{文字}
  文字排版
  \section{数学}
  \[
      a^2 + b^2 = c^2
  \]

  \end{document}
#+END_SRC

 

测试环境

标签:his   文字   bottom   roc   number   efi   mil   asc   absolute   

原文地址:https://www.cnblogs.com/heidekeyi/p/11063292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!