Skip to content

astahfrom/cartouches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cartouches

Parses Isabelle LaTeX output into manageable snippets.

Setup

I assume you have built a PDF document of your LaTeX files with isabelle. This produces a number of .tex-files, typically in ./output/document/.

This tool converts those LaTeX files into a single file containing more manageable snippets.

See the index.html file or astahfrom.github.io/cartouches for more information.

Command Line Usage

To use the project on the command line, simply run it on either a single file:

cargo run INPUT.tex OUTPUT.tex

or on a directory:

cargo run INPUTS/ OUTPUT.tex

Web Integration

To compile the tool to JavaScript, run:

wasm-pack build --target web

See index.html for the integration with HTML.

The tool is deployed at astahfrom.github.io/cartouches.

About

Parses Isabelle LaTeX output into manageable snippets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published