aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-12-11 11:59:16 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-12-11 11:59:16 +0100
commit98989868a186dfb00cc97024f46c7cbf40126197 (patch)
tree6b31ff2485214300ce07fac722766abd7b10d649
parent34bfbfc0bbbc6bc0fa32e6de53ab6ceb2b07498d (diff)
downloadekdosis-98989868a186dfb00cc97024f46c7cbf40126197.tar.gz
updated ekdosis.el. typo in the documentation
-rw-r--r--ekdosis.dtx14
-rw-r--r--ekdosis.el1
2 files changed, 9 insertions, 6 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx
index 5cb1dac..1117273 100644
--- a/ekdosis.dtx
+++ b/ekdosis.dtx
@@ -61,7 +61,7 @@ along with this program. If not, see
61%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] 61%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
62%<package>\ProvidesPackage{ekdosis} 62%<package>\ProvidesPackage{ekdosis}
63%<*package> 63%<*package>
64 [2021/12/09 v1.5-dev Typesetting TEI xml-compliant critical editions] 64 [2021/12/11 v1.5-dev Typesetting TEI xml-compliant critical editions]
65%</package> 65%</package>
66%<*driver> 66%<*driver>
67\begin{filecontents}[noheader,overwrite]{bibdata.xml} 67\begin{filecontents}[noheader,overwrite]{bibdata.xml}
@@ -754,7 +754,6 @@ along with this program. If not, see
754\metawritepdfpreamble 754\metawritepdfpreamble
755\metawritepdfcontact 755\metawritepdfcontact
756\metawritepdfrights 756\metawritepdfrights
757\usepackage{abstract}
758\usepackage{multicol} 757\usepackage{multicol}
759\setlength\IndexMin{100pt} 758\setlength\IndexMin{100pt}
760\usepackage{tocloft} 759\usepackage{tocloft}
@@ -3381,7 +3380,8 @@ texts=latin[xml:lang="la"]+\textcolor{red}{;}+
3381% 3380%
3382% An example of the way these hooks may be used is provided below in 3381% An example of the way these hooks may be used is provided below in
3383% \vref{lst:shak-sonnet1}. 3382% \vref{lst:shak-sonnet1}.
3384% 3383%
3384% \medskip
3385% \noindent\textbf{Option Specific to the |layout=keyfloat| Global 3385% \noindent\textbf{Option Specific to the |layout=keyfloat| Global
3386% Setting}\footnote{See above \vref{ref:keyfloat-opt}.}\\ 3386% Setting}\footnote{See above \vref{ref:keyfloat-opt}.}\\
3387% \DescribeOption{keyparopts}% 3387% \DescribeOption{keyparopts}%
@@ -3394,7 +3394,9 @@ texts=latin[xml:lang="la"]+\textcolor{red}{;}+
3394% \allowbreak|lw=1.2}| will draw a tight frame around the apparatus 3394% \allowbreak|lw=1.2}| will draw a tight frame around the apparatus
3395% block, have the words \enquote{made with \pkg{ekdosis}} printed 3395% block, have the words \enquote{made with \pkg{ekdosis}} printed
3396% below this block on the 3396% below this block on the
3397% right and set its width to |1.2\linewidth|.\\ 3397% right and set its width to |1.2\linewidth|.
3398%
3399% \medskip\noindent
3398% \textbf{Options Specific to the |layout=fitapp| Global 3400% \textbf{Options Specific to the |layout=fitapp| Global
3399% Setting}\footnote{See above \vref{ref:fitapp-opt}.}\\ 3401% Setting}\footnote{See above \vref{ref:fitapp-opt}.}\\
3400% \DescribeOption{appheight}% 3402% \DescribeOption{appheight}%
@@ -6491,7 +6493,7 @@ Sample text with a \textcolor{red}{word} in red.
6491<p xml:lang="grc">ἐν 6493<p xml:lang="grc">ἐν
6492<app> 6494<app>
6493 <lem wit="#V #I #R #H">καύμασιν</lem> 6495 <lem wit="#V #I #R #H">καύμασιν</lem>
6494 <rdg wit="#GalE1.#M #GalE1.Q">καύματι</rdg> 6496 <rdg wit="#GalE1.M #GalE1.Q">καύματι</rdg>
6495 <note>p. 23, l. 16 Wenkebach</note> 6497 <note>p. 23, l. 16 Wenkebach</note>
6496</app></p> 6498</app></p>
6497\end{minted} 6499\end{minted}
@@ -7756,7 +7758,7 @@ Sample text with a \textcolor{red}{word} in red.
7756% \end{macrocode} 7758% \end{macrocode}
7757% \paragraph{\textsf{ekdosis} Symbol} 7759% \paragraph{\textsf{ekdosis} Symbol}
7758% \begin{macro}{\eKd} 7760% \begin{macro}{\eKd}
7759% \changes{v1.5}{2021/12/09}{Prints \textsf{ekdosis} indentifying 7761% \changes{v1.5}{2021/12/11}{Prints \textsf{ekdosis} indentifying
7760% symbol} As of v1.5, \pkg{ekdosis} has its own indentifying 7762% symbol} As of v1.5, \pkg{ekdosis} has its own indentifying
7761% symbol. It is produced by \cs{eKd} and best printed with the Old 7763% symbol. It is produced by \cs{eKd} and best printed with the Old
7762% Standard Greek font. 7764% Standard Greek font.
diff --git a/ekdosis.el b/ekdosis.el
index bac2550..d128b7a 100644
--- a/ekdosis.el
+++ b/ekdosis.el
@@ -287,6 +287,7 @@
287 ;; This package relies on lualatex, so check for it: 287 ;; This package relies on lualatex, so check for it:
288 (TeX-check-engine-add-engines 'luatex) 288 (TeX-check-engine-add-engines 'luatex)
289 (TeX-add-symbols 289 (TeX-add-symbols
290 '("eKd" 0)
290 '("ekdsetup" (TeX-arg-key-val LaTeX-ekdosis-ekdsetup-options)) 291 '("ekdsetup" (TeX-arg-key-val LaTeX-ekdosis-ekdsetup-options))
291 '("DeclareWitness" "xml:id" "rendition" "description" 292 '("DeclareWitness" "xml:id" "rendition" "description"
292 [ LaTeX-ekdosis-long-key-val LaTeX-ekdosis-declarewitness-options ] 293 [ LaTeX-ekdosis-long-key-val LaTeX-ekdosis-declarewitness-options ]