pkubowicz / opendetex

Improved version of Detex - tool for extracting plain text from TeX and LaTeX sources
Other
236 stars 34 forks source link

Fragments when stripping `\includepdf` #59

Open n2o opened 5 years ago

n2o commented 5 years ago

Given a file containing this line:

\includepdf[pages=-]{path/to/my.pdf}

only removes the \command, but the remaining parts remain in the produced output, i.e.:

[pages=-]path/to/my.pdf

It would be great (and should not be a big problem(?)) to remove all the parts in the brackets.

Thank you!