Releases: HuangFuSL/latex-template
Releases · HuangFuSL/latex-template
v3.1.0
v2.7.0
Full Changelog: 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
- Update: Add
- Feat: add
biblatex
package, removenatbib
- 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
v2.6.0
v2.6.0
Full Changelog: 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.
v2.5.0
v2.5.0
Full Changelog: v2.4.0...v2.5.0
Common
- Feat: Add support for
makefile
workflow - Docker: move
/template
to/opt/template
v2.4.0
v2.4.0
Full Changelog: v2.3.0...v2.4.0
Common
- Fix:
\dd
not recognized as\mathrm{d}
. - Feat: alter docker image to support compilation isolation.
v2.3.0
2.3.0
Full Changelog: 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.
v2.2.0
v2.1.0
v2.0.0
Release 2.0.0
Full Changelog: v1.0.0...v2.0.0
Common
- Feat: added a series of command
\ssection
,ssubsection
andssubsubsection
to exclude numbering from section titles but not in table of contents.
Article mode
- Fix:
fancyhdr
package providesheadheight
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.
v1.0.0
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...