lualatex+Beamer生成ppt
直接放模板代码
\documentclass{beamer}
% There are many different themes available for Beamer. A comprehensive
% list with examples is given here:
% http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html
% You can uncomment the themes below if you would like to use a different
% one:
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{boxes}
\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{default}
%\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}
\usepackage{ctex}
%use lualatex to compile the pdf!
\begin{document}
\title{从NAS到西电睿思}
% A subtitle is optional and this may be deleted
\subtitle{网络存储技术}
\author{16030130096 田宝林}
% - Give the names in the same order as the appear in the paper.
% - Use the \inst{?} command only if the authors have different
% affiliation.
\institute[] % (optional, but mostly needed)
{
{\href{http://babydragon.top}{babydragon.top}}
%\and
%\inst{2}%
%ACM基地}
}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.
\date{\today}
% - Either use conference name or its abbreviation.
% - Not really informative to the audience, more for people (including
% yourself) who are reading the slides online
\subject{Theoretical Computer Science}
% This is only inserted into the PDF information catalog. Can be left
% out.
% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:
% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
% \logo{\pgfuseimage{university-logo}}
% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
\AtBeginSubsection[]
{
\begin{frame}<beamer>{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
% Let's get started
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Outline}
\tableofcontents
% You might wish to add the option [pausesections]
\end{frame}
% Section and subsections will appear in the presentation overview
% and table of contents.
\section{NAS概念}
\subsection{初步的认识及需求}
\begin{frame}{什么是NAS}{}
\quad \quad NAS(Network Attached Storage:网络附属存储)按字面简单说就是连接在网络上,具备资料存储功能的装置,因此也称为“网络存储器”。它是一种专用数据存储服务器。它以数据为中心,将存储设备与服务器彻底分离,集中管理数据,从而释放带宽、提高性能、降低总拥有成本、保护投资。其成本远远低于使用服务器存储,而效率却远远高于后者。
\end{frame}
% You can reveal the parts of a slide one at a time
% with the \pause command:
\begin{frame}{为什么我们需要NAS?}
\begin{itemize}
\item {
数据安全
\pause % The slide will pause after showing the first item
}
\item <2->{
下载的速度快,便于自己索引
}
\end{itemize}
\end{frame}
\begin{frame}{永远不要低估一台正在高速公路上飞驰又满载硬碟的卡车}
\qquad 虽然说现有的光纤骨干技术频宽也很可观,但当要传送的资料量大到一定的程度时,依然不是光纤技术所能负荷的。这时候「实体」的传输 -- 将装满资料的存储设备从一地移到另一地 -- 就成了唯一的选择。针对有大量的资料需要转移到 AWS 的客户,亚马逊开始提供名为 AWS Snowmobile 的服务,在根本上就是一台有着巨大容量的移动资料中心卡车。
\qquad 在 Snowmobile 之前,亚马逊已经有提供名为「Snowball」,容量为 80TB 的移动资料箱,配备有完整的资料安全防护,可以用传统的方式寄送。但对许多客户来说,80TB 根本不够用,所以就有了 Snowmobile 的产生。照亚马逊的设计,Snowmobile 可以提供高达 100PB(100,000TB)的容量,从洛彬矶跑到纽约一趟,连着资料传输的时间,大约一共要十天左右。相较之下,同样的资料通过光纤网络可能要花上 20 年之久。
\end{frame}
\begin{frame}{为什么我们需要NAS?}
\begin{itemize}
\item {
数据安全
}
\item{
下载的速度快,便于自己索引
}
\item <1->{
数据完全自己掌握
}
\item<2->{24*7}
\item<3->{收藏爱好}
% You can also specify when the content should appear
% by using <n->:
\end{itemize}
\end{frame}
\begin{frame}{为什么我们需要NAS?}
\begin{itemize}
\item {
数据安全
% The slide will pause after showing the first item
}
\item {
下载的速度快,便于自己索引
}
\item {
数据完全自己掌握
}
\item{24*7}
\item{收藏爱好}
% You can also specify when the content should appear
% by using <n->:
\item<1->{数据备份}
\item<2->{数据备份}
\item<3->{数据备份(重要的事情说三遍)}
\end{itemize}
\end{frame}
\section{解决的方案}
\subsection{云主机}
\begin{frame}{云主机}
优点:\\
\begin{itemize}
\item <1->{价格实惠}
\item <2->{有多种服务}
\end{itemize}
\quad \\
缺点:
\begin{itemize}
\item <3->{访问速度慢}
\item<4->{容量小}
\item<5->{性价比很低}
\end{itemize}
\end{frame}
\subsection{树莓派}
\begin{frame}{树莓派+硬盘}
优点:\\
\begin{itemize}
\item <1->{拥有小型计算机}
\item <2->{可以提高自己的搞机水平}
\item <3->{节能环保,比较的方便,充电宝也可以供电}
\end{itemize}
\quad \\
缺点:\\
\begin{itemize}
\item <4->{IO访问慢}
\end{itemize}
\end{frame}
\subsection{专业集成套件}
\begin{frame}{群辉}
优点:\\
\begin{itemize}
\item <1->{非常的专业,常见于公司}
\item <2->{多种服务,便于分工与合作}
\end{itemize}
\quad \\
缺点:\\
\begin{itemize}
\item <3->{贵}
\item<4->{还是贵}
\item<5->{贫穷使我哭泣}
\end{itemize}
\end{frame}
\begin{frame}{总结}
%\centering \includegraphics[width=0.9\linewidth, height = 0.5\linewidth]{ll.pdf}
\end{frame}
\section{外网访问}
\subsection{内网穿透}
\begin{frame}{内网穿透概念}
\qquad 内网穿透,即NAT穿透,网络连接时术语,计算机是局域网内时,外网与内网的计算机节点需要连接通信,有时就会出现不支持内网穿透。\\
\qquad 简单来说,就是外部的ip地址能够访问局域网内的ip.
\end{frame}
\begin{frame}{演示}
\begin{itemize}[<default overlay specification>]
\item <1->{
开启一个服务
}
\item <2->{
开启外网访问
}
\end{itemize}
\end{frame}
\section{超级局域网——睿思}
\subsection{原理介绍}
\begin{frame}{原理的介绍}
\begin{itemize}
\item {
种子
\pause % The slide will pause after showing the first item
}
\item <2->{
P2P
}
\item <3->{
运作的机制
\pause % The slide will pause after showing the first item
}
\end{itemize}
\end{frame}
\begin{frame}{提问与闲聊}
畅所欲言吧
\end{frame}
\end{document}
lualatex+Beamer生成ppt的更多相关文章
- JAVA通过COM接口操作PPT
一. 背景说明 在Eclipse环境下,开发JAVA代码操作PPT,支持对PPT模板的修改.包括修改文本标签.图表.表格.满足大多数软件生成PPT报告的要求,即先收工创建好模板,在程序中修改模板数据. ...
- C++通过COM接口操作PPT
一. 背景 在VS环境下,开发C++代码操作PPT,支持对PPT模板的修改.包括修改文本标签.图表.表格.满足大多数软件生成PPT报告的要求,先手工创建好PPT模板,在程序中修改模板数据. 二. 开发 ...
- NodeJs之word文件生成与解析
NodeJs之word文件生成与解析 一,介绍与需求 1.1,介绍 1,officegen模块可以为Microsoft Office 2007及更高版本生成Office Open XML文件.此模块不 ...
- 小白学Python(4)——用Python创建PPT
python-pptx是一个用于创建和更新PowerPoint(.pptx)文件的Python库. 典型的用途是从数据库内容生成自定义的PowerPoint演示文稿,可通过单击Web应用程序中的链接进 ...
- Apache POI使用指南(HSSFWorkbook生成excel)
说 明: 官网:http://poi.apache.org/ 由于poi的功能多样,可以生成ppt.word.excel.......,本文就以生成excel为例进行说明,相信聪明的你一定能举一反三 ...
- 炫酷吊炸天的nodeppt
由于要做一个关于node的分享,要准备写一个ppt方便就行交流.之前用的比较多的是slides(http://www.slides.com),最近知道了一个node写的工具,可以生成ppt,号称很强大 ...
- [转载]mac软件
效率之王:Afred小帽子:通过前人的配置,替代掉了 有道词典.发音工具.开关机.快速搜索.地图.Spotlight等应用. 主力编辑器:Atom因为高颜值.强大的插件和预览功能 取代了之前的subl ...
- 数据分析侠A的成长故事
数据分析侠A的成长故事 面包君 同学A:22岁,男,大四准备实习,计算机专业,迷茫期 作为一个很普通的即将迈入职场的他来说,看到周边的同学都找了技术开发的岗位,顿觉自己很迷茫,因为自己不是那么喜欢钻 ...
- PPT2010学习笔记(共20讲)
第1讲 商务PPT中的必备元素 # 设计需打破规范 第2讲 封面页设计(一) 大图型封面页 # 基础知识点: 插入矩形和圆形 设置半透明色 设置字体变形效果 图片增强工具 利用过渡色虚化图片边缘 ...
随机推荐
- bzoj 2705 [SDOI2012]Longge的问题——欧拉函数大水题
题目:https://www.lydsy.com/JudgeOnline/problem.php?id=2705 撕逼题.不就是枚举gcd==d,求和phi[ n/d ]么. 然后预处理sqrt (n ...
- C++ Socket 获取本机可用端口号(QT)
:加载套接字库,创建套接字(WSAStartup()/socket()): :绑定套接字到一个IP地址和一个端口上(bind()): :将套接字设置为监听模式等待连接请求(listen()): :请求 ...
- excel怎么并排查看两个工作表
excel怎么并排查看两个工作表 excel怎么并排查看两个工作表?excel打开一个窗口想要同时查看两个工作表中的数据,类似于word中的分栏效果,该怎么实现呢?EXCEL是一个使用最多的办公软件, ...
- GDOI模拟4.11~4.13总结
总体情况 省选前的第一场模拟,就连续三天垫底滚粗了. 三天下来,只做了第一天的签到题,然后再做了一些水题的暴力,还不得分. 三天分数:100/400+40/400+90/400=230/1200,得了 ...
- 学习String类
1. 描述: String类是java中比较常用的类, 表示字符串类型 当拼接大量数据时, String类性能没有StringBuilder和StringBuffer性能高 2. 常用的String语 ...
- Python科学计算生态圈
- AC自动机fail树小结
建议大家学过AC自动机之后再来看这篇小结 fail树就是讲fail指针看做一条边连成的树形结构 fail指针在AC自动机中的含义是指以x为结尾的后缀在其他模式串中所能匹配的最长前缀的长度 所以在模式串 ...
- php怎么自动加载
在 PHP 代码的顶部你是不是经常看到这样的代码. require 'lionis.php'; require 'is.php'; require 'cool.php'; 如果只是引入几个 PHP 脚 ...
- golang的变量
(1)只声明:var 变量名字 类型 var a int var a, b, c,d int 只有类型,如果初始化表达式被省略,那么将用零值 ...
- sql —— check
CHECK 约束用于限制列中的值的范围. 原表: 现在要对性别这一列进行约束,只准值为男或者女. 步骤: 1. 2. 3. 4. 5. ctrl + s 保存一下, 现在不可以随意的修改性别了. 完成 ...