update sem
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
packages = with pkgs; let
|
packages = with pkgs; let
|
||||||
fmtNum = strings.fixedWidthNumber 2;
|
fmtNum = strings.fixedWidthNumber 2;
|
||||||
fmtReleaseName = sem: author: chap: "${fmtNum sem} - ${fmtNum chap} - ${author.lastName}, ${author.firstName}.pdf";
|
fmtReleaseName = sem: author: chap: "${fmtNum sem} - ${fmtNum chap} - ${author.lastName}, ${author.firstName}.pdf";
|
||||||
fmtRelease = fmtReleaseName 3 {
|
fmtRelease = fmtReleaseName 4 {
|
||||||
firstName = "Linus";
|
firstName = "Linus";
|
||||||
lastName = "Nagel";
|
lastName = "Nagel";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user