From be54da1a6fa8c8a39043b9bca77d8217bd4751fc Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 12 Nov 2018 12:27:32 +0100 Subject: print title in Greek. tidy up --- ekdosis.dtx | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) (limited to 'ekdosis.dtx') diff --git a/ekdosis.dtx b/ekdosis.dtx index 593c1a9..293cc1c 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -223,7 +223,7 @@ Running "make install" installs the files in the local TeX tree. % % \title{\tcbox[colframe=black, enhanced, tikznode, drop lifted % shadow, colback=white, boxrule=.25mm]% -% {\textsf{ekdosis}\\ +% {ἔκδοσις\\ % Typesetting \texttt{TEI xml} compliant critical editions\\ % \fileversion\ --- \filedate}} % @@ -328,7 +328,6 @@ Running "make install" installs the files in the local TeX tree. \RequirePackage[addpageno]{lineno} \RequirePackage{vplref} \RequirePackage{keyfloat} -% \RequirePackage{afterpage} \RequirePackage{refcount} \RequirePackage[user,abspage]{zref} \if@pkg@parnotes @@ -344,7 +343,6 @@ Running "make install" installs the files in the local TeX tree. % \end{macrocode} % \begin{macrocode} \newbool{ekdstarted} -\newbool{isapp} \newbool{doapp} \newbool{ekdstate} \providebool{al@rlmode} @@ -364,8 +362,6 @@ Running "make install" installs the files in the local TeX tree. }% } \def\add@apparatus{% - % \ifbool{isapp}{\testapparatus}{\add@@apparatus% - % \setbool{isapp}{true}}% \notbool{ekdstarted}{\add@@apparatus% \global\setbool{ekdstarted}{true}} {\testapparatus% @@ -411,12 +407,6 @@ Running "make install" installs the files in the local TeX tree. \NewDocumentCommand{\apparatus}{}{\luadirect{tex.sprint(appout())}} \NewDocumentCommand{\testapparatus}{}{% \luadirect{tex.sprint(ekdosis.testapparatus())}} - % \def\add@apparatus{% - % \add@@apparatus% - % \afterpage{\add@apparatus}} - % \NewDocumentCommand{\EkdosisStart}{}{% - % \add@@apparatus% - % \afterpage{\add@apparatus}} \NewDocumentCommand{\EkdosisStart}{}{% \stepcounter{ekd@lab}% \zlabel{ekd:\theekd@lab}% @@ -427,7 +417,6 @@ Running "make install" installs the files in the local TeX tree. \NewDocumentCommand{\EkdosisOn}{}{\setbool{ekdstate}{true}} \NewDocumentCommand{\EkdosisOff}{}{% \setbool{ekdstate}{false}% - % \setbool{isapp}{false}% } \newenvironment{ekdosis}{% \EkdosisStart% @@ -523,18 +512,6 @@ function appout() else end end ---[[ -function testapparatus() - local file = io.open(tex.jobname..".ekd", "r") - if file ~= nil then - local t = file:read("*a") - if string.find(t, "<"..tex.count[0]..">") then - return "\\booltrue{isapp}" else return "\\boolfalse{isapp}" end - else return "\\boolfalse{isapp}" end - file:close() -end ---]] - ekdosis.testapparatus = function() if pg_ii == pg_i then return "\\boolfalse{doapp}" @@ -563,15 +540,6 @@ ekdosis.mdvappend = function(str) "\\append{\\textbf{\\getrefnumber{"..i.."}} "..str.."}" end ---[[ -- of no use - function writemdv(str) - str = md5.sumhexa(str) - local f = io.open(tex.jobname.."_tmp.ekd", "a+") - f:write("", str, "", "\n") - f:close() - return true - end ---]] % \end{ekdlua} % \iffalse % -- cgit v1.2.3