Installation
From PyPI (recommended)
Install texer using pip:
From Source
Clone the repository and install in development mode:
Optional Dependencies
For Development
To install development dependencies (testing, type checking):
For Documentation
To build the documentation locally:
Then serve the docs:
LaTeX Requirements
For PDF Compilation
If you want to compile LaTeX to PDF using compile_to_pdf(), you need a LaTeX distribution installed:
Required LaTeX Packages
texer generates LaTeX that requires these packages. They're typically included in standard LaTeX distributions:
- For tables with rules:
booktabs - For colored text:
xcolor - For plots:
pgfplots(withcompat=1.18) - For multiple subplots:
pgfplotswithgroupplotslibrary - For multirow cells:
multirow
Verify Installation
Check that texer is installed correctly:
You should see the version number printed without errors.
Next Steps
Now that you have texer installed, learn about:
- Mental Model - How texer works
- Core Concepts - Understanding specs and evaluation