如何在PowerPoint中制作三折

powerpoint logo

While Microsoft PowerPoint is almost exclusively used for presentation purposes, it’s also a great application for creating interesting and visually appealing brochures. Here’s how to create (and print out) a tri-fold using PowerPoint.

尽管Microsoft PowerPoint几乎专门用于演示目的,但它也是创建有趣且视觉吸引的小册子的绝佳应用程序。 这是使用PowerPoint创建(和打印)三折页的方法。

在PowerPoint中制作三折 (Making Tri-Folds in PowerPoint)

Good news—there are templates! This is the quickest and easiest way to accomplish your goal, as there are several different tri-fold templates available for download online. Browse through the template library, select the one you like, and download it. Once you’ve downloaded it, go ahead and open it up and you’ll be greeted by two slides.

好消息-有模板! 这是实现目标的最快,最简单的方法,因为有几种不同的三折模板可在线下载。 浏览模板库,选择所需的模板库,然后下载。 下载完毕后,请继续打开它,然后会看到两张幻灯片。

tri-fold slides

These slides contain boilerplate text and images, but the layout is exactly what you need for a tri-fold brochure. All you need to do is replace the content with your own. Let’s use the first column of slide two as an example.

这些幻灯片包含样板文本和图像,但是布局恰恰是三折小册子所需要的。 您需要做的就是用自己的内容替换内容。 让我们以幻灯片2的第一列为例。

column dissection

As you can see, we have three parts here—the header (1), some descriptive bullet points (2), and an image (3). Replacing the header and bullet point content with your own is easy. All you need to do is click the respective text box, delete the boilerplate content, and input your text.

如您所见,我们在这里分为三部分-标头(1),一些描述性的要点(2)和图像(3)。 用自己的标题和项目符号内容替换很容易。 您所需要做的就是单击相应的文本框,删除样板内容,然后输入您的文本。

GIF 1

To replace the image, select it and then right-click it. Click “Change Picture” from the menu that appears.

要替换图像,请选择它,然后右键单击它。 在出现的菜单中单击“更改图片”。

change picture

In the sub-menu, select the source of your photo.

在子菜单中,选择照片的来源。

select location source

Once you’ve navigated to the picture’s location, select it and insert it. It will then replace the boilerplate image in the slide’s column.

导航到图片的位置后,将其选中并插入。 然后它将替换幻灯片列中的样板图像。

the geek image

Repeat these steps for the remainder of the content. The first column on the first slide will be the front page of your brochure, and the last column of the second slide will be the back page. Enter your content appropriately.

对其余内容重复这些步骤。 第一张幻灯片的第一列将成为小册子的首页,第二张幻灯片的最后一列将成为手册的首页。 输入适当的内容。

Once you’re finished entering in your content, it’s time to print it out! To print out your tri-fold, head over to the “File” tab.

输入完内容后,就该将其打印出来了! 要打印三折,请转到“文件”选项卡。

file tab

Select “Print” from the left-hand pane.

从左侧窗格中选择“打印”。

select print

Under the “Settings” menu, make sure to select “Print on Both Sides.”

在“设置”菜单下,确保选择“双面打印”。

print on both sides

Next, enter the number of copies to be printed and select “Print.”

接下来,输入要打印的份数,然后选择“打印”。

print

Finally, after they’re all printed out, make sure to fold them on the dotted lines.

最后,在将它们全部打印完之后,请确保将它们折叠在虚线上。

fold on dotted lines

All that’s left to do is hand them out!

剩下要做的就是把它们分发出去!

翻译自: https://www.howtogeek.com/408293/how-to-make-tri-folds-in-powerpoint/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278595.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

彻底理解数据库事物

事务 事务(Transaction),一般是指要做的或所做的事情。在计算机术语中是指访问并可能更新数据库中各种数据项的一个程序执行单元(unit)。在计算机术语中,事务通常就是指数据库事务。 概念 一个数据库事务通常包含对数据库进行读或写的一个操作序列。它的…

HttpRunner自动化框架学习笔记

一.简单介绍 HttpRunner 是一款面向 HTTP(S) 协议的通用测试框架,只需编写维护一份 YAML/JSON 脚本,即可实现自动化测试、性能测试、线上监控、持续集成等多种测试需求。 支持python2和python3 二.框架特点 继承 Requests 的全部特性,轻松实现…

如何在Chrome中为Gmail启用桌面通知

Last year Google rolled out desktop notifications for Google Calendar, now you can get Gmail and Gchat notifications on your desktop too. Read on as we walk you through configuring them both. 去年Google推出了Google日历的桌面通知,现在您也可以在桌…

vue集成iconfont、fontawesome和图标选择器(含fontawesome、el-icon和加入的iconfont)

目录(一)引入iconfont字体图标库将图标加入购物车新建(添加至)项目下载后项目中引入(二)引入fontawesome(三)图标选择器效果图结构使用源码(一)引入iconfont字…

java之Synchronize

2019独角兽企业重金招聘Python工程师标准>>> 实现原理:JVM 是通过进入、退出对象监视器( Monitor )来实现对方法、同步块的同步的。 具体实现是在编译之后在同步方法调用前加入一个 monitor.enter 指令,在退出方法和异常处插入 monitor.exit …

pop()方法

pop()方法 描述 列表 pop() 方法通过指定元素的索引值来移除列表中的某个元素(默认是最后一个元素),并且返回该元素的值,如果列表为空或者索引值超出范围会报一个异常。 语法 pop() 方法语法: L.pop([index-1]) 参数 i…

vue引入postcss-plugin-px2rem,px转rem

npm install --save-dev postcss-plugin-px2remvue.config.js module.exports {css: {loaderOptions: {postcss: {plugins: [require(postcss-plugin-px2rem)({rootValue: 16, //换算基数, 默认100 ,1 / fontsize(html) x 原来的1px转为0.0625rem// …

HikariCP连接池配置

2019独角兽企业重金招聘Python工程师标准>>> HikariCP号称性能最好的Java数据库连接池。虽没做过亲测但是公司项目一直在用,大概经历过2万左右用户同时在线,链接池性能方面未出现问题。 官网:http://brettwooldridge.github.io/Hi…

Microsoft Desktop Player是IT Pro的宝贵工具

If you are an IT Professional, a new education tool introduced by Microsoft is the MS Desktop Player. Today we take a look at what it has to offer, from Webcasts, White Papers, Training Videos, and more. 如果您是IT专业人员,则Microsoft推出的新的培…

如何在Microsoft Excel中将文本转换为日期值

Analysis of business data often requires working with date values in Excel to answer questions such as “how much money did we make today” or “how does this compare to the same day last week?” And that can be hard when Excel doesn’t recognize the valu…

git针对已有仓库或已有文件的初始化操作

git全局配置用户 git config --global user.name “xxx” git config --global user.email “xxx.cn” 情况1、存在git仓库 git clone url.git //cd xx //touch README.md //git add README.md //git commit -m "add README" //git push -u origin master情况2、已…

策略模式-Golang实现

目的:根据不同策略来执行对象的相应操作 和工厂模式很像,不同点在于: 工厂模式是传入参数后创建对象,根据传入的参数写逻辑来判断应该创建什么类型的对象,模式的使用者调用对象统一的方法操作。 策略模式是模式的使用者…

看着手机会让您晕眩吗? 禁用动画

Giulio_Fornasar/ShutterstockGiulio_Fornasar /快门Are your phone’s buttery-smooth animations causing motion sickness, eyestrain, or even slow app performance? Those animations are just for looks, and you can disable a lot of them on both iPhone and Androi…

电脑的组成

一、按电脑组成分 1.CPU(中央处理器),是一块超大规模的集成电路,有很多针脚,是电脑的核心,它是电脑进行运算和控制的核心,处理着各种信息的运算,就像人计算数学题要用头脑运算一样。…

【云周刊】第139期:阿里年会黑科技全揭秘:IoT手环、人脸识别验票、大屏弹幕互动等“十八般武艺”轮番上阵...

摘要:阿里年会黑科技全揭秘:IoT手环、人脸识别验票、大屏弹幕互动等“十八般武艺”轮番上阵,2017上半年无监督特征学习研究成果汇总,CDN最全学习教程,量子计算会带来什么样的革命?更多精彩技术资讯&#xf…

微信小程序之 SideBar(侧栏分类)

项目目录: 模拟数据: utils / data.js function getSData() {var data [{"id": 1,"tree": {"id": 1,"desc": "宝宝奶粉","desc2": null,"level": "level1","log…

腾讯地图判断点是否在区域内

链接添加几何计算库&#xff1a;librariesgeometry xxx为自己的key <script charset"utf-8" src"https://map.qq.com/api/gljs?v1.exp&keyxxx&librariesgeometry"></script>调用 TMap.geometry.isPointInPolygon(position, paths)

如何在线查找成千上万的免费电子书

You’ve got an ebook reader (or a laptop or netbook with ebook reading software) now you just need some free books to put it to good use. Read on as we show you the best places to score free books online. 您已经有了一个电子书阅读器(或带有电子书阅读软件的笔…

【SDOI2008】仪仗队

题面 题解 当$(x,y)$能被看到时&#xff0c;$gcd(x,y)1$&#xff0c; 所以可以求$\sum_{i0}^n\sum_{j0}^n[gcd(x,y)1]$ 或者用欧拉函数 代码 #include<bits/stdc.h> #define RG register #define clear(x, y) memset(x, y, sizeof(x)); using namespace std;template<…

kbone-cli初始化项目,提示‘模板xx不存在’

取消git代理就好了 git config --global --unset http.proxygit config --global --unset https.proxykbone init my-app跳转目录 cd my-app开发小程序 npm run mp开发 Web npm run web 发布 Web npm run build恭喜你! "my-app"项目初始化成功!