summaryrefslogtreecommitdiff
path: root/TODO
blob: 83b5f67762b2d4995afba6c9e3c5415e1ce842c6 (plain)
  1. Input (last checked 2014-12-27 15:09):
  2. * Consistently markup list as such - also within quote blocks.
  3. * Verify hyperlinks.
  4. Example: NYT crocker opinion URL redirects (non-query URL works).
  5. * Verify hyperlink markup.
  6. Example: link in footnote 32 at section 3.4 is "1".
  7. * Keep headline levels sequential.
  8. Example: Level 3 skipped from "Free and Open[...]" to "Definitions".
  9. * Use URL only as link.
  10. Example: leo.cineca.it URL used as title in bibliography.
  11. Processing:
  12. * use Header (not latex RawBlock) as header markup in section filter.
  13. * Refine bibliography regarding web sources and timestamp markup.
  14. <https://tex.stackexchange.com/questions/3587>
  15. * Add quote filter to adjust custom *"foreign"* and "*title*" markup.
  16. * Add dash filter to handle en-dash.
  17. + Explicitly set --no-tex-ligatures in pandoc.
  18. * Cap over-long titles in headers.
  19. * Consistently place page numbers at bottom.
  20. * Fix URI escaping (e.g. preserve # as fragment ID and = in query).
  21. + Inspect RFC3986.
  22. + Use URI::Split.
  23. * Mark bad links (not only warn at build) in flightcheck+draft mode.
  24. * Warn about possible HTML escapes in content (e.g. &#\d+; or %{HEX}).
  25. * Maybe comply with PDF/A-1b (or newer).
  26. + Include to preflight online test against e.g.
  27. <https://www.pdf-tools.com/pdf/validate-pdfa-online.aspx>
  28. * Add clean target.
  29. Content modelling:
  30. * Consider use typographic enhancement tunings:
  31. + icomma - avoid automagic space after comma (e.g. money amount).
  32. + ellipsis - ensure balanced space around ellipsis.
  33. + csquote (with explicit british: class ignored with polyglossia).
  34. + xspace - ensure space after superscript/subscript characters.
  35. + numprint - space/comma separated enumeration.
  36. + foreign - refined semantics and punctuation for emphasized text.
  37. * Support numbered lists with odd starting point.
  38. + "Mandatory Characteristics" list should be 4.1.1-4.1.6.
  39. Styling:
  40. * Curly quotes.
  41. * Use standardized layout for bibliography.
  42. * no quoting around origin link string.
  43. * Add coverpage.
  44. * Add colophon to backmatter (brief facts on book design)
  45. * Fix suppress pagination on title page.
  46. * Use A or B form factor (not Letter) for ebook page size.
  47. * Conditionally set narrow margins for mainmatter of ebook target.
  48. + \setlrmarginsandblock{1cm}{*}{*}
  49. * Maybe visually wrap URLs in <> to distinguish trailing punctuation.
  50. * Adapt colophon for each target (type measure vary).
  51. Repository:
  52. * Add README
  53. * Add proper copyright and licensing
  54. + Code: AGPL-3+.
  55. + Design: CC-by-sa-4.0.
  56. * Move to source.jones.dk.