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

https://github.com/exaexa/latex-dinkus

latex typesetting of dinkus, asterism, and similar breaks
https://github.com/exaexa/latex-dinkus

Last synced: 3 months ago
JSON representation

latex typesetting of dinkus, asterism, and similar breaks

Awesome Lists containing this project

README

          

# Dinkus and asterism package for LaTeX

To use this, copy `dinkus.sty` to your project directory. Has some basic
usability tricks, such as reasonable prevention of bad pagebreaks and easily
tunable vskips.

Then this:
```tex
\usepackage{dinkus}
```

... and this:

```tex
...some text...
\dinkus
...more text...
\asterism
...even more text...
```

... produces something like:

![Example dinki in text](example.png "Example dinki in text")

Use `\centerbreak` or `\textbreak` to define your favorite dinkuses, and
redefine `\textbreaktopskip` and `\textbreakbottomskip` to fix up spacing.

Books are nicer with dinki! (Is that a plural of a dinkus?)

You might also enjoy the [`froufrou`](https://ctan.org/pkg/froufrou) package.

The repository contents are relased into public domain.