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