blob: a0d3eca8630ad8bf4f4a714367076ae894a29b84 (
plain)
- Input (last checked 2014-12-23 20:13):
- * Fix ambiguous use of blockquote.
- Example: several lists marked as blockquote either lack bibliography
- or is not quotes (e.g. page 22).
- * Tighten markup of citation blocks to be consistent and unambiguous.
- Example: Some blockquotes are also indented (e.g. page 18).
- * Extend credits to include authorship and licensing of layout.
- Processing:
- * Fix avoid section filter eating subsequent content.
- * use Header (not latex RawBlock) as header markup in section filter.
- * Refine bibliography regarding web sources and timestamp markup.
- <https://tex.stackexchange.com/questions/3587>
- * Fix URLs bogusly cut off at hyphen or underscore.
- * Add quote filter to adjust custom *"foreign"* and "*title*" markup.
- Content modelling:
- * Favor british at all uses of "english" documentclass hint.
- + Require explicit hint (with polyglossia/xelatex): csquote
- * Consider use typographic enhancement tunings:
- + icomma - avoid automagic space after comma (e.g. money amount).
- + ellipsis - ensure balanced space around ellipsis.
- + balance/
- + csquote (and avoid upquote?)
- * Verify PdfLaTeX/XeLaTeX choice (incl. lowest version of TeXLive):
- + Ensure Graphite is supported.
- <https://tex.stackexchange.com/questions/4324>
- + Ensure that babel and polyglossia is truly on par.
- * soft-hyphen URLs.
- Styling:
- * No colors except front page.
- * Curly quotes.
- * Use standardized layout for bibliography.
- + no quoting around origin link string.
- * Background coloring (if at all) of blockquotes full column width.
- * Avoid leaf syllable.
- + Maybe comment out or tweak emergencystretch in template.
- * Refine font setup.
- + Check sanity of defaultfontfeatures in template.
- + Maybe pick better monospaced font, and use for URLs.
- * Maybe avoid fancyvrb (should be handled by memoir class)
|