zoukankan      html  css  js  c++  java
  • LaTex 基础

    一、文档

      documentclass{article}  %book, report, letter

    二、宏包

      usepackage{amsmath}

    三、正文

      egin{document}

      

      end{document}

    四、符号输入

      \%  =  %

      $  =  $

      {...}  =  {...}

      $ackslash$  =  

     五、标题页

       itle{this is my book}

      author{James Fang}

      date{}  %禁止显示日期

      maketitle

    六、章节

      part{elementary}

      chapter{introduction}

      section{first section}

      subsection{I like food}

    七、目录

       ableofcontents

      mainmatter  正文页码从1开始

      part{advanced}

  • 相关阅读:
    7月27日
    7月26日
    7月25日
    7月24日
    UI基础 选项卡
    UI基础 手势
    UI基础 小球拖拽
    UI基础 事件
    UI基础 自定义视图
    UI基础 视图控制器
  • 原文地址:https://www.cnblogs.com/alsofly/p/3614755.html
Copyright © 2011-2022 走看看