SlideShare a Scribd company logo
1 of 31
Download to read offline
Introduction Section Figure Table Page number Equation
Labels and Cross Referencing in L
A
TEX
Ishak Sheikh
Government Engineering College,Dahod
June 4, 2021
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 1/26
Introduction Section Figure Table Page number Equation
Outline
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 2/26
Introduction Section Figure Table Page number Equation
Outline
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 2/26
Introduction Section Figure Table Page number Equation
Outline
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 2/26
Introduction Section Figure Table Page number Equation
Outline
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 2/26
Introduction Section Figure Table Page number Equation
Outline
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 2/26
Introduction Section Figure Table Page number Equation
Outline
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 2/26
Introduction Section Figure Table Page number Equation
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 3/26
Introduction Section Figure Table Page number Equation
How to give reference
Reference
We can easily Refer the Section,Figure,Table,Equation and
Page Number. L
A
TEX takes care of number and automatic
updates it whenever required.
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 4/26
Introduction Section Figure Table Page number Equation
References
Example
label{key} Assign a keyword for the object to be referenced.
Ref key
ref{key} Reference is given using the keyword or marker and
it prints the object number.
pageref
pageref{key} Display the page number where the object is.
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 5/26
Introduction Section Figure Table Page number Equation
Keyword to the label for referencing
Name Chapter Section Subsection Equation
Abbrev. ch: sec: subsec: eq:
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 6/26
Introduction Section Figure Table Page number Equation
Keyword to the label for referencing
Name Figure Table
Abbrev. fig: tab:
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 7/26
Introduction Section Figure Table Page number Equation
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 8/26
Introduction Section Figure Table Page number Equation
Referring section
Example
section{section}label{sec:section}
The description is given in section ~ref{sec:section}.
The description is given in section 2
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 9/26
Introduction Section Figure Table Page number Equation
subsection
Referencing subsections
Example
subsection{Referencing} label{subsec:Referencing}
Example
As mentioned in subsection ~ref{subsec:Referencing}
different element can be referenced within a document.
Reference to subsection
As mentioned in subsection 1, different element can be
referenced within a document.
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 10/26
Introduction Section Figure Table Page number Equation
subsection
Referencing chapter
Example
chapter{Experimental validation} label{ch:exp_valid}
Example
The exp. valid.is given in chapter ~ref{ch:exp_valid}
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 11/26
Introduction Section Figure Table Page number Equation
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 12/26
Introduction Section Figure Table Page number Equation
Referring figure I
Example
begin{figure}[!h]
centering
includegraphics[scale=0.3]{figure3.pdf}
caption{The figure of a penguine}
label{fig:peng}
end{figure}
The penguine image is shown in figure ~ref{fig:peng}
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 13/26
Figure: The figure of a penguine
Example
The penguine image is shown in figure 1
Introduction Section Figure Table Page number Equation
Referencing figure II
Example
begin{figure}[!h]
centering
includegraphics[width=0.25lingwidth]{gecd}
caption{This image will be referenced below}
label{fig:logo}
end{figure}
You can reference images,for instance,
the image ~ref{fig:logo} shows the institute logo.
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 15/26
Referencing figure II
Figure: This image will be referenced below
You can reference images,for instance, the image 2 shows the
institute logo.
Introduction Section Figure Table Page number Equation
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 17/26
Introduction Section Figure Table Page number Equation
Table Referencing I
cell 1 cell 2 cell 3
cell 4 cell 5 cell 6
Table: Magic Matrices
The Magic Matrices is given in Table 1
begin{table}
begin{tabular}{ccc}
cell 1 & cell 2 & cell 3 
cell 4 & cell 5 & cell 6 
end{tabular}
caption{Magic Matrices}
label{tab:Magic}
end{table}
The Magic Matrices is given in Table ~ref{tab:Magic}
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 18/26
Introduction Section Figure Table Page number Equation
Table Referencing II
Code Eb/N0(db) Gain(db) Complexity Application
Uncoded
Block 3.7 10−6 0.8 very less
Hamming 9 4 10−6 less
Conv. 7.5 5.5 10−6 more
RS 8 5 10−6 more
Table: Comparison of different Error Correcting Code
Table labeling
The comparison of different Error correcting code is given in
Table 2
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 19/26
Introduction Section Figure Table Page number Equation
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 20/26
Introduction Section Figure Table Page number Equation
Referring pagenumber
Refering Page number
Page number referring is given in ~pageref{instlogo}
Institute Image 2 is shown on Page 21
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 21/26
Introduction Section Figure Table Page number Equation
1 Introduction
2 Section
3 Figure
4 Table
5 Page number
6 Equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 22/26
Introduction Section Figure Table Page number Equation
Referring Equation I
Use of equation
begin{equation}
label{eq:eu_eqn}
e^{pi i}-1 = 0
end{equation}
The beautiful equation ~ref{eq:eu_eqn} is
known as the Euler equation
eπi
− 1 = 0 (1)
The beautiful equation 1 is known as the Euler equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 23/26
Introduction Section Figure Table Page number Equation
Referring Equation I
Use of equation
begin{equation}
label{eq:eu_eqn}
e^{pi i}-1 = 0
end{equation}
The beautiful equation ~eqref{eq:eu_eqn} is
known as the Euler equation
eπi
− 1 = 0 (2)
The beautiful equation (2) is known as the Euler equation
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 24/26
Introduction Section Figure Table Page number Equation
Referencing Equation II
Example
begin{equation} label{eq:power}
sum_{i=0}^{infty} a_i x^i
end{equation}
The equation ref{eq:power} is a typical power series.
∞
X
i=0
aixi
(3)
The equation 3 is a typical power series.
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 25/26
Introduction Section Figure Table Page number Equation
cref command
cref command
If you want to print each label before number
cref{labellist} or Cref{text} is used.
To print the label before each number
usepackage{cleveref} is used.This package should be
used after the usepackage{hyperref}
Labels and Cross Referencing in L
A
TEX Ishak Sheikh 26/26

More Related Content

Recently uploaded

BURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdfBURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdfKamal Acharya
 
Supermarket billing system project report..pdf
Supermarket billing system project report..pdfSupermarket billing system project report..pdf
Supermarket billing system project report..pdfKamal Acharya
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringC Sai Kiran
 
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5T.D. Shashikala
 
2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edgePaco Orozco
 
How to Design and spec harmonic filter.pdf
How to Design and spec harmonic filter.pdfHow to Design and spec harmonic filter.pdf
How to Design and spec harmonic filter.pdftawat puangthong
 
Furniture showroom management system project.pdf
Furniture showroom management system project.pdfFurniture showroom management system project.pdf
Furniture showroom management system project.pdfKamal Acharya
 
"United Nations Park" Site Visit Report.
"United Nations Park" Site  Visit Report."United Nations Park" Site  Visit Report.
"United Nations Park" Site Visit Report.MdManikurRahman
 
Electrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineElectrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineJulioCesarSalazarHer1
 
Artificial Intelligence Bayesian Reasoning
Artificial Intelligence Bayesian ReasoningArtificial Intelligence Bayesian Reasoning
Artificial Intelligence Bayesian Reasoninghotman30312
 
Paint shop management system project report.pdf
Paint shop management system project report.pdfPaint shop management system project report.pdf
Paint shop management system project report.pdfKamal Acharya
 
Multivibrator and its types defination and usges.pptx
Multivibrator and its types defination and usges.pptxMultivibrator and its types defination and usges.pptx
Multivibrator and its types defination and usges.pptxalijaker017
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxwendy cai
 
Lect_Z_Transform_Main_digital_image_processing.pptx
Lect_Z_Transform_Main_digital_image_processing.pptxLect_Z_Transform_Main_digital_image_processing.pptx
Lect_Z_Transform_Main_digital_image_processing.pptxMonirHossain707319
 
ChatGPT Prompt Engineering for project managers.pdf
ChatGPT Prompt Engineering for project managers.pdfChatGPT Prompt Engineering for project managers.pdf
ChatGPT Prompt Engineering for project managers.pdfqasastareekh
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfJNTUA
 
ANSI(ST)-III_Manufacturing-I_05052020.pdf
ANSI(ST)-III_Manufacturing-I_05052020.pdfANSI(ST)-III_Manufacturing-I_05052020.pdf
ANSI(ST)-III_Manufacturing-I_05052020.pdfBertinKamsipa1
 
Intelligent Agents, A discovery on How A Rational Agent Acts
Intelligent Agents, A discovery on How A Rational Agent ActsIntelligent Agents, A discovery on How A Rational Agent Acts
Intelligent Agents, A discovery on How A Rational Agent ActsSheetal Jain
 
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...MohammadAliNayeem
 

Recently uploaded (20)

BURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdfBURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdf
 
Supermarket billing system project report..pdf
Supermarket billing system project report..pdfSupermarket billing system project report..pdf
Supermarket billing system project report..pdf
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
 
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
 
2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge
 
How to Design and spec harmonic filter.pdf
How to Design and spec harmonic filter.pdfHow to Design and spec harmonic filter.pdf
How to Design and spec harmonic filter.pdf
 
Furniture showroom management system project.pdf
Furniture showroom management system project.pdfFurniture showroom management system project.pdf
Furniture showroom management system project.pdf
 
"United Nations Park" Site Visit Report.
"United Nations Park" Site  Visit Report."United Nations Park" Site  Visit Report.
"United Nations Park" Site Visit Report.
 
Electrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineElectrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission line
 
Artificial Intelligence Bayesian Reasoning
Artificial Intelligence Bayesian ReasoningArtificial Intelligence Bayesian Reasoning
Artificial Intelligence Bayesian Reasoning
 
Paint shop management system project report.pdf
Paint shop management system project report.pdfPaint shop management system project report.pdf
Paint shop management system project report.pdf
 
Multivibrator and its types defination and usges.pptx
Multivibrator and its types defination and usges.pptxMultivibrator and its types defination and usges.pptx
Multivibrator and its types defination and usges.pptx
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptx
 
Lect_Z_Transform_Main_digital_image_processing.pptx
Lect_Z_Transform_Main_digital_image_processing.pptxLect_Z_Transform_Main_digital_image_processing.pptx
Lect_Z_Transform_Main_digital_image_processing.pptx
 
ChatGPT Prompt Engineering for project managers.pdf
ChatGPT Prompt Engineering for project managers.pdfChatGPT Prompt Engineering for project managers.pdf
ChatGPT Prompt Engineering for project managers.pdf
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
 
ANSI(ST)-III_Manufacturing-I_05052020.pdf
ANSI(ST)-III_Manufacturing-I_05052020.pdfANSI(ST)-III_Manufacturing-I_05052020.pdf
ANSI(ST)-III_Manufacturing-I_05052020.pdf
 
Intelligent Agents, A discovery on How A Rational Agent Acts
Intelligent Agents, A discovery on How A Rational Agent ActsIntelligent Agents, A discovery on How A Rational Agent Acts
Intelligent Agents, A discovery on How A Rational Agent Acts
 
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
 

Featured

Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellSaba Software
 

Featured (20)

Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 

Zoomd3

  • 1. Introduction Section Figure Table Page number Equation Labels and Cross Referencing in L A TEX Ishak Sheikh Government Engineering College,Dahod June 4, 2021 Labels and Cross Referencing in L A TEX Ishak Sheikh 1/26
  • 2. Introduction Section Figure Table Page number Equation Outline 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 2/26
  • 3. Introduction Section Figure Table Page number Equation Outline 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 2/26
  • 4. Introduction Section Figure Table Page number Equation Outline 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 2/26
  • 5. Introduction Section Figure Table Page number Equation Outline 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 2/26
  • 6. Introduction Section Figure Table Page number Equation Outline 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 2/26
  • 7. Introduction Section Figure Table Page number Equation Outline 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 2/26
  • 8. Introduction Section Figure Table Page number Equation 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 3/26
  • 9. Introduction Section Figure Table Page number Equation How to give reference Reference We can easily Refer the Section,Figure,Table,Equation and Page Number. L A TEX takes care of number and automatic updates it whenever required. Labels and Cross Referencing in L A TEX Ishak Sheikh 4/26
  • 10. Introduction Section Figure Table Page number Equation References Example label{key} Assign a keyword for the object to be referenced. Ref key ref{key} Reference is given using the keyword or marker and it prints the object number. pageref pageref{key} Display the page number where the object is. Labels and Cross Referencing in L A TEX Ishak Sheikh 5/26
  • 11. Introduction Section Figure Table Page number Equation Keyword to the label for referencing Name Chapter Section Subsection Equation Abbrev. ch: sec: subsec: eq: Labels and Cross Referencing in L A TEX Ishak Sheikh 6/26
  • 12. Introduction Section Figure Table Page number Equation Keyword to the label for referencing Name Figure Table Abbrev. fig: tab: Labels and Cross Referencing in L A TEX Ishak Sheikh 7/26
  • 13. Introduction Section Figure Table Page number Equation 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 8/26
  • 14. Introduction Section Figure Table Page number Equation Referring section Example section{section}label{sec:section} The description is given in section ~ref{sec:section}. The description is given in section 2 Labels and Cross Referencing in L A TEX Ishak Sheikh 9/26
  • 15. Introduction Section Figure Table Page number Equation subsection Referencing subsections Example subsection{Referencing} label{subsec:Referencing} Example As mentioned in subsection ~ref{subsec:Referencing} different element can be referenced within a document. Reference to subsection As mentioned in subsection 1, different element can be referenced within a document. Labels and Cross Referencing in L A TEX Ishak Sheikh 10/26
  • 16. Introduction Section Figure Table Page number Equation subsection Referencing chapter Example chapter{Experimental validation} label{ch:exp_valid} Example The exp. valid.is given in chapter ~ref{ch:exp_valid} Labels and Cross Referencing in L A TEX Ishak Sheikh 11/26
  • 17. Introduction Section Figure Table Page number Equation 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 12/26
  • 18. Introduction Section Figure Table Page number Equation Referring figure I Example begin{figure}[!h] centering includegraphics[scale=0.3]{figure3.pdf} caption{The figure of a penguine} label{fig:peng} end{figure} The penguine image is shown in figure ~ref{fig:peng} Labels and Cross Referencing in L A TEX Ishak Sheikh 13/26
  • 19. Figure: The figure of a penguine Example The penguine image is shown in figure 1
  • 20. Introduction Section Figure Table Page number Equation Referencing figure II Example begin{figure}[!h] centering includegraphics[width=0.25lingwidth]{gecd} caption{This image will be referenced below} label{fig:logo} end{figure} You can reference images,for instance, the image ~ref{fig:logo} shows the institute logo. Labels and Cross Referencing in L A TEX Ishak Sheikh 15/26
  • 21. Referencing figure II Figure: This image will be referenced below You can reference images,for instance, the image 2 shows the institute logo.
  • 22. Introduction Section Figure Table Page number Equation 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 17/26
  • 23. Introduction Section Figure Table Page number Equation Table Referencing I cell 1 cell 2 cell 3 cell 4 cell 5 cell 6 Table: Magic Matrices The Magic Matrices is given in Table 1 begin{table} begin{tabular}{ccc} cell 1 & cell 2 & cell 3 cell 4 & cell 5 & cell 6 end{tabular} caption{Magic Matrices} label{tab:Magic} end{table} The Magic Matrices is given in Table ~ref{tab:Magic} Labels and Cross Referencing in L A TEX Ishak Sheikh 18/26
  • 24. Introduction Section Figure Table Page number Equation Table Referencing II Code Eb/N0(db) Gain(db) Complexity Application Uncoded Block 3.7 10−6 0.8 very less Hamming 9 4 10−6 less Conv. 7.5 5.5 10−6 more RS 8 5 10−6 more Table: Comparison of different Error Correcting Code Table labeling The comparison of different Error correcting code is given in Table 2 Labels and Cross Referencing in L A TEX Ishak Sheikh 19/26
  • 25. Introduction Section Figure Table Page number Equation 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 20/26
  • 26. Introduction Section Figure Table Page number Equation Referring pagenumber Refering Page number Page number referring is given in ~pageref{instlogo} Institute Image 2 is shown on Page 21 Labels and Cross Referencing in L A TEX Ishak Sheikh 21/26
  • 27. Introduction Section Figure Table Page number Equation 1 Introduction 2 Section 3 Figure 4 Table 5 Page number 6 Equation Labels and Cross Referencing in L A TEX Ishak Sheikh 22/26
  • 28. Introduction Section Figure Table Page number Equation Referring Equation I Use of equation begin{equation} label{eq:eu_eqn} e^{pi i}-1 = 0 end{equation} The beautiful equation ~ref{eq:eu_eqn} is known as the Euler equation eπi − 1 = 0 (1) The beautiful equation 1 is known as the Euler equation Labels and Cross Referencing in L A TEX Ishak Sheikh 23/26
  • 29. Introduction Section Figure Table Page number Equation Referring Equation I Use of equation begin{equation} label{eq:eu_eqn} e^{pi i}-1 = 0 end{equation} The beautiful equation ~eqref{eq:eu_eqn} is known as the Euler equation eπi − 1 = 0 (2) The beautiful equation (2) is known as the Euler equation Labels and Cross Referencing in L A TEX Ishak Sheikh 24/26
  • 30. Introduction Section Figure Table Page number Equation Referencing Equation II Example begin{equation} label{eq:power} sum_{i=0}^{infty} a_i x^i end{equation} The equation ref{eq:power} is a typical power series. ∞ X i=0 aixi (3) The equation 3 is a typical power series. Labels and Cross Referencing in L A TEX Ishak Sheikh 25/26
  • 31. Introduction Section Figure Table Page number Equation cref command cref command If you want to print each label before number cref{labellist} or Cref{text} is used. To print the label before each number usepackage{cleveref} is used.This package should be used after the usepackage{hyperref} Labels and Cross Referencing in L A TEX Ishak Sheikh 26/26