flycarl / tex_split

use instaparse to split Latex tex file of special begin end blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tex_split

this tool intent to split tex file (Mid.tex) of \begin{} \end{} block. and then output to seperate tex files, with specified start text(Top.tex), and end text (Bottom.tex).

use instaparse to parse the begin end block. grammer file is myparser.bnf. look at file in resorces folder.

Installation

Download from http://example.com/FIXME.

Usage

basePath is the path where to look the tex , tex files put in subfolder name InputTex, and will output the texs to OutputTex $ java -jar tex_split-0.1.0-standalone.jar -b basePath

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

use instaparse to split Latex tex file of special begin end blocks

License:Eclipse Public License 1.0


Languages

Language:Clojure 90.8%Language:TeX 9.2%