tikz vector art

12
Vector Art and L A T E X Robin Msiska Africa n Insti tute for Mathemati cal Sciences November 11, 2015 Robin Msiska  Vector Art and L A T E X

Upload: robin-red-msiska

Post on 27-Feb-2018

234 views

Category:

Documents


1 download

TRANSCRIPT

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 1/12

Vector Art and LATEX

Robin Msiska

African Institute for Mathematical Sciences

November 11, 2015

Robin Msiska   Vector Art and LATEX

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 2/12

A Revered Man

Robin Msiska   Vector Art and LATEX

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 3/12

\definecolor{cfefefe}{RGB}{254,254,254}

\definecolor{cfe0a09}{RGB}{254,10,9}

\definecolor{cf9000a}{RGB}{249,0,10}

\definecolor{c338300}{RGB}{51,131,0}\definecolor{c345528}{RGB}{52,85,40}

\definecolor{cfd0a09}{RGB}{253,10,9}

\definecolor{cfc0a09}{RGB}{252,10,9}

\definecolor{c325427}{RGB}{50,84,39}

\definecolor{c335427}{RGB}{51,84,39}

\definecolor{cf8010a}{RGB}{248,1,10}

\definecolor{cf9010a}{RGB}{249,1,10}

\definecolor{cb2b4b4}{RGB}{178,180,180}

\definecolor{cdadada}{RGB}{218,218,218}\definecolor{cd6d6d6}{RGB}{214,214,214}

\definecolor{ccdcdcd}{RGB}{205,205,205}

\definecolor{ce2e2e2}{RGB}{226,226,226}

\begin{tikzpicture}[y=0.80pt, x=0.80pt, yscale=-1.000000,

Robin Msiska   Vector Art and LATEX

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 4/12

\begin{scope}[cm={{1.25,0.0,0.0,-1.25,(0.0,990.0)}}]

\begin{scope}[shift={(49.3253,113.9688)}]

\path[fill=black,nonzero rule] (0.0000,0.0000) ..

(6.5490,9.3710) .. (8.5990,14.9030) .. controls(64.7300,71.2790) .. (84.1820,77.3040) .. contro

(103.9720,82.1460) .. (113.8920,84.4700) .. cont

(148.6020,95.7370) .. (164.3320,105.3040) .. con

(166.6640,106.9120) .. (167.9340,107.4880) .. co

(178.4850,114.2720) .. (182.0300,119.9920) .. co\end{scope}

\begin{scope}[shift={(457.0715,1.997)}]

\path[fill=cf9000a,nonzero rule] (0.0000,0.0000) .

(8.4090,5.0430) .. (12.3880,8.3030) .. controls

(9.1980,9.3440) .. (7.6910,9.8360) .. controls ((12.8280,10.9960) .. (15.4000,11.3610) .. contro

(21.6160,12.1060) .. (24.7300,12.3800) .. contro

(127.0020,0.2720) .. (126.7600,0.0000) -- (0.000

\end{scope}

Robin Msiska   Vector Art and LATEX

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 5/12

Vector Art vs. Raster Art

TikZ is used for producing vector graphics. This makes it easy toimport Tikz output from many vector graphics editors and vectorbased diagramming software.

Robin Msiska   Vector Art and LATEX

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 6/12

Vector Art vs. Raster Art

TikZ is used for producing vector graphics. This makes it easy toimport Tikz output from many vector graphics editors and vectorbased diagramming software.

Examples of such   vector-based  software available on the AIMS

Desktop are:Inkscape

Dia

GeoGebra

Robin Msiska   Vector Art and LATEX

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 7/12

Vector Art vs. Raster Art

TikZ is used for producing vector graphics. This makes it easy toimport Tikz output from many vector graphics editors and vectorbased diagramming software.

Examples of such   vector-based  software available on the AIMS

Desktop are:Inkscape

Dia

GeoGebra

GIMP  is an example of  raster-based  software on the AIMSDesktop

Robin Msiska   Vector Art and LATEX

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 8/12

The makings of Jeff 

To create our beloved pillar of AIMS in LA

TEX, a tool calledSvg2tikz was used.

Svg2tikz can be used in three ways:

1 As an Inkscape extension for exporting SVG paths asTikZ/PGF paths.

Robin Msiska   Vector Art and LATEX

f ff

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 9/12

The makings of Jeff 

To create our beloved pillar of AIMS in LA

TEX, a tool calledSvg2tikz was used.

Svg2tikz can be used in three ways:

1 As an Inkscape extension for exporting SVG paths asTikZ/PGF paths.

2 As a command line tool.

Robin Msiska   Vector Art and LATEX

Th ki f J ff

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 10/12

The makings of Jeff 

To create our beloved pillar of AIMS in LA

TEX, a tool calledSvg2tikz was used.

Svg2tikz can be used in three ways:

1 As an Inkscape extension for exporting SVG paths asTikZ/PGF paths.

2 As a command line tool.

3 As a Python module.

Robin Msiska   Vector Art and LATEX

Th ki f J ff

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 11/12

The makings of Jeff 

To create our beloved pillar of AIMS in LA

TEX, a tool calledSvg2tikz was used.

Svg2tikz can be used in three ways:

1 As an Inkscape extension for exporting SVG paths asTikZ/PGF paths.

2 As a command line tool.

3 As a Python module.

svg2tikz can be  ”git-cloned”   from the following GitHub clone URLhttps://github.com/kjellmf/svg2tikz.git

Robin Msiska   Vector Art and LATEX

7/25/2019 TikZ Vector Art

http://slidepdf.com/reader/full/tikz-vector-art 12/12

THANK YOU!

Robin Msiska   Vector Art and LATEX