add category of graded abelian groups

Build branch topology-1 (1966cb5) from kesslermaximilian/LatexPackages
This commit is contained in:
Maximilian Keßler 2022-01-11 20:46:54 +00:00
parent 7b13e150e5
commit 7c9b8b6fef
4 changed files with 140 additions and 7 deletions

View file

@ -1,8 +1,8 @@
{
"build_time": "",
"source files": {
"version": "v2.5.1-1-gda44daa",
"commit": "da44daa271827e7dccb05e12f990638b24297b48",
"version": "v2.5.1-2-g1966cb5",
"commit": "1966cb5d2b1f95107c006d2cf5fc8435a225e100",
"dirty": false
},
"pytex": {
@ -321,12 +321,22 @@
"pytex commit hash": "d1806d970fb0c93ba4d41d0b97efabab5415e984",
"dirty": false
},
{
"name": "translator-mathematical-categories-dictionary-{language}.dict",
"source file": "mathematical-categories.pydict",
"build time": "2022/01/11 20:46",
"source version": "v2.5.1-2-g1966cb5",
"source commit hash": "1966cb5d2b1f95107c006d2cf5fc8435a225e100",
"pytex version": "v1.2.0-16-gd1806d9",
"pytex commit hash": "d1806d970fb0c93ba4d41d0b97efabab5415e984",
"dirty": false
},
{
"name": "mkessler-categories.sty",
"source file": "categories.pysty3",
"build time": "2022/01/11 20:41",
"source version": "v2.5.1-1-gda44daa",
"source commit hash": "da44daa271827e7dccb05e12f990638b24297b48",
"build time": "2022/01/11 20:46",
"source version": "v2.5.1-2-g1966cb5",
"source commit hash": "1966cb5d2b1f95107c006d2cf5fc8435a225e100",
"pytex version": "v1.2.0-16-gd1806d9",
"pytex commit hash": "d1806d970fb0c93ba4d41d0b97efabab5415e984",
"dirty": false

View file

@ -27,7 +27,7 @@
%
% Build details:
% PyTeX version: v1.2.0-16-gd1806d9 (commit d1806d9)
% Source code version: v2.5.1-1-gda44daa (commit da44daa)
% Source code version: v2.5.1-2-g1966cb5 (commit 1966cb5)
%
% This LaTeX package is free software and distributed under the MIT License. You
% may use it freely for your purposes. The latest version of the package can be
@ -38,7 +38,7 @@
% at the Git repository for further information.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesExplPackage{mkessler-categories}{2022/01/11}{v2.5.1-1-gda44daa}{Definitions of categories with automatic indexing}
\ProvidesExplPackage{mkessler-categories}{2022/01/11}{v2.5.1-2-g1966cb5}{Definitions of categories with automatic indexing}
%% Wrapper commands specific for defining categories
@ -179,3 +179,8 @@
[
\translate{Sch~(Category~description)}
]
\DeclareSimpleCategory
{ GrAb }
[
\translate{GrAb~(Category~description)}
]

View file

@ -0,0 +1,59 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright © 2022 Maximilian Keßler
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the “Software”), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
% The above copyright notice and this permission notice shall be included in all
% copies or substantial portions of the Software.
%
% THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
% SOFTWARE.
%
% This dictionary has been generated by PyTeX, available at
% https://github.com/kesslermaximilian/PyTeX
% and built from source file 'mathematical-categories.pydict'.
% It is STRONGLY DISCOURAGED to edit this source file directly, since local
% changes will not be versioned by Git and overwritten by the next build. Always
% edit the source file and build the dictionary again.
%
% Build details:
% PyTeX version: v1.2.0-16-gd1806d9 (commit d1806d9)
% Source code version: v2.5.1-2-g1966cb5 (commit 1966cb5)
%
% This LaTeX dictionary is free software and distributed under the MIT License. You
% may use it freely for your purposes. The latest version of the dictionary can be
% obtained via GitHub under
% https://github.com/kesslermaximilian/LatexPackages
% For further information see the url above.
% Reportings of bugs, suggestions and improvements are welcome, see the README
% at the Git repository for further information.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesDictionary{translator-mathematical-categories-dictionary}{English}
\providetranslation{Index of categories}{Index of categories}
\providetranslation{Top (Category description)}{spaces and continuous maps}
\providetranslation{Set (Category description)}{Sets and functions}
\providetranslation{hTop (Category description)}{Spaces and homotopy classes of continuous maps}
\providetranslation{CHaus (Category description)}{Compact hausdorff spaces and continuous maps}
\providetranslation{Grp (Category description)}{Groups and homomorphisms}
\providetranslation{Ab (Category description)}{Abelian groups and homomorphisms}
\providetranslation{CRing (Category description)}{Commutative rings and homomorphisms}
\providetranslation{Ring (Category description)}{Rings and homomorphisms}
\providetranslation{Vect (Category description)}{$k$-vector spaces and linear maps}
\providetranslation{Cat (Category description)}{Small categories and functors}
\providetranslation{Mod (Category description)}{Left $R$-modules and homomorphisms}
\providetranslation{Alg (Category description)}{$k$-algebras and homomorphisms}
\providetranslation{Field (Category description)}{Fields and field extensions}
\providetranslation{AffVar (Category description)}{Affine Varieties over $k$}
\providetranslation{Sch (Category description)}{Schemes and homomorphisms}
\providetranslation{GrAb (Category description)}{Graded abelian groups and homomorphisms}

View file

@ -0,0 +1,59 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright © 2022 Maximilian Keßler
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the “Software”), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
% The above copyright notice and this permission notice shall be included in all
% copies or substantial portions of the Software.
%
% THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
% SOFTWARE.
%
% This dictionary has been generated by PyTeX, available at
% https://github.com/kesslermaximilian/PyTeX
% and built from source file 'mathematical-categories.pydict'.
% It is STRONGLY DISCOURAGED to edit this source file directly, since local
% changes will not be versioned by Git and overwritten by the next build. Always
% edit the source file and build the dictionary again.
%
% Build details:
% PyTeX version: v1.2.0-16-gd1806d9 (commit d1806d9)
% Source code version: v2.5.1-2-g1966cb5 (commit 1966cb5)
%
% This LaTeX dictionary is free software and distributed under the MIT License. You
% may use it freely for your purposes. The latest version of the dictionary can be
% obtained via GitHub under
% https://github.com/kesslermaximilian/LatexPackages
% For further information see the url above.
% Reportings of bugs, suggestions and improvements are welcome, see the README
% at the Git repository for further information.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesDictionary{translator-mathematical-categories-dictionary}{German}
\providetranslation{Index of categories}{Kategorienverzeichnis}
\providetranslation{Top (Category description)}{Räume und stetige Abbildungen}
\providetranslation{Set (Category description)}{Mengen und Funktionen}
\providetranslation{hTop (Category description)}{Räume und Homotopieklassen von stetigen Abbildungen}
\providetranslation{CHaus (Category description)}{Kompakte Hausdorffräume und stetige Abbildungen}
\providetranslation{Grp (Category description)}{Gruppen und Homomorphismen}
\providetranslation{Ab (Category description)}{Abelsche Gruppen und Homomoorphismen}
\providetranslation{CRing (Category description)}{Kommutative Ringe und Homomorphismen}
\providetranslation{Ring (Category description)}{Ringe und Homomorphismen}
\providetranslation{Vect (Category description)}{Vektorräume und lineare Abbildungen}
\providetranslation{Cat (Category description)}{Kleine Kategorien und Funktoren}
\providetranslation{Mod (Category description)}{$R$-Linksmodule und Homomorphismen}
\providetranslation{Alg (Category description)}{$k$-Algebren und Homomorphismen}
\providetranslation{Field (Category description)}{Körper und Körpererweiterungen}
\providetranslation{AffVar (Category description)}{Affine Varietäten über $k$}
\providetranslation{Sch (Category description)}{Schemata und Homomorphismen}
\providetranslation{GrAb (Category description)}{Graduierte Gruppen und Homomorphismen}