Download the PHP package corny-phoenix/tex-tools without Composer
On this page you can find all versions of the php package corny-phoenix/tex-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download corny-phoenix/tex-tools
More information about corny-phoenix/tex-tools
Files in corny-phoenix/tex-tools
Download corny-phoenix/tex-tools
More information about corny-phoenix/tex-tools
Files in corny-phoenix/tex-tools
Vendor corny-phoenix
Package tex-tools
Short Description PHP library for (La)TeX abstraction
License MIT
Homepage https://github.com/CornyPhoenix/tex-tools
Package tex-tools
Short Description PHP library for (La)TeX abstraction
License MIT
Homepage https://github.com/CornyPhoenix/tex-tools
Please rate this library. Is it a good library?
Informations about the package tex-tools
TeX Tools for PHP 0.3
PHP library for (La)TeX abstraction
- Installation
- Supported TeX Commands
- Usage
Installation
Add following to your composer.json:
Supported TeX Commands
The following TeX commands are supported:
| Command | Required format | Provided formats |
|---|---|---|
| TeX | .tex |
.dvi, .log, .aux |
| PdfTeX | .tex |
.pdf, .log, .aux |
| LaTeX | .tex |
.dvi, .log, .aux |
| PdfLaTeX | .tex |
.pdf, .log, .aux |
| XeLaTeX | .tex |
.pdf, .log, .aux |
| LuaLaTeX | .tex |
.pdf, .log, .aux |
| BibTeX | .aux |
.bbl, .blg |
| BibTeX8 | .aux |
.bbl, .blg |
| MakeIndex | .idx |
.ind, .ilg |
| DviPs | .dvi |
.ps |
Usage
Create a basic PdfLaTeX job and run it:
You can also chain LaTeX calls:
There is a lovely interface for handling errors:
Also, there is a safe clean method which will clean up your working directory without deleting the input file or any files unknown to TeX:
All versions of tex-tools with dependencies
PHP Build Version
Package Version
The package corny-phoenix/tex-tools contains the following files
Loading the files please wait ...