SlideShare ist ein Scribd-Unternehmen logo
1 von 25
Downloaden Sie, um offline zu lesen
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 beneïŹts 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 ïŹle on another computer.
Why Beamer?         Basic Programming       Practical Matters    Playing with Settings   Summary



Why Beamer?


     Advantages
                                  A
         Enjoy all the beneïŹts 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 ïŹle on another computer.
Why Beamer?         Basic Programming       Practical Matters    Playing with Settings   Summary



Why Beamer?


     Advantages
                                  A
         Enjoy all the beneïŹts 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 ïŹle on another computer.
Why Beamer?         Basic Programming       Practical Matters    Playing with Settings   Summary



Why Beamer?


     Advantages
                                  A
         Enjoy all the beneïŹts 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 ïŹle on another computer.
Why Beamer?         Basic Programming       Practical Matters    Playing with Settings   Summary



Why Beamer?


     Advantages
                                  A
         Enjoy all the beneïŹts 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 ïŹle 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 eïŹ€ort 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 ïŹle to get a slides.pdf ïŹle.
      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 ïŹ‚ying                  albatross, crane, ïŹ‚y, 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.

Weitere Àhnliche Inhalte

Ähnlich wie 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
 
Python lecture 02
Python lecture 02Python lecture 02
Python lecture 02Tanwir Zaman
 
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
 

Ähnlich wie 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
 

Mehr von 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
 

Mehr von 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
 

KĂŒrzlich hochgeladen

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
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
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
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
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
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
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
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
 
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
 
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
 

KĂŒrzlich hochgeladen (20)

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
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...
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
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 đŸ”âœ”ïžâœ”ïž
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.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)
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
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
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
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
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.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
 
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
 
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
 

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 beneïŹts 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 ïŹle on another computer.
  • 5. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Advantages A Enjoy all the beneïŹts 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 ïŹle on another computer.
  • 6. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Advantages A Enjoy all the beneïŹts 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 ïŹle on another computer.
  • 7. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Advantages A Enjoy all the beneïŹts 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 ïŹle on another computer.
  • 8. Why Beamer? Basic Programming Practical Matters Playing with Settings Summary Why Beamer? Advantages A Enjoy all the beneïŹts 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 ïŹle 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 eïŹ€ort 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 ïŹle to get a slides.pdf ïŹle. 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 ïŹ‚ying albatross, crane, ïŹ‚y, 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.