SlideShare ist ein Scribd-Unternehmen logo
1 von 27
Downloaden Sie, um offline zu lesen
Corbin Fletcher, PLUG 
LATEX & beamer 
Corbin Fletcher 
c 
plug 
November 1, 2011 
Corbin Fletcher LATEX & beamer
Corbin Fletcher, PLUG 
What it is. . . 
Introduction 
U LATEX is a typesetting markup language based on Donald E. Knuth’s 
typesetting language TEX designed and implemented by Leslie 
Lamport. 
U Working with a markup language is different than composing a 
document in a word processing program like Open Office. Using your 
choice of LATEX editors (Texmaker), you type the source file of your 
document, all characters appear in the same font. To indicate 
changes in the typeset text, you must add text markup command to 
the source file (input file) then compile it which produces the 
(output file) file. 
U LATEX is free and open source. 
Corbin Fletcher LATEX & beamer
Corbin Fletcher, PLUG 
Commands 
& Packages 
Commands 
Commands are proceeded with a backward slash then the text 
markup commands within { }. So, to invoke text color some text 
your code: 
textcolor{DarkScarletRed}{textbf{some text}} 
textbf{some text} is the markup command. 
Package 
Adding this code in the preamble provides the functionality of the 
bbding package - document wide. 
usepackage{bbding} 
Corbin Fletcher LATEX & beamer
Corbin Fletcher, PLUG 
My Local Installation 
I /home/local01/la.tex/let is the directory where all my LATEX files 
reside. 
/root 
home 
local01 
my 
pics 
other 
stuff 
la.tex 
let 
a b c d 
Corbin Fletcher LATEX & beamer
Corbin Fletcher, PLUG 
Minimal Working Document 
Example 
documentclass{article} 
begin{document} 
This is a test document 
end{document} 
Corbin Fletcher LATEX & beamer
Corbin Fletcher, PLUG 
Act Now! 
c Join plug today and become and active participating member; 
c plug meetings are an active learning session covering a large 
range of topics about Linux and open source software; 
c Expand your mind and learn to run Linux! 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits 
Part II 
A Few Nice Example 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits 
Example 
int main (void) { std::vector<bool> isprime(100, true); for 
(int i = 2; i < 100; i++) 
return 0; } 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits 
Example 
int main (void) { std::vector<bool> isprime(100, true); for 
(int i = 2; i < 100; i++) if (isprime[i]) { 
} return 0; } 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits 
Example 
int main (void) { std::vector<bool> isprime(100, true); for 
(int i = 2; i < 100; i++) if (isprime[i]) { std::cout << 
i << " "; for (int j = i; j < 100; isprime[j] = false, j+ = 
i); } return 0; } 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits 
Example 
int main (void) { std::vector<bool> isprime(100, true); for 
(int i = 2; i < 100; i++) if (isprime[i]) { std::cout << 
i << " "; for (int j = i; j < 100; isprime[j] = false, j+ = 
i); } return 0; } 
Note the use of std::. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
I Shown from first slide on. 
I Shown from first slide on. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
I Shown from first slide on. 
I Shown from second slide on. 
I Shown from second slide on. 
I Shown from first slide on. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
I Shown from first slide on. 
I Shown from second slide on. 
I Shown from second slide on. 
I Shown from third slide on. 
I Shown from third slide on. 
I Shown from first slide on. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
I Shown from first slide on. 
I Shown from second slide on. 
I Shown from second slide on. 
I Shown from third slide on. 
I Shown from third slide on. 
I Shown from fourth slide on. 
Shown from fourth slide on. 
I Shown from first slide on. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
I Shown from first slide on. 
I Shown from second slide on. 
I Shown from second slide on. 
I Shown from third slide on. 
I Shown from third slide on. 
I Shown from fourth slide on. 
Shown from fourth slide on. 
I Shown from first slide on. 
I Shown from fifth slide on. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
A Theorem on Infinite Sets 
Theorem 
There exists an infinite set. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
A Theorem on Infinite Sets 
Theorem 
There exists an infinite set. 
Example 
The set of natural numbers is infinite. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
A Theorem on Infinite Sets 
Theorem 
There exists an infinite set. 
Proof. 
This follows from the axiom of infinity. 
Example 
The set of natural numbers is infinite. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
I Why join plug 
Jump to second slide 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
I Why join plug 
I plug is great. 
Jump to second slide 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
I Why join plug 
I plug is great. 
I So, join plug today. 
Jump to second slide 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
LATEX & beamer 
Corbin Fletcher 
Panther Linux User Group: 
plug 
Linux 
Linux + You = PLUG. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
Definition 
A set consists of elements. 
Wrong Theorem 
1 = 2. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits The Pause Commands 
Definition 
A set consists of elements. 
Wrong Theorem 
1 = 2. 
Example 
The set {1, 2, 3, 5} has four elements. 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits 
Questions ^¨ 
Corbin Fletcher LATEX & beamer
Example Creating Overlays The End Credits 
Credits 
I Brought to you by http://blog.protectedareas.us 
I Please let me know about improvements! 
I This presentation was created using LATEX ! 
I Fetch your packages from ctan http://www.ctan.org 
Corbin Fletcher LATEX & beamer

Weitere ähnliche Inhalte

Ähnlich wie Corbin Fletcher LATEX Beam

Get Functional on the CLR: Intro to Functional Programming with F#
Get Functional on the CLR: Intro to Functional Programming with F# Get Functional on the CLR: Intro to Functional Programming with F#
Get Functional on the CLR: Intro to Functional Programming with F# David Alpert
 
Refactoring Simple Example
Refactoring Simple ExampleRefactoring Simple Example
Refactoring Simple Exampleliufabin 66688
 
Notes5
Notes5Notes5
Notes5hccit
 
Presentation 5th
Presentation 5thPresentation 5th
Presentation 5thConnex
 
Lesson 03 python statement, indentation and comments
Lesson 03   python statement, indentation and commentsLesson 03   python statement, indentation and comments
Lesson 03 python statement, indentation and commentsNilimesh Halder
 
Introduction to kotlin and OOP in Kotlin
Introduction to kotlin and OOP in KotlinIntroduction to kotlin and OOP in Kotlin
Introduction to kotlin and OOP in Kotlinvriddhigupta
 
GNU Parallel: Lab meeting—technical talk
GNU Parallel: Lab meeting—technical talkGNU Parallel: Lab meeting—technical talk
GNU Parallel: Lab meeting—technical talkHoffman Lab
 
ShellProgramming and Script in operating system
ShellProgramming and Script in operating systemShellProgramming and Script in operating system
ShellProgramming and Script in operating systemvinitasharma749430
 
Java fx smart code econ
Java fx smart code econJava fx smart code econ
Java fx smart code econTom Schindl
 
COMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docxCOMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docxmonicafrancis71118
 
COMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docxCOMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docxcargillfilberto
 
COMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docxCOMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docxdrandy1
 

Ähnlich wie Corbin Fletcher LATEX Beam (20)

Get Functional on the CLR: Intro to Functional Programming with F#
Get Functional on the CLR: Intro to Functional Programming with F# Get Functional on the CLR: Intro to Functional Programming with F#
Get Functional on the CLR: Intro to Functional Programming with F#
 
Refactoring Simple Example
Refactoring Simple ExampleRefactoring Simple Example
Refactoring Simple Example
 
Notes5
Notes5Notes5
Notes5
 
GE3151 UNIT II Study material .pdf
GE3151 UNIT II Study material .pdfGE3151 UNIT II Study material .pdf
GE3151 UNIT II Study material .pdf
 
Presentation 5th
Presentation 5thPresentation 5th
Presentation 5th
 
Compose Camp
Compose Camp Compose Camp
Compose Camp
 
C++ programming
C++ programmingC++ programming
C++ programming
 
C++ programming
C++ programmingC++ programming
C++ programming
 
Shell programming
Shell programmingShell programming
Shell programming
 
Lesson 03 python statement, indentation and comments
Lesson 03   python statement, indentation and commentsLesson 03   python statement, indentation and comments
Lesson 03 python statement, indentation and comments
 
Introduction to kotlin and OOP in Kotlin
Introduction to kotlin and OOP in KotlinIntroduction to kotlin and OOP in Kotlin
Introduction to kotlin and OOP in Kotlin
 
Technical MSc background
Technical MSc backgroundTechnical MSc background
Technical MSc background
 
GNU Parallel: Lab meeting—technical talk
GNU Parallel: Lab meeting—technical talkGNU Parallel: Lab meeting—technical talk
GNU Parallel: Lab meeting—technical talk
 
ShellProgramming and Script in operating system
ShellProgramming and Script in operating systemShellProgramming and Script in operating system
ShellProgramming and Script in operating system
 
Savitch Ch 04
Savitch Ch 04Savitch Ch 04
Savitch Ch 04
 
Savitch Ch 04
Savitch Ch 04Savitch Ch 04
Savitch Ch 04
 
Java fx smart code econ
Java fx smart code econJava fx smart code econ
Java fx smart code econ
 
COMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docxCOMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docx
 
COMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docxCOMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docx
 
COMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docxCOMM 166 Final Research Proposal GuidelinesThe proposal should.docx
COMM 166 Final Research Proposal GuidelinesThe proposal should.docx
 

Mehr von Corbin Fletcher

Mehr von Corbin Fletcher (7)

cef.cv.new.ecology-03-sing
cef.cv.new.ecology-03-singcef.cv.new.ecology-03-sing
cef.cv.new.ecology-03-sing
 
sop-plan-09
sop-plan-09sop-plan-09
sop-plan-09
 
SOP Slide Show...
SOP Slide Show...SOP Slide Show...
SOP Slide Show...
 
Chiquibul Protected Area
Chiquibul Protected AreaChiquibul Protected Area
Chiquibul Protected Area
 
Slide show-01
Slide show-01Slide show-01
Slide show-01
 
Bz.tp.03
Bz.tp.03Bz.tp.03
Bz.tp.03
 
My personal CV...
My personal CV...My personal CV...
My personal CV...
 

Kürzlich hochgeladen

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 

Kürzlich hochgeladen (20)

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 

Corbin Fletcher LATEX Beam

  • 1. Corbin Fletcher, PLUG LATEX & beamer Corbin Fletcher c plug November 1, 2011 Corbin Fletcher LATEX & beamer
  • 2. Corbin Fletcher, PLUG What it is. . . Introduction U LATEX is a typesetting markup language based on Donald E. Knuth’s typesetting language TEX designed and implemented by Leslie Lamport. U Working with a markup language is different than composing a document in a word processing program like Open Office. Using your choice of LATEX editors (Texmaker), you type the source file of your document, all characters appear in the same font. To indicate changes in the typeset text, you must add text markup command to the source file (input file) then compile it which produces the (output file) file. U LATEX is free and open source. Corbin Fletcher LATEX & beamer
  • 3. Corbin Fletcher, PLUG Commands & Packages Commands Commands are proceeded with a backward slash then the text markup commands within { }. So, to invoke text color some text your code: textcolor{DarkScarletRed}{textbf{some text}} textbf{some text} is the markup command. Package Adding this code in the preamble provides the functionality of the bbding package - document wide. usepackage{bbding} Corbin Fletcher LATEX & beamer
  • 4. Corbin Fletcher, PLUG My Local Installation I /home/local01/la.tex/let is the directory where all my LATEX files reside. /root home local01 my pics other stuff la.tex let a b c d Corbin Fletcher LATEX & beamer
  • 5. Corbin Fletcher, PLUG Minimal Working Document Example documentclass{article} begin{document} This is a test document end{document} Corbin Fletcher LATEX & beamer
  • 6. Corbin Fletcher, PLUG Act Now! c Join plug today and become and active participating member; c plug meetings are an active learning session covering a large range of topics about Linux and open source software; c Expand your mind and learn to run Linux! Corbin Fletcher LATEX & beamer
  • 7. Example Creating Overlays The End Credits Part II A Few Nice Example Corbin Fletcher LATEX & beamer
  • 8. Example Creating Overlays The End Credits Example int main (void) { std::vector<bool> isprime(100, true); for (int i = 2; i < 100; i++) return 0; } Corbin Fletcher LATEX & beamer
  • 9. Example Creating Overlays The End Credits Example int main (void) { std::vector<bool> isprime(100, true); for (int i = 2; i < 100; i++) if (isprime[i]) { } return 0; } Corbin Fletcher LATEX & beamer
  • 10. Example Creating Overlays The End Credits Example int main (void) { std::vector<bool> isprime(100, true); for (int i = 2; i < 100; i++) if (isprime[i]) { std::cout << i << " "; for (int j = i; j < 100; isprime[j] = false, j+ = i); } return 0; } Corbin Fletcher LATEX & beamer
  • 11. Example Creating Overlays The End Credits Example int main (void) { std::vector<bool> isprime(100, true); for (int i = 2; i < 100; i++) if (isprime[i]) { std::cout << i << " "; for (int j = i; j < 100; isprime[j] = false, j+ = i); } return 0; } Note the use of std::. Corbin Fletcher LATEX & beamer
  • 12. Example Creating Overlays The End Credits The Pause Commands I Shown from first slide on. I Shown from first slide on. Corbin Fletcher LATEX & beamer
  • 13. Example Creating Overlays The End Credits The Pause Commands I Shown from first slide on. I Shown from second slide on. I Shown from second slide on. I Shown from first slide on. Corbin Fletcher LATEX & beamer
  • 14. Example Creating Overlays The End Credits The Pause Commands I Shown from first slide on. I Shown from second slide on. I Shown from second slide on. I Shown from third slide on. I Shown from third slide on. I Shown from first slide on. Corbin Fletcher LATEX & beamer
  • 15. Example Creating Overlays The End Credits The Pause Commands I Shown from first slide on. I Shown from second slide on. I Shown from second slide on. I Shown from third slide on. I Shown from third slide on. I Shown from fourth slide on. Shown from fourth slide on. I Shown from first slide on. Corbin Fletcher LATEX & beamer
  • 16. Example Creating Overlays The End Credits The Pause Commands I Shown from first slide on. I Shown from second slide on. I Shown from second slide on. I Shown from third slide on. I Shown from third slide on. I Shown from fourth slide on. Shown from fourth slide on. I Shown from first slide on. I Shown from fifth slide on. Corbin Fletcher LATEX & beamer
  • 17. Example Creating Overlays The End Credits The Pause Commands A Theorem on Infinite Sets Theorem There exists an infinite set. Corbin Fletcher LATEX & beamer
  • 18. Example Creating Overlays The End Credits The Pause Commands A Theorem on Infinite Sets Theorem There exists an infinite set. Example The set of natural numbers is infinite. Corbin Fletcher LATEX & beamer
  • 19. Example Creating Overlays The End Credits The Pause Commands A Theorem on Infinite Sets Theorem There exists an infinite set. Proof. This follows from the axiom of infinity. Example The set of natural numbers is infinite. Corbin Fletcher LATEX & beamer
  • 20. Example Creating Overlays The End Credits The Pause Commands I Why join plug Jump to second slide Corbin Fletcher LATEX & beamer
  • 21. Example Creating Overlays The End Credits The Pause Commands I Why join plug I plug is great. Jump to second slide Corbin Fletcher LATEX & beamer
  • 22. Example Creating Overlays The End Credits The Pause Commands I Why join plug I plug is great. I So, join plug today. Jump to second slide Corbin Fletcher LATEX & beamer
  • 23. Example Creating Overlays The End Credits The Pause Commands LATEX & beamer Corbin Fletcher Panther Linux User Group: plug Linux Linux + You = PLUG. Corbin Fletcher LATEX & beamer
  • 24. Example Creating Overlays The End Credits The Pause Commands Definition A set consists of elements. Wrong Theorem 1 = 2. Corbin Fletcher LATEX & beamer
  • 25. Example Creating Overlays The End Credits The Pause Commands Definition A set consists of elements. Wrong Theorem 1 = 2. Example The set {1, 2, 3, 5} has four elements. Corbin Fletcher LATEX & beamer
  • 26. Example Creating Overlays The End Credits Questions ^¨ Corbin Fletcher LATEX & beamer
  • 27. Example Creating Overlays The End Credits Credits I Brought to you by http://blog.protectedareas.us I Please let me know about improvements! I This presentation was created using LATEX ! I Fetch your packages from ctan http://www.ctan.org Corbin Fletcher LATEX & beamer