From 9f7fe30673408eb9fb0617662395545c2f053d0a Mon Sep 17 00:00:00 2001 From: Francis Russell Date: Tue, 29 Nov 2011 12:33:26 +0000 Subject: [PATCH] Correct author metadata to sort correctly. --- convert_tex4ht | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.47.3