latex-template

Multi-function LaTeX template

MIT License

Stars
0
Committers
1

Bot releases are hidden (Show)

latex-template - v3.1.0 Latest Release

Published by HuangFuSL 6 months ago

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v2.7.0...v3.1.0

Add version=3.1 document class option

latex-template - v3.1.0

Published by HuangFuSL 6 months ago

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v2.7.0...v3.1.0

Add version=3.1 document class option

latex-template - v2.7.0

Published by HuangFuSL 6 months ago

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v2.6.0...v2.7.0

Template updates

  • Feat: auto load tikz calc libraries
  • Feat: add tcolorbox package to paper mode
    • Update: Add calgorithm environment
  • Feat: add biblatex package, remove natbib
  • Fix: multipage standalone mode
  • Feat: set font for \caption command
  • Feat: add import package
  • Feat: add lstlisting package to support code listing

Makefile updates

  • Feat: parallel compilation for GNU make >= 4.0
  • Fix: removed support for pdflatex
  • Feat: add EXTERNAL_FILES option to support loading external bib databases
  • Update: add DOCKER_TIMEOUT variable to prevent failed containers keep running
  • Update: add SILENT option in makefile to suppress output

Documentation

  • Doc: update make help output
latex-template - v2.6.0

Published by HuangFuSL about 1 year ago

v2.6.0

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v2.5.0...v2.6.0

Common

  • Added makefile support to simplify compiling to pdf and svg.
    • Supports PDF-A metadata generation via makefile.
  • Added \remember and \recall to label and remember an equation.
latex-template - v2.5.0

Published by HuangFuSL about 1 year ago

v2.5.0

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v2.4.0...v2.5.0

Common

  • Feat: Add support for makefile workflow
  • Docker: move /template to /opt/template
latex-template - v2.4.0

Published by HuangFuSL about 1 year ago

v2.4.0

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v2.3.0...v2.4.0

Common

  • Fix: \dd not recognized as \mathrm{d}.
  • Feat: alter docker image to support compilation isolation.
latex-template - v2.3.0

Published by HuangFuSL about 1 year ago

2.3.0

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v2.2.0...v2.3.0

Common

  • Fix: \geq and \leq not working as expected.
  • Refact: use macros (\@buildmathletters) to build math letters instead of manually define.
  • Feat: add PDF-A support (currently metadata not supported).
  • Fix: auto tag latest tag to the newest released docker image.
  • Doc: add documentation in README.md

Article

  • Feat: add \watermarkon and \watermarkoff to toggle watermark.

Beamer

  • Fix: removed extra \makeatother causing \@buildmathletters fail.

Book

  • Feat: add \watermarkon and \watermarkoff to toggle watermark.
latex-template - v2.2.0

Published by HuangFuSL about 1 year ago

v2.2.0

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v2.1.0...v2.2.0

Common

  • 🐳 Feat: added Docker support.
latex-template - v2.1.0

Published by HuangFuSL about 1 year ago

Release 2.1.0

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v2.0.0...v2.1.0

Article mode

  • Fix: \subtitle command
latex-template - v2.0.0

Published by HuangFuSL about 1 year ago

Release 2.0.0

Full Changelog: https://github.com/HuangFuSL/latex-template/compare/v1.0.0...v2.0.0

Common

  • Feat: added a series of command \ssection, ssubsection and ssubsubsection to exclude numbering from section titles but not in table of contents.

Article mode

  • Fix: fancyhdr package provides headheight warning.
  • Feat: added implementation for \subtitle command.
  • Feat: added \articlefront command as a convenient way for setting up title and table of contents.
  • Deprecate: removed saved geometry.

Book mode

  • Deprecate: removed saved geometry.
latex-template - v1.0.0

Published by HuangFuSL about 1 year ago

Full Changelog: https://github.com/HuangFuSL/latex-template/commits/v1.0.0

Release 1.0.0

Initial release with

Common

  • 📄 article, beamer, book, standalone mode toggle.
  • 🇨🇳 cn, en language toggle.
  • 📌 Shortcuts for \mathbb, \mathcal, \boldsymbol.
  • 🔗 Colored hyperlinks.
  • 🎨 Predefined colors.
  • 💻 Algorithm enviroment keywords.

Beamer mode

  • 🔒 Aspect ratio locked to 16:9, theme locked to Berlin.
  • 💡 Prompt to use full screen when using Acrobat.
  • 📝 PDF notes used for Présentation.app.

Article mode

  • 🔒 Paper size locked to A4.
  • 🧾 Predefined geometry, headers and footers.

and more...

Related Projects