fix error in category declaration

Build branch bachelor-thesis (e9f75cd) from kesslermaximilian/LatexPackages
This commit is contained in:
Maximilian Keßler 2022-06-27 14:46:26 +00:00
parent c3acab51d2
commit 2a2b37e49c
2 changed files with 11 additions and 9 deletions

View File

@ -1,8 +1,8 @@
{ {
"build_time": "", "build_time": "",
"source files": { "source files": {
"version": "v2.9-24-g80377fc", "version": "v2.9-25-ge9f75cd",
"commit": "80377fc7844887fae81a19280a0c96087eba99b0", "commit": "e9f75cd2200d15fad9c02b0a72f34344285b094a",
"dirty": false "dirty": false
}, },
"pytex": { "pytex": {
@ -377,12 +377,12 @@
{ {
"name": "math/categories/mkessler-categories.sty", "name": "math/categories/mkessler-categories.sty",
"source file": "math/categories/categories.pysty3", "source file": "math/categories/categories.pysty3",
"build time": "2022/06/27 14:32", "build time": "2022/06/27 14:46",
"source version": "v2.9-24-g80377fc", "source version": "v2.9-25-ge9f75cd",
"source commit hash": "80377fc7844887fae81a19280a0c96087eba99b0", "source commit hash": "e9f75cd2200d15fad9c02b0a72f34344285b094a",
"pytex version": "v1.2.0-31-gc9bb0e8", "pytex version": "v1.2.0-31-gc9bb0e8",
"pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51", "pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51",
"md5sum": "916c901ab16c0ed0d93aef0dca955dfb", "md5sum": "5c0f6e9f160bab138140e1ae3850f02a",
"dirty": false "dirty": false
}, },
{ {

View File

@ -31,7 +31,7 @@
% %
% Build details: % Build details:
% PyTeX version: v1.2.0-31-gc9bb0e8 (commit c9bb0e8) % PyTeX version: v1.2.0-31-gc9bb0e8 (commit c9bb0e8)
% Source code version: v2.9-24-g80377fc (commit 80377fc) % Source code version: v2.9-25-ge9f75cd (commit e9f75cd)
% %
% This LaTeX package is free software and is dual-licensed % This LaTeX package is free software and is dual-licensed
% under the LPPLv1.3c and the GPLv3 licenses. % under the LPPLv1.3c and the GPLv3 licenses.
@ -46,7 +46,7 @@
% at the Git repository for further information. % at the Git repository for further information.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesExplPackage{mkessler-categories}{2022/06/27}{2.9-24-g80377fc}{Definitions of categories with automatic indexing} \ProvidesExplPackage{mkessler-categories}{2022/06/27}{2.9-25-ge9f75cd}{Definitions of categories with automatic indexing}
%% Wrapper commands specific for defining categories %% Wrapper commands specific for defining categories
@ -204,9 +204,11 @@
\translate{CGHaus~(Category~description)} \translate{CGHaus~(Category~description)}
] ]
\DeclareSimpleCategory \DeclareSimpleCategory
[
formula = S
]
{ SimplicialSet } { SimplicialSet }
[ [
formula = S,
\translate{SimplicialSet~(Category~description)} \translate{SimplicialSet~(Category~description)}
] ]
\DeclareCategory \DeclareCategory