Crates.io | poetry-book |
lib.rs | poetry-book |
version | 0.1.3 |
source | src |
created_at | 2020-02-02 22:19:54.754263 |
updated_at | 2020-02-09 21:37:38.987107 |
description | Create a poetry book in latex, starting from plain text. |
homepage | |
repository | https://github.com/poetry-book/poetry-book |
max_upload_size | |
id | 204332 |
size | 36,143 |
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 examples and tests/latex_book.rs.
This project is a library, i.e. it can be used by other rust projects. Users may create their books using one of the following frontends:
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.