SlideShare a Scribd company logo
1 of 35
Download to read offline
Advanced Topics in LATEX
Shawn Lankton
Georgia Institute of Technology
January 28, 2015
Lankton Advanced LATEX 1/24
Getting to know each other
How many have used LATEX?
Lankton Advanced LATEX 2/24
Getting to know each other
How many have used LATEX?
How many have written a paper?
Lankton Advanced LATEX 2/24
Getting to know each other
How many have used LATEX?
How many have written a paper?
How many have experience with beamer?
Lankton Advanced LATEX 2/24
Getting to know each other
How many have used LATEX?
How many have written a paper?
How many have experience with beamer?
How many are here is working on a thesis?
Lankton Advanced LATEX 2/24
Getting to know each other
How many have used LATEX?
How many have written a paper?
How many have experience with beamer?
How many are here is working on a thesis?
How many want to know more about graphics?
Lankton Advanced LATEX 2/24
Getting to know each other
How many have used LATEX?
How many have written a paper?
How many have experience with beamer?
How many are here is working on a thesis?
How many want to know more about graphics?
How many want to know about posters?
Lankton Advanced LATEX 2/24
Getting to know each other
How many have used LATEX?
How many have written a paper?
How many have experience with beamer?
How many are here is working on a thesis?
How many want to know more about graphics?
How many want to know about posters?
How many want to know about slides?
Lankton Advanced LATEX 2/24
Getting to know each other
How many have used LATEX?
How many have written a paper?
How many have experience with beamer?
How many are here is working on a thesis?
How many want to know more about graphics?
How many want to know about posters?
How many want to know about slides?
Anything I missed that people want?
Lankton Advanced LATEX 2/24
Outline
• Basic LATEXreview
• GT thesis tips
• Useful packages
• BibTeX bibliographies
• Great looking figures
• Slide presentations in LATEX
• Posters in LATEX
Lankton Advanced LATEX 3/24
LATEXBasics
Lankton Advanced LATEX 4/24
Basic LATEXreview
• Markup language
• Used to typeset documents easily
• Based on commands[options]{arguments}
• As well as
begin{environments}
with stuff in them
end{environments}
• Driven by style files
• Compiled into beautiful documents
Lankton Advanced LATEX 5/24
Our setup here
• Windows - OS
• MiKTEX - TEXDistribution
• TEXnicCenter - Editor
• Other OS?
Lankton Advanced LATEX 6/24
GaTech Thesis
Lankton Advanced LATEX 7/24
GT Thesis
download from here:
http://www.gradadmiss.gatech.edu/thesis/templates.php
most important files:
• gatech-thesis.cls
• gatech-thesis.bst
• gatech-thesis.sty
• example-thesis.tex
• example-thesis.bib
Lankton Advanced LATEX 8/24
Taking a Look at the Thesis
Download and unzip gatech-thesis-1.7.zip
Open example-thesis.tex (also in thesis_tutorial)
• Title information
• Preliminary pages
• Options and defaults
• Draft mode
• Figure captions
• Readme
Lankton Advanced LATEX 9/24
Packages
Lankton Advanced LATEX 10/24
Useful Packages
• amsmath, amsfonts
• hyperref
• subfigure
• other suggestions?
Lankton Advanced LATEX 11/24
hyperref
usepackage{hyperref}
hypersetup{
bookmarks=true,
pdftitle={My title},
pdfauthor={Author},
pdfsubject={Subject},
pdfcreator={Creator},
pdfkeywords={keywords},
pdfnewwindow=true,
}
Lankton Advanced LATEX 12/24
hyperref
• My usual setup:
usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}
Lankton Advanced LATEX 13/24
hyperref
• My usual setup:
usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}
• Activate back references in bibliography
usepackage[pagebackref=true]{hyperref}
Lankton Advanced LATEX 13/24
hyperref
• My usual setup:
usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}
• Activate back references in bibliography
usepackage[pagebackref=true]{hyperref}
• URL Links in your paper:
url{http://www.gatech.edu}
Lankton Advanced LATEX 13/24
hyperref
• My usual setup:
usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}
• Activate back references in bibliography
usepackage[pagebackref=true]{hyperref}
• URL Links in your paper:
url{http://www.gatech.edu}
• Links when you use ref or cite:
Example: Slide 3
Lankton Advanced LATEX 13/24
hyperref
• My usual setup:
usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}
• Activate back references in bibliography
usepackage[pagebackref=true]{hyperref}
• URL Links in your paper:
url{http://www.gatech.edu}
• Links when you use ref or cite:
Example: Slide 3
• Make the whole thing click-able like this:
hyperref[frame:outline]{Slide ref{frame:outline}}
Lankton Advanced LATEX 13/24
BibTeX
Lankton Advanced LATEX 14/24
BibTeX Topics
1 Bibliographies
2 Creating .bib files
3 Shortcuts to making .bib files
4 Bibliography styles
5 Usage
Lankton Advanced LATEX 15/24
Figures
Lankton Advanced LATEX 16/24
Figure Topics
1 The basics
2 Setting sizes
3 Spacing
4 Subfigure
5 Boxes
6 Tabular
7 Cheating
Lankton Advanced LATEX 17/24
Beamer
(Posters and Slides)
Lankton Advanced LATEX 18/24
Why use beamer?
• Free
• Cross-platform
• Text-based design
• Easily incorporate equations
• Easily incorporate figures
Lankton Advanced LATEX 19/24
Beamer basics
• Just a package
• http://latex-beamer.sourceforge.net/
• Mostly, just like documents
• Slides or posters
Lankton Advanced LATEX 20/24
Slides tutorial
1 Basics
2 Frames and frame titles
3 Pause, order, and overprint
4 Blocks and columns
5 Themes and getting pretty
6 Sections and outlines
7 Wrapping up
Lankton Advanced LATEX 21/24
Posters
• The originator: Philippe Dreuw
http://www-i6.informatik.rwth-
aachen.de/∼dreuw/latexbeamerposter.php
• OR: Google “beamer poster”
• Basically a single slide
• Great for conferences
Lankton Advanced LATEX 22/24
Poster Tutorial
1 The basics
2 Sizing the poster
3 The basic format
4 Making things line up
Lankton Advanced LATEX 23/24
Questions
• “Not so Short Guide to LATEX2e”
• “Beamer User Guide”
• Google
• My site: http://www.shawnlankton.com/category/latex
• Me: shawn at shawnlankton dot com
Lankton Advanced LATEX 24/24

More Related Content

What's hot

LaTeX Introduction for Word Users
LaTeX Introduction for Word UsersLaTeX Introduction for Word Users
LaTeX Introduction for Word UsersGuy K. Kloss
 
Fast Approximate A-box Consistency Checking using Machine Learning
Fast Approximate  A-box Consistency Checking using Machine LearningFast Approximate  A-box Consistency Checking using Machine Learning
Fast Approximate A-box Consistency Checking using Machine LearningHeiko Paulheim
 
Serving DBpedia with DOLCE - More Than Just Adding a Cherry on Top
Serving DBpedia with DOLCE - More Than Just Adding a Cherry on TopServing DBpedia with DOLCE - More Than Just Adding a Cherry on Top
Serving DBpedia with DOLCE - More Than Just Adding a Cherry on TopHeiko Paulheim
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabatinabati
 
Research 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeXResearch 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeXJia-Bin Huang
 
Latex intro s_dutta_v2
Latex intro s_dutta_v2Latex intro s_dutta_v2
Latex intro s_dutta_v2SoumyoDutta
 
LaTeX Part 1
LaTeX Part 1LaTeX Part 1
LaTeX Part 1awv7t
 
Latex workshop: Essentials and Practices
Latex workshop: Essentials and PracticesLatex workshop: Essentials and Practices
Latex workshop: Essentials and PracticesMohamed Alrshah
 
Introduction Latex
Introduction LatexIntroduction Latex
Introduction Latextran dinh
 

What's hot (16)

LaTeX Introduction for Word Users
LaTeX Introduction for Word UsersLaTeX Introduction for Word Users
LaTeX Introduction for Word Users
 
Introduction to Latex
Introduction to LatexIntroduction to Latex
Introduction to Latex
 
LaTeX Tutorial
LaTeX TutorialLaTeX Tutorial
LaTeX Tutorial
 
Fast Approximate A-box Consistency Checking using Machine Learning
Fast Approximate  A-box Consistency Checking using Machine LearningFast Approximate  A-box Consistency Checking using Machine Learning
Fast Approximate A-box Consistency Checking using Machine Learning
 
Serving DBpedia with DOLCE - More Than Just Adding a Cherry on Top
Serving DBpedia with DOLCE - More Than Just Adding a Cherry on TopServing DBpedia with DOLCE - More Than Just Adding a Cherry on Top
Serving DBpedia with DOLCE - More Than Just Adding a Cherry on Top
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
 
Training basic latex
Training basic latexTraining basic latex
Training basic latex
 
Latex ppt copy
Latex ppt   copyLatex ppt   copy
Latex ppt copy
 
Latex
LatexLatex
Latex
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabati
 
Research 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeXResearch 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeX
 
LaTeX Survival Guide
LaTeX Survival Guide LaTeX Survival Guide
LaTeX Survival Guide
 
Latex intro s_dutta_v2
Latex intro s_dutta_v2Latex intro s_dutta_v2
Latex intro s_dutta_v2
 
LaTeX Part 1
LaTeX Part 1LaTeX Part 1
LaTeX Part 1
 
Latex workshop: Essentials and Practices
Latex workshop: Essentials and PracticesLatex workshop: Essentials and Practices
Latex workshop: Essentials and Practices
 
Introduction Latex
Introduction LatexIntroduction Latex
Introduction Latex
 

Similar to Keynote Beamer

Write effectlively in late x
Write effectlively in late xWrite effectlively in late x
Write effectlively in late xC-CORE
 
LaTeX로 문서 작성하자
LaTeX로 문서 작성하자LaTeX로 문서 작성하자
LaTeX로 문서 작성하자Kangjun Heo
 
Latex - Companion for a Researcher - A Review.ppt
Latex - Companion for a Researcher - A Review.pptLatex - Companion for a Researcher - A Review.ppt
Latex - Companion for a Researcher - A Review.pptLadallaRajKumar
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptrajinooka
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptanandmaheshwari15
 
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...akuysal1
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptTaraLeander
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptGhufranKhan42
 
Introduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).pptIntroduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).pptAmit Bairwa
 
latex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.Techlatex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.TechSandhya Gandham
 
scientific writing 01 - latex
scientific writing   01 - latexscientific writing   01 - latex
scientific writing 01 - latexLeo Chen
 
Markup languages and warp-speed documentation
Markup languages and warp-speed documentationMarkup languages and warp-speed documentation
Markup languages and warp-speed documentationLois Patterson
 
Lois Patterson: Markup Languages and Warp-Speed Documentation
Lois Patterson:  Markup Languages and Warp-Speed DocumentationLois Patterson:  Markup Languages and Warp-Speed Documentation
Lois Patterson: Markup Languages and Warp-Speed DocumentationJack Molisani
 
2 - Systematic Literature Reviews: tools
2 - Systematic Literature Reviews: tools2 - Systematic Literature Reviews: tools
2 - Systematic Literature Reviews: toolsVittorio Scarano
 
Querix 4 gl app analyzer 2016 journey to the center of your 4gl application
Querix 4 gl app analyzer 2016 journey to the center of your 4gl applicationQuerix 4 gl app analyzer 2016 journey to the center of your 4gl application
Querix 4 gl app analyzer 2016 journey to the center of your 4gl applicationBeGooden-IT Consulting
 

Similar to Keynote Beamer (20)

Write effectlively in late x
Write effectlively in late xWrite effectlively in late x
Write effectlively in late x
 
LaTeX로 문서 작성하자
LaTeX로 문서 작성하자LaTeX로 문서 작성하자
LaTeX로 문서 작성하자
 
Latex - Companion for a Researcher - A Review.ppt
Latex - Companion for a Researcher - A Review.pptLatex - Companion for a Researcher - A Review.ppt
Latex - Companion for a Researcher - A Review.ppt
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).pptIntroduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).ppt
 
LaTeX for Engineer.ppt
LaTeX for Engineer.pptLaTeX for Engineer.ppt
LaTeX for Engineer.ppt
 
Inroduction to Latex
Inroduction to LatexInroduction to Latex
Inroduction to Latex
 
latex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.Techlatex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.Tech
 
scientific writing 01 - latex
scientific writing   01 - latexscientific writing   01 - latex
scientific writing 01 - latex
 
Latex Notes
Latex NotesLatex Notes
Latex Notes
 
Markup languages and warp-speed documentation
Markup languages and warp-speed documentationMarkup languages and warp-speed documentation
Markup languages and warp-speed documentation
 
Lois Patterson: Markup Languages and Warp-Speed Documentation
Lois Patterson:  Markup Languages and Warp-Speed DocumentationLois Patterson:  Markup Languages and Warp-Speed Documentation
Lois Patterson: Markup Languages and Warp-Speed Documentation
 
Latex Tutorial by Dr. M. C. Hanumantharaju
Latex Tutorial by Dr. M. C. HanumantharajuLatex Tutorial by Dr. M. C. Hanumantharaju
Latex Tutorial by Dr. M. C. Hanumantharaju
 
2 - Systematic Literature Reviews: tools
2 - Systematic Literature Reviews: tools2 - Systematic Literature Reviews: tools
2 - Systematic Literature Reviews: tools
 
LabTech Introduction
LabTech IntroductionLabTech Introduction
LabTech Introduction
 
Querix 4 gl app analyzer 2016 journey to the center of your 4gl application
Querix 4 gl app analyzer 2016 journey to the center of your 4gl applicationQuerix 4 gl app analyzer 2016 journey to the center of your 4gl application
Querix 4 gl app analyzer 2016 journey to the center of your 4gl application
 

More from Hirwanto Iwan

01. integral fungsi aljabar
01. integral fungsi aljabar01. integral fungsi aljabar
01. integral fungsi aljabarHirwanto Iwan
 
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS SerangAnalisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS SerangHirwanto Iwan
 
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPAAnalisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPAHirwanto Iwan
 
Materi Limit Aljabar dan Turunan Aljabar
Materi Limit Aljabar dan Turunan Aljabar Materi Limit Aljabar dan Turunan Aljabar
Materi Limit Aljabar dan Turunan Aljabar Hirwanto Iwan
 
Pembahasan Soal Matematika Wajib PTS Kelas XI IPS
Pembahasan Soal Matematika Wajib PTS Kelas XI IPSPembahasan Soal Matematika Wajib PTS Kelas XI IPS
Pembahasan Soal Matematika Wajib PTS Kelas XI IPSHirwanto Iwan
 
Pembahasan Soal Matematika Wajib PTS Kelas XI IPA
Pembahasan Soal Matematika Wajib PTS Kelas XI IPAPembahasan Soal Matematika Wajib PTS Kelas XI IPA
Pembahasan Soal Matematika Wajib PTS Kelas XI IPAHirwanto Iwan
 
Membuat Dokumen LaTeX Edisi ke - 33
Membuat Dokumen LaTeX Edisi ke - 33Membuat Dokumen LaTeX Edisi ke - 33
Membuat Dokumen LaTeX Edisi ke - 33Hirwanto Iwan
 

More from Hirwanto Iwan (20)

01. integral fungsi aljabar
01. integral fungsi aljabar01. integral fungsi aljabar
01. integral fungsi aljabar
 
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS SerangAnalisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
Analisis Butir Soal PG Matematika Wajib Kelas XII IPA-IPS NFBS Serang
 
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPAAnalisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
Analisis Butir Soal Pilihan Ganda Matematika Wajib Kelas XII IPA
 
Materi Limit Aljabar dan Turunan Aljabar
Materi Limit Aljabar dan Turunan Aljabar Materi Limit Aljabar dan Turunan Aljabar
Materi Limit Aljabar dan Turunan Aljabar
 
Pembahasan Soal Matematika Wajib PTS Kelas XI IPS
Pembahasan Soal Matematika Wajib PTS Kelas XI IPSPembahasan Soal Matematika Wajib PTS Kelas XI IPS
Pembahasan Soal Matematika Wajib PTS Kelas XI IPS
 
Pembahasan Soal Matematika Wajib PTS Kelas XI IPA
Pembahasan Soal Matematika Wajib PTS Kelas XI IPAPembahasan Soal Matematika Wajib PTS Kelas XI IPA
Pembahasan Soal Matematika Wajib PTS Kelas XI IPA
 
Fitur Baru WinEdt 9.1
Fitur Baru WinEdt 9.1Fitur Baru WinEdt 9.1
Fitur Baru WinEdt 9.1
 
Pemasangan WinEdt 9.1
Pemasangan WinEdt 9.1Pemasangan WinEdt 9.1
Pemasangan WinEdt 9.1
 
Kumpulan Soal UM UGM
Kumpulan Soal UM UGMKumpulan Soal UM UGM
Kumpulan Soal UM UGM
 
Membuat Dokumen LaTeX Edisi ke - 33
Membuat Dokumen LaTeX Edisi ke - 33Membuat Dokumen LaTeX Edisi ke - 33
Membuat Dokumen LaTeX Edisi ke - 33
 
LATEX OR INDESIGN
LATEX OR INDESIGN LATEX OR INDESIGN
LATEX OR INDESIGN
 
AGH Beamer
AGH BeamerAGH Beamer
AGH Beamer
 
AFIT Beamer
AFIT BeamerAFIT Beamer
AFIT Beamer
 
Hackd Beamer
Hackd BeamerHackd Beamer
Hackd Beamer
 
LUH Beamer
LUH BeamerLUH Beamer
LUH Beamer
 
Cambridge Beamer
Cambridge BeamerCambridge Beamer
Cambridge Beamer
 
ESOP Beamer
ESOP BeamerESOP Beamer
ESOP Beamer
 
AP Beamer
AP BeamerAP Beamer
AP Beamer
 
Naked Beamer
Naked BeamerNaked Beamer
Naked Beamer
 
TUDelft Beamer
TUDelft BeamerTUDelft Beamer
TUDelft Beamer
 

Recently uploaded

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
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 

Recently uploaded (20)

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 🔝✔️✔️
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.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🔝
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 

Keynote Beamer

  • 1. Advanced Topics in LATEX Shawn Lankton Georgia Institute of Technology January 28, 2015 Lankton Advanced LATEX 1/24
  • 2. Getting to know each other How many have used LATEX? Lankton Advanced LATEX 2/24
  • 3. Getting to know each other How many have used LATEX? How many have written a paper? Lankton Advanced LATEX 2/24
  • 4. Getting to know each other How many have used LATEX? How many have written a paper? How many have experience with beamer? Lankton Advanced LATEX 2/24
  • 5. Getting to know each other How many have used LATEX? How many have written a paper? How many have experience with beamer? How many are here is working on a thesis? Lankton Advanced LATEX 2/24
  • 6. Getting to know each other How many have used LATEX? How many have written a paper? How many have experience with beamer? How many are here is working on a thesis? How many want to know more about graphics? Lankton Advanced LATEX 2/24
  • 7. Getting to know each other How many have used LATEX? How many have written a paper? How many have experience with beamer? How many are here is working on a thesis? How many want to know more about graphics? How many want to know about posters? Lankton Advanced LATEX 2/24
  • 8. Getting to know each other How many have used LATEX? How many have written a paper? How many have experience with beamer? How many are here is working on a thesis? How many want to know more about graphics? How many want to know about posters? How many want to know about slides? Lankton Advanced LATEX 2/24
  • 9. Getting to know each other How many have used LATEX? How many have written a paper? How many have experience with beamer? How many are here is working on a thesis? How many want to know more about graphics? How many want to know about posters? How many want to know about slides? Anything I missed that people want? Lankton Advanced LATEX 2/24
  • 10. Outline • Basic LATEXreview • GT thesis tips • Useful packages • BibTeX bibliographies • Great looking figures • Slide presentations in LATEX • Posters in LATEX Lankton Advanced LATEX 3/24
  • 12. Basic LATEXreview • Markup language • Used to typeset documents easily • Based on commands[options]{arguments} • As well as begin{environments} with stuff in them end{environments} • Driven by style files • Compiled into beautiful documents Lankton Advanced LATEX 5/24
  • 13. Our setup here • Windows - OS • MiKTEX - TEXDistribution • TEXnicCenter - Editor • Other OS? Lankton Advanced LATEX 6/24
  • 15. GT Thesis download from here: http://www.gradadmiss.gatech.edu/thesis/templates.php most important files: • gatech-thesis.cls • gatech-thesis.bst • gatech-thesis.sty • example-thesis.tex • example-thesis.bib Lankton Advanced LATEX 8/24
  • 16. Taking a Look at the Thesis Download and unzip gatech-thesis-1.7.zip Open example-thesis.tex (also in thesis_tutorial) • Title information • Preliminary pages • Options and defaults • Draft mode • Figure captions • Readme Lankton Advanced LATEX 9/24
  • 18. Useful Packages • amsmath, amsfonts • hyperref • subfigure • other suggestions? Lankton Advanced LATEX 11/24
  • 20. hyperref • My usual setup: usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref} Lankton Advanced LATEX 13/24
  • 21. hyperref • My usual setup: usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref} • Activate back references in bibliography usepackage[pagebackref=true]{hyperref} Lankton Advanced LATEX 13/24
  • 22. hyperref • My usual setup: usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref} • Activate back references in bibliography usepackage[pagebackref=true]{hyperref} • URL Links in your paper: url{http://www.gatech.edu} Lankton Advanced LATEX 13/24
  • 23. hyperref • My usual setup: usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref} • Activate back references in bibliography usepackage[pagebackref=true]{hyperref} • URL Links in your paper: url{http://www.gatech.edu} • Links when you use ref or cite: Example: Slide 3 Lankton Advanced LATEX 13/24
  • 24. hyperref • My usual setup: usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref} • Activate back references in bibliography usepackage[pagebackref=true]{hyperref} • URL Links in your paper: url{http://www.gatech.edu} • Links when you use ref or cite: Example: Slide 3 • Make the whole thing click-able like this: hyperref[frame:outline]{Slide ref{frame:outline}} Lankton Advanced LATEX 13/24
  • 26. BibTeX Topics 1 Bibliographies 2 Creating .bib files 3 Shortcuts to making .bib files 4 Bibliography styles 5 Usage Lankton Advanced LATEX 15/24
  • 28. Figure Topics 1 The basics 2 Setting sizes 3 Spacing 4 Subfigure 5 Boxes 6 Tabular 7 Cheating Lankton Advanced LATEX 17/24
  • 29. Beamer (Posters and Slides) Lankton Advanced LATEX 18/24
  • 30. Why use beamer? • Free • Cross-platform • Text-based design • Easily incorporate equations • Easily incorporate figures Lankton Advanced LATEX 19/24
  • 31. Beamer basics • Just a package • http://latex-beamer.sourceforge.net/ • Mostly, just like documents • Slides or posters Lankton Advanced LATEX 20/24
  • 32. Slides tutorial 1 Basics 2 Frames and frame titles 3 Pause, order, and overprint 4 Blocks and columns 5 Themes and getting pretty 6 Sections and outlines 7 Wrapping up Lankton Advanced LATEX 21/24
  • 33. Posters • The originator: Philippe Dreuw http://www-i6.informatik.rwth- aachen.de/∼dreuw/latexbeamerposter.php • OR: Google “beamer poster” • Basically a single slide • Great for conferences Lankton Advanced LATEX 22/24
  • 34. Poster Tutorial 1 The basics 2 Sizing the poster 3 The basic format 4 Making things line up Lankton Advanced LATEX 23/24
  • 35. Questions • “Not so Short Guide to LATEX2e” • “Beamer User Guide” • Google • My site: http://www.shawnlankton.com/category/latex • Me: shawn at shawnlankton dot com Lankton Advanced LATEX 24/24