diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/fistrum/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/fistrum/README.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fistrum/README.md b/Master/texmf-dist/doc/latex/fistrum/README.md new file mode 100644 index 00000000000..99fa3d9ff0c --- /dev/null +++ b/Master/texmf-dist/doc/latex/fistrum/README.md @@ -0,0 +1,43 @@ +# fistrum + +> Lorem fistrum quietooor fistro qué dise usteer quietooor va usté muy cargadoo. + +150 paragraphs of Lorem fistrum dummy text for LaTeX. + +Based on [www.chiquitoipsum.com](https://www.chiquitoipsum.com/) + +## Install + +If you want to install it manually, run fistrum.ins through latex to generate the +style file. To generate the docs, run fistrum.dtx through XeLaTeX or lualatex. + +We are working on including this package in tex-distributions + +## Usage + +See the documentation. + +## Quick'n'dirty + +```latex +\documentclass{article} +\usepackage{fistrum} + +\begin{document} +\fistrum +\end{document} +``` + +## Generate new files + +The `fistrum-es.txt` and `fistrum-la.txt` files were generated using the following commands: + +```bash +./generate.lua chiquito 150 1932 > fistrum-es.txt +./generate.lua latin 150 2017 > fistrum-la.txt +``` + +## Things to do before publishing +- [x] Autogenerate fistrum-es.txt and fistrum-la.txt +- [x] Revise documentation +- [ ] Fix tests |