rst2newlatex
text processing system for reStructuredText (implemented in Python 2)
Install
- All systems
-
curl cmd.cat/rst2newlatex.sh
- Debian
-
apt-get install python-docutils
- Ubuntu
-
apt-get install python-docutils
- Arch Linux
-
pacman -S python-docutils
- Kali Linux
-
apt-get install python-docutils
- CentOS
-
yum install python-docutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-docutils
- Raspbian
-
apt-get install python-docutils
- Dockerfile
- dockerfile.run/rst2newlatex
python-docutils
text processing system for reStructuredText (implemented in Python 2)
reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. This package includes Python 2 modules and command line utilities.