Skip to content

Releases: tueda/makefile4latex

0.5.2

Choose a tag to compare

@tueda tueda released this 20 Apr 04:03

Fixed

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

0.5.1

Choose a tag to compare

@tueda tueda released this 20 Apr 00:21

Fixed

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

0.5.0

Choose a tag to compare

@tueda tueda released this 06 Dec 08:05

Added

  • The lint target, which runs linters for LaTeX source files, is now officially available. ChkTeX (chktex), GNU Aspell (aspell), textlint (textlint) and RedPen (redpen) have built-in support. One can specify the linters by the LINTS variable. The default value is LINTS = chktex (#15).

  • The COLOR variable controls colors in the output:

    • always
    • never
    • auto (default)

0.4.1

Choose a tag to compare

@tueda tueda released this 23 Nov 13:40

Fixed

  • Fix a regression in dependency tracking (#20).

Changed

  • get/Makefile now also refers to configuration files in the directory containing the Makefile after resolving symbolic links for MAKEFILE4LATEX_REVISION and MAKEFILE4LATEX_CACHE.

0.4.0

Choose a tag to compare

@tueda tueda released this 21 Nov 13:56

Added

  • Basic BibLaTeX support (#11). There are following limitations in the DIFF mode:
    • The DIFF mode with biber requires latexpand 1.6 or later (--biber option).
    • The DIFF mode with biber may not work with a hidden BUILDDIR (e.g., .build).
    • The DIFF mode does not work with the BibTeX backend.
  • Partial bib2gls support (#12). There are following limitations:
    • Dependency tracking on .bib files that are processed by bib2gls does not work.
    • The DIFF mode does not work with bib2gls.

0.3.6

Choose a tag to compare

@tueda tueda released this 07 Nov 14:15

Fixed

  • Fix a BibTeX issue in the DIFF mode with BUILDDIR (#19).

0.3.5

Choose a tag to compare

@tueda tueda released this 23 Oct 13:59

Fixed

  • The target document file should be always updated even when LaTeX doesn't run, otherwise an unnecessary run occurs in the next time.
  • Move .ilg files to BUILDDIR when it is defined.

0.3.4

Choose a tag to compare

@tueda tueda released this 17 Oct 12:57

Fixed

  • Resolve problems of BibTeX/Makeindex with BUILDDIR (#16, #18).

Changed

  • BibTeX error message I couldn't open file name ... is now colorized.

0.3.3

Choose a tag to compare

@tueda tueda released this 03 Oct 10:41

Fixed

  • Avoid changing versioned Makefiles in make upgrade (#17).

0.3.2

Choose a tag to compare

@tueda tueda released this 27 Sep 07:32

Changed

  • Print the version in make help.