SlideShare a Scribd company logo
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 Flink
Juan Fumero
 
Python functional programming
Python functional programmingPython functional programming
Python functional programming
Geison Goes
 
parallel-computation.pdf
parallel-computation.pdfparallel-computation.pdf
parallel-computation.pdf
Jayanti Prasad Ph.D.
 
Gráficas en python
Gráficas en python Gráficas en python
Gráficas en python
Jhon Valle
 
Parallel computation
Parallel computationParallel computation
Parallel computation
Jayanti Prasad Ph.D.
 
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
 
IN4308 1
IN4308 1IN4308 1
IN4308 1
Eelco Visser
 
Exploiting JXL using Selenium
Exploiting JXL using SeleniumExploiting JXL using Selenium
Exploiting JXL using Selenium
OSSCube
 
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
 
Using Parallel Computing Platform - NHDNUG
Using Parallel Computing Platform - NHDNUGUsing Parallel Computing Platform - NHDNUG
Using Parallel Computing Platform - NHDNUG
North Houston .NET Users Group
 
Write effectlively in late x
Write effectlively in late xWrite effectlively in late x
Write effectlively in late x
C-CORE
 
01 first
01 first01 first
01 firstscythus
 
LATEX.ppt
LATEX.pptLATEX.ppt
LATEX.ppt
Rajesh Patel
 
Oh the compilers you'll build
Oh the compilers you'll buildOh the compilers you'll build
Oh the compilers you'll build
Mark Stoodley
 
Programming in Java: Getting Started
Programming in Java: Getting StartedProgramming in Java: Getting Started
Programming in Java: Getting Started
Martin Chapman
 
Intellectual technologies
Intellectual technologiesIntellectual technologies
Intellectual technologies
Polad 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 Tutorial
antiw
 

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

The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 

Recently uploaded (20)

The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 

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.