SlideShare a Scribd company logo
1 of 25
Download to read offline
Why Beamer?   Basic Programming         Practical Matters   Playing with Settings   Summary




                                       Beamer
                     The    A
                            LT    EXalternative to PowerPoint


                                      Anonymous


                                    March 18, 2011
Why Beamer?     Basic Programming   Practical Matters   Playing with Settings   Summary



Outline

     1   Why Beamer?
          Advantages
          Disadvantages

     2   Basic Programming
           The basics

     3   Practical Matters
           Compiling
           Downloading

     4   Playing with Settings

     5   Summary
Why Beamer?     Basic Programming   Practical Matters   Playing with Settings   Summary



Outline

     1   Why Beamer?
          Advantages
          Disadvantages

     2   Basic Programming
           The basics

     3   Practical Matters
           Compiling
           Downloading

     4   Playing with Settings

     5   Summary
Why Beamer?         Basic Programming       Practical Matters    Playing with Settings   Summary



Why Beamer?


     Advantages
                                  A
         Enjoy all the benefits of LTEX
              Mathematical typesetting is neater, e.g.
                                n
                                                                   1 if k = j,
                  Pn (x) =          Lj (x)yj , with Lj (xk ) =
                                                                   0 otherwise.
                              j=0


              Formulae can be copied directly from a written report.
              Generates a PDF-document, which can be viewed under any
              operating system.
              No surprises next time you open the file on another computer.
Why Beamer?         Basic Programming       Practical Matters    Playing with Settings   Summary



Why Beamer?


     Advantages
                                  A
         Enjoy all the benefits of LTEX
              Mathematical typesetting is neater, e.g.
                                n
                                                                   1 if k = j,
                  Pn (x) =          Lj (x)yj , with Lj (xk ) =
                                                                   0 otherwise.
                              j=0


              Formulae can be copied directly from a written report.
              Generates a PDF-document, which can be viewed under any
              operating system.
              No surprises next time you open the file on another computer.
Why Beamer?         Basic Programming       Practical Matters    Playing with Settings   Summary



Why Beamer?


     Advantages
                                  A
         Enjoy all the benefits of LTEX
              Mathematical typesetting is neater, e.g.
                                n
                                                                   1 if k = j,
                  Pn (x) =          Lj (x)yj , with Lj (xk ) =
                                                                   0 otherwise.
                              j=0


              Formulae can be copied directly from a written report.
              Generates a PDF-document, which can be viewed under any
              operating system.
              No surprises next time you open the file on another computer.
Why Beamer?         Basic Programming       Practical Matters    Playing with Settings   Summary



Why Beamer?


     Advantages
                                  A
         Enjoy all the benefits of LTEX
              Mathematical typesetting is neater, e.g.
                                n
                                                                   1 if k = j,
                  Pn (x) =          Lj (x)yj , with Lj (xk ) =
                                                                   0 otherwise.
                              j=0


              Formulae can be copied directly from a written report.
              Generates a PDF-document, which can be viewed under any
              operating system.
              No surprises next time you open the file on another computer.
Why Beamer?         Basic Programming       Practical Matters    Playing with Settings   Summary



Why Beamer?


     Advantages
                                  A
         Enjoy all the benefits of LTEX
              Mathematical typesetting is neater, e.g.
                                n
                                                                   1 if k = j,
                  Pn (x) =          Lj (x)yj , with Lj (xk ) =
                                                                   0 otherwise.
                              j=0


              Formulae can be copied directly from a written report.
              Generates a PDF-document, which can be viewed under any
              operating system.
              No surprises next time you open the file on another computer.
Why Beamer?         Basic Programming   Practical Matters   Playing with Settings   Summary



Why Beamer?




     Disadvantages
         Not as “point-and-click” as PowerPoint.
                                         A
              Need to know the basics of LTEX.
              Downloading of packages needs a little effort and patience
              (but Beamer’s packages are fairly standard nowadays).
Why Beamer?     Basic Programming   Practical Matters   Playing with Settings   Summary



Outline

     1   Why Beamer?
          Advantages
          Disadvantages

     2   Basic Programming
           The basics

     3   Practical Matters
           Compiling
           Downloading

     4   Playing with Settings

     5   Summary
Why Beamer?           Basic Programming   Practical Matters        Playing with Settings   Summary



Basic Programming



          A
   Normal LTEXdocument:                                    A
                                                    Beamer-LTEXdocument:
   documentclass{book}                             documentclass{beamer}
                                                    mode<presentation>
   title{...}                                      usepackage{graphicx}
   author{...}                                     title{...}
   date{...}                                       author{...}
                                                    institute{...}
   begin{document}                                 date{...}
   maketitle                                       begin{document}
                                                    begin{frame} titlepage end{frame}
   tableofcontents
                                                    begin{frame}
                                                      frametitle {Outline}
                                                      tableofcontents
   section{Introduction}                           end{frame}
                                                    section{Introduction}
                                                    begin{frame}
                                                      frametitle{...}
                                                      ...end{frame}
Why Beamer?          Basic Programming         Practical Matters   Playing with Settings   Summary



Methods of revealing


     You can create overlays . . .
         Using the pause command:
                    First item.
                    Second item.
              . . . just like that!
     You can create overlays ldots
     begin{itemize}
     item Using the emph{pause} command: pause
     begin{itemize}
     item First item. pause
     item Second item.
     end{itemize}
     pause
     item ldots just like that!
     end{itemize}
Why Beamer?          Basic Programming         Practical Matters   Playing with Settings   Summary



Methods of revealing


     You can create overlays . . .
         Using the pause command:
                    First item.
                    Second item.
              . . . just like that!
     You can create overlays ldots
     begin{itemize}
     item Using the emph{pause} command: pause
     begin{itemize}
     item First item. pause
     item Second item.
     end{itemize}
     pause
     item ldots just like that!
     end{itemize}
Why Beamer?          Basic Programming         Practical Matters   Playing with Settings   Summary



Methods of revealing


     You can create overlays . . .
         Using the pause command:
                    First item.
                    Second item.
              . . . just like that!
     You can create overlays ldots
     begin{itemize}
     item Using the emph{pause} command: pause
     begin{itemize}
     item First item. pause
     item Second item.
     end{itemize}
     pause
     item ldots just like that!
     end{itemize}
Why Beamer?          Basic Programming         Practical Matters   Playing with Settings   Summary



Methods of revealing


     You can create overlays . . .
         Using the pause command:
                    First item.
                    Second item.
              . . . just like that!
     You can create overlays ldots
     begin{itemize}
     item Using the emph{pause} command: pause
     begin{itemize}
     item First item. pause
     item Second item.
     end{itemize}
     pause
     item ldots just like that!
     end{itemize}
Why Beamer?          Basic Programming         Practical Matters   Playing with Settings   Summary



Methods of revealing


     You can create overlays . . .
         Using the pause command:
                    First item.
                    Second item.
              . . . just like that!
     You can create overlays ldots
     begin{itemize}
     item Using the emph{pause} command: pause
     begin{itemize}
     item First item. pause
     item Second item.
     end{itemize}
     pause
     item ldots just like that!
     end{itemize}
Why Beamer?    Basic Programming   Practical Matters   Playing with Settings   Summary



Adding pictures
     Pictures are included in the normal ways:
     begin{center}
     includegraphics[height=45mm]{fractal.jpg}
     end{center}
Why Beamer?     Basic Programming   Practical Matters   Playing with Settings   Summary



Outline

     1   Why Beamer?
          Advantages
          Disadvantages

     2   Basic Programming
           The basics

     3   Practical Matters
           Compiling
           Downloading

     4   Playing with Settings

     5   Summary
Why Beamer?     Basic Programming   Practical Matters   Playing with Settings   Summary




     You need to compile your slides.tex file to get a slides.pdf file.
      Graphics type Compiling method
      png; jpg; pdf   slides.tex −→ slides.pdf
      eps; ps         slides.tex −→ slides.ps −→ slides.pdf
Why Beamer?        Basic Programming   Practical Matters   Playing with Settings   Summary



Practical matters: downloading




     You will need to download three packages:
        1     beamer ftp://ftp.sun.ac.za/CTAN/macros/latex/contrib/
        2     xcolor ftp://ftp.sun.ac.za/CTAN/macros/latex/contrib/
        3     pgf ftp://ftp.sun.ac.a/CTAN/graphics/
     Or all of them (an many more!) at http://www.ctan.org
     [ CTAN = Comprehensive TEXArchive Network ]
Why Beamer?        Basic Programming   Practical Matters   Playing with Settings   Summary



Practical matters: downloading




     You will need to download three packages:
        1     beamer ftp://ftp.sun.ac.za/CTAN/macros/latex/contrib/
        2     xcolor ftp://ftp.sun.ac.za/CTAN/macros/latex/contrib/
        3     pgf ftp://ftp.sun.ac.a/CTAN/graphics/
     Or all of them (an many more!) at http://www.ctan.org
     [ CTAN = Comprehensive TEXArchive Network ]
Why Beamer?     Basic Programming   Practical Matters   Playing with Settings   Summary



Outline

     1   Why Beamer?
          Advantages
          Disadvantages

     2   Basic Programming
           The basics

     3   Practical Matters
           Compiling
           Downloading

     4   Playing with Settings

     5   Summary
Why Beamer?    Basic Programming   Practical Matters        Playing with Settings   Summary



Changing the settings



                                                       Bergen, Madrid, AanAr-
       Presentation themes named af-                   bor, CambridgeUS, Pitts-
       ter cities (except 2)                           burgh, Copenhagen, Han-
                                                       nover, . . .

       Color themes named after flying                  albatross, crane, fly, dove,
       animals                                         seagull, . . .
       Inner Themes, Outer Themes, . . .
Why Beamer?     Basic Programming   Practical Matters   Playing with Settings   Summary



Outline

     1   Why Beamer?
          Advantages
          Disadvantages

     2   Basic Programming
           The basics

     3   Practical Matters
           Compiling
           Downloading

     4   Playing with Settings

     5   Summary
Why Beamer?         Basic Programming   Practical Matters   Playing with Settings   Summary




              The beamer-package allows you to have all the interactivity
              you need, and
              displays mathematical formulae neatly and legibily.

More Related Content

Similar to Note beamer

Computational biology
Computational biologyComputational biology
Computational biologySpringer
 
FastR+Apache Flink
FastR+Apache FlinkFastR+Apache Flink
FastR+Apache FlinkJuan Fumero
 
Python functional programming
Python functional programmingPython functional programming
Python functional programmingGeison Goes
 
Gráficas en python
Gráficas en python Gráficas en python
Gráficas en python Jhon Valle
 
Hack Like It's 2013 (The Workshop)
Hack Like It's 2013 (The Workshop)Hack Like It's 2013 (The Workshop)
Hack Like It's 2013 (The Workshop)Itzik Kotler
 
Exploiting JXL using Selenium
Exploiting JXL using SeleniumExploiting JXL using Selenium
Exploiting JXL using SeleniumOSSCube
 
BP206 - Let's Give Your LotusScript a Tune-Up
BP206 - Let's Give Your LotusScript a Tune-Up BP206 - Let's Give Your LotusScript a Tune-Up
BP206 - Let's Give Your LotusScript a Tune-Up Craig Schumann
 
Write effectlively in late x
Write effectlively in late xWrite effectlively in late x
Write effectlively in late xC-CORE
 
01 first
01 first01 first
01 firstscythus
 
Oh the compilers you'll build
Oh the compilers you'll buildOh the compilers you'll build
Oh the compilers you'll buildMark Stoodley
 
Programming in Java: Getting Started
Programming in Java: Getting StartedProgramming in Java: Getting Started
Programming in Java: Getting StartedMartin Chapman
 
Intellectual technologies
Intellectual technologiesIntellectual technologies
Intellectual technologiesPolad Saruxanov
 

Similar to Note beamer (20)

Computational biology
Computational biologyComputational biology
Computational biology
 
FastR+Apache Flink
FastR+Apache FlinkFastR+Apache Flink
FastR+Apache Flink
 
Python functional programming
Python functional programmingPython functional programming
Python functional programming
 
EEDC Programming Models
EEDC Programming ModelsEEDC Programming Models
EEDC Programming Models
 
parallel-computation.pdf
parallel-computation.pdfparallel-computation.pdf
parallel-computation.pdf
 
Gráficas en python
Gráficas en python Gráficas en python
Gráficas en python
 
Parallel computation
Parallel computationParallel computation
Parallel computation
 
Hack Like It's 2013 (The Workshop)
Hack Like It's 2013 (The Workshop)Hack Like It's 2013 (The Workshop)
Hack Like It's 2013 (The Workshop)
 
IN4308 1
IN4308 1IN4308 1
IN4308 1
 
Exploiting JXL using Selenium
Exploiting JXL using SeleniumExploiting JXL using Selenium
Exploiting JXL using Selenium
 
BP206 - Let's Give Your LotusScript a Tune-Up
BP206 - Let's Give Your LotusScript a Tune-Up BP206 - Let's Give Your LotusScript a Tune-Up
BP206 - Let's Give Your LotusScript a Tune-Up
 
Using Parallel Computing Platform - NHDNUG
Using Parallel Computing Platform - NHDNUGUsing Parallel Computing Platform - NHDNUG
Using Parallel Computing Platform - NHDNUG
 
Write effectlively in late x
Write effectlively in late xWrite effectlively in late x
Write effectlively in late x
 
Python lecture 02
Python lecture 02Python lecture 02
Python lecture 02
 
01 first
01 first01 first
01 first
 
LATEX.ppt
LATEX.pptLATEX.ppt
LATEX.ppt
 
Oh the compilers you'll build
Oh the compilers you'll buildOh the compilers you'll build
Oh the compilers you'll build
 
scilab
scilabscilab
scilab
 
Programming in Java: Getting Started
Programming in Java: Getting StartedProgramming in Java: Getting Started
Programming in Java: Getting Started
 
Intellectual technologies
Intellectual technologiesIntellectual technologies
Intellectual technologies
 

More from antiw

Cvpr2010 open source vision software, intro and training part viii point clou...
Cvpr2010 open source vision software, intro and training part viii point clou...Cvpr2010 open source vision software, intro and training part viii point clou...
Cvpr2010 open source vision software, intro and training part viii point clou...antiw
 
Cvpr2010 open source vision software, intro and training part vii point cloud...
Cvpr2010 open source vision software, intro and training part vii point cloud...Cvpr2010 open source vision software, intro and training part vii point cloud...
Cvpr2010 open source vision software, intro and training part vii point cloud...antiw
 
graphical models for the Internet
graphical models for the Internetgraphical models for the Internet
graphical models for the Internetantiw
 
Recent Advances in Computer Vision
Recent Advances in Computer VisionRecent Advances in Computer Vision
Recent Advances in Computer Visionantiw
 
15 pieces of advice i wish my ph d advisor had given me
15 pieces of advice i wish my ph d advisor had given me15 pieces of advice i wish my ph d advisor had given me
15 pieces of advice i wish my ph d advisor had given meantiw
 
Randy pauschtimemanagement2007
Randy pauschtimemanagement2007Randy pauschtimemanagement2007
Randy pauschtimemanagement2007antiw
 
Write a research paper howto - good presentation
Write a research paper   howto - good presentationWrite a research paper   howto - good presentation
Write a research paper howto - good presentationantiw
 
15 pieces of advice i wish my ph d advisor had given me
15 pieces of advice i wish my ph d advisor had given me15 pieces of advice i wish my ph d advisor had given me
15 pieces of advice i wish my ph d advisor had given meantiw
 
Open Cv 2005 Q4 Tutorial
Open Cv 2005 Q4 TutorialOpen Cv 2005 Q4 Tutorial
Open Cv 2005 Q4 Tutorialantiw
 

More from antiw (9)

Cvpr2010 open source vision software, intro and training part viii point clou...
Cvpr2010 open source vision software, intro and training part viii point clou...Cvpr2010 open source vision software, intro and training part viii point clou...
Cvpr2010 open source vision software, intro and training part viii point clou...
 
Cvpr2010 open source vision software, intro and training part vii point cloud...
Cvpr2010 open source vision software, intro and training part vii point cloud...Cvpr2010 open source vision software, intro and training part vii point cloud...
Cvpr2010 open source vision software, intro and training part vii point cloud...
 
graphical models for the Internet
graphical models for the Internetgraphical models for the Internet
graphical models for the Internet
 
Recent Advances in Computer Vision
Recent Advances in Computer VisionRecent Advances in Computer Vision
Recent Advances in Computer Vision
 
15 pieces of advice i wish my ph d advisor had given me
15 pieces of advice i wish my ph d advisor had given me15 pieces of advice i wish my ph d advisor had given me
15 pieces of advice i wish my ph d advisor had given me
 
Randy pauschtimemanagement2007
Randy pauschtimemanagement2007Randy pauschtimemanagement2007
Randy pauschtimemanagement2007
 
Write a research paper howto - good presentation
Write a research paper   howto - good presentationWrite a research paper   howto - good presentation
Write a research paper howto - good presentation
 
15 pieces of advice i wish my ph d advisor had given me
15 pieces of advice i wish my ph d advisor had given me15 pieces of advice i wish my ph d advisor had given me
15 pieces of advice i wish my ph d advisor had given me
 
Open Cv 2005 Q4 Tutorial
Open Cv 2005 Q4 TutorialOpen Cv 2005 Q4 Tutorial
Open Cv 2005 Q4 Tutorial
 

Recently uploaded

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 

Recently uploaded (20)

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 

Note beamer

  • 1. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Beamer The A LT EXalternative to PowerPoint Anonymous March 18, 2011
  • 2. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Outline 1 Why Beamer? Advantages Disadvantages 2 Basic Programming The basics 3 Practical Matters Compiling Downloading 4 Playing with Settings 5 Summary
  • 3. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Outline 1 Why Beamer? Advantages Disadvantages 2 Basic Programming The basics 3 Practical Matters Compiling Downloading 4 Playing with Settings 5 Summary
  • 4. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Advantages A Enjoy all the benefits of LTEX Mathematical typesetting is neater, e.g. n 1 if k = j, Pn (x) = Lj (x)yj , with Lj (xk ) = 0 otherwise. j=0 Formulae can be copied directly from a written report. Generates a PDF-document, which can be viewed under any operating system. No surprises next time you open the file on another computer.
  • 5. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Advantages A Enjoy all the benefits of LTEX Mathematical typesetting is neater, e.g. n 1 if k = j, Pn (x) = Lj (x)yj , with Lj (xk ) = 0 otherwise. j=0 Formulae can be copied directly from a written report. Generates a PDF-document, which can be viewed under any operating system. No surprises next time you open the file on another computer.
  • 6. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Advantages A Enjoy all the benefits of LTEX Mathematical typesetting is neater, e.g. n 1 if k = j, Pn (x) = Lj (x)yj , with Lj (xk ) = 0 otherwise. j=0 Formulae can be copied directly from a written report. Generates a PDF-document, which can be viewed under any operating system. No surprises next time you open the file on another computer.
  • 7. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Advantages A Enjoy all the benefits of LTEX Mathematical typesetting is neater, e.g. n 1 if k = j, Pn (x) = Lj (x)yj , with Lj (xk ) = 0 otherwise. j=0 Formulae can be copied directly from a written report. Generates a PDF-document, which can be viewed under any operating system. No surprises next time you open the file on another computer.
  • 8. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Advantages A Enjoy all the benefits of LTEX Mathematical typesetting is neater, e.g. n 1 if k = j, Pn (x) = Lj (x)yj , with Lj (xk ) = 0 otherwise. j=0 Formulae can be copied directly from a written report. Generates a PDF-document, which can be viewed under any operating system. No surprises next time you open the file on another computer.
  • 9. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Disadvantages Not as “point-and-click” as PowerPoint. A Need to know the basics of LTEX. Downloading of packages needs a little effort and patience (but Beamer’s packages are fairly standard nowadays).
  • 10. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Outline 1 Why Beamer? Advantages Disadvantages 2 Basic Programming The basics 3 Practical Matters Compiling Downloading 4 Playing with Settings 5 Summary
  • 11. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Basic Programming A Normal LTEXdocument: A Beamer-LTEXdocument: documentclass{book} documentclass{beamer} mode<presentation> title{...} usepackage{graphicx} author{...} title{...} date{...} author{...} institute{...} begin{document} date{...} maketitle begin{document} begin{frame} titlepage end{frame} tableofcontents begin{frame} frametitle {Outline} tableofcontents section{Introduction} end{frame} section{Introduction} begin{frame} frametitle{...} ...end{frame}
  • 12. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Methods of revealing You can create overlays . . . Using the pause command: First item. Second item. . . . just like that! You can create overlays ldots begin{itemize} item Using the emph{pause} command: pause begin{itemize} item First item. pause item Second item. end{itemize} pause item ldots just like that! end{itemize}
  • 13. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Methods of revealing You can create overlays . . . Using the pause command: First item. Second item. . . . just like that! You can create overlays ldots begin{itemize} item Using the emph{pause} command: pause begin{itemize} item First item. pause item Second item. end{itemize} pause item ldots just like that! end{itemize}
  • 14. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Methods of revealing You can create overlays . . . Using the pause command: First item. Second item. . . . just like that! You can create overlays ldots begin{itemize} item Using the emph{pause} command: pause begin{itemize} item First item. pause item Second item. end{itemize} pause item ldots just like that! end{itemize}
  • 15. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Methods of revealing You can create overlays . . . Using the pause command: First item. Second item. . . . just like that! You can create overlays ldots begin{itemize} item Using the emph{pause} command: pause begin{itemize} item First item. pause item Second item. end{itemize} pause item ldots just like that! end{itemize}
  • 16. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Methods of revealing You can create overlays . . . Using the pause command: First item. Second item. . . . just like that! You can create overlays ldots begin{itemize} item Using the emph{pause} command: pause begin{itemize} item First item. pause item Second item. end{itemize} pause item ldots just like that! end{itemize}
  • 17. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Adding pictures Pictures are included in the normal ways: begin{center} includegraphics[height=45mm]{fractal.jpg} end{center}
  • 18. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Outline 1 Why Beamer? Advantages Disadvantages 2 Basic Programming The basics 3 Practical Matters Compiling Downloading 4 Playing with Settings 5 Summary
  • 19. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary You need to compile your slides.tex file to get a slides.pdf file. Graphics type Compiling method png; jpg; pdf slides.tex −→ slides.pdf eps; ps slides.tex −→ slides.ps −→ slides.pdf
  • 20. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Practical matters: downloading You will need to download three packages: 1 beamer ftp://ftp.sun.ac.za/CTAN/macros/latex/contrib/ 2 xcolor ftp://ftp.sun.ac.za/CTAN/macros/latex/contrib/ 3 pgf ftp://ftp.sun.ac.a/CTAN/graphics/ Or all of them (an many more!) at http://www.ctan.org [ CTAN = Comprehensive TEXArchive Network ]
  • 21. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Practical matters: downloading You will need to download three packages: 1 beamer ftp://ftp.sun.ac.za/CTAN/macros/latex/contrib/ 2 xcolor ftp://ftp.sun.ac.za/CTAN/macros/latex/contrib/ 3 pgf ftp://ftp.sun.ac.a/CTAN/graphics/ Or all of them (an many more!) at http://www.ctan.org [ CTAN = Comprehensive TEXArchive Network ]
  • 22. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Outline 1 Why Beamer? Advantages Disadvantages 2 Basic Programming The basics 3 Practical Matters Compiling Downloading 4 Playing with Settings 5 Summary
  • 23. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Changing the settings Bergen, Madrid, AanAr- Presentation themes named af- bor, CambridgeUS, Pitts- ter cities (except 2) burgh, Copenhagen, Han- nover, . . . Color themes named after flying albatross, crane, fly, dove, animals seagull, . . . Inner Themes, Outer Themes, . . .
  • 24. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Outline 1 Why Beamer? Advantages Disadvantages 2 Basic Programming The basics 3 Practical Matters Compiling Downloading 4 Playing with Settings 5 Summary
  • 25. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary The beamer-package allows you to have all the interactivity you need, and displays mathematical formulae neatly and legibily.