Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.15 KB

Meet TeXControl

TeXControl is a Python-based CLI that supports rapid TeX development while maintaining clean, loosely coupled design. It is an intelligent linker for TeX files that can conditionally link and compile independent TeX documents. Once installed, this:

  • Decouple large TeX files by separating chapters or subdocuments into independent compilable documents that can be viewed by themselves.
  • 🏷 Tag and sort your TeX chapters and conditionally link these to create large dynamic TeX files on the fly.
  • 🚀 Includes ability to template which super charges your TeX development.

Installation

TexControl requires the installation of Python 3 as well as Pip. Future versions of this project will be published on PyPI for easy installation. But, for now run the following commands.

You can start by cloning the repository.

git clone https://github.com/alansun17904/TeXControl.git 

Then descending into the newly cloned directory and run the installation script.

cd TeXControl
./install.sh

What now?

You can get started with the basics in our wiki.