-
Notifications
You must be signed in to change notification settings - Fork 12
Description
As a continuation of #7:
My main gripe with the way the Archetypes project is set up at the moment is that it doesn't lend itself very well to open source contributions. If the goal is for Archetypes to be a living document maintained by an open source community, editing in LaTeX rather than the far more mainstream HTML or Markdown languages might turn off a lot of prospective contributors.
On that note, is there any chance of moving away from the LaTeX-first workflow? I understand that it's probably part of a tried and tested workflow at OTS constructed to appease the requirements of what I imagine is primarily enterprise clients. It just strikes me as a little bit backwards to wrangle a LaTeX document into an HTML page instead of the other way around.
The way I imagine the Archetypes report working is:
- Every year a new PDF report is published
- Throughout the year that follows, a living HTML document is continuously edited and added to by open source contributors
- The next year, a new PDF report is published, based on the updated data in the HTML document plus any new findings from OTS' research.
- The living HTML document is updated to match the latest report, and a new round of editing begins.
LaTeX wrangling should only be necessary once a year, and might not be necessary at all if a modern static site generator like Gatsby is used to export PDF files based on a print-specific template.