用Beamer做学术演讲幻灯片更快一步

简介: 关注九天学者微信公众号(扫码关注)第一时间获取技术贴更新!Beamer是一个Latex用于做Presentation的库包。内置很多种样式主题和颜色主题。

关注九天学者微信公众号(扫码关注)第一时间获取技术贴更新!


Beamer是一个Latex用于做Presentation的库包。内置很多种样式主题和颜色主题。上手非常容易,当我第二次使用Beamer的以后,有种想抛弃Keynote的冲动!
优势:加载和更新图片最方便,没有之一;公式和文字混合,无与伦比;交叉引用;参考文献;脚注
缺点:动画不方便;视频不方便。但是一般学术演讲ppt,这两点并不是那么重要,不需要做的那么花里胡哨!
学术演讲稿注重的是其科学问题、解决方法、结果与结论!简洁、简洁、还是简洁!

Hello World

img_9d13ba54de955c222f9e658fce34588c.png
首次使用Beamer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beamer Presentation
% LaTeX Template
% Version 1.0 (10/11/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%----------------------------------------------------------------------------------------
%   PACKAGES AND THEMES
%----------------------------------------------------------------------------------------

\documentclass[xcolor={dvipsnames},aspectratio=169]{beamer}

\mode<presentation> {

% The Beamer class comes with a number of default slide themes
% which change the colors and layouts of slides. Below this is a list
% of all the themes, uncomment each in turn to see what they look like.

%\usetheme{default}
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{Dresden}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
\usetheme{Hannover} %待选
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore} %待选
%\usetheme{Szeged}
%\usetheme{Warsaw}

% As well as themes, the Beamer class has a number of color themes
% for any slide theme. Uncomment each of these in turn to see how it
% changes the colors of your current slide theme.

%\usecolortheme{albatross}
%\usecolortheme{beaver}
%\usecolortheme{beetle}
%\usecolortheme{crane}
%\usecolortheme{dolphin}
%\usecolortheme{dove}
%\usecolortheme{fly}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{seagull}
%\usecolortheme{seahorse}
%\usecolortheme{whale}
%\usecolortheme{wolverine}

%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
%\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line

%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
}

\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage{ctex}
%tikz
\usepackage{tikz}
\usetikzlibrary{quotes,angles}
%\usetikzlibrary{calc,through}
\usetikzlibrary{calc,intersections,through,backgrounds}
\usetikzlibrary{shapes,snakes}
\usetikzlibrary{trees,snakes}
\usepackage{amsmath, amssymb}
\usetikzlibrary{positioning,shadows,arrows}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{mindmap,trees}

\usepackage{ifthen}

%中文字体
\usepackage{xeCJK}
%为中文和英文设置特定字体
\setCJKsansfont{Source Han Sans CN}
\setsansfont{Source Han Sans CN}


%去除下方的导航栏
\setbeamertemplate{navigation symbols}{}
%去除下方的author和title信息
%\setbeamertemplate{footline} 

% 代码高亮
\usepackage{minted}
%----------------------------------------------------------------------------------------
%   TITLE PAGE
%----------------------------------------------------------------------------------------

\title[TikZ入门]{TikZ绘图入门} % The short title appears at the bottom of every slide, the full title is only on the title page

\author{九天学者} % Your name
\institute[募格学术] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
%University of California \\ % Your institution for the title page
\medskip
%\textit{john@smith.com} % Your email address
}
\date{\today} % Date, can be changed to a custom date

\begin{document}

%frame title 颜色
%\setbeamercolor{frametitle}{fg=blue,bg=white}%
%将日期隐藏
\date[]{\today}

\setbeamertemplate{itemize items}[ball]

\begin{frame}
\titlepage % Print the title page as the first slide
\centering
\input{../Code/preface.tex}
\end{frame}

%\begin{frame}
%\frametitle{本课大纲} % Table of contents slide, comment this block out to remove it
%\tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
%\end{frame}

%----------------------------------------------------------------------------------------
%   PRESENTATION SLIDES
%----------------------------------------------------------------------------------------

%------------------------------------------------
\section{简介} 

\begin{frame}{PGF \& TikZ}

什么是TikZ?什么是PGF?二者什么关系?与Latex之间什么关系?
    \begin{enumerate}
        \item 命名
        
        \textbf{PGF}: \textbf{P}ortable \textbf{G}raphics \textbf{F}ormat
        
        \textbf{TikZ}: \textbf{T}ikZ \textbf{i}st \textbf{k}ein \textbf{Z}eichenprogramm (德语)
        
        \item 关系
        
        \textbf{PGF}: 内核引擎
        
        \textbf{TikZ}: 前端宏包
        
        \item 工作环境: LaTex
        
        \item 图像输出:PostScript(dvips)和PDF (pdflatex, xelatex)
        
        \item 擅长: 几何图形和示意图(各种学科的示意图、2-D和3-D几何图形等)
        \item 不擅长:三维数据可视化
    \end{enumerate}
\end{frame}

%️------------------------------------------------

\begin{frame}
\Huge{\centerline{The End}}
\end{frame}

%----------------------------------------------------------------------------------------

\end{document} 

关注九天学者微信公众号(扫码关注)第一时间获取技术贴更新!


相关文章
|
3月前
|
机器学习/深度学习 人工智能 自然语言处理
【NeurIPS'24】阿里云 PAI 团队论文被收录为 Spotlight,并完成主题演讲分享
12月10日,NeurIPS 2024在温哥华开幕,阿里云PAI团队论文《PertEval: Unveiling Real Knowledge Capacity of LLMs with Knowledge-Invariant Perturbations》入选Spotlight,PAI团队还进行了“可信AI的技术解读与最佳实践”主题演讲,展示AI工程化平台产品能力。
|
8月前
|
人工智能 自然语言处理 vr&ar
AI 做海报都这么厉害了?设计师不容错过的 DALL·E 3 进阶玩法~
AI 做海报都这么厉害了?设计师不容错过的 DALL·E 3 进阶玩法~
122 0
|
机器学习/深度学习 人工智能 自然语言处理
GMIS 2017大会邓力主题演讲:无监督学习的最新进展
全球机器智能峰会(GMIS 2017),是全球人工智能产业信息服务平台机器之心举办的首届大会,邀请了来自美国、欧洲、加拿大及国内的众多顶级专家参会演讲。本次大会共计 47 位嘉宾、5 个 Session、32 场演讲、4 场圆桌论坛、1 场人机大战,兼顾学界与产业、科技巨头与创业公司,以专业化、全球化的视角为人工智能从业者和爱好者奉上一场机器智能盛宴。
184 0
GMIS 2017大会邓力主题演讲:无监督学习的最新进展
|
机器学习/深度学习 人工智能 自然语言处理
2016 Code大会精彩回顾:世界顶级CEO汇聚一堂,描绘机器智能宏伟蓝图
导言:如果你错过了上周的 Code 大会,可能会错过许多。这场技术和媒体盛事汇聚了最顶尖的人物,让他们在同一个平台上畅所欲言。机器学习、人工智能、深度模拟、或如 IBM CEO 所坚称的认知计算,已成为几乎每一位 Code 大会发言者的关注焦点。今年,每个人似乎都没有所隐瞒。Code 大会之前已经见证过了一些颠覆性的变化,举几个例子:数字媒体、移动设备和智能手机。如今,这场盛会也为我们描绘了一幅宏伟蓝图:人工智能技术正以难以置信的速度和深度快速扩展。人工智能已经成为了技术领先企业中的一项主流技术;而且在不久的将来,这项技术就将成为几乎每一种领先的产品和服务的组成部分。
279 0
2016 Code大会精彩回顾:世界顶级CEO汇聚一堂,描绘机器智能宏伟蓝图
|
运维 前端开发 关系型数据库
都说程序员的个人影响力靠的是写作和演讲,所以你会写作吗?
写作这件事,很多大佬都谈过,但我还是想从自己的角度去谈谈.
|
机器学习/深度学习 人工智能 前端开发
|
机器学习/深度学习 云栖大会 数据库
2019云栖大会70+份顶级大咖演讲PPT分享!
9月25日-27日,2019杭州云栖大会圆满成功。今天,超全大会PPT一次送出,供大家下载学习!
4158 1
|
Web App开发 供应链 前端开发
《前端艺术家沙龙》精彩回顾
前端的小伙伴,首届《前端艺术家沙龙》,你在吗?     前言:      景色无比迷人的深圳湾旁, 2018年09月08日举办了第一届前端艺术家沙龙,本次活动由阿里巴巴深圳供应链体验技术部主办,地点就在深圳阿里中心。   《前端艺术家沙龙》名字的由来? 前端艺术家创始人@莫卫红 在开场前向大家讲述了名字的由来:
1800 0
|
安全 物联网 Docker
DockerCon 2016 大会结束,精彩ppt汇总
本届DockerCon 2016 大会已经圆满结束,带来了docker很多重大更新和相关生态的进展,下面是各个会场的议题,更有演讲嘉宾的精彩PPT下载。
8390 0
|
开发者 云栖大会 数据库
30+云栖演讲稿实录 & 70+PPT资料下载持续更新中,错过再等一年!
2019年9月25日-27日,杭州云栖大会圆满举办。大会包含130+场峰会和专场、上千位重量级分享嘉宾以及硬核科技大型展区。开发者社区搜集全站云栖资料与大咖演讲实录,为你带来一年仅此一次的丰富云栖干货!
13469 0