100% found this document useful (1 vote)
417 views12 pages

TikZ Vector Art

This document discusses using LaTeX and TikZ to create vector graphics. It explains that TikZ is used for producing vector graphics, which makes it easy to import outputs from vector editing software like Inkscape, Dia and GeoGebra. It provides an example of raster-based software GIMP. It also describes how the tool Svg2tikz was used to convert an SVG image of the mascot Jeff into LaTeX code by exporting SVG paths as TikZ/PGF paths either through Inkscape, from the command line, or as a Python module.

Uploaded by

Robin Red Msiska
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
417 views12 pages

TikZ Vector Art

This document discusses using LaTeX and TikZ to create vector graphics. It explains that TikZ is used for producing vector graphics, which makes it easy to import outputs from vector editing software like Inkscape, Dia and GeoGebra. It provides an example of raster-based software GIMP. It also describes how the tool Svg2tikz was used to convert an SVG image of the mascot Jeff into LaTeX code by exporting SVG paths as TikZ/PGF paths either through Inkscape, from the command line, or as a Python module.

Uploaded by

Robin Red Msiska
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Vector Art and LATEX

Robin Msiska
African Institute for Mathematical Sciences

November 11, 2015

Robin Msiska

Vector Art and LATEX

A Revered Man

Robin Msiska

Vector Art and LATEX

\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, x
Robin Msiska

Vector Art and LATEX

\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) .. c
(6.5490,9.3710) .. (8.5990,14.9030) .. controls (
(64.7300,71.2790) .. (84.1820,77.3040) .. control
(103.9720,82.1460) .. (113.8920,84.4700) .. contr
(148.6020,95.7370) .. (164.3320,105.3040) .. cont
(166.6640,106.9120) .. (167.9340,107.4880) .. con
(178.4850,114.2720) .. (182.0300,119.9920) .. con
\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 (1
(12.8280,10.9960) .. (15.4000,11.3610) .. control
(21.6160,12.1060) .. (24.7300,12.3800) .. control
(127.0020,0.2720) .. (126.7600,0.0000) -- (0.0000
\end{scope}
Robin Msiska

Vector Art and LATEX

Vector Art vs. Raster Art


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

Robin Msiska

Vector Art and LATEX

Vector Art vs. Raster Art


TikZ is used for producing vector graphics. This makes it easy to
import Tikz output from many vector graphics editors and vector
based diagramming software.
Examples of such vector-based software available on the AIMS
Desktop are:
Inkscape
Dia
GeoGebra

Robin Msiska

Vector Art and LATEX

Vector Art vs. Raster Art


TikZ is used for producing vector graphics. This makes it easy to
import Tikz output from many vector graphics editors and vector
based 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 AIMS
Desktop

Robin Msiska

Vector Art and LATEX

The makings of Jeff

To create our beloved pillar of AIMS in LATEX, a tool called


Svg2tikz was used.
Svg2tikz can be used in three ways:
1

As an Inkscape extension for exporting SVG paths as


TikZ/PGF paths.

Robin Msiska

Vector Art and LATEX

The makings of Jeff

To create our beloved pillar of AIMS in LATEX, a tool called


Svg2tikz was used.
Svg2tikz can be used in three ways:
1

As an Inkscape extension for exporting SVG paths as


TikZ/PGF paths.

As a command line tool.

Robin Msiska

Vector Art and LATEX

The makings of Jeff

To create our beloved pillar of AIMS in LATEX, a tool called


Svg2tikz was used.
Svg2tikz can be used in three ways:
1

As an Inkscape extension for exporting SVG paths as


TikZ/PGF paths.

As a command line tool.

As a Python module.

Robin Msiska

Vector Art and LATEX

The makings of Jeff

To create our beloved pillar of AIMS in LATEX, a tool called


Svg2tikz was used.
Svg2tikz can be used in three ways:
1

As an Inkscape extension for exporting SVG paths as


TikZ/PGF paths.

As a command line tool.

As a Python module.

svg2tikz can be git-cloned from the following GitHub clone URL


https://github.com/kjellmf/svg2tikz.git

Robin Msiska

Vector Art and LATEX

THANK YOU!

Robin Msiska

Vector Art and LATEX

You might also like