Directory macros/latex/contrib/cora-macs
cora-macs
LaTeX Package
Overview
The cora-macs
package is a LaTeX package designed to assist in the representation and manipulation of continuous sets, operations, neural networks, and color schemes tailored for use in the context of cyber-physical systems. It provides a comprehensive set of macros that streamline the process of documenting complex mathematical objects and operations.
Authors
- Tobias Ladner
- Lukas Koller
TUM - Cyber-Physical Systems Group
Visit our website: TUM CPS Group
Features
- Continuous Sets: Macros for defining and working with intervals, zonotopes, polynomial zonotopes, and other set-based representations.
- Operations: A collection of macros for common mathematical operations used in cyber-physical systems analysis.
- Neural Networks: Notations for layers, activations, set propagation, and more.
- Color Schemes: Predefined color palettes including TUM-specific colors and custom
cora-macs
colors.
Installation
To use the cora-macs
package in your LaTeX documents, follow these steps:
- Download the Package: Download the
cora-macs.sty
file and save it to your project directory or in a directory where LaTeX can find it (e.g., in the localtexmf
tree).
- Include the Package: Add the following line to the preamble of your LaTeX document:
- Replace
[options]
with the desired options (e.g.,sets
,operations
,nn
,colors
,tumcolors
).
\usepackage[options]{cora-macs}
Usage
Basic Example
Here’s a simple example of how to use some of the features provided by the cora-macs
package:
\documentclass{article} \usepackage[sets, operations]{cora-macs} \begin{document} % Define a set \contSet{X} = \shortContSet{a}{b}{X} % Use an operation \diag{A} = \operator{diag}{A} \end{document}
Options
sets
: Enables macros for working with continuous sets.operations
: Enables macros for common operations in mathematical analysis.nn
: Enables macros related to neural networks.colors
: Defines a set of colors specific to thecora-macs
package.tumcolors
: Defines TUM-specific colors.
You can combine these options as needed when including the package.
Documentation
For detailed documentation, including a complete list of commands and options, please refer to the documentation.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
This package was developed as part of the work done by the Cyber-Physical Systems Group at TUM. We would like to thank the contributors and users who provided valuable feedback.
Contributing
If you wish to contribute to the cora-macs
package, feel free to submit a pull request or open an issue on the repository.
Contact
For questions, issues, or suggestions, please contact:
- Tobias Ladner - tobias.ladner@tum.de
- Lukas Koller - lukas.koller@tum.de
Developed at TUM - Cyber-Physical Systems Group
Download the contents of this package in one zip archive (180.2k).
cora-macs – Macros for continuous sets and neural networks in the context of cyber-physical systems
This LaTeX package has been designed to assist in the representation and manipulation of continuous sets, operations, neural networks, and color schemes tailored for use in the context of cyber-physical systems. It provides a comprehensive set of macros that streamline the process of documenting complex mathematical objects and operations.
Package | cora-macs |
Home page | https://cora.in.tum.de/ |
Version | 2024-10-25 |
Licenses | MIT License |
Copyright | 2024 Tobias Ladner, Lukas Koller |
Maintainer | Lukas Koller Tobias Ladner |
Contained in | TeX Live as cora-macs MiKTeX as cora-macs |
Topics | Physics Maths |