Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jinwen-xu/xl-kit
A personal package for LaTeX typesetting
https://github.com/jinwen-xu/xl-kit
latex latex-package latex3
Last synced: about 2 months ago
JSON representation
A personal package for LaTeX typesetting
- Host: GitHub
- URL: https://github.com/jinwen-xu/xl-kit
- Owner: Jinwen-XU
- License: lppl-1.3c
- Created: 2023-07-13T05:10:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T09:58:17.000Z (11 months ago)
- Last Synced: 2024-10-19T00:58:21.317Z (3 months ago)
- Topics: latex, latex-package, latex3
- Language: TeX
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XL-kit
> **This bundle is dated 2024/02/20.**
## Introduction
> This is a personal package for LaTeX typesetting, which is still in its early stages and should therefore be considered unstable.
> It is currently undocumented.To get started, simply put this line in the preamble:
```latex
\usepackage{XL-kit}
```There are some options available:
- `title`: enabling the module `title` to redefine the title style.
- `adjust` or `adjust to`: specifying which of the `\adjust`ments are enabled.
- `operator in mathsf`: operators would be shown in sans serif style.
- `fancy functor`: use the fancy font for functors.
- `quaternion`: specifying whether the quaternions are used, this would result in the interchanging between a few math macros.## The modules
> Each module corresponds to a separate package, for example, the module `management` is `XL-management.sty`.
The modules include:
- module `management` — *automatic management for multi-file projects*
- module `logo` — *the XL logo*
- module `math` — *math configuration*
- module `text` — *text configuration*
- module `title` — *title configuration*### How to get these files
You can get the above mentioned `.sty` files by compiling `XL-kit.ins`:
```
latex XL-kit.ins
```## License
This work is released under the LaTeX Project Public License, v1.3c or later.