summaryrefslogtreecommitdiff
path: root/TODO
blob: 9df6f9bf5a4d43dc1dc29f1cd3097d47a3c3ae9e (plain)
  1. Input:
  2.   * Avoid wikilink (Jonathan Walk,...).
  3. * Mark foreign terms with emphasis + doublequote: *"copyleft"*.
  4. * Use strong emphasis only for keywords (else normal emphasis).
  5. * Never quot a blockquote (blockquote _is_ the quatation marking).
  6. * Never hyperlink content (move to footnote or bibliography).
  7. * Always include bibliography to blockquote.
  8. * Are (un)numbered lists in blockquote accidental or really quotes?
  9. Processing:
  10. * Handle draft/final switch, and fail on warnings when in draft mode.
  11. * Use pandoc filter for bugfixing (not multiple passes + perl regex).
  12. * Decode and properly handle bibliography (i.e. {{cite ...}} markup).
  13. Content modelling:
  14. * Favor british at all uses of "english" documentclass hint.
  15. * Consider use typographic enhancement tunings:
  16. + icomma - avoid automagic space after comma (e.g. money amount).
  17. + ellipsis - ensure balanced space around ellipsis.
  18. + balance/
  19. * Verify PdfLaTeX/XeLaTeX choice (incl. lowest version of TeXLive):
  20. + Ensure Graphite is supported.
  21. <https://tex.stackexchange.com/questions/4324>
  22. + Ensure that babel and polyglossia is truly on par.
  23. * soft-hyphen URLs.
  24. Styling, no matter if matching rev1 or diverging:
  25. * Avoid indenting initial line of footnotes.
  26. * Extend credits to include authorship and licensing of layout.
  27. Styling, diverging from rev1 style:
  28. * Space below header.
  29. * No colors except front page.
  30. * No custom styling of initial letters (or only after each chapter).
  31. * Curly quotes.
  32. * Footnote markers in superscript, bare (i.e. no square brackets).
  33. * Use standardized layout for bibliography.
  34. + no quoting around origin link string.
  35. * Separate bibliography from footnotes.
  36. * Consistent emphasis: italic.
  37. * Background coloring (if at all) of blockquotes full column width.
  38. * No background coloring or extra indent of lists.
  39. Styling, matching rev1 style (if we were not diverging):
  40. * Use pagenotes in "Notes" appendix (not footnotes + bibliography).
  41. * Colorize initial letter after each title/subtitle.
  42. * Color links red.
  43. * Foreword and emphasized paragraphs (quotes?) in grey (or blue) box.
  44. * Outro in foreword right-aligned.
  45. * Inter-paragraphs by Indenting first line of paragraphs (not vspace).
  46. * Titles and subtitles left-aligned, sans serif, varying size.
  47. * main font "PT Serif", Display font "Open Sans Condensed Light".
  48. * Use display font for URLs in pagenotes.