From 7c9792d0d6556b3dfb591678d10a3939272daaca Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 8 Jul 2020 11:29:32 +0200 Subject: on the way to v0.99a --- Makefile | 4 ++-- ekdosis.dtx | 46 +++++++++++++++++++++++++++++++++++--------- samples/Caesar_BG-6-13-1.tex | 4 ++-- 3 files changed, 41 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 4ae326e..6964926 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ clean: find -iname "*~" -or -iname "*.pdf" | xargs rm -rf find ./* -type f -iname "Makefile" $(findopts) > ls-R find ./* -type f -iname "*.tex" | grep '/samples/' >> ls-R - rsync -avPr --files-from=ls-R . .backup + rsync -aPr --files-from=ls-R . .backup rm -rf * cp -p -r .backup/* . rm -rf .backup @@ -76,7 +76,7 @@ inst: uninst auctex all cp $(NAME).sty $(UTREE)/tex/lualatex/$(NAME) cp $(NAME).lua $(UTREE)/tex/lualatex/$(NAME) cp $(NAME).pdf $(UTREE)/doc/lualatex/$(NAME) - cp -r samples/ $(UTREE)/doc/latex/$(NAME) + cp -r samples/ $(UTREE)/doc/lualatex/$(NAME) local: uninst auctex $(CMP) $(NAME).ins diff --git a/ekdosis.dtx b/ekdosis.dtx index 0833217..3c77bc4 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -61,7 +61,7 @@ along with this program. If not, see %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{ekdosis} %<*package> - [2020/06/03 v0.99 Typesetting TEI xml compliant critical editions] + [2020/07/08 v0.99a Typesetting TEI xml compliant critical editions] % %<*driver> \begin{filecontents}[overwrite]{\jobname.bib} @@ -418,7 +418,7 @@ along with this program. If not, see % % \fi % -% \CheckSum{0} +% \CheckSum{1522} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -455,10 +455,23 @@ along with this program. If not, see % \metapick[print]{titletext} % \end{tcolorbox} % +% \begin{tcolorbox}[title=Notice to the Gentle Reader] +% The current state of this documentation covers the basics of +% \pkg{ekdosis}, namely what should be enough to start a new +% document and see how it works. v1.0 with a full documentation +% should be out by the end of July. Until then, there is a web page +% that can be accessed,\footnote{% +% \url{http://www.robertalessi.net/ekdosis}} with a mailing list +% that one can subscribe to and a section entitled +% \enquote{Literature} where one will find some slides and a paper +% submitted to a journal. +% \end{tcolorbox} +% % \tableofcontents % \listoflistings % -%\changes{v1.00}{2020/07/01}{First public release} +% \changes{v0.99a}{2020/07/08}{First public release (documentation in +% progress)} % % \begin{abstract} % \pkg{ekdosis} is a Lua\LaTeX{} package designed for @@ -1433,7 +1446,10 @@ yesterday. % manuscripts and manuscript families above % \vpageref{ref:caesar-bg-sigla}. As this document is not set for % duplex printing, both texts have been put together on the same -% page:--- +% page. However, the reader will find the full |.tex| source file +% in \vref{sec:caesar-gw-tex} and \texttt{TEI xml} output in +% \vref{sec:caesar-gw-tei}. The corresponding PDF output is available +% in \href{samples/Caesar_BG-6-13-1.pdf}{a separate file}:--- % % \captof{Caesar's \emph{Gallic War}, VI, 13.1}[\label{lst:caesar-bg}] % \iffalse @@ -1736,12 +1752,20 @@ texts=latin[xml:lang="la"]+\textcolor{red}{;}+ % \cs{SetEkdosisAlignment} can be used either in the preamble or at % any point of the document to set or to modify alignment settings. % -% \section{Multiple-Layer Apparatus Criticus} +% \section{To Be Continued...} +% v1.0 of \pkg{ekdosis} which should be available by the end of July +% 2020, will include a full documentation. At the time of writing, the +% author is working on this part of the package. +% +% \begin{comment} +% \section{Multiple-Layer Apparatus Criticus} +% \end{comment} % \label{sec:multilayer-apparatus} % % \label{ref:type-app} -% -% \section{Correspondence and Alignment} +% \begin{comment} +% \section{Correspondence and Alignment} +% \end{comment} % \label{sec:correspondance-alignment} % % \label{ref:segmentation} @@ -5350,10 +5374,14 @@ end % % \fi % -% \section{Sample Files} -% \subsection{C. J. Caesar, \emph{Gallic War}, VI, XIII.1} +% \section{Sample: C. J. Caesar, \emph{Gallic War}, +% VI, XIII.1} % \label{sec:caesar-gw-6-1-13} +% \subsection{\texttt{.tex} Source File} +% \label{sec:caesar-gw-tex} % \inputminted[linenos=false]{latex}{samples/Caesar_BG-6-13-1.tex} +% \subsection{\texttt{TEI xml} Output} +% \label{sec:caesar-gw-tei} % \inputminted[linenos=false]{xml}{samples/Caesar_BG-6-13-1-tei.xml} % \endinput diff --git a/samples/Caesar_BG-6-13-1.tex b/samples/Caesar_BG-6-13-1.tex index ab53db5..8002aec 100644 --- a/samples/Caesar_BG-6-13-1.tex +++ b/samples/Caesar_BG-6-13-1.tex @@ -56,8 +56,8 @@ origDate={s. XI}] \DeclareWitness{l}{\emph{l}}{\emph{Laurentianus} Riccard. 541}[ origDate={s. XI--XII}] -\DeclareShorthand{a}{α}{A,cM,cB,cR,cS,cL,cN} -\DeclareShorthand{b}{β}{T,cf,cU,cl} +\DeclareShorthand{a}{α}{A,M,B,R,S,L,N} +\DeclareShorthand{b}{β}{T,f,U,l} \begin{document} -- cgit v1.2.3