# HG changeset patch # User Jim Hague # Date 1565246310 -3600 # Node ID 9eff07108792737c5399b1a5476fa6e8094fcc74 # Parent 514bf66183ca13273061a623a45575e83ac3f75c Add tech data section to website and update printed version. diff -r 514bf66183ca -r 9eff07108792 dottes.tex --- a/dottes.tex Thu Aug 08 07:06:20 2019 +0100 +++ b/dottes.tex Thu Aug 08 07:38:30 2019 +0100 @@ -8,6 +8,7 @@ \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{ifthen} +\usepackage{metalogo} \usepackage[defaultlines=4,all]{nowidow} \usepackage{tabularx} \usepackage{longtable} @@ -192,10 +193,11 @@ Book sources can be found at in a Mercurial (\url{https://www.mercurial-scm.org/}) repository at \url{http://hg.cryhavoc.org.uk/dottes/}. Tunes are -in abc notation (\url{http://abcnotation.com/}). +in Chris Walshaw's abc notation (\url{http://abcnotation.com/}). -Music typeset by abcm2ps (\url{http://moinejf.free.fr/}). -Document typeset by {\LaTeX} using {\TeX} Live on a Debian Linux system. +Music typeset by Jef Moine's abcm2ps (\url{http://moinejf.free.fr/}). +Document typeset by {\LaTeX} using {\XeLaTeX} from {\TeX} Live on +a Debian Linux system. Grateful thanks to all contributors to abc, {\LaTeX}, Debian, Linux and related software. diff -r 514bf66183ca -r 9eff07108792 web/css/dottes.css --- a/web/css/dottes.css Thu Aug 08 07:06:20 2019 +0100 +++ b/web/css/dottes.css Thu Aug 08 07:38:30 2019 +0100 @@ -660,3 +660,30 @@ @media screen and (orientation: landscape){ .doesnt-exist { background:red; } } + +/* + * Fancy *Tex rendering. + */ +.latex sub { + vertical-align: -0.1ex; + margin-left: -0.1667em; + margin-right: -0.025em; +} + +.xetex sub { + vertical-align: -0.1ex; + margin-left: -0.1667em; + margin-right: -0.125em; +} + +.latex sub, .latex sup, .xetex sub { + font-size: 0.9em; + text-transform:uppercase; + +} +.latex sup { + font-size: 0.85em; + vertical-align: -0.2em; + margin-left: -0.26em; + margin-right: -0.05em; +} diff -r 514bf66183ca -r 9eff07108792 web/index.html --- a/web/index.html Thu Aug 08 07:06:20 2019 +0100 +++ b/web/index.html Thu Aug 08 07:38:30 2019 +0100 @@ -152,7 +152,7 @@ Booke of Dottes.

One icon on this website is courtesy of Creative Freedom. - Thanks to them. + Thanks to them.

Above all, profuse and grateful thanks to all my fellow Havocs, notably MickP, Nerys, KateK, Susie and Ed, and most especially to Jane. They have supplied the tunes, @@ -161,6 +161,30 @@

+

Geek zone

+

All sources for the Booke can be found at in a + Mercurial + repository at + http://hg.cryhavoc.org.uk/dottes. Tunes are in + Chris Walshaw's abc notation.

+

The music scores are typeset by Jef Moine's + abcm2ps. Music samples + are generated with + abcMIDI and + TiMidity++.

+

The printed documents are + LATEX + using + XƎLATEX + from + TEX Live + on a Debian Linux system. + Grateful thanks to all contributors to abc, + LATEX, + Debian, Linux and related software.

+
+ +