SlideShare une entreprise Scribd logo
1  sur  25
Télécharger pour lire hors ligne
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.

Contenu connexe

Similaire à 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
 

Similaire à 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
 

Plus de 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
 

Plus de 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
 

Dernier

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
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
 
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
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 

Dernier (20)

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
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
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
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
 
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
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
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
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 

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.