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讲 封面页设计(一) 大图型封面页 # 基础知识点: 插入矩形和圆形 设置半透明色 设置字体变形效果 图片增强工具 利用过渡色虚化图片边缘 ...
随机推荐
- sending data mysql slow Mysql查询非常慢的可能原因
1.用explain看看mysql的执行情况,可以得知,task_id扫描了近20万条数据,而且这个task_id不是索引 2.为这个task_id所在的表,将此字段添加索引后,查询就变得很快了
- Laravel 中 offset,limit 或 skip , take 的使用
laravel 本身有一个自带的快速分页方法 paginate,只需要传入每页显示多少条数据就可以 了,但是如果想使用自定义从哪里开始呢. 一.offset,limit (offset 设置从哪里开始 ...
- 批量删除maven lastUpdated
批量删除lastUpdated for /r %i in (*.lastUpdated) do del %i 安装jar到本地仓库 mvn install:install-file -Dfile=D: ...
- MySQL——自定义[存储]函数、触发器
一. 编程基础 1) 结束符 2) 代码块 Begin 相当于 { end; 相当于 } 1. 变量 系统变量 Show variables; 查看系统变量sql_ ...
- python自定义函数和内置函数
函数 1.定义 函数是组织好的,可重复使用的,用来实现单一,或相关联功能的代码段. 先定义,后使用 1.2分类 系统函数 自定义函数 1.3语法: def functionname(parameter ...
- Android LRUCache简介
LRU Cache数据结构的介绍可以参考前面的http://www.cnblogs.com/XP-Lee/p/3441555.html. 本文以Android LRUCache来做一个简单的介绍.我们 ...
- Nginx教程(7) 正向代理与反向代理【总结】 (转)
1.前言 最近工作中用到反向代理,发现网络代理的玩法还真不少,网络背后有很多需要去学习.而在此之前仅仅使用了过代理软件,曾经为了访问google,使用了代理软件,需要在浏览器中配置代理的地址.我只知道 ...
- iOS将image转90,180,270度的方法
http://blog.sina.com.cn/s/blog_6602ffbc0101ckx3.html 这里要分享的是将image旋转,而不是将imageView旋转,原理就是使用quartz2D来 ...
- Codeforces 425B
点击打开题目链接 题意:给定一个n×m的0,1矩阵,做多可以对矩阵做k次变换,每次变换只可以将矩阵的某一个元素由0变成1,或从1变成0. 求最小的变换次数使得得到的矩阵满足:每一个连通块都是一个“实心 ...
- Codeforces 336C
这题是大一暑假时候做的,当时没有出,直到今天突然觉得应该把没过的题目再做一边,不然真的是越积越多. 现在能够独立做出来真的是难以表达的兴奋,刚开始的时候就觉得 O(30 * 30 * n)的复杂度有点 ...