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