summaryrefslogtreecommitdiff
path: root/TODO
blob: a0d3eca8630ad8bf4f4a714367076ae894a29b84 (plain)
  1. Input (last checked 2014-12-23 20:13):
  2. * Fix ambiguous use of blockquote.
  3. Example: several lists marked as blockquote either lack bibliography
  4. or is not quotes (e.g. page 22).
  5. * Tighten markup of citation blocks to be consistent and unambiguous.
  6. Example: Some blockquotes are also indented (e.g. page 18).
  7. * Extend credits to include authorship and licensing of layout.
  8. Processing:
  9. * Fix avoid section filter eating subsequent content.
  10. * use Header (not latex RawBlock) as header markup in section filter.
  11. * Refine bibliography regarding web sources and timestamp markup.
  12. <https://tex.stackexchange.com/questions/3587>
  13. * Fix URLs bogusly cut off at hyphen or underscore.
  14. * Add quote filter to adjust custom *"foreign"* and "*title*" markup.
  15. Content modelling:
  16. * Favor british at all uses of "english" documentclass hint.
  17. + Require explicit hint (with polyglossia/xelatex): csquote
  18. * Consider use typographic enhancement tunings:
  19. + icomma - avoid automagic space after comma (e.g. money amount).
  20. + ellipsis - ensure balanced space around ellipsis.
  21. + balance/
  22. + csquote (and avoid upquote?)
  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:
  29. * No colors except front page.
  30. * Curly quotes.
  31. * Use standardized layout for bibliography.
  32. + no quoting around origin link string.
  33. * Background coloring (if at all) of blockquotes full column width.
  34. * Avoid leaf syllable.
  35. + Maybe comment out or tweak emergencystretch in template.
  36. * Refine font setup.
  37. + Check sanity of defaultfontfeatures in template.
  38. + Maybe pick better monospaced font, and use for URLs.
  39. * Maybe avoid fancyvrb (should be handled by memoir class)