2 releases

0.1.1 Dec 8, 2020
0.1.0 Oct 23, 2020

#59 in #production

49 downloads per month
Used in 5 crates

MIT/Apache

720KB
1.5K SLoC

Common utilities and niceties like font databases which can be shared across crates in the bookbinder ecosystem.


lib.rs:

A set of utilites used across crates. Note that these call some external commands:

  • latexmk (and by extension xelatex)
  • pdftocairo (only if required to convert a pdf image -- will gracefully fallback if not present)

The following are not necessary for normal operation, but are useful in development:

  • epubcheck
  • pdftotext

If used in combination with bookbinder, the following packages are needed for LaTex calls:

-titlesec -caption -geometry -ulem -textcase -xpatch -amsmath -amssymb -bookmark -booktabs -etoolbox -fancyhdr -fancyvrb -footnotehyper -listings -longtable -unicode-math -upquote -xcolor -xurl -fontspec -graphicx -microtype -hyperref -fmtcount -appendix

Dependencies

~20MB
~196K SLoC