In the example config file, verbose is set to False but changing it to True has no effect:
Similarly adding keep_bib: True to the config file does not work.
A work-around is to specify these options directly on the command line in addition to specifying the config file. It would be nicer for these options in the config file to be honoured.
In the example config file,
verboseis set toFalsebut changing it toTruehas no effect:arxiv-latex-cleaner/cleaner_config.yaml
Line 19 in 0fac32f
Similarly adding
keep_bib: Trueto the config file does not work.A work-around is to specify these options directly on the command line in addition to specifying the config file. It would be nicer for these options in the config file to be honoured.