Skip to content

Releases: tueda/makefile4latex

0.11.1

29 Jan 13:57
Compare
Choose a tag to compare

Fixed

  • make dist failure due to extractbb --version with TeXLive 2021. (#45)

0.11.0

07 Jan 10:37
Compare
Choose a tag to compare

Added

  • New target pretty to run code prettifiers on the source files in the current directory.
    Currently, only latexindent has built-in support. By default, make pretty runs latexindent -l -wd -s for each .tex file. Target files of the prettifier can be configurable by setting LATEXINDENT_TARGET, for example, LATEXINDENT_TARGET = *.tex *.sty. Note that probably the user wants to customize latexindent local settings (in localSettings.yaml or latexindent.yaml), like defaultIndent and onlyOneBackUp. (#22)
  • Configurable target files for linters, by CHKTEX_TARGET etc. (20f7bc9)

Changed

0.10.0

23 Jul 12:22
Compare
Choose a tag to compare

Added

  • Colorize dvipdfmx warnings (#42).

0.9.1

23 Sep 14:02
Compare
Choose a tag to compare

Fixed

  • Removed a superfluous message printed when POSTPROCESS is not given (#39).

0.9.0

22 Apr 06:38
Compare
Choose a tag to compare

Added

  • POSTPROCESS to specify post-processing targets (#38).
  • Variables MOSTLYCLEANFILES, CLEANFILES, PREREQUISITE, PREREQUISITE_SUBDIRS and POSTPROCESS are now officially public.

0.8.0

09 Aug 12:46
Compare
Choose a tag to compare

Added

MAKEFILE4LATEX_WAIT_COMMAND (default: sleep 1) to change the command to wait some time in make watch (#30).

0.7.0

26 May 06:56
Compare
Choose a tag to compare

Added

  • Placing *-eps-converted-to.pdf files generated during pdflatex into BUILDDIR (for TeX Live) (#29). This behaviour can be controlled by USE_BUILDDIR_FOR_EPSTOPDF (= always, never or auto). The default value auto indicates that the feature is enabled for TeX Live.

0.6.0

20 Apr 10:57
Compare
Choose a tag to compare

Added

  • Built-in support for Hunspell (#26). Enabled by adding hunspell to LINTS.

0.5.2

20 Apr 04:03
Compare
Choose a tag to compare

Fixed

  • make LINTS=aspell lint uses the GNU grep's -w option if available (#27).

0.5.1

20 Apr 00:21
Compare
Choose a tag to compare

Fixed

  • make lint should fail if GNU Aspell is needed but missing (#25).