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
- Host: GitHub
- URL: https://github.com/exaexa/latex-dinkus
- Owner: exaexa
- Created: 2022-10-23T16:07:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T16:22:27.000Z (over 3 years ago)
- Last Synced: 2025-02-24T03:45:40.757Z (over 1 year ago)
- Language: TeX
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

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.