Rust library that allows you to create a poetry book starting from plain text.
The output is a latex file which by default produces a nice pdf, but you can also edit it to suit your needs.
For example you can change font size and paper format by editing:
\documentclass[11pt, a4paper]{article}
poetry-book::CenteredVerse
.log
fileSee tests/latex_book.rs.