Commit graph

12 commits

Author SHA1 Message Date
LLdaniel
5d817593fb prepare new v2.5.0 release and do the usual header change 2026-01-30 22:23:41 +01:00
Yaroslav Halchenko
686f1a9a08
Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#253)
* Add github action to codespell master on push and PRs

* Add rudimentary codespell config

* Ignore latex \@ constructs

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few  new typos automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-06 19:54:28 +02:00
Audric Schiltknecht
172f632d5f
Make TikZ library use babel to not break with French (#247)
* Make TikZ library use babel to not break with French

Rendering was incorrect when using French babel: `\usepackage[french]{babel}` (and probably other languages). This can be fixed by configuring TikZ to use babel too.

Fix #219

* Configure TikZ to use babel wherever it is used

* Update CHANGELOG
2025-07-31 23:59:47 +02:00
daniel
2981711e6f
bump version due to included patch #195 (packaging issue) (#196) 2024-07-18 18:00:30 +02:00
daniel
e8a2096184
Prepare v2.4.0 in comments and changelog (#193)
* prepare for v2.4.0 release

* added issue numbers for changelog v2.4.0
2024-07-10 07:34:19 +02:00
Javier Lopez-Gomez
d0a5ff550e [moderncvskillmatrix] Support the circle option 2024-05-07 11:43:20 +02:00
Mark E Fuller
08371bb3e2
make colors user adjustable. (#151)
* make colors user adjustable.
- Systematize colors and make them user adjustable. See documentation for details.
  this requires the \moderncvcolor to be issued BEFORE \moderncvstyle.

* fix missing characters for fancy style

* manually copied the current version user guide form master

---------

Co-authored-by: David <forenkram@gmx.de>
Co-authored-by: LLdaniel <daniel.adlkofer2@freenet.de>
Co-authored-by: daniel <41345639+LLdaniel@users.noreply.github.com>
2024-05-04 14:08:51 +02:00
Tianyi Zheng
f3dd14ff62
Remove trailing whitespace (#167)
Remove more trailing whitespace

Remove even more trailing whitespace
2023-06-04 13:26:38 +03:00
Stephan Lachnit
ab7c92fe21
Release v2.3.1
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2022-02-21 13:46:45 +01:00
Stephan Lachnit
157241f7ce
Release v2.3.0
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2021-12-16 19:31:42 +01:00
Stephan Lachnit
83640e1229
Release v2.2.0
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2021-07-28 12:25:51 +02:00
David Seus
3960c39bc3
Add new skill matrix feature to moderncv (#32) 2021-01-22 15:46:25 +01:00