SlideShare a Scribd company logo
1 of 18
Download to read offline
HRBUST Beamer
Presentation Theme
哈尔滨理工大学 L
A
TEX PPT 模板(支持中文)
FENG Cong
Created on April 03, 2023
This template is a secondary creation of SINTEF Presentation template from
Federico Zenith
Following is a brief introduction written by Federico Zenith about how to use
L
A
TEX and beamer to prepare slides. All rights reserved by him
This template is released under Creative Commons CC BY 4.0 license
目录
1 Introduction
▶ Introduction
▶ Editing
▶ Summary
Beamer for SINTEF slides
1 Introduction
• We assume you can use L
A
TEX; if you cannot, you can learn it here
• Beamer is one of the most popular and powerful document classes for
presentations in L
A
TEX
• Beamer has also a detailed user manual
• Here we will present only the most basic features to get you up to speed
Beamer vs. PowerPoint
1 Introduction
Compared to PowerPoint, using L
A
TEX is better because:
• It is not What-You-See-Is-What-You-Get, but
What-You-Mean-Is-What-You-Get:
you write the content, the computer does the typesetting
• Produces a pdf: no problems with fonts, formulas, program versions
• Easier to keep consistent style, fonts, highlighting, etc.
• Math typesetting in TEX is the best:
i ℏ
∂
∂t
Ψ(r, t) = −
ℏ2
2 m
∇2
Ψ(r, t) + V (r)Ψ(r, t)
目录
2 Editing
▶ Introduction
▶ Editing
▶ Summary
Selecting the Class
2 Editing
After the last update to the graphic profile, the sintef theme for Beamer has been
updated into a full-fledged class. To start working with sintefbeamer, start a
L
A
TEX document with the preamble:
Minimum SINTEF Beamer Document
1  documentclass { sintefbeamer }
2 begin{document}
3 begin{frame }{Hello , world !}
4 end {frame}
5 end{document}
Title page
2 Editing
To set a typical title page, you call some commands in the preamble:
The Commands for the Title Page
1 title{Sample Title}
2 subtitle{Sample subtitle}
3 author{First Author , Second Author}
4 date{Defaults to today ’s}
You can then write out the title page with maketitle.
You can set a different background image than the default one with the
titlebackground command, set before maketitle.
In the backgrounds folder, you can find a lot of standard backgrounds for SINTEF
presentation title pages.
Writing a Simple Slide
It’s really easy!
• A typical slide has bulleted lists
Writing a Simple Slide
It’s really easy!
• A typical slide has bulleted lists
• These can be uncovered in sequence
Writing a Simple Slide
It’s really easy!
• A typical slide has bulleted lists
• These can be uncovered in sequence
Code for a Page with an Itemised List
1 begin{frame}
2 frametitle{Writing a Simple Slide}
3  framesubtitle {It ’s really easy !}
4 begin{itemize }[<+->]
5 item A typical slide has bulleted lists
6 item These can be uncovered in sequence
7 end{itemize}
8 end{frame}
Adding images
2 Editing
Adding images works like in normal L
A
TEX:
Code for Adding Images
1 usepackage{graphicx}
2 % ...
3  includegraphics
4 [width = textwidth ]{ images/default}
Splitting in Columns
2 Editing
Splitting the page is easy and common; typically, one side has a picture and the
other text:
This is the first column And this the second
Column Code
1 begin{columns}
2 begin{column }{0.6 textwidth}
3 This is the first column
4 end{column}
5 begin{column }{0.3 textwidth}
6 And this the second
7 end{column}
8 % There could be more!
9 end{columns}
Fonts
2 Editing
• The paramount task of fonts is being readable
• There are good ones...
— Use serif fonts only with high-definition projectors
— Use sans-serif fonts otherwise (or if you simply prefer them)
• ... and not so good ones:
— Never use monospace for normal text
— Gothic, calligraphic or weird fontŊ should alwayŊ be avoided
Look
2 Editing
• To change the colour of the title dash, give one of the class options cyandash
(default), greendash, magentadash, yellowdash, or nodash.
• To change between the light and dark themes, give the class options light
(default) or dark. It is not possible to switch theme for one slide because of
the design of Beamer—and it’s probably a good thing.
• To insert a final slide, use backmatter.
• The aspect ratio defaults to 16:9, but you can change it to 4:3 for old
projectors by passing the class option aspectratio=43; any other values
accepted by Beamer are also possible.
目录
3 Summary
▶ Introduction
▶ Editing
▶ Summary
Good Luck!
3 Summary
• Enough for an introduction! You should know enough by now
• If you have corrections or suggestions, send them to me!
Q&A
Thank you for listening!
Your feedback will be highly appreciated!

More Related Content

Similar to hrbust-beamer-presentation-theme.pdf

Beamer guide By KiJoo Kim (a.k.a. Daisyweb)
Beamer guide By KiJoo Kim (a.k.a. Daisyweb)Beamer guide By KiJoo Kim (a.k.a. Daisyweb)
Beamer guide By KiJoo Kim (a.k.a. Daisyweb)mustainmtn
 
Power point essentials #15 8°b
Power point essentials #15 8°bPower point essentials #15 8°b
Power point essentials #15 8°bforever97
 
Basic Web Design In Dreamweaver
Basic Web Design In DreamweaverBasic Web Design In Dreamweaver
Basic Web Design In Dreamweaverjcharnin
 
CS 112 PA #4Like the previous programming assignment, this assignm.docx
CS 112 PA #4Like the previous programming assignment, this assignm.docxCS 112 PA #4Like the previous programming assignment, this assignm.docx
CS 112 PA #4Like the previous programming assignment, this assignm.docxannettsparrow
 
Common Project Mistakes: Visualization, Alarms, and Security
Common Project Mistakes: Visualization, Alarms, and SecurityCommon Project Mistakes: Visualization, Alarms, and Security
Common Project Mistakes: Visualization, Alarms, and SecurityInductive Automation
 
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Anne Tomasevich
 
Word Tips for Templates
Word Tips for TemplatesWord Tips for Templates
Word Tips for TemplatesLaWanda Thomas
 
Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Mediacurrent
 
St7 training new topics
St7 training new topicsSt7 training new topics
St7 training new topicsUmesh Patel
 
How to make keynote like presentation with markdown
How to make keynote like presentation with markdownHow to make keynote like presentation with markdown
How to make keynote like presentation with markdownHiroaki NAKADA
 
Drupal 8 theming deep dive
Drupal 8 theming deep diveDrupal 8 theming deep dive
Drupal 8 theming deep diveRomain Jarraud
 
English workshop computer integration in the classroom
English workshop computer integration in the classroomEnglish workshop computer integration in the classroom
English workshop computer integration in the classroomEfraín Suárez-Arce, M.Ed
 
RPE - Template formating, style and stylesheet usage
RPE - Template formating, style and stylesheet usageRPE - Template formating, style and stylesheet usage
RPE - Template formating, style and stylesheet usageGEBS Reporting
 
Building iOS App Project & Architecture
Building iOS App Project & ArchitectureBuilding iOS App Project & Architecture
Building iOS App Project & ArchitectureMassimo Oliviero
 
Power point Essentials
Power point EssentialsPower point Essentials
Power point Essentialsana_isabel98
 

Similar to hrbust-beamer-presentation-theme.pdf (20)

Beamer guide By KiJoo Kim (a.k.a. Daisyweb)
Beamer guide By KiJoo Kim (a.k.a. Daisyweb)Beamer guide By KiJoo Kim (a.k.a. Daisyweb)
Beamer guide By KiJoo Kim (a.k.a. Daisyweb)
 
Power point essentials #15 8°b
Power point essentials #15 8°bPower point essentials #15 8°b
Power point essentials #15 8°b
 
Basic Web Design In Dreamweaver
Basic Web Design In DreamweaverBasic Web Design In Dreamweaver
Basic Web Design In Dreamweaver
 
CS 112 PA #4Like the previous programming assignment, this assignm.docx
CS 112 PA #4Like the previous programming assignment, this assignm.docxCS 112 PA #4Like the previous programming assignment, this assignm.docx
CS 112 PA #4Like the previous programming assignment, this assignm.docx
 
Common Project Mistakes: Visualization, Alarms, and Security
Common Project Mistakes: Visualization, Alarms, and SecurityCommon Project Mistakes: Visualization, Alarms, and Security
Common Project Mistakes: Visualization, Alarms, and Security
 
Opac customization
Opac customizationOpac customization
Opac customization
 
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8
 
What is power point
What is power pointWhat is power point
What is power point
 
IS100 Week 7
IS100 Week 7IS100 Week 7
IS100 Week 7
 
Word Tips for Templates
Word Tips for TemplatesWord Tips for Templates
Word Tips for Templates
 
Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG)
 
St7 training new topics
St7 training new topicsSt7 training new topics
St7 training new topics
 
How to make keynote like presentation with markdown
How to make keynote like presentation with markdownHow to make keynote like presentation with markdown
How to make keynote like presentation with markdown
 
Drupal 8 theming deep dive
Drupal 8 theming deep diveDrupal 8 theming deep dive
Drupal 8 theming deep dive
 
Group presentation
Group presentationGroup presentation
Group presentation
 
English workshop computer integration in the classroom
English workshop computer integration in the classroomEnglish workshop computer integration in the classroom
English workshop computer integration in the classroom
 
RPE - Template formating, style and stylesheet usage
RPE - Template formating, style and stylesheet usageRPE - Template formating, style and stylesheet usage
RPE - Template formating, style and stylesheet usage
 
Building iOS App Project & Architecture
Building iOS App Project & ArchitectureBuilding iOS App Project & Architecture
Building iOS App Project & Architecture
 
Power point Essentials
Power point EssentialsPower point Essentials
Power point Essentials
 
Presentation 2
Presentation 2Presentation 2
Presentation 2
 

Recently uploaded

Book Sex Workers Available Pune Call Girls Kondhwa 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Kondhwa  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Kondhwa  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Kondhwa 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
Kondhwa ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Kondhwa ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Kondhwa ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Kondhwa ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...Amil baba
 
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...SUHANI PANDEY
 
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberHot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Numberkumarajju5765
 
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...Call Girls in Nagpur High Profile
 
Call Girls Ramtek Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Ramtek Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Ramtek Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Ramtek Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
$ Love Spells 💎 (310) 882-6330 in Pennsylvania, PA | Psychic Reading Best Bla...
$ Love Spells 💎 (310) 882-6330 in Pennsylvania, PA | Psychic Reading Best Bla...$ Love Spells 💎 (310) 882-6330 in Pennsylvania, PA | Psychic Reading Best Bla...
$ Love Spells 💎 (310) 882-6330 in Pennsylvania, PA | Psychic Reading Best Bla...PsychicRuben LoveSpells
 
VIP Model Call Girls Viman Nagar ( Pune ) Call ON 8005736733 Starting From 5K...
VIP Model Call Girls Viman Nagar ( Pune ) Call ON 8005736733 Starting From 5K...VIP Model Call Girls Viman Nagar ( Pune ) Call ON 8005736733 Starting From 5K...
VIP Model Call Girls Viman Nagar ( Pune ) Call ON 8005736733 Starting From 5K...SUHANI PANDEY
 
Proposed Amendments to Chapter 15, Article X: Wetland Conservation Areas
Proposed Amendments to Chapter 15, Article X: Wetland Conservation AreasProposed Amendments to Chapter 15, Article X: Wetland Conservation Areas
Proposed Amendments to Chapter 15, Article X: Wetland Conservation Areas💥Victoria K. Colangelo
 
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Sapana Sha
 
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...MOHANI PANDEY
 
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...SUHANI PANDEY
 
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Standkumarajju5765
 

Recently uploaded (20)

Book Sex Workers Available Pune Call Girls Kondhwa 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Kondhwa  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Kondhwa  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Kondhwa 6297143586 Call Hot India...
 
Kondhwa ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Kondhwa ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Kondhwa ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Kondhwa ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
young Whatsapp Call Girls in Delhi Cantt🔝 9953056974 🔝 escort service
young Whatsapp Call Girls in Delhi Cantt🔝 9953056974 🔝 escort serviceyoung Whatsapp Call Girls in Delhi Cantt🔝 9953056974 🔝 escort service
young Whatsapp Call Girls in Delhi Cantt🔝 9953056974 🔝 escort service
 
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
 
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Vishal Nagar WhatSapp Number 8005736733 With Elite Staff...
 
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberHot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
 
Call Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...
 
Call Girls Ramtek Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Ramtek Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Ramtek Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Ramtek Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Talegaon Dabhade Call Me 7737669865 Budget Friendly No Advance Boo...
 
$ Love Spells 💎 (310) 882-6330 in Pennsylvania, PA | Psychic Reading Best Bla...
$ Love Spells 💎 (310) 882-6330 in Pennsylvania, PA | Psychic Reading Best Bla...$ Love Spells 💎 (310) 882-6330 in Pennsylvania, PA | Psychic Reading Best Bla...
$ Love Spells 💎 (310) 882-6330 in Pennsylvania, PA | Psychic Reading Best Bla...
 
VIP Model Call Girls Viman Nagar ( Pune ) Call ON 8005736733 Starting From 5K...
VIP Model Call Girls Viman Nagar ( Pune ) Call ON 8005736733 Starting From 5K...VIP Model Call Girls Viman Nagar ( Pune ) Call ON 8005736733 Starting From 5K...
VIP Model Call Girls Viman Nagar ( Pune ) Call ON 8005736733 Starting From 5K...
 
Proposed Amendments to Chapter 15, Article X: Wetland Conservation Areas
Proposed Amendments to Chapter 15, Article X: Wetland Conservation AreasProposed Amendments to Chapter 15, Article X: Wetland Conservation Areas
Proposed Amendments to Chapter 15, Article X: Wetland Conservation Areas
 
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
 
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
 
E Waste Management
E Waste ManagementE Waste Management
E Waste Management
 
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
 
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Sustainable Packaging
Sustainable PackagingSustainable Packaging
Sustainable Packaging
 
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
 

hrbust-beamer-presentation-theme.pdf

  • 1. HRBUST Beamer Presentation Theme 哈尔滨理工大学 L A TEX PPT 模板(支持中文) FENG Cong Created on April 03, 2023
  • 2. This template is a secondary creation of SINTEF Presentation template from Federico Zenith Following is a brief introduction written by Federico Zenith about how to use L A TEX and beamer to prepare slides. All rights reserved by him This template is released under Creative Commons CC BY 4.0 license
  • 4. Beamer for SINTEF slides 1 Introduction • We assume you can use L A TEX; if you cannot, you can learn it here • Beamer is one of the most popular and powerful document classes for presentations in L A TEX • Beamer has also a detailed user manual • Here we will present only the most basic features to get you up to speed
  • 5. Beamer vs. PowerPoint 1 Introduction Compared to PowerPoint, using L A TEX is better because: • It is not What-You-See-Is-What-You-Get, but What-You-Mean-Is-What-You-Get: you write the content, the computer does the typesetting • Produces a pdf: no problems with fonts, formulas, program versions • Easier to keep consistent style, fonts, highlighting, etc. • Math typesetting in TEX is the best: i ℏ ∂ ∂t Ψ(r, t) = − ℏ2 2 m ∇2 Ψ(r, t) + V (r)Ψ(r, t)
  • 7. Selecting the Class 2 Editing After the last update to the graphic profile, the sintef theme for Beamer has been updated into a full-fledged class. To start working with sintefbeamer, start a L A TEX document with the preamble: Minimum SINTEF Beamer Document 1 documentclass { sintefbeamer } 2 begin{document} 3 begin{frame }{Hello , world !} 4 end {frame} 5 end{document}
  • 8. Title page 2 Editing To set a typical title page, you call some commands in the preamble: The Commands for the Title Page 1 title{Sample Title} 2 subtitle{Sample subtitle} 3 author{First Author , Second Author} 4 date{Defaults to today ’s} You can then write out the title page with maketitle. You can set a different background image than the default one with the titlebackground command, set before maketitle. In the backgrounds folder, you can find a lot of standard backgrounds for SINTEF presentation title pages.
  • 9. Writing a Simple Slide It’s really easy! • A typical slide has bulleted lists
  • 10. Writing a Simple Slide It’s really easy! • A typical slide has bulleted lists • These can be uncovered in sequence
  • 11. Writing a Simple Slide It’s really easy! • A typical slide has bulleted lists • These can be uncovered in sequence Code for a Page with an Itemised List 1 begin{frame} 2 frametitle{Writing a Simple Slide} 3 framesubtitle {It ’s really easy !} 4 begin{itemize }[<+->] 5 item A typical slide has bulleted lists 6 item These can be uncovered in sequence 7 end{itemize} 8 end{frame}
  • 12. Adding images 2 Editing Adding images works like in normal L A TEX: Code for Adding Images 1 usepackage{graphicx} 2 % ... 3 includegraphics 4 [width = textwidth ]{ images/default}
  • 13. Splitting in Columns 2 Editing Splitting the page is easy and common; typically, one side has a picture and the other text: This is the first column And this the second Column Code 1 begin{columns} 2 begin{column }{0.6 textwidth} 3 This is the first column 4 end{column} 5 begin{column }{0.3 textwidth} 6 And this the second 7 end{column} 8 % There could be more! 9 end{columns}
  • 14. Fonts 2 Editing • The paramount task of fonts is being readable • There are good ones... — Use serif fonts only with high-definition projectors — Use sans-serif fonts otherwise (or if you simply prefer them) • ... and not so good ones: — Never use monospace for normal text — Gothic, calligraphic or weird fontŊ should alwayŊ be avoided
  • 15. Look 2 Editing • To change the colour of the title dash, give one of the class options cyandash (default), greendash, magentadash, yellowdash, or nodash. • To change between the light and dark themes, give the class options light (default) or dark. It is not possible to switch theme for one slide because of the design of Beamer—and it’s probably a good thing. • To insert a final slide, use backmatter. • The aspect ratio defaults to 16:9, but you can change it to 4:3 for old projectors by passing the class option aspectratio=43; any other values accepted by Beamer are also possible.
  • 17. Good Luck! 3 Summary • Enough for an introduction! You should know enough by now • If you have corrections or suggestions, send them to me!
  • 18. Q&A Thank you for listening! Your feedback will be highly appreciated!