SlideShare una empresa de Scribd logo
1 de 9
Descargar para leer sin conexión
Torino, a pretty theme for LATEX Beamer
Marco Barisione
Politecnico di Torino
September 18, 2007
What is this?
• Beamer is a LATEX class that allows you to create presentations
• The project home page is http://latex-beamer.sourceforge.net/
• Beamer contains several themes, but they are a bit ugly
◦ But with a lot of useful features, such as navigation bars, outlines, etc.
• Torino is a pretty theme
◦ With a lot of useless – but pretty – features
◦ But without some useful features
◦ Well suited for short talks, for longer talks you should use themes with
navigation bars
• Why the name?
◦ Other themes are named after locations of Universities or conferences
◦ Torino (Turin) is the location of Politecnico di Torino, my university
2 of 9
How to use the theme
• Install Beamer
◦ Some distros have a latex-beamer package
• Read the Beamer documentation
◦ /usr/share/doc/latex-beamer/beameruserguide.pdf.gz if you
are using Debian
◦ doc/beameruserguide.pdf in the source package
• Install the theme
◦ mkdir -p ~/texmf/tex/latex/beamer
◦ cp *.sty ~/texmf/tex/latex/beamer
• Read the example files
◦ chameleon.tex: green theme, watermark and circles for bullet lists
◦ nouvelle.tex: green and red theme, watermark and squares for
bullet lists
◦ freewilly.tex: blue theme, a logo and squares for bullet lists
3 of 9
Theme files
• Themes are composed by sub-themes for single features
• Inner themes define how the title page, the bullet lists, margins,
etc. work
◦ beamerinnerthemefancy.sty
• Outer themes define how headers and footers look like
◦ beamerouterthemedecolines.sty
• Color themes define the colors to be used in outer and inner
themes
◦ beamercolorthemechameleon.sty: green footers and headers
◦ beamercolorthemenouvelle.sty: green footers, red headers and
and frame title
◦ beamercolorthemefreewilly.sty: blue footers, headers and frame
title
• Global themes just include inner, outer and color themes
◦ beamerthemeTorino.sty
4 of 9
Configuring the theme
• Beamer themes can be configured with options between [ and ]
◦ usetheme[option1 = value, option2 = value]{Torino}
• If you do not specify any option, you get
◦ Simple title page
◦ No watermark or logo
◦ Chameleon (green) color theme
◦ Squares for bullet lists
• Color themes can be changed with usecolortheme
◦ usecolortheme{nouvelle}: green and red
◦ usecolortheme{freewilly}: blue
• A logo, shown in the upper right corner, can be choosen with the
logo command
◦ logo{includegraphics[height=50px]{logo-image}}
5 of 9
Alternative title page
• A fancy title page can be enabled with the
alternativetitlepage option
• You can put a logo in the title page, just pass the file name using
the titlepagelogo option
• Remember to use a plain and top-aligned frame when using
alternative title pages:
begin{frame}[t,plain]
titlepage
end{frame}
6 of 9
Watermark
• A watermark can be shown in the bottom right corner of frames
• Use the watermark option to set name of the image file
• The watermarkheight option specifies the height of the
watermark image
• It’s a good idea to have a big image and shrink it, so it looks good
when the slide is full screen
• If the image height in the slide is not the same as the original one,
you have to use the watermarkheightmult option
◦ For example, if the image is 400 pixel tall but you want it to occupy
only 100 pixels, use
[watermarkheight=100px, watermarkheightmult=4]
◦ It’s ugly but I don’t know how to fix it
7 of 9
Disabling the watermark
• You may want to disable the watermark on some frames
◦ For example, an image could partially cover the watermark, with ugly
results
• The watermarkoff command can be used to disable the
watermark in the following frames
• The watermarkon command restores the watermark in the
following frames
• If you did not specify a watermark, nothing happens
• watermarkoff was used for this frame
8 of 9
Other options
• The pageofpages option defines the string between the current
page number and the total page count
◦ The default is “/”
◦ The example files set pageofpages to “of”
• The bullet option can be used to choose the symbol used in
bullet lists
◦ square: A filled square ( ) for first and third level items, an empty
square ( ) for second level items
◦ circle: A filled circle (•) for first and third level items, an empty
circle (◦) for second level items
◦ The default value is square
• If the titleline option is set to true, a horizontal line is drawn
below the title
9 of 9

Más contenido relacionado

Similar a Torino Beamer

Chameleon, beameruse theme Torino.sty
Chameleon, beameruse theme Torino.sty Chameleon, beameruse theme Torino.sty
Chameleon, beameruse theme Torino.sty Hirwanto Iwan
 
Freewilly with beamerusetheme Torino.sty
Freewilly with beamerusetheme Torino.styFreewilly with beamerusetheme Torino.sty
Freewilly with beamerusetheme Torino.styHirwanto Iwan
 
hrbust-beamer-presentation-theme.pdf
hrbust-beamer-presentation-theme.pdfhrbust-beamer-presentation-theme.pdf
hrbust-beamer-presentation-theme.pdfssuser7fdb11
 
Themes and layouts
Themes and layoutsThemes and layouts
Themes and layoutsAbhishekSRC
 
Jekyll Theming
Jekyll ThemingJekyll Theming
Jekyll ThemingRyan Brown
 
Drupal 8 theming deep dive
Drupal 8 theming deep diveDrupal 8 theming deep dive
Drupal 8 theming deep diveRomain Jarraud
 
Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Mediacurrent
 
Drupal8 themingdeepdive drupaldevdays-montpellier17042015
Drupal8 themingdeepdive drupaldevdays-montpellier17042015Drupal8 themingdeepdive drupaldevdays-montpellier17042015
Drupal8 themingdeepdive drupaldevdays-montpellier17042015Romain Jarraud
 
Child Theme Frameworks
Child Theme FrameworksChild Theme Frameworks
Child Theme Frameworksryngrn
 
D2L Webinar: Five More Quick Wins for Accessible Online Courses
D2L Webinar: Five More Quick Wins for Accessible Online CoursesD2L Webinar: Five More Quick Wins for Accessible Online Courses
D2L Webinar: Five More Quick Wins for Accessible Online CoursesD2L Barry
 
Advanced Android Design Implementation
Advanced Android Design ImplementationAdvanced Android Design Implementation
Advanced Android Design ImplementationTack Mobile
 
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
 
How to Choose a WordPress Theme
How to Choose a WordPress ThemeHow to Choose a WordPress Theme
How to Choose a WordPress ThemeNew Tricks
 
Drupal 7: Theming with Omega
Drupal 7: Theming with OmegaDrupal 7: Theming with Omega
Drupal 7: Theming with OmegaEric Sembrat
 
Creating websites with SXA in 15 minutes
Creating websites with SXA in 15 minutesCreating websites with SXA in 15 minutes
Creating websites with SXA in 15 minutesGert Gullentops
 
Let's Zen! (Stop Theming From Scratch)
Let's Zen! (Stop Theming From Scratch)Let's Zen! (Stop Theming From Scratch)
Let's Zen! (Stop Theming From Scratch)Chris Charlton
 

Similar a Torino Beamer (20)

Chameleon, beameruse theme Torino.sty
Chameleon, beameruse theme Torino.sty Chameleon, beameruse theme Torino.sty
Chameleon, beameruse theme Torino.sty
 
Freewilly with beamerusetheme Torino.sty
Freewilly with beamerusetheme Torino.styFreewilly with beamerusetheme Torino.sty
Freewilly with beamerusetheme Torino.sty
 
hrbust-beamer-presentation-theme.pdf
hrbust-beamer-presentation-theme.pdfhrbust-beamer-presentation-theme.pdf
hrbust-beamer-presentation-theme.pdf
 
Themes and layouts
Themes and layoutsThemes and layouts
Themes and layouts
 
Jekyll Theming
Jekyll ThemingJekyll Theming
Jekyll Theming
 
Drupal 8 theming deep dive
Drupal 8 theming deep diveDrupal 8 theming deep dive
Drupal 8 theming deep dive
 
Drupal theming
Drupal themingDrupal theming
Drupal theming
 
Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG)
 
Feathertheme
FeatherthemeFeathertheme
Feathertheme
 
Drupal8 themingdeepdive drupaldevdays-montpellier17042015
Drupal8 themingdeepdive drupaldevdays-montpellier17042015Drupal8 themingdeepdive drupaldevdays-montpellier17042015
Drupal8 themingdeepdive drupaldevdays-montpellier17042015
 
Child Theme Frameworks
Child Theme FrameworksChild Theme Frameworks
Child Theme Frameworks
 
D2L Webinar: Five More Quick Wins for Accessible Online Courses
D2L Webinar: Five More Quick Wins for Accessible Online CoursesD2L Webinar: Five More Quick Wins for Accessible Online Courses
D2L Webinar: Five More Quick Wins for Accessible Online Courses
 
Head first latex
Head first latexHead first latex
Head first latex
 
Advanced Android Design Implementation
Advanced Android Design ImplementationAdvanced Android Design Implementation
Advanced Android Design Implementation
 
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)
 
How to Choose a WordPress Theme
How to Choose a WordPress ThemeHow to Choose a WordPress Theme
How to Choose a WordPress Theme
 
Drupal 7: Theming with Omega
Drupal 7: Theming with OmegaDrupal 7: Theming with Omega
Drupal 7: Theming with Omega
 
Creating websites with SXA in 15 minutes
Creating websites with SXA in 15 minutesCreating websites with SXA in 15 minutes
Creating websites with SXA in 15 minutes
 
Let's Zen! (Stop Theming From Scratch)
Let's Zen! (Stop Theming From Scratch)Let's Zen! (Stop Theming From Scratch)
Let's Zen! (Stop Theming From Scratch)
 
Creating Beautiful Wordpress Sites
Creating Beautiful Wordpress SitesCreating Beautiful Wordpress Sites
Creating Beautiful Wordpress Sites
 

Más de Hirwanto Iwan

01. integral fungsi aljabar
01. integral fungsi aljabar01. integral fungsi aljabar
01. integral fungsi aljabarHirwanto Iwan
 
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS SerangAnalisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS SerangHirwanto Iwan
 
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPAAnalisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPAHirwanto Iwan
 
Materi Limit Aljabar dan Turunan Aljabar
Materi Limit Aljabar dan Turunan Aljabar Materi Limit Aljabar dan Turunan Aljabar
Materi Limit Aljabar dan Turunan Aljabar Hirwanto Iwan
 
Pembahasan Soal Matematika Wajib PTS Kelas XI IPS
Pembahasan Soal Matematika Wajib PTS Kelas XI IPSPembahasan Soal Matematika Wajib PTS Kelas XI IPS
Pembahasan Soal Matematika Wajib PTS Kelas XI IPSHirwanto Iwan
 
Pembahasan Soal Matematika Wajib PTS Kelas XI IPA
Pembahasan Soal Matematika Wajib PTS Kelas XI IPAPembahasan Soal Matematika Wajib PTS Kelas XI IPA
Pembahasan Soal Matematika Wajib PTS Kelas XI IPAHirwanto Iwan
 
Membuat Dokumen LaTeX Edisi ke - 33
Membuat Dokumen LaTeX Edisi ke - 33Membuat Dokumen LaTeX Edisi ke - 33
Membuat Dokumen LaTeX Edisi ke - 33Hirwanto Iwan
 

Más de Hirwanto Iwan (20)

01. integral fungsi aljabar
01. integral fungsi aljabar01. integral fungsi aljabar
01. integral fungsi aljabar
 
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS SerangAnalisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
 
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPAAnalisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
 
Materi Limit Aljabar dan Turunan Aljabar
Materi Limit Aljabar dan Turunan Aljabar Materi Limit Aljabar dan Turunan Aljabar
Materi Limit Aljabar dan Turunan Aljabar
 
Pembahasan Soal Matematika Wajib PTS Kelas XI IPS
Pembahasan Soal Matematika Wajib PTS Kelas XI IPSPembahasan Soal Matematika Wajib PTS Kelas XI IPS
Pembahasan Soal Matematika Wajib PTS Kelas XI IPS
 
Pembahasan Soal Matematika Wajib PTS Kelas XI IPA
Pembahasan Soal Matematika Wajib PTS Kelas XI IPAPembahasan Soal Matematika Wajib PTS Kelas XI IPA
Pembahasan Soal Matematika Wajib PTS Kelas XI IPA
 
Fitur Baru WinEdt 9.1
Fitur Baru WinEdt 9.1Fitur Baru WinEdt 9.1
Fitur Baru WinEdt 9.1
 
Pemasangan WinEdt 9.1
Pemasangan WinEdt 9.1Pemasangan WinEdt 9.1
Pemasangan WinEdt 9.1
 
Kumpulan Soal UM UGM
Kumpulan Soal UM UGMKumpulan Soal UM UGM
Kumpulan Soal UM UGM
 
Membuat Dokumen LaTeX Edisi ke - 33
Membuat Dokumen LaTeX Edisi ke - 33Membuat Dokumen LaTeX Edisi ke - 33
Membuat Dokumen LaTeX Edisi ke - 33
 
LATEX OR INDESIGN
LATEX OR INDESIGN LATEX OR INDESIGN
LATEX OR INDESIGN
 
AGH Beamer
AGH BeamerAGH Beamer
AGH Beamer
 
AFIT Beamer
AFIT BeamerAFIT Beamer
AFIT Beamer
 
Hackd Beamer
Hackd BeamerHackd Beamer
Hackd Beamer
 
LUH Beamer
LUH BeamerLUH Beamer
LUH Beamer
 
Cambridge Beamer
Cambridge BeamerCambridge Beamer
Cambridge Beamer
 
ESOP Beamer
ESOP BeamerESOP Beamer
ESOP Beamer
 
AP Beamer
AP BeamerAP Beamer
AP Beamer
 
Naked Beamer
Naked BeamerNaked Beamer
Naked Beamer
 
TUDelft Beamer
TUDelft BeamerTUDelft Beamer
TUDelft Beamer
 

Último

ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 

Último (20)

ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 

Torino Beamer

  • 1. Torino, a pretty theme for LATEX Beamer Marco Barisione Politecnico di Torino September 18, 2007
  • 2. What is this? • Beamer is a LATEX class that allows you to create presentations • The project home page is http://latex-beamer.sourceforge.net/ • Beamer contains several themes, but they are a bit ugly ◦ But with a lot of useful features, such as navigation bars, outlines, etc. • Torino is a pretty theme ◦ With a lot of useless – but pretty – features ◦ But without some useful features ◦ Well suited for short talks, for longer talks you should use themes with navigation bars • Why the name? ◦ Other themes are named after locations of Universities or conferences ◦ Torino (Turin) is the location of Politecnico di Torino, my university 2 of 9
  • 3. How to use the theme • Install Beamer ◦ Some distros have a latex-beamer package • Read the Beamer documentation ◦ /usr/share/doc/latex-beamer/beameruserguide.pdf.gz if you are using Debian ◦ doc/beameruserguide.pdf in the source package • Install the theme ◦ mkdir -p ~/texmf/tex/latex/beamer ◦ cp *.sty ~/texmf/tex/latex/beamer • Read the example files ◦ chameleon.tex: green theme, watermark and circles for bullet lists ◦ nouvelle.tex: green and red theme, watermark and squares for bullet lists ◦ freewilly.tex: blue theme, a logo and squares for bullet lists 3 of 9
  • 4. Theme files • Themes are composed by sub-themes for single features • Inner themes define how the title page, the bullet lists, margins, etc. work ◦ beamerinnerthemefancy.sty • Outer themes define how headers and footers look like ◦ beamerouterthemedecolines.sty • Color themes define the colors to be used in outer and inner themes ◦ beamercolorthemechameleon.sty: green footers and headers ◦ beamercolorthemenouvelle.sty: green footers, red headers and and frame title ◦ beamercolorthemefreewilly.sty: blue footers, headers and frame title • Global themes just include inner, outer and color themes ◦ beamerthemeTorino.sty 4 of 9
  • 5. Configuring the theme • Beamer themes can be configured with options between [ and ] ◦ usetheme[option1 = value, option2 = value]{Torino} • If you do not specify any option, you get ◦ Simple title page ◦ No watermark or logo ◦ Chameleon (green) color theme ◦ Squares for bullet lists • Color themes can be changed with usecolortheme ◦ usecolortheme{nouvelle}: green and red ◦ usecolortheme{freewilly}: blue • A logo, shown in the upper right corner, can be choosen with the logo command ◦ logo{includegraphics[height=50px]{logo-image}} 5 of 9
  • 6. Alternative title page • A fancy title page can be enabled with the alternativetitlepage option • You can put a logo in the title page, just pass the file name using the titlepagelogo option • Remember to use a plain and top-aligned frame when using alternative title pages: begin{frame}[t,plain] titlepage end{frame} 6 of 9
  • 7. Watermark • A watermark can be shown in the bottom right corner of frames • Use the watermark option to set name of the image file • The watermarkheight option specifies the height of the watermark image • It’s a good idea to have a big image and shrink it, so it looks good when the slide is full screen • If the image height in the slide is not the same as the original one, you have to use the watermarkheightmult option ◦ For example, if the image is 400 pixel tall but you want it to occupy only 100 pixels, use [watermarkheight=100px, watermarkheightmult=4] ◦ It’s ugly but I don’t know how to fix it 7 of 9
  • 8. Disabling the watermark • You may want to disable the watermark on some frames ◦ For example, an image could partially cover the watermark, with ugly results • The watermarkoff command can be used to disable the watermark in the following frames • The watermarkon command restores the watermark in the following frames • If you did not specify a watermark, nothing happens • watermarkoff was used for this frame 8 of 9
  • 9. Other options • The pageofpages option defines the string between the current page number and the total page count ◦ The default is “/” ◦ The example files set pageofpages to “of” • The bullet option can be used to choose the symbol used in bullet lists ◦ square: A filled square ( ) for first and third level items, an empty square ( ) for second level items ◦ circle: A filled circle (•) for first and third level items, an empty circle (◦) for second level items ◦ The default value is square • If the titleline option is set to true, a horizontal line is drawn below the title 9 of 9