uniform-latex2pdf: convert a latex `tex` file to a pdf

[ library, pdf-latex ] [ Propose Tags ]

convert a latex file to pdf calling lualatex with the flags etc. necessary to include bibliography and footnotes


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.5.1, 0.1.5.2
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), doclayout, doctemplates, process, silently, uniform-json (>=0.1.5), uniform-pandoc (>=0.1.5.2), uniformBase (>=0.1.5) [details]
License LicenseRef-GPL
Author Andrew Frank
Maintainer Andrew U. Frank <andrewufrank@gmail.com>
Category PDF Latex
Home page https://github.com/andrewufrank/u4blog.git#readme
Bug tracker https://github.com/andrewufrank/u4blog.git/issues
Source repo head: git clone https://github.com/andrewufrank/u4blog.git(uniform-latex2pdf)
Uploaded by andrewufrank at 2023-04-06T19:50:23Z
Distributions NixOS:0.1.5.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 110 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-04-06 [all 1 reports]

Readme for uniform-latex2pdf-0.1.5.2

[back to package description]

a uniform method to access data on file

uniform means:

  • same functions with identical semantics independent of representation
  • all functions are total (or become so using Maybe or Either)