SlideShare a Scribd company logo
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
Ad

More Related Content

Similar to Head first latex (20)

Introduction Latex
Introduction LatexIntroduction Latex
Introduction Latex
tran dinh
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabati
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
Sandhya Gandham
 
La tex basics
La tex basicsLa tex basics
La tex basics
awverret
 
Latex for beginners
Latex for beginnersLatex for beginners
Latex for beginners
Kaushik Naik
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginners
ssuser9e8fa4
 
Introduction to LaTeX9very important )..
Introduction to LaTeX9very important )..Introduction to LaTeX9very important )..
Introduction to LaTeX9very important )..
NoorUlHaq47
 
TECHNICAL WRITING USING LATEX POWER POIN
TECHNICAL WRITING USING LATEX POWER POINTECHNICAL WRITING USING LATEX POWER POIN
TECHNICAL WRITING USING LATEX POWER POIN
saykrishna
 
Research 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeXResearch 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeX
Jia-Bin Huang
 
latex.pptx
latex.pptxlatex.pptx
latex.pptx
muhammadzeeshan607
 
Technical writing workshop Latex producing a professional paper
Technical writing workshop Latex producing a professional paperTechnical writing workshop Latex producing a professional paper
Technical writing workshop Latex producing a professional paper
ivan742764
 
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
jayakumarc9
 
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
BMS Institute of Technology and Management
 
documents writing with LATEX
documents writing with LATEXdocuments writing with LATEX
documents writing with LATEX
Anusha Vajrapu
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with Texstudio
Hossein Babashah
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.ppt
Michalis33
 
Academic writing in LaTeX
Academic writing in LaTeX Academic writing in LaTeX
Academic writing in LaTeX
Daniele Di Mitri
 
Latex workshop
Latex workshopLatex workshop
Latex workshop
Aisha Abdullahi
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
Ashesh Timilsina
 
LaTeX Tutorial
LaTeX TutorialLaTeX Tutorial
LaTeX Tutorial
Tai Lun Tseng
 
Introduction Latex
Introduction LatexIntroduction Latex
Introduction Latex
tran dinh
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabati
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
Sandhya Gandham
 
La tex basics
La tex basicsLa tex basics
La tex basics
awverret
 
Latex for beginners
Latex for beginnersLatex for beginners
Latex for beginners
Kaushik Naik
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginners
ssuser9e8fa4
 
Introduction to LaTeX9very important )..
Introduction to LaTeX9very important )..Introduction to LaTeX9very important )..
Introduction to LaTeX9very important )..
NoorUlHaq47
 
TECHNICAL WRITING USING LATEX POWER POIN
TECHNICAL WRITING USING LATEX POWER POINTECHNICAL WRITING USING LATEX POWER POIN
TECHNICAL WRITING USING LATEX POWER POIN
saykrishna
 
Research 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeXResearch 101 - Paper Writing with LaTeX
Research 101 - Paper Writing with LaTeX
Jia-Bin Huang
 
Technical writing workshop Latex producing a professional paper
Technical writing workshop Latex producing a professional paperTechnical writing workshop Latex producing a professional paper
Technical writing workshop Latex producing a professional paper
ivan742764
 
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
jayakumarc9
 
documents writing with LATEX
documents writing with LATEXdocuments writing with LATEX
documents writing with LATEX
Anusha Vajrapu
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with Texstudio
Hossein Babashah
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.ppt
Michalis33
 
Academic writing in LaTeX
Academic writing in LaTeX Academic writing in LaTeX
Academic writing in LaTeX
Daniele Di Mitri
 

More from Chung-Hsiang Ofa Hsueh (20)

Secret weapons for startups
Secret weapons for startupsSecret weapons for startups
Secret weapons for startups
Chung-Hsiang Ofa Hsueh
 
Mlcc #4
Mlcc #4Mlcc #4
Mlcc #4
Chung-Hsiang Ofa Hsueh
 
MLCC #2
MLCC #2MLCC #2
MLCC #2
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-kh
Chung-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 international
Chung-Hsiang Ofa Hsueh
 
2016.7.19 汽車駭客手冊
2016.7.19 汽車駭客手冊2016.7.19 汽車駭客手冊
2016.7.19 汽車駭客手冊
Chung-Hsiang Ofa Hsueh
 
2016.6.17 TEIL group meeting
2016.6.17 TEIL group meeting2016.6.17 TEIL group meeting
2016.6.17 TEIL group meeting
Chung-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 Safari
Chung-Hsiang Ofa Hsueh
 
Ec x fintech
Ec x fintechEc x fintech
Ec x fintech
Chung-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
 
Pretotype it
Pretotype itPretotype it
Pretotype it
Chung-Hsiang Ofa Hsueh
 
2015.9.2 矽谷與以色列的祕密醬汁
2015.9.2 矽谷與以色列的祕密醬汁2015.9.2 矽谷與以色列的祕密醬汁
2015.9.2 矽谷與以色列的祕密醬汁
Chung-Hsiang Ofa Hsueh
 
2015.1.5 os.server.keyterms
2015.1.5 os.server.keyterms2015.1.5 os.server.keyterms
2015.1.5 os.server.keyterms
Chung-Hsiang Ofa Hsueh
 
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
Chung-Hsiang Ofa Hsueh
 
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
Chung-Hsiang Ofa Hsueh
 
2015.4.10 守護程序ii 自由之戰
2015.4.10 守護程序ii 自由之戰2015.4.10 守護程序ii 自由之戰
2015.4.10 守護程序ii 自由之戰
Chung-Hsiang Ofa Hsueh
 
2015.4.7 startup nation
2015.4.7 startup nation2015.4.7 startup nation
2015.4.7 startup nation
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-kh
Chung-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 international
Chung-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 Safari
Chung-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
 
Ad

Recently uploaded (20)

Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Celine George
 
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdfBiophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
PKLI-Institute of Nursing and Allied Health Sciences Lahore , Pakistan.
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
SPRING FESTIVITIES - UK AND USA -
SPRING FESTIVITIES - UK AND USA            -SPRING FESTIVITIES - UK AND USA            -
SPRING FESTIVITIES - UK AND USA -
Colégio Santa Teresinha
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsepulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
sushreesangita003
 
GDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptxGDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptx
azeenhodekar
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Celine George
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsepulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
sushreesangita003
 
GDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptxGDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptx
azeenhodekar
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Ad

Head first latex