LaTeXBeamer笔记——用LaTeX做演示文稿

更新时间:2023-06-21 21:10:38 阅读: 评论:0

LaTeXBeamer笔记——⽤LaTeX做演⽰⽂稿⽂章⽬录
LaTeX快速⼊门:
我的博客:
简介
Beamer是⼀个功能强⼤且灵活的LaTeX类,可⽤于创建美观的演⽰⽂稿。
\documentclass{beamer}
%Information to be included in the title page:
\title{Sample title}职场新人
\author{Anonymous}
\institute{Overleaf}
\date{2021}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Sample 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.
\end{frame}
\end{document}
⽤TeXStudio编译预览,可⽣成⽂档如下:
编译后,将⽣成⼀个两页的PDF⽂件。第⼀页是标题页,第⼆页包含⽰例内容。
\documentclass{Beamer} - 声明Beamer演⽰⽂稿
\document - ⽂档
\frame - ⽂档中的页
变量以\为开头
注释以%为开头
单⾏内容 - \frame{xxx}
多⾏内容 - \begin{frame} xxx \end{frame}
可以通过\utheme{xxx}指定使⽤的主题
\begin{document} 前的区域叫做导⾔区
Beamer主要功能
标题页
标题页的选项⽐中提供的选项多。下⾯是⼀个完整⽰例,⼤多数命令都是可选的:
\title[About Beamer] %optional
{About the Beamer class in prentation making}
sleep是什么意思\subtitle{A short story}
\author[Arthur, Doe] % (optional, for multiple authors)
{A.~B.~Arthur\inst{1} \and J.~Doe\inst{2}}
\institute[VFU] % (optional)
{
\inst{1}%
Faculty of Physics\\
Very Famous University
\and
\inst{2}%
Faculty of Chemistry\\
Very Famous University
}
\date[VLC 2021] % (optional)
{Very Large Conference, April 2021}
\logo{\includegraphics[height=1cm]{overleaf-logo}}
\title[About Beamer] {About the }
主标题,{}中的内容为标题,[]是可选的,其中的内容为标题缩写缩写中的内容出现在演⽰⽂稿最底部(不同主题位置可能不同)
\subtitle
副标题(可以没有)
\author[Arthur, Doe]{A.~B.~Arthur\inst{1} \and J.~Doe\inst{2}}
作者。多个作者⽤\and分隔,\inst{1} - 上标
\institute[VFU]{\inst{
作者所属的机构,多个机构⽤\and分隔
\date[VLC 2021]{Very Large Conference, April 2021}
延秋
⽇期/活动名称,显⽰在标题页的底部
炒棋
\logo{\}
logo。可以使⽤⽂本,也可以包含图像。在此主题中,logo设置在右下⾓(不同主题不⼀样)
⽬录页
创建⽬录页
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents
\end{frame}犹豫的意思是什么
使⽤/ction{xxx}来分章节,其中xxx为章节标题
突出当前章节标题
也可以在⽂档前添加如下代码,⽤于⽣成⽬录,并突出当前章节标题。
\AtBeginSection[]
{
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents[currentction]
\end{frame}
}
人生路遥在线阅读突出当前副章节标题
明星图也可以为 副章节 \subction{xxx} 添加⽬录
\AtBeginSubction[]{
年终工作总结ppt\begin{frame}
\frametitle{Table of Contents}
\tableofcontents[currentsubction]
\end{frame}
}

本文发布于:2023-06-21 21:10:38,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/1008544.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:主题   标题   缩写   开头   内容   突出
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图