Giter VIP home page Giter VIP logo

rucbeamer's Introduction

1. 打开文件夹,用 Rstudio 打开 ch1.RMD 文件,然后点击 Knit 编译生成 beamer。
2. 一个 # 号开始一个新的章节,两个 # 号开始一张新的幻灯片。
3. 在每一页幻灯片中,可以分别用 * + - 生成不同级别的 item,注意缩进,注意符号后要有一个空格,例如:
  * **
      + 广东
          - 广州
          - 深圳
      + 湖南
          - 长沙
4. 如果需要枚举,用“数字.”代替上面的 * + - 即可,注意“.”之后要有空格,例如:
  * **
      + 广东
          1. 广州
          2. 深圳
      + 湖南
          1. 长沙
5. 为了规范使用,建议将图片统一放在一个子文件夹中,例如 figure 文件夹,然后通过以下方式引用:
  ![图片名称](图片路径)
  例如:
  ![婴儿名数据集](figure/baby.jpg){ width="60%" }
  最后一个指令是将图片缩成原来的60%,注意大括号和 width=60% 之间一定要有空格,才能生效。
6. 如果插入图片成功,在编译前就可以看到预览。没看到则表示文件路径出错。
7. 以 ruc 开头的图片是用来生成模板的,不要放在 figure 文件夹里。
8. 其他文件也与生成模板有关,一般不需要动。  
9. 数学符号的输入跟 LaTeX 一致,如果输入正确的话在编译前可以看到预览。

rucbeamer's People

Contributors

rucliyang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.