Metadata-Version: 2.1
Name: svglatex
Version: 0.0.3
Summary: Include Inkscape graphics in LaTeX.
Home-page: https://github.com/johnyf/svglatex
Author: Ioannis Filippidis
Author-email: jfilippidis@gmail.com
License: BSD
Project-URL: Bug Tracker, https://github.com/johnyf/svglatex/issues
Keywords: svg,latex,pdf,inkscape,figure,graphics
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: lxml >=3.7.2

svglatex is a package for including SVG graphics in LaTeX documents via Inkscape. A script converts an SVG file to a PDF file that contains only graphics, and a text file that includes LaTeX code for typesetting the text of the SVG file. So the script separates text from graphics, and overlays the text, typeset with LaTeX, on the PDF.More details can be found in the README at: https://github.com/johnyf/svglatex
