Markus Quade
Markus Quade
``` 15:12 $ flap tex/main.tex compressed -v FLaP 0.5.0 File Line Column LaTeX Command ------------------------------------------------------------------------------- main.tex 6 1 \input{misc/header.tex} main.tex 13 1 \input{content/abstract.tex} main.tex 14 1 \input{misc/frontmatter.tex} main.tex 15 1...
latexpand has a subcommand to copy the contents of a `.bbl` and replace the corresponding bibtex command in your `.tex`file: `latexpand --expand-bbl merged.bbl merged.tex` If you point me in the...
Some journals require you to map the figure filename to the figure number in text. Doing this automatically would be a great feature.