art-r / tex-to-txt

A small python script that converts a given tex file to a txt file (latex-to-plaintext)
MIT License
0 stars 1 forks source link

Input isn't recognized accurate #3

Closed jocowhite closed 1 year ago

jocowhite commented 1 year ago

The following tex: \input{lib/tables/kostenmatrix.tex}

is converted to: \input{lib/tables/kostenmatrix.tex

It should disappear completely

Only-a-User commented 1 year ago

This is fixed with pull request #5.