8000 GitHub - uliw/beamerscape: convert inkscape layers to latex beamer slides
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

uliw/beamerscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

beamerscape

convert inkscape layers to latex beamer slides

About

This script takes an Inkscape .svg as input, and generates pdf files corresponding to each of the layers and a LaTeX file that uses the LaTeX Beamer commands to incrementally overlay them. It will export the layers into a directory with the same basename as the .svg file. The layers will be exported in pdf format to preserve transparency.

A python version of https://github.com/jbohren/beamerscape

Installation

This script requires the following libraries:

  • argparse
  • subprocess
  • xml
  • pathlib

Most of these are installed by default (at least under linux). If in doubt install conda.

Download the script, and call it as python beamerscape.py or set it as executable and copy to /usr/local/bin/

About

convert inkscape layers to latex beamer slides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0