From: Francis Russell Date: Tue, 29 Nov 2011 12:33:26 +0000 (+0000) Subject: Correct author metadata to sort correctly. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9f7fe30673408eb9fb0617662395545c2f053d0a;p=francis%2Frelativity.git Correct author metadata to sort correctly. --- diff --git a/convert_tex4ht b/convert_tex4ht index 6965df3..fdd6415 100755 --- a/convert_tex4ht +++ b/convert_tex4ht @@ -12,4 +12,4 @@ EBOOK_FILE="Einstein - Relativity.mobi" mk4ht xhlatex ./relat10.tex "${OPTIONS1}" "${OPTIONS2}" ebook-convert relat10.html "${EBOOK_FILE}" -ebook-meta -a "Albert Einstein" -t "Relativity: The Special and General Theory" -d 01/12/1916 "${EBOOK_FILE}" +ebook-meta -a "Einstein, Albert" -t "Relativity: The Special and General Theory" -d 01/12/1916 "${EBOOK_FILE}"