SlideShare a Scribd company logo
Jayant Apte, Drexel University

Pictures in

PICTURES IN
IN PRESENTATIONS
Sponsored by IGSA, DIG, and GSA

JAYANT APTE
PhD Candidate
Drexel University
Jayant Apte, Drexel University

Pictures in

Outline
External graphics formats
●
Importing bitmap graphics
–
–
–

package
Figure environment
The sub-figure environment

Creating and importing vector graphics
Creating vector graphics inside
●
The
package
●
Latex-draw interface to pstricks
●
LibreOffice with TexMaths
●
Jayant Apte, Drexel University

Graphics formats
●

Bitmaps
–
–

●

Without lossy compression
With Lossy Compression

Vector graphics

Pictures in
Jayant Apte, Drexel University

Pictures in

Bitmaps
●

●

●

Store image information as pixels with each
pixel of given color
Greater the resolution, better the quality
Greater the color-depth, better the quality(16
bits to represent intensity in a range is better
than 8-bits)

●

Better the quality, greater the storage size

●

Scaling and rotating affects picture quality

●

eg. PNG, JPEG, TIFF
Jayant Apte, Drexel University

Pictures in

One image to describe us all
Jayant Apte, Drexel University

The graphicx package

Pictures in
Jayant Apte, Drexel University

Pictures in

A SIMPLE ATTEMPT
Jayant Apte, Drexel University

Pictures in

How to use graphicx right

includegraphics[attr1=val1, attr2=val2, ..., attrn=valn]{imagename}
Jayant Apte, Drexel University

Pictures in

Attributes for graphicx
Attribute

Type

Description

scale

number

width

length

The width to which the figure
should be scaled

height

length

The height to which the figure
should be scaled

totalheight

length

Height plus depth of figure (to be
used if figure is rotated)

angle

number

Angle (in degrees) by which the
figure is to be rotated counterclockwise

origin

3d coordinates

A magnification factor

The point about which rotation is
to occur
Jayant Apte, Drexel University

Scale attribute

Pictures in
Jayant Apte, Drexel University

Pictures in

Width and Height(and some placement)
Jayant Apte, Drexel University

Pictures in

Graphicx contd...
●

●

●

The image included using graphicx will be
treated by TeX as a gigantic letter.
Hence all text alignment commands work with
images added using graphicx
Pictures appear exactly where you used
includegraphics{}

●

No caption
Jayant Apte, Drexel University

Side-by-side pictures

Pictures in
Jayant Apte, Drexel University

More pictures

Pictures in
Jayant Apte, Drexel University

Pictures in

Floats in
and
The figure environment
Jayant Apte, Drexel University

Pictures in

Floats
●

●
●

●

●
●

Floats are containers for things in a document that
cannot be broken over a page.
LaTeX by default recognizes "table" and "figure" floats
Not part of the normal stream of text, but separate
entities
If not specified explicitly, LaTeX automatically places
them where they fit the best
Always have a caption describing them
Always numbered so they can be referred to from
elsewhere in the text
Jayant Apte, Drexel University

Adding a float

Pictures in
Jayant Apte, Drexel University

Pictures in

Adding a picture inside a float
Jayant Apte, Drexel University

The auto placement

Pictures in
Jayant Apte, Drexel University

Pictures in

Overriding auto-placement - [h]

[h]=place float here
Jayant Apte, Drexel University

Pictures in

Figure placement specifiers
Specifier

Permission

h

Place the float here, i.e., approximately at the same
point it occurs in the source text (however, not exactly
at the spot)

t

Position at the top of the page

b

Position at the bottom of the page.

p

Put on a special page for floats only.

!

Override internal parameters LaTeX uses for
determining "good" float positions.
Jayant Apte, Drexel University

Pictures in

Citing figures inside document

Give your figure a label

Cite using that label
Jayant Apte, Drexel University

Pictures in

The sub-figure package
●

This package provides support for the manipulation and
reference of small or ‘sub’ figures and tables within a single
figure or table environment

●

Sub-figures can be separately captioned, referenced

●

Captions can be included in the List-of-Figures

●

Usage(inside figure):
subfigure[<caption>]{<Everything one would have for normal figure>}
Jayant Apte, Drexel University

Pictures in

Using sub-figure package
Jayant Apte, Drexel University

Pictures in

Using sub-figure package

Simply use nextline to
create rows of figures
Jayant Apte, Drexel University

Pictures in

Vector Graphics
●

●

Made with lines, Bézier curves, polygons and
circles
The mathematical properties of these objects
parameters are stored

●

Easy to scale or rotate without loss of quality

●

Use less memory

●

eg. .eps
Jayant Apte, Drexel University

Pictures in

How to create vector graphics
●

OmniGraffle(Mac Only)

●

Inkscape

●

PSTricks

●

Any wrapper to PStricks
Jayant Apte, Drexel University

Pictures in

Inkscape
Jayant Apte, Drexel University

Pictures in

The power of vector graphics
Jayant Apte, Drexel University

Pictures in

The power of vector graphics
Jayant Apte, Drexel University

Pictures in

PSTricks
●

●

PSTricks is a set of macros that allow the
inclusion of PostScript drawings directly inside
TeX or LaTeX code
Written by Timothy Van Zandt and has been
maintained in recent years by Denis Girou,
Sebastian Rahtz and Herbert Voss

●

It is a way of creating pictures by typing code

●

While very useful, it has a learning curve
Jayant Apte, Drexel University

PSTricks example

begin{pspicture}(5,5)
%% Triangle in red:
psline[linecolor=red](1,1)(5,1)(1,4)(1,1)
%% Bezier curve in green:
pscurve[linecolor=green,linewidth=2pt,%
showpoints=true](5,5)(3,2)(4,4)(2,3)
%% Circle in blue with radius 1:
pscircle[linecolor=blue,linestyle=dashed](3,2.5){1}
end{pspicture}

Pictures in
Jayant Apte, Drexel University

Pictures in

LaTeXDraw: A way around
complications of PSTricks
●

●

LaTeXDraw is a graphical drawing editor for
LaTeX
LaTeXDraw can be used to:
1) generate PSTricks code
2) directly create PDF or PS pictures

●

●

LaTeXDraw is developed in Java and thus
runs on top of Linux, Windows, and Mac OS X
Download Link
Jayant Apte, Drexel University

Pictures in

LaTeXDraw: Demonstration
Jayant Apte, Drexel University

Pictures in

Using LaTeXDraw generated
script in TexWorks
Go to Edit->Preferences
Create a new typesetting tool called
pdflatex+shellescape
with shown arguments
Jayant Apte, Drexel University

Pictures in

In persentations
●

One can use beamer like Gregory

●

Or one can use TexMaths extension to LibreOffice

●

●

●

TexMaths is an addon designed to provide LaTeX
support into LibreOffice
LaTeX equations can be inserted as images (SVG
or PNG formats)
the LaTeX code is saved into the image attribute for
further editing
Jayant Apte, Drexel University

Pictures in

TeXMaths Installation for Linux
Installation on Linux
●

●

●

●

●

●

Install TexLive (on Debian based systems : sudo apt-get install texlive).
Optionally install dvipng (on Debian based systems : sudo apt-get install
dvipng).
Optionally install dvisvgm (version 1.0.8 or later, deb package is here and
rpm package is here).
Open LibreOffice Writer and install the TexMaths extension using the
Tools / Extension manager menu.
Close and reopen LibreOffice Writer. You will see the new TexMaths
toolbar. Click on the TexMaths System Configuration icon and fill the paths
of your programs (usually /usr/bin for all).
Run TexMaths by clicking on one of the TexMaths Equations icons

Link for Installation on other Oss:

TexMaths Installation

More Related Content

Similar to Latex Workshop Tutorial

RastervsVector.ppt
RastervsVector.pptRastervsVector.ppt
RastervsVector.ppt
DeepeshJain75
 
CuRious about R in Power BI? End to end R in Power BI for beginners
CuRious about R in Power BI? End to end R in Power BI for beginners CuRious about R in Power BI? End to end R in Power BI for beginners
CuRious about R in Power BI? End to end R in Power BI for beginners
Jen Stirrup
 
Latex ppt copy
Latex ppt   copyLatex ppt   copy
Latex ppt copy
Rajesh Kumar
 
Vector graphics
Vector graphicsVector graphics
Vector graphicslenance
 
Automatic Task-based Code Generation for High Performance DSEL
Automatic Task-based Code Generation for High Performance DSELAutomatic Task-based Code Generation for High Performance DSEL
Automatic Task-based Code Generation for High Performance DSEL
Joel Falcou
 
Raster vs vector
Raster vs vectorRaster vs vector
Raster vs vector
SUCHITRA SINGH
 
Unit 51 task 1 powerpoint
Unit 51 task 1 powerpointUnit 51 task 1 powerpoint
Unit 51 task 1 powerpoint
jessicagrundy98
 
R programmingmilano
R programmingmilanoR programmingmilano
R programmingmilano
Ismail Seyrik
 
Basics of LaTeX
Basics of LaTeXBasics of LaTeX
Basics of LaTeX
Jaspreet Sarao
 
Pprofessional skills VII.pptx
Pprofessional skills VII.pptxPprofessional skills VII.pptx
Pprofessional skills VII.pptx
RahulSingh440760
 
Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1cdoeberl
 
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Edureka!
 
Mypreson 27
Mypreson 27Mypreson 27
Mypreson 27
Venkatesh Nandigama
 
Project presentation image compression by manish myst, ssgbcoet
Project presentation image compression by manish myst, ssgbcoetProject presentation image compression by manish myst, ssgbcoet
Project presentation image compression by manish myst, ssgbcoet
Manish Myst
 
Basics Of Photoshop
Basics Of PhotoshopBasics Of Photoshop
Basics Of Photoshopkarimnadir
 
R-Tree Implementation of Image Databases
R-Tree Implementation of Image DatabasesR-Tree Implementation of Image Databases
R-Tree Implementation of Image Databases
sipij
 

Similar to Latex Workshop Tutorial (20)

RastervsVector.ppt
RastervsVector.pptRastervsVector.ppt
RastervsVector.ppt
 
Ms Visio
Ms VisioMs Visio
Ms Visio
 
CuRious about R in Power BI? End to end R in Power BI for beginners
CuRious about R in Power BI? End to end R in Power BI for beginners CuRious about R in Power BI? End to end R in Power BI for beginners
CuRious about R in Power BI? End to end R in Power BI for beginners
 
Latex ppt copy
Latex ppt   copyLatex ppt   copy
Latex ppt copy
 
Vector graphics
Vector graphicsVector graphics
Vector graphics
 
Automatic Task-based Code Generation for High Performance DSEL
Automatic Task-based Code Generation for High Performance DSELAutomatic Task-based Code Generation for High Performance DSEL
Automatic Task-based Code Generation for High Performance DSEL
 
Raster vs vector
Raster vs vectorRaster vs vector
Raster vs vector
 
Unit 51 task 1 powerpoint
Unit 51 task 1 powerpointUnit 51 task 1 powerpoint
Unit 51 task 1 powerpoint
 
R programmingmilano
R programmingmilanoR programmingmilano
R programmingmilano
 
Basics of LaTeX
Basics of LaTeXBasics of LaTeX
Basics of LaTeX
 
Pprofessional skills VII.pptx
Pprofessional skills VII.pptxPprofessional skills VII.pptx
Pprofessional skills VII.pptx
 
Technical file
Technical fileTechnical file
Technical file
 
Pixel and resolution
Pixel and resolutionPixel and resolution
Pixel and resolution
 
Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1Raster Vs. Vector Presentation1
Raster Vs. Vector Presentation1
 
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
 
Mypreson 27
Mypreson 27Mypreson 27
Mypreson 27
 
Presentation
PresentationPresentation
Presentation
 
Project presentation image compression by manish myst, ssgbcoet
Project presentation image compression by manish myst, ssgbcoetProject presentation image compression by manish myst, ssgbcoet
Project presentation image compression by manish myst, ssgbcoet
 
Basics Of Photoshop
Basics Of PhotoshopBasics Of Photoshop
Basics Of Photoshop
 
R-Tree Implementation of Image Databases
R-Tree Implementation of Image DatabasesR-Tree Implementation of Image Databases
R-Tree Implementation of Image Databases
 

More from Jayant Apte, PhD

McKay's Algorithm for Isomorph-free Exhaustive Generation
McKay's Algorithm for Isomorph-free Exhaustive GenerationMcKay's Algorithm for Isomorph-free Exhaustive Generation
McKay's Algorithm for Isomorph-free Exhaustive Generation
Jayant Apte, PhD
 
ISIT 2014, Hawaii presentation
ISIT 2014, Hawaii presentationISIT 2014, Hawaii presentation
ISIT 2014, Hawaii presentation
Jayant Apte, PhD
 
Adjacency Decomposition Method: Breaking up problems
Adjacency Decomposition Method: Breaking up problemsAdjacency Decomposition Method: Breaking up problems
Adjacency Decomposition Method: Breaking up problems
Jayant Apte, PhD
 
Entropic Inequalities and marginal problems (Fritz and Chavez)
Entropic Inequalities and marginal problems (Fritz and Chavez) Entropic Inequalities and marginal problems (Fritz and Chavez)
Entropic Inequalities and marginal problems (Fritz and Chavez)
Jayant Apte, PhD
 
Exact Repair problems with multiple sources: CISS 2014
Exact Repair problems with multiple sources: CISS 2014Exact Repair problems with multiple sources: CISS 2014
Exact Repair problems with multiple sources: CISS 2014
Jayant Apte, PhD
 
Network Coding for Distributed Storage Systems(Group Meeting Talk)
Network Coding for Distributed Storage Systems(Group Meeting Talk)Network Coding for Distributed Storage Systems(Group Meeting Talk)
Network Coding for Distributed Storage Systems(Group Meeting Talk)
Jayant Apte, PhD
 

More from Jayant Apte, PhD (9)

McKay's Algorithm for Isomorph-free Exhaustive Generation
McKay's Algorithm for Isomorph-free Exhaustive GenerationMcKay's Algorithm for Isomorph-free Exhaustive Generation
McKay's Algorithm for Isomorph-free Exhaustive Generation
 
ISIT 2014, Hawaii presentation
ISIT 2014, Hawaii presentationISIT 2014, Hawaii presentation
ISIT 2014, Hawaii presentation
 
Adjacency Decomposition Method: Breaking up problems
Adjacency Decomposition Method: Breaking up problemsAdjacency Decomposition Method: Breaking up problems
Adjacency Decomposition Method: Breaking up problems
 
Entropic Inequalities and marginal problems (Fritz and Chavez)
Entropic Inequalities and marginal problems (Fritz and Chavez) Entropic Inequalities and marginal problems (Fritz and Chavez)
Entropic Inequalities and marginal problems (Fritz and Chavez)
 
Exact Repair problems with multiple sources: CISS 2014
Exact Repair problems with multiple sources: CISS 2014Exact Repair problems with multiple sources: CISS 2014
Exact Repair problems with multiple sources: CISS 2014
 
Network Coding for Distributed Storage Systems(Group Meeting Talk)
Network Coding for Distributed Storage Systems(Group Meeting Talk)Network Coding for Distributed Storage Systems(Group Meeting Talk)
Network Coding for Distributed Storage Systems(Group Meeting Talk)
 
Candidacy Exam Talk
Candidacy Exam TalkCandidacy Exam Talk
Candidacy Exam Talk
 
Jayant lrs
Jayant lrsJayant lrs
Jayant lrs
 
Jayant chm
Jayant chmJayant chm
Jayant chm
 

Recently uploaded

Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 

Recently uploaded (20)

Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 

Latex Workshop Tutorial

  • 1. Jayant Apte, Drexel University Pictures in PICTURES IN IN PRESENTATIONS Sponsored by IGSA, DIG, and GSA JAYANT APTE PhD Candidate Drexel University
  • 2. Jayant Apte, Drexel University Pictures in Outline External graphics formats ● Importing bitmap graphics – – – package Figure environment The sub-figure environment Creating and importing vector graphics Creating vector graphics inside ● The package ● Latex-draw interface to pstricks ● LibreOffice with TexMaths ●
  • 3. Jayant Apte, Drexel University Graphics formats ● Bitmaps – – ● Without lossy compression With Lossy Compression Vector graphics Pictures in
  • 4. Jayant Apte, Drexel University Pictures in Bitmaps ● ● ● Store image information as pixels with each pixel of given color Greater the resolution, better the quality Greater the color-depth, better the quality(16 bits to represent intensity in a range is better than 8-bits) ● Better the quality, greater the storage size ● Scaling and rotating affects picture quality ● eg. PNG, JPEG, TIFF
  • 5. Jayant Apte, Drexel University Pictures in One image to describe us all
  • 6. Jayant Apte, Drexel University The graphicx package Pictures in
  • 7. Jayant Apte, Drexel University Pictures in A SIMPLE ATTEMPT
  • 8. Jayant Apte, Drexel University Pictures in How to use graphicx right includegraphics[attr1=val1, attr2=val2, ..., attrn=valn]{imagename}
  • 9. Jayant Apte, Drexel University Pictures in Attributes for graphicx Attribute Type Description scale number width length The width to which the figure should be scaled height length The height to which the figure should be scaled totalheight length Height plus depth of figure (to be used if figure is rotated) angle number Angle (in degrees) by which the figure is to be rotated counterclockwise origin 3d coordinates A magnification factor The point about which rotation is to occur
  • 10. Jayant Apte, Drexel University Scale attribute Pictures in
  • 11. Jayant Apte, Drexel University Pictures in Width and Height(and some placement)
  • 12. Jayant Apte, Drexel University Pictures in Graphicx contd... ● ● ● The image included using graphicx will be treated by TeX as a gigantic letter. Hence all text alignment commands work with images added using graphicx Pictures appear exactly where you used includegraphics{} ● No caption
  • 13. Jayant Apte, Drexel University Side-by-side pictures Pictures in
  • 14. Jayant Apte, Drexel University More pictures Pictures in
  • 15. Jayant Apte, Drexel University Pictures in Floats in and The figure environment
  • 16. Jayant Apte, Drexel University Pictures in Floats ● ● ● ● ● ● Floats are containers for things in a document that cannot be broken over a page. LaTeX by default recognizes "table" and "figure" floats Not part of the normal stream of text, but separate entities If not specified explicitly, LaTeX automatically places them where they fit the best Always have a caption describing them Always numbered so they can be referred to from elsewhere in the text
  • 17. Jayant Apte, Drexel University Adding a float Pictures in
  • 18. Jayant Apte, Drexel University Pictures in Adding a picture inside a float
  • 19. Jayant Apte, Drexel University The auto placement Pictures in
  • 20. Jayant Apte, Drexel University Pictures in Overriding auto-placement - [h] [h]=place float here
  • 21. Jayant Apte, Drexel University Pictures in Figure placement specifiers Specifier Permission h Place the float here, i.e., approximately at the same point it occurs in the source text (however, not exactly at the spot) t Position at the top of the page b Position at the bottom of the page. p Put on a special page for floats only. ! Override internal parameters LaTeX uses for determining "good" float positions.
  • 22. Jayant Apte, Drexel University Pictures in Citing figures inside document Give your figure a label Cite using that label
  • 23. Jayant Apte, Drexel University Pictures in The sub-figure package ● This package provides support for the manipulation and reference of small or ‘sub’ figures and tables within a single figure or table environment ● Sub-figures can be separately captioned, referenced ● Captions can be included in the List-of-Figures ● Usage(inside figure): subfigure[<caption>]{<Everything one would have for normal figure>}
  • 24. Jayant Apte, Drexel University Pictures in Using sub-figure package
  • 25. Jayant Apte, Drexel University Pictures in Using sub-figure package Simply use nextline to create rows of figures
  • 26. Jayant Apte, Drexel University Pictures in Vector Graphics ● ● Made with lines, Bézier curves, polygons and circles The mathematical properties of these objects parameters are stored ● Easy to scale or rotate without loss of quality ● Use less memory ● eg. .eps
  • 27. Jayant Apte, Drexel University Pictures in How to create vector graphics ● OmniGraffle(Mac Only) ● Inkscape ● PSTricks ● Any wrapper to PStricks
  • 28. Jayant Apte, Drexel University Pictures in Inkscape
  • 29. Jayant Apte, Drexel University Pictures in The power of vector graphics
  • 30. Jayant Apte, Drexel University Pictures in The power of vector graphics
  • 31. Jayant Apte, Drexel University Pictures in PSTricks ● ● PSTricks is a set of macros that allow the inclusion of PostScript drawings directly inside TeX or LaTeX code Written by Timothy Van Zandt and has been maintained in recent years by Denis Girou, Sebastian Rahtz and Herbert Voss ● It is a way of creating pictures by typing code ● While very useful, it has a learning curve
  • 32. Jayant Apte, Drexel University PSTricks example begin{pspicture}(5,5) %% Triangle in red: psline[linecolor=red](1,1)(5,1)(1,4)(1,1) %% Bezier curve in green: pscurve[linecolor=green,linewidth=2pt,% showpoints=true](5,5)(3,2)(4,4)(2,3) %% Circle in blue with radius 1: pscircle[linecolor=blue,linestyle=dashed](3,2.5){1} end{pspicture} Pictures in
  • 33. Jayant Apte, Drexel University Pictures in LaTeXDraw: A way around complications of PSTricks ● ● LaTeXDraw is a graphical drawing editor for LaTeX LaTeXDraw can be used to: 1) generate PSTricks code 2) directly create PDF or PS pictures ● ● LaTeXDraw is developed in Java and thus runs on top of Linux, Windows, and Mac OS X Download Link
  • 34. Jayant Apte, Drexel University Pictures in LaTeXDraw: Demonstration
  • 35. Jayant Apte, Drexel University Pictures in Using LaTeXDraw generated script in TexWorks Go to Edit->Preferences Create a new typesetting tool called pdflatex+shellescape with shown arguments
  • 36. Jayant Apte, Drexel University Pictures in In persentations ● One can use beamer like Gregory ● Or one can use TexMaths extension to LibreOffice ● ● ● TexMaths is an addon designed to provide LaTeX support into LibreOffice LaTeX equations can be inserted as images (SVG or PNG formats) the LaTeX code is saved into the image attribute for further editing
  • 37. Jayant Apte, Drexel University Pictures in TeXMaths Installation for Linux Installation on Linux ● ● ● ● ● ● Install TexLive (on Debian based systems : sudo apt-get install texlive). Optionally install dvipng (on Debian based systems : sudo apt-get install dvipng). Optionally install dvisvgm (version 1.0.8 or later, deb package is here and rpm package is here). Open LibreOffice Writer and install the TexMaths extension using the Tools / Extension manager menu. Close and reopen LibreOffice Writer. You will see the new TexMaths toolbar. Click on the TexMaths System Configuration icon and fill the paths of your programs (usually /usr/bin for all). Run TexMaths by clicking on one of the TexMaths Equations icons Link for Installation on other Oss: TexMaths Installation