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