Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.