FLaP-0.4.0
This new version supports the use of the subfiles package and also fixes various bugs as follow:
- Support invoking FLaP while giving a specific name to the merged file, using
python -m flap my/root.tex output/new_root.tex
- Fix flattening
\bibliography
stored in a subdirectory - Fix bug on
\graphicpath
directives using double curly braces (e.g.,\graphicpath{{./img/}}
). - Fix bugs on
\input
directives:\input
directive that specify the.tex
extension are properly handled;- Relative paths specified in
\input
are considered from the root directory of the latex project, as LaTeX does.
- Fix for LaTeX commands broken down over multiple lines (see Issue #12)
- Fix for images whose name conflict once merged (see Issue #14)
- Add support for
subfile
directives (see Issue #13)