使用Latex制作分享,演讲,Presentation用的Slides,PPT——Beamer教程

Posted 小哈里

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Latex制作分享,演讲,Presentation用的Slides,PPT——Beamer教程相关的知识,希望对你有一定的参考价值。

1、什么是Beamer

什么是Slides?

  • Slides指的是幻灯片,常见的包括Microsoft 的PPT, macOS的Keynote,Google的Google Slides等。

什么是Beamer?

  • Beamer 是一个用于创建演示文稿 LaTeX 的文档类。
  • 作为LaTeX的一个文档类,Beamer文档和LaTeX文档一样都是纯文本文件。且beamer兼容LaTeX常见的命令,拥有LaTeX所拥有的绝大多数优点,排版美观,且能够更加专注于编写文档时的思路。
  • 因此Beamer经常被用于制作各种学术场合分享用的PPT。

2、如何使用Beamer

从一个简易的模板开始

  • \\documentclassBeamer声明Beamer演示文稿
    \\begindocument 前的区域为导言区
    \\document文档
    \\frame页面
  • 单行内容\\framexxx
    多行内容\\beginframe xxx \\endframe
\\documentclassbeamer

\\titleSample title
\\authorAnonymous
\\instituteOverleaf
\\date2021

\\begindocument

%标题页
\\frame\\titlepage

%slide页面
\\beginframe
\\frametitleSample frame title
This is some text in the first frame. This is some text in the first frame. This is some text in the first frame.
\\endframe

\\enddocument

beamer内置有许多不同的主题可以使用
更多可以参考:https://blog.csdn.net/zhouxiaowei1120/article/details/82818295

通过\\usethemexxx指定使用的主题

\\documentclassbeamer

\\titleSample title
\\authorAnonymous
\\instituteOverleaf
\\date2021

\\usethemeMadrid
\\usecolorthemebeaver %一个主题可以与一个颜色主题相结合,以改变不同元素使用的颜色

\\begindocument


%标题页
\\frame\\titlepage

%slide页面
\\beginframe
\\frametitleSample frame title
This is some text in the first frame. This is some text in the first frame. This is some text in the first frame.
\\endframe

\\enddocument



在frame中可以使用高亮

\\documentclassbeamer

\\titleSample title
\\authorAnonymous
\\instituteOverleaf
\\date2021

\\usethemeMadrid
\\usecolorthemebeaver

\\begindocument


%标题页
\\frame\\titlepage

%slide页面
\\beginframe
\\frametitleSample frame title
This is some text in the first frame. This is some text in the first frame. This is some text in the first frame.
\\endframe

%slide页面2
\\beginframe
\\frametitleSample frame title

In this slide, some important text will be
\\alerthighlighted because it's important.
Please, don't abuse it.

\\beginblockRemark
Sample text
\\endblock

\\beginalertblockImportant theorem
Sample text in red box
\\endalertblock

\\beginexamples
Sample text in green box. The title of the block is ``Examples".
\\endexamples
\\endframe


\\enddocument

3、Beamer模板下载

一些有名的民间Github开源项目?

  • SJTU:https://github.com/sjtug/SJTUBeamer
  • PKU:https://github.com/inFaaa/PKU-Beamer-Theme
  • THU:https://github.com/YangLaTeX/thubeamer
  • ZJU:https://github.com/corenel/zju-beamer-theme
  • CQU:https://github.com/Wusir2018/CQU-Beamer-LaTex
  • CNNU:https://github.com/K-JW/CCNU_BeamerTemplate
  • SEU:https://github.com/TouchFishPioneer/SEU-Beamer-Slide
  • SYSU:https://github.com/yxnchen/sysu-beamer-template
  • RUC:https://github.com/andelf/ruc-beamer-template
  • Waseda:https://github.com/fuujiro/Waseda-Beamer-Slide
  • HUST:https://github.com/Urinx/LaTeX-PPT-Template




F、参考资料

一份其实很短的 LaTeX 入门文档:https://liam.page/2014/09/08/latex-introduction/
LaTeX Beamer 笔记:https://blog.csdn.net/SmalOSnail/article/details/120649809

以上是关于使用Latex制作分享,演讲,Presentation用的Slides,PPT——Beamer教程的主要内容,如果未能解决你的问题,请参考以下文章

如何在LaTeX中制作这样的插图,图片+文字?

LaTeX - 制作更轻的文本版本,如反粗体?

使用latex撰写博士,硕士学位论文(浙大博士经验分享)

Latex:表格制作全攻略

如何在Latex中制作树状图?

B站直播 | Latex工具使用教学及论文经验分享