Skip to content

Commit

Permalink
Update LTG (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Feb 12, 2025
1 parent 22c4cf3 commit 3847ba7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).
Versioning is done using [Calendar Versioning](https://calver.org/).

## [2025-02-12]

### Fixed

- `pdflatex` run works again if both lualatex and pdflatex are used.

## [2025-01-31]

### Changed
Expand Down Expand Up @@ -48,6 +54,7 @@ Versioning is done using [Calendar Versioning](https://calver.org/).
First public release.
<!-- markdownlint-disable-file MD024 MD033 -->

[2025-02-12]: https://github.com/latextemplates/ACM/compare/2025-01-31...2025-02-12
[2025-01-31]: https://github.com/latextemplates/ACM/compare/2025-01-25...2025-01-31
[2025-01-25]: https://github.com/latextemplates/ACM/compare/2025-01-20...2025-01-25
[2025-01-20]: https://github.com/latextemplates/ACM/compare/2025-01-14...2025-01-20
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,15 @@ Moreover, ensure that python and [pygments](https://pygments.org/) are installed
- `choco install python`
- `pip install pygments`

### Q: I have troubles with minted on Windows.

Try out following command to update `latexminted`.
See [minted#425](https://github.com/gpoore/minted/issues/425) for details.

```shell
py -m pip install --force-reinstall latexminted
```

### Q: Can I also write in German?

Yes. You can regenerate the template and choose "German" as language.
Expand Down
1 change: 1 addition & 0 deletions Texlivefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ mathtools
mfirstuc
microtype
mindflow
minim-math
minted
mnsymbol
multirow
Expand Down
1 change: 0 additions & 1 deletion paper-conference-minted.tex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

\ifluatex
\usepackage[no-math]{fontspec}
\usepackage{unicode-math}

% Enable proper ligatures
% For more information see https://ctan.org/pkg/selnolig
Expand Down
1 change: 0 additions & 1 deletion paper-conference.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

\ifluatex
\usepackage[no-math]{fontspec}
\usepackage{unicode-math}

% Enable proper ligatures
% For more information see https://ctan.org/pkg/selnolig
Expand Down
1 change: 0 additions & 1 deletion paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

\ifluatex
\usepackage[no-math]{fontspec}
\usepackage{unicode-math}

% Enable proper ligatures
% For more information see https://ctan.org/pkg/selnolig
Expand Down

0 comments on commit 3847ba7

Please sign in to comment.