summaryrefslogtreecommitdiff
path: root/TODO
blob: 54cf9af3e3283e964a483bae24ff514a5860a908 (plain)
  1. Input (last checked 2014-12-21 22-39):
  2. * Fix ambiguous use of blockquote.
  3. Example: list either lacks bibliography or isn't a quote (page 22).
  4. * Tighten markup of foreign terms to be consistent and unambiguous.
  5. Examples: "legislating", "sui generis", "register lifted data",
  6. "open standard", "machine-readable format", "open format", etc...
  7. are a mixture of single-quoted, double-quoted,
  8. curly-single/double-quoted and unquoted.
  9. * Tighten markup of titles to be consistent and unambiguous.
  10. Example: "the ISP Directive", "General principle".
  11. * Tighten markup of citation blocks to be consistent and unambiguous.
  12. Example: "utmost" (page 18) and more are indented.
  13. Processing:
  14. * Handle draft/final switch, and fail on warnings when in draft mode.
  15. * Use pandoc filter for bugfixing (not multiple passes + perl regex).
  16. * Decode and properly handle bibliography (i.e. {{cite ...}} markup).
  17. Content modelling:
  18. * Favor british at all uses of "english" documentclass hint.
  19. * Consider use typographic enhancement tunings:
  20. + icomma - avoid automagic space after comma (e.g. money amount).
  21. + ellipsis - ensure balanced space around ellipsis.
  22. + balance/
  23. * Verify PdfLaTeX/XeLaTeX choice (incl. lowest version of TeXLive):
  24. + Ensure Graphite is supported.
  25. <https://tex.stackexchange.com/questions/4324>
  26. + Ensure that babel and polyglossia is truly on par.
  27. * soft-hyphen URLs.
  28. Styling, no matter if matching rev1 or diverging:
  29. * Avoid indenting initial line of footnotes.
  30. * Extend credits to include authorship and licensing of layout.
  31. Styling, diverging from rev1 style:
  32. * Space below header.
  33. * No colors except front page.
  34. * No custom styling of initial letters (or only after each chapter).
  35. * Curly quotes.
  36. * Footnote markers in superscript, bare (i.e. no square brackets).
  37. * Use standardized layout for bibliography.
  38. + no quoting around origin link string.
  39. * Separate bibliography from footnotes.
  40. * Consistent emphasis: italic.
  41. * Background coloring (if at all) of blockquotes full column width.
  42. * No background coloring or extra indent of lists.
  43. Styling, matching rev1 style (if we were not diverging):
  44. * Use pagenotes in "Notes" appendix (not footnotes + bibliography).
  45. * Colorize initial letter after each title/subtitle.
  46. * Color links red.
  47. * Foreword and emphasized paragraphs (quotes?) in grey (or blue) box.
  48. * Outro in foreword right-aligned.
  49. * Inter-paragraphs by Indenting first line of paragraphs (not vspace).
  50. * Titles and subtitles left-aligned, sans serif, varying size.
  51. * main font "PT Serif", Display font "Open Sans Condensed Light".
  52. * Use display font for URLs in pagenotes.