You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean: Remove `.mw` files
“Clean” now also removes files with the extension `.mw`. The minted
package creates these files if you use the option `escapeinside`.
Add new code for removing auxiliary files
Previously “Clean” and “Watch Document” both implemented their own
methods to remove auxiliary files. Therefore both commands contained a
lot of the same basic code written in two different programming
languages (Python, Perl). We now replace most of the two different code
paths with the new command line tool `clean.rb`. This change implies
that in the future we only need to fix a single code base if we want to
update the clean up code.
#ignore
Use `TM_MATE` instead of `mate`
“Typeset & View (PDF)” now also works correctly if the current tex file
contains errors and the command `mate` is not accessible via `PATH`.
“Reformat Table”: Improve output
- The command does not add a newline at the beginning of the formatted
table code any more.
- The command now also ends the last line of the table code with double
backslashes.
“Watch Document”: Add missing YAML library
We add the module `YAML::Tiny` to the bundle again and use it to read
the auxiliary configuration file `auxiliary.yaml`. Before this change
“Watch Document” would not work if the users Perl version did not
include the module `YAML`.