Skip to content

Instantly share code, notes, and snippets.

@ismnoiet
Last active January 15, 2016 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismnoiet/b4e22ee4706bf4586a9b to your computer and use it in GitHub Desktop.
Save ismnoiet/b4e22ee4706bf4586a9b to your computer and use it in GitHub Desktop.
sudo apt-get install python-pip
pip install Pygments
pygmentize -f rtf code/i/want/to/highlight.sh > hightlighted_code.rtf
credit:
http://stratus3d.com/blog/2015/08/21/inserting-code-samples-into-libreoffice-impress/
default styles can be found :
/usr/local/lib/python2.7/dist-packages/pygments/styles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment