blob: 90f32805f84d9a842601fc916e16c27944e20a37 (
plain)
- Input (last checked 2014-12-27 15:09):
- * Consistently markup list as such - also within quote blocks.
- * Consistently markup foreign words as such.
- Example: lock-in written in (at least) 3 different ways.
- Example: "de iure" not marked up as foreign word.
- Example: "open" after "... institution shall be ..." has odd markup.
- Processing:
- * Add dash filter to handle en-dash.
- * Cap over-long titles in headers.
- * Mark bad links (not only warn at build) in flightcheck+draft mode.
- * Warn about possible HTML escapes in content (e.g. &#\d+; or %{HEX}).
- * Maybe comply with PDF/A-1b (or newer).
- + Include to preflight online test against e.g.
- <https://www.pdf-tools.com/pdf/validate-pdfa-online.aspx>
- * Generalize pandoc-memoir filter.
- + Enable matter injection conditional to environment variable.
- + Define Headline regexes via environment variable.
- * Verify that pandoc-citeproc is applied only once.
- Content modelling:
- * Consider use typographic enhancement tunings:
- + icomma - avoid automagic space after comma (e.g. money amount).
- + ellipsis - ensure balanced space around ellipsis.
- + csquote (with explicit british: class ignored with polyglossia).
- + xspace - ensure space after superscript/subscript characters.
- + numprint - space/comma separated enumeration.
- + foreign - refined semantics and punctuation for emphasized text.
- + cite - enhanced citation handling.
- * Support numbered lists with odd starting point.
- + "Mandatory Characteristics" list should be 4.1.1-4.1.6.
- Styling:
- * Curly quotes.
- + Hack curl singlequote-begin in "‘Towards Interoperability…".
- + Hack re-flatten singlequote in "Citizens' Rights" and "O'Reilly".
- * Use standardized layout for bibliography.
- * no quoting around origin link string.
- * Add coverpage.
- * Use A or B form factor (not Letter) for ebook page size.
- * Conditionally set narrow margins for mainmatter of ebook target.
- + \setlrmarginsandblock{1cm}{*}{*}
- * Maybe visually wrap URLs in <> to distinguish trailing punctuation.
- * Adapt colophon for each target (type measure vary).
- Repository:
- * Add README
- * Add proper copyright and licensing
- + Code: AGPL-3+.
- + Design: CC-by-sa-4.0.
- * Move to source.jones.dk.
- Release:
- * No orange or yellow markup!
|