diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-12-13 21:51:31 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-12-13 21:51:31 +0100 |
commit | 309181b4c08286d27914a486c2931bbc436d1f64 (patch) | |
tree | a849a1988eb425d3b3a2d433f7bbab67501fb7c6 | |
parent | eb6e92a65e8d2a977277c429238171c0a9de3d0f (diff) |
Add TODO.
-rw-r--r-- | TODO | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -0,0 +1,54 @@ +Input: + * Avoid wikilink (Jonathan Walk,...). + * Tidy bibliography (i.e. {{cite ...}}) or merge with footnotes. + * Mark foreign terms with emphasis + doublequote: *"copyleft"*. + * Use strong emphasis only for keywords (else normal emphasis). + * Never quot a blockquote (blockquote _is_ the quatation marking). + * Never hyperlink content (move to footnote or bibliography). + * Always include bibliography to blockquote. + * Are (un)numbered lists in blockquote accidental or really quotes? + +Processing: + * Handle draft/final switch, and fail on warnings when in draft mode. + * Use pandoc filter for bugfixing (not multiple passes + perl regex). + * Fix preserve citation in footnote. + +Content modelling: + * Favor british at all uses of "english" documentclass hint. + * Consider use typographic enhancement tunings: + + icomma - avoid automagic space after comma (e.g. money amount). + + ellipsis - ensure balanced space around ellipsis. + + balance/ + * 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 matter if matching rev1 or diverging: + * Avoid indenting initial line of footnotes. + * Extend credits to include authorship and licensing of layout. + +Styling, diverging from rev1 style: + * Space below header. + * No colors except front page. + * No custom styling of initial letters (or only after each chapter). + * Curly quotes. + * Footnote markers in superscript, bare (i.e. no square brackets). + * Use standardized layout for bibliography. + + no quoting around origin link string. + * Separate bibliography from footnotes. + * Consistent emphasis: italic. + * Background coloring (if at all) of blockquotes full column width. + * No background coloring or extra indent of lists. + +Styling, matching rev1 style (if we were not diverging): + * Use pagenotes in "Notes" appendix (not footnotes + bibliography). + * Colorize initial letter after each title/subtitle. + * Color links red. + * Foreword and emphasized paragraphs (quotes?) in grey (or blue) box. + * Outro in foreword right-aligned. + * Inter-paragraphs by Indenting first line of paragraphs (not vspace). + * Titles and subtitles left-aligned, sans serif, varying size. + * main font "PT Serif", Display font "Open Sans Condensed Light". + * Use display font for URLs in pagenotes. |