Metadata-Version: 2.0
Name: CaTeX
Version: 0.0.10
Summary: Concatenates LateX documents.
Home-page: https://github.com/Alexis-benoist/catex
Author: Alexis Benoist
Author-email: alexis@benoist.it
License: Apache License 2.0
Keywords: latex
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Printing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Requires-Dist: click (==6.6)
Requires-Dist: latex (==0.6.2)

CaTeX
=====

``TLDR``: ``CaTeX`` ``C``\ oncatenates L\ ``aTeX`` documents.

Install
-------

Run in the terminal:

::

    $ pip install catex

Done!

Use
---

To concatenate ``first_doc.tex`` and ``second_doc.tex``, just run:

::

    $ catex -i first_doc.tex -i second_doc.tex -o output.tex

If you want to directly compile it to PDF, simply:

::

    $ catex -i first_doc.tex -i second_doc.tex -o output.pdf

If no output file is selected then the output will be displayed in
std\_out.

Test
----

Run ``$ py.test tests``.

Contribute
----------

You can use Github's issues to provide feedback and report bugs.

This is the alpha version.

Tested pull requests are welcome.


