File: quickstart.rst

package info (click to toggle)
python-latexcodec 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: python: 1,365; makefile: 142
file content (23 lines) | stat: -rw-r--r-- 474 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Getting Started
===============

Overview
--------

.. include:: ../README.rst
   :start-line: 5

Installation
------------

.. include:: ../INSTALL.rst

Related Projects
----------------

* `pylatexenc <https://github.com/phfaist/pylatexenc/>`_:
  A LaTeX parser providing fully customizable latex-to-unicode and
  unicode-to-latex translation.

* `TexSoup <https://github.com/alvinwan/TexSoup>`_:
  A LaTeX parser for searching, navigating, and modifying LaTeX documents.