fix error in category declaration
Build branch bachelor-thesis (e9f75cd) from kesslermaximilian/LatexPackages
This commit is contained in:
parent
c3acab51d2
commit
2a2b37e49c
2 changed files with 11 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"build_time": "",
|
||||
"source files": {
|
||||
"version": "v2.9-24-g80377fc",
|
||||
"commit": "80377fc7844887fae81a19280a0c96087eba99b0",
|
||||
"version": "v2.9-25-ge9f75cd",
|
||||
"commit": "e9f75cd2200d15fad9c02b0a72f34344285b094a",
|
||||
"dirty": false
|
||||
},
|
||||
"pytex": {
|
||||
|
@ -377,12 +377,12 @@
|
|||
{
|
||||
"name": "math/categories/mkessler-categories.sty",
|
||||
"source file": "math/categories/categories.pysty3",
|
||||
"build time": "2022/06/27 14:32",
|
||||
"source version": "v2.9-24-g80377fc",
|
||||
"source commit hash": "80377fc7844887fae81a19280a0c96087eba99b0",
|
||||
"build time": "2022/06/27 14:46",
|
||||
"source version": "v2.9-25-ge9f75cd",
|
||||
"source commit hash": "e9f75cd2200d15fad9c02b0a72f34344285b094a",
|
||||
"pytex version": "v1.2.0-31-gc9bb0e8",
|
||||
"pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51",
|
||||
"md5sum": "916c901ab16c0ed0d93aef0dca955dfb",
|
||||
"md5sum": "5c0f6e9f160bab138140e1ae3850f02a",
|
||||
"dirty": false
|
||||
},
|
||||
{
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
%
|
||||
% Build details:
|
||||
% 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
|
||||
% under the LPPLv1.3c and the GPLv3 licenses.
|
||||
|
@ -46,7 +46,7 @@
|
|||
% 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
|
||||
|
||||
|
@ -204,9 +204,11 @@
|
|||
\translate{CGHaus~(Category~description)}
|
||||
]
|
||||
\DeclareSimpleCategory
|
||||
[
|
||||
formula = S
|
||||
]
|
||||
{ SimplicialSet }
|
||||
[
|
||||
formula = S,
|
||||
\translate{SimplicialSet~(Category~description)}
|
||||
]
|
||||
\DeclareCategory
|
||||
|
|
Loading…
Reference in a new issue