Question

In: Computer Science

it should be done in libre office Create a new presentation – Click File -> New-...

it should be done in libre office

Create a new presentation – Click File -> New- > Presentation then select ForestBird template.
Activate slide pane by clicking on View tab then Slide Pane. Right click on the first slide on the slide pane and click on Layout then select Title Only layout.
In the title box, type – Getting started with Impress
Right click on the title box and change the alignment to Centre
Delete other slides from Slide Pane by right clicking on the slide or by pressing the delete button.

From the side bar on the right side, select slide then properties and apply the following

Format Screen 16:9
Orientation: Landscape
Background – Color- Light Blue 2

To Insert a new slide – Right click on the title slide then select New Slide. (Shortcut key Ctrl M)

Change the layout to Title and Content and set the properties as follows

Format Screen 16:9
Orientation: Landscape
Background – Color- Light Blue 2

Copy and paste the following –

Title box- Main Impress window
Change the font to Times New Roman, 48 pt

Content box- apply Solid diamond bullets, Change the font to Times New Roman, 20 pt, Justify the alignment


The main Impress window has three parts: the Slides pane, Workspace, and Sidebar.
Additionally, several toolbars can be displayed or hidden during the creation of a presentation.
Workspace - The Workspace (normally in the center of the main window) opens in the Normal view.
It has five tabs: Normal, Outline, Notes, Handout, and Slide Sorter.
Slides pane - The Slides pane contains thumbnail pictures of the slides in your presentation in the order in which they will be shown, unless you change the slide show order.
Clicking a slide in this pane selects it and places it in the Workspace


To create a duplicate slide, right click on slide 2 then select duplicate, change the title and content as follows

Copy and paste the following –

Title box- Workspace Views, Change the font to Times New Roman, 48 pt


Content box- apply Solid diamond bullets , Change the font to Times New Roman, 20 pt, Justify the alignment


Normal view View - Normal view is the main view for working with individual slides. Use this view to format and design and to add text, graphics, and animation effects.
Outline view View - Outline view contains all the slides of the presentation in their numbered sequence. It shows topic titles, bulleted lists, and numbered lists for each slide in outline format.
Notes view View - Notes view to add notes to a slide. These notes are for your information and are not seen by the audience when the presentation is shown.
Handout view View - Master Handout view is for setting up the layout of your slide for a printed handout.
Slide Sorter view Slide - Sorter view contains all of the slide thumbnails. Use this view to work with a group of slides or with only one slide


Create a duplicate slide and change the content as follows

Copy and paste the following –

Title box- Working in Slide Sorter view, Change the font to Times New Roman, 48 pt


Content box- apply Solid diamond bullets, Change the font to Times New Roman, 20 pt, Justify the alignment

New Slide – adds a new slide after the selected slide
Duplicate Slide – creates a duplicate of the selected slide and places the new slide immediately after the selected slide
Delete Slide – deletes the selected slide.
Rename Slide – allows you to rename the selected slide.
Slide Layout – allows you to change the layout of the selected slide.
Slide Transition – allows you to change the transition of one or a group of selected slides.
Hide Slide – any slides that are hidden are not shown in the slide show.
Cut – removes the selected slide and saves it to the clipboard.
Copy – copies the selected slide to the clipboard without removing it.
Paste – inserts a slide from the clipboard after the selected slide.

Insert a new slide, change the layout to Title and Two content and type the following

Title box – Slides pane and side bar, Change the font to Times New Roman, 48 pt

Left content box, apply Solid diamond bullets, Change the font to Times New Roman, 20 pt, Justify the alignment

Several additional operations can be performed on one or more slides simultaneously in the Slides pane:
Add new slides to the presentation.
Mark a slide as hidden so that it will not be shown as part of the presentation.
Delete a slide from the presentation if it is no longer needed. • Rename a slide.
Duplicate a slide (copy and paste).

Select the Left Content box and change the following properties

Area – Fill : Gradient
Gradient Style – Linear
Gradient angle – 25 degree
Fill Gradient From – Light Green 4
Fill Gradient to – Light Green 1

Position and Size – Width – 13 cm or 5 inch and Height – 10 cm or 4 inch


Right Content box- apply Solid diamond bullets, Change the font to Times New Roman, 20 pt, Justify the alignment

Properties
Slide Transition
Custom Animation
Master Pages
Styles and Formatting
Gallery
Navigator

Solutions

Expert Solution

1.Create a file ->presentation->Layout->Title only

2. Create a new slide with layout as Title and content and set the properties

3.Hide the slide and set the properties

4. Copy the slide as duplicate and perform actions such as delete the slide

5. Tcreate a slide with title and 2 content in left and right corner and set the properties


Related Solutions

Create an ethic training pptfor new employees hired into the hospital. the presentation should be at...
Create an ethic training pptfor new employees hired into the hospital. the presentation should be at least 10 slides and utilize speaker's note or recording. the presentation should cover the ethics training needed for any new employee that is hired at a hospital. make sure to include the concepts of negligence, malpractice, beneficence and patient self determination.
This should be done in JavaScript. The HTML file should only contain an empty main tag....
This should be done in JavaScript. The HTML file should only contain an empty main tag. All other HTML on the page should be created with JavaScript. The JavaScript file should be a separate file.   Make an empty HTML file, put an empty main tag inside the body. In your JavaScript, use querySelector to get a reference to the main tag and save it in a variable named main. Look up three good jokes and store them as separate variables...
Create a Java class file for a Car class. In the File menu select New File......
Create a Java class file for a Car class. In the File menu select New File... Under Categories: make sure that Java is selected. Under File Types: make sure that Java Class is selected. Click Next. For Class Name: type Car. For Package: select csci2011.lab7. Click Finish. A text editor window should pop up with the following source code (except with your actual name): csci1011.lab7; /** * * @author Your Name */ public class Car { } Implement the Car...
Write a C++ program to create a text file. Your file should contain the following text:...
Write a C++ program to create a text file. Your file should contain the following text: Batch files are text files created by programmer. The file is written in notepad. Creating a text file and writing to it by using fstream: to write to a file, you need to open thew file as write mode. To do so, include a header filr to your program. Create an object of type fsrteam. Open the file as write mode. Reading from a...
Create MySortedArrayCollection.java This file is inherited from SortedArrayCollection.java This file implements MySortedArrayCollectionInterface.java ****** Make new and...
Create MySortedArrayCollection.java This file is inherited from SortedArrayCollection.java This file implements MySortedArrayCollectionInterface.java ****** Make new and just complete MySortedArrayCollection.java, dont modify others //////////////////////////////////////////////////////// SortedArrayCollection.java public class SortedArrayCollection<T> implements CollectionInterface<T> {    protected final int DEFCAP = 100; // default capacity    protected int origCap; // original capacity    protected T[] elements; // array to hold collection elements    protected int numElements = 0; // number of elements in this collection    // set by find method    protected boolean found;...
Create a file called grocery.ts. It should have a definition of a class with the obvious...
Create a file called grocery.ts. It should have a definition of a class with the obvious name Grocery. The class should have some basic attributes such as name, quantity, etc. Feel free to add any other attributes you think will be necessary. Add few grocery items to an array of groceries, such as milk, bread, and eggs, along with some quantities (i.e. 3, 6, 11). Display these grocery items as HTML output. The output of this assignment will be grocery.ts...
This is to be done using JAVA Create a Madlib bean. The bean should have several...
This is to be done using JAVA Create a Madlib bean. The bean should have several string properties and the text of the Madlib can be hardcoded. The bean should have a toString() method that outputs the text of the Madlib with the values of the properties inserted. For an additional challenge, make the text of the Madlib a property and pass an ArrayList of String arguments. MadLib: My ______ (animal) lives in _______(place).
Create a presentation that is under 6 minutes describing the important details about Waves. This should...
Create a presentation that is under 6 minutes describing the important details about Waves. This should be able to teach the class the whole unit within 6 minutes
Once the form in this file is submitted, create a new paragraph that will stack on...
Once the form in this file is submitted, create a new paragraph that will stack on top of the existing paragraphs and will contain the data entered into the textarea. Each new paragraph should have the class 'tweet' applied to it. *Hint: Remember to use return false; to stop the form submission from reloading the page. <!DOCTYPE html> <html> <head>    <title>Simple Twitter</title>    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">    <style>    .tweet{border-top:1px solid #dedede; padding:20px;}    </style>    <script...
In MySQL, create a new schema titled <yourlastname>module3. Using the below file, create the tables in...
In MySQL, create a new schema titled <yourlastname>module3. Using the below file, create the tables in your new schema and populate with the supplied data. Tables do not have keys. Do not define them at this time. There are errors in the data population (INSERT) statements. It is your job to find the errors and correct them. This is important. You will need correct data for future exercises in this module. In the submission area, choose Write Submission and identify...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT