tex-fmt: add module

tex-fmt is a LaTeX source code formatter written in Rust, and uses
a user configuration file in the .toml format.
This commit is contained in:
William G Underwood 2024-12-30 21:56:04 +00:00 committed by Austin Horstman
parent 8b629b5424
commit 9556d3c2b4
7 changed files with 114 additions and 0 deletions

View file

@ -2148,6 +2148,15 @@ in {
under '$XDG_CONFIG_HOME/easyeffects/{input,output}/'.
'';
}
{
time = "2025-02-12T15:56:00+00:00";
message = ''
A new module is available: 'programs.tex-fmt'.
tex-fmt is a LaTeX formatter written in Rust.
See https://github.com/WGUNDERWOOD/tex-fmt for more information.
'';
}
];
};
}