SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
Head First
TEIL Group Meeting
ChungHsiang Hsueh
2010.12.9
Agenda
• Introduction
o LaTeX
o TexMaker
• Basic scripts
o Document settings
o others
• Advanced scripts
o Math equations
o Table
o Reference
• Examples
Agenda
• Introduction
o LaTeX
o TexMaker
• Basic scripts
o Document settings
o others
• Advanced scripts
o Math equations
o Insert graph
• Examples
Introduction
Engine
Macro
GUI
Installation Instruction
• Ubuntu: software center
-> find Texmaker
-> one click
-> Texmaker and TexLive are installed !
• Windows: Install TexLive and Texmaker respectively.
• Mac OSX: Haven’t tried…
Head First : Hello World
1.Make a new file(Ctrl+n)
2.Insert “Hello World!” here
3.Save file and then choose
Latex and press down the
arrow
Head First : Hello World
Debug Message
Head First : Hello World
Agenda
• Introduction
o LaTeX
o TexMaker
• Basic scripts
o Document settings
o others
• Advanced scripts
o Math equations
o Insert graph
• Examples
Character and Control Sequences
Symbol Function Example Output
 Starter of commend LaTeX
% comment %this line is ignored
this line is not ignored
{} Required Argument
s/Args Grouping
LaTeX is good
{LaTeX} is good
%=LaTeX{} = LaTeX
[] Optional arguments documentclass[12pt]{arti
cle}
$...$
(inline)
$$...$$
(display)
Embedding math
expressions
$math$
$math2$
$$math double$$
~ Generate a space Hello~World~
# Define macro
& Separate the entries
in different columns.
Document Environment
• Environment =
documentclass{article}
%preamble
begin(document)
%contents
%.......
%......
end(document)
Document Class[opt args]{type}
{
opt args =
[ FontSize = 10pt,11pt,12pt…]
[ PaperSize = a4paper,
letterpaper,b5paper…]
[ onecolumn ,twocolumn]
[oneside,twoside]
[ lanscape, portait ]
…etc
type =
[article = no chapter,oneside]
[report = with chapter,oneside]
[book]
[letter]
[slides]
[minimal] %for test
}
Case Study: Article
Title page & nested settings
preamble
Preamble
‧usepackage[]{} %include necessary macros
-usepackage{graphicx,times,amsmath}
-usepackage[usenames,dvipsnames]{color}
‧Format settings for whole document
-linespread{1.36} %行距
-parindent=0pt %內縮
-textwidth 178mm
-topmargin -6mm
-etc…
Title Page & Abstract
• Title page
o title{This Is a Title}
o author{ A and B }
o data{9 Dec 2010}
o thanks{Thank u~} %similiar to footnote{…}
o maketitle %collect the info above and make a title page
• Abstract
o begin{abstract}…end{abstract}
Fonts
Font
encoding OT1/T1/…
family
series
shape
size
Huge,Large,Med
ium,Small,Tiny
…
Fonts
emph{Typestyle Roman} change to
Largetextbf{Bold Style}, then to
smalltextsl{Slant style} and back to
Hugetextrm{Rome}.
Paragraph
1.2+lines
2.par
Agenda
• Introduction
o LaTeX
o TexMaker
• Basic scripts
o Document settings
o others
• Advanced scripts
o Math mode
o Insert graph
• Examples
Math Mode
• Inline
o $...$ or (…)
• Display
o $$...$$ or […]
• Ex.
Math Mode
• Functions
o $frag{numerator}{denominator}$
o $sqrt[root]{function}$
o $exp{arg}$
o $int_ini^end{function}$
o …etc
• Array
o [
begin{array}{|r|c|l|} hline
x11 &x12 &x13  hline
x 21 &x22 &x23  cline{2-3}
x 31 &x32 &x33  hline
end{array}
]
Case Study: Trap function
Math Mode
• Multiline Formulae--eqnarray
List Items
• Itemized List
o begin{itemized}
item[label] A
item[label] B
end{itemized}
• Enumerated
o begin{enumerated}
item N
end{enumerated}
• Descriptive List
o begin{description}
item N
end{description}
Tabular
• Tabular
Reference
• begin{thebibliography}{fontSize}
bibitem{key} Author (Year) “Title”{Journal} …
end{thebibliography}{fontSize}
TODO…
• Figure
• Root structure
• Reference
• Label
• Cite
• Section

Weitere ähnliche Inhalte

Ähnlich wie Head first latex

Introduction Latex
Introduction LatexIntroduction Latex
Introduction Latextran dinh
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabatinabati
 
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
 
La tex basics
La tex basicsLa tex basics
La tex basicsawverret
 
Latex for beginners
Latex for beginnersLatex for beginners
Latex for beginnersKaushik Naik
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginnersssuser9e8fa4
 
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 for B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introductionLaTeX for B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introductionjayakumarc9
 
documents writing with LATEX
documents writing with LATEXdocuments writing with LATEX
documents writing with LATEXAnusha Vajrapu
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with TexstudioHossein Babashah
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptMichalis33
 
Academic writing in LaTeX
Academic writing in LaTeX Academic writing in LaTeX
Academic writing in LaTeX Daniele Di Mitri
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsMatthew Leingang
 
Latex intro s_dutta_v2
Latex intro s_dutta_v2Latex intro s_dutta_v2
Latex intro s_dutta_v2SoumyoDutta
 
Latex for beginner
Latex for beginnerLatex for beginner
Latex for beginnermahindrupali
 

Ähnlich wie Head first latex (20)

Introduction Latex
Introduction LatexIntroduction Latex
Introduction Latex
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabati
 
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
 
La tex basics
La tex basicsLa tex basics
La tex basics
 
Latex for beginners
Latex for beginnersLatex for beginners
Latex for beginners
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginners
 
Research 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeXResearch 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeX
 
latex.pptx
latex.pptxlatex.pptx
latex.pptx
 
LaTeX for B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introductionLaTeX for B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introduction
 
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
 
documents writing with LATEX
documents writing with LATEXdocuments writing with LATEX
documents writing with LATEX
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with Texstudio
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.ppt
 
Academic writing in LaTeX
Academic writing in LaTeX Academic writing in LaTeX
Academic writing in LaTeX
 
Latex workshop
Latex workshopLatex workshop
Latex workshop
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
 
LaTeX Tutorial
LaTeX TutorialLaTeX Tutorial
LaTeX Tutorial
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
 
Latex intro s_dutta_v2
Latex intro s_dutta_v2Latex intro s_dutta_v2
Latex intro s_dutta_v2
 
Latex for beginner
Latex for beginnerLatex for beginner
Latex for beginner
 

Mehr von Chung-Hsiang Ofa Hsueh

2018.06.03.the hard thing about hard things for hpx-kh
2018.06.03.the hard thing about hard things for hpx-kh2018.06.03.the hard thing about hard things for hpx-kh
2018.06.03.the hard thing about hard things for hpx-khChung-Hsiang Ofa Hsueh
 
YC Startup School 2016 Info sharing@inbetween international
YC Startup School 2016 Info sharing@inbetween internationalYC Startup School 2016 Info sharing@inbetween international
YC Startup School 2016 Info sharing@inbetween internationalChung-Hsiang Ofa Hsueh
 
Introduction of Silicon Valley Innovation Safari
Introduction of Silicon Valley Innovation SafariIntroduction of Silicon Valley Innovation Safari
Introduction of Silicon Valley Innovation SafariChung-Hsiang Ofa Hsueh
 
2016.3.22 從車庫的舊pc到百萬台伺服器
2016.3.22 從車庫的舊pc到百萬台伺服器2016.3.22 從車庫的舊pc到百萬台伺服器
2016.3.22 從車庫的舊pc到百萬台伺服器Chung-Hsiang Ofa Hsueh
 
2015.6.29 以色列新創背包攻略本
2015.6.29 以色列新創背包攻略本2015.6.29 以色列新創背包攻略本
2015.6.29 以色列新創背包攻略本Chung-Hsiang Ofa Hsueh
 
2015.11.21 Scrum:用一半的時間做兩倍的事
2015.11.21 Scrum:用一半的時間做兩倍的事2015.11.21 Scrum:用一半的時間做兩倍的事
2015.11.21 Scrum:用一半的時間做兩倍的事Chung-Hsiang Ofa Hsueh
 
2015.10.31 淺談矽谷的fintech趨勢
2015.10.31 淺談矽谷的fintech趨勢2015.10.31 淺談矽谷的fintech趨勢
2015.10.31 淺談矽谷的fintech趨勢Chung-Hsiang Ofa Hsueh
 
2015.9.2 矽谷與以色列的祕密醬汁
2015.9.2 矽谷與以色列的祕密醬汁2015.9.2 矽谷與以色列的祕密醬汁
2015.9.2 矽谷與以色列的祕密醬汁Chung-Hsiang Ofa Hsueh
 

Mehr von Chung-Hsiang Ofa Hsueh (20)

Secret weapons for startups
Secret weapons for startupsSecret weapons for startups
Secret weapons for startups
 
Mlcc #4
Mlcc #4Mlcc #4
Mlcc #4
 
MLCC #2
MLCC #2MLCC #2
MLCC #2
 
2018.06.03.the hard thing about hard things for hpx-kh
2018.06.03.the hard thing about hard things for hpx-kh2018.06.03.the hard thing about hard things for hpx-kh
2018.06.03.the hard thing about hard things for hpx-kh
 
YC Startup School 2016 Info sharing@inbetween international
YC Startup School 2016 Info sharing@inbetween internationalYC Startup School 2016 Info sharing@inbetween international
YC Startup School 2016 Info sharing@inbetween international
 
2016.7.19 汽車駭客手冊
2016.7.19 汽車駭客手冊2016.7.19 汽車駭客手冊
2016.7.19 汽車駭客手冊
 
2016.6.17 TEIL group meeting
2016.6.17 TEIL group meeting2016.6.17 TEIL group meeting
2016.6.17 TEIL group meeting
 
Introduction of Silicon Valley Innovation Safari
Introduction of Silicon Valley Innovation SafariIntroduction of Silicon Valley Innovation Safari
Introduction of Silicon Valley Innovation Safari
 
Ec x fintech
Ec x fintechEc x fintech
Ec x fintech
 
2016.3.22 從車庫的舊pc到百萬台伺服器
2016.3.22 從車庫的舊pc到百萬台伺服器2016.3.22 從車庫的舊pc到百萬台伺服器
2016.3.22 從車庫的舊pc到百萬台伺服器
 
2015.6.29 以色列新創背包攻略本
2015.6.29 以色列新創背包攻略本2015.6.29 以色列新創背包攻略本
2015.6.29 以色列新創背包攻略本
 
2015.11.21 Scrum:用一半的時間做兩倍的事
2015.11.21 Scrum:用一半的時間做兩倍的事2015.11.21 Scrum:用一半的時間做兩倍的事
2015.11.21 Scrum:用一半的時間做兩倍的事
 
2015.10.31 淺談矽谷的fintech趨勢
2015.10.31 淺談矽谷的fintech趨勢2015.10.31 淺談矽谷的fintech趨勢
2015.10.31 淺談矽谷的fintech趨勢
 
Pretotype it
Pretotype itPretotype it
Pretotype it
 
2015.9.2 矽谷與以色列的祕密醬汁
2015.9.2 矽谷與以色列的祕密醬汁2015.9.2 矽谷與以色列的祕密醬汁
2015.9.2 矽谷與以色列的祕密醬汁
 
2015.1.5 os.server.keyterms
2015.1.5 os.server.keyterms2015.1.5 os.server.keyterms
2015.1.5 os.server.keyterms
 
2015.06.16 why silicon valley matters
2015.06.16 why silicon valley matters2015.06.16 why silicon valley matters
2015.06.16 why silicon valley matters
 
2015.3.12 the root of lisp
2015.3.12 the root of lisp2015.3.12 the root of lisp
2015.3.12 the root of lisp
 
2015.4.10 守護程序ii 自由之戰
2015.4.10 守護程序ii 自由之戰2015.4.10 守護程序ii 自由之戰
2015.4.10 守護程序ii 自由之戰
 
2015.4.7 startup nation
2015.4.7 startup nation2015.4.7 startup nation
2015.4.7 startup nation
 

Kürzlich hochgeladen

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
 
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
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
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
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
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
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
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
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
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
 
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
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
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
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
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
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 

Kürzlich hochgeladen (20)

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
 
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
 
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🔝
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.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
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
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
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
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
 
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...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
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
 
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
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
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
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
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
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 

Head first latex