aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-12-14 18:22:13 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-12-14 18:22:13 +0100
commit7f8eb99b793612d6c84450a4534bec99b9f0fc1a (patch)
tree424408538b9b3ab993ee3e5507a31c996fd84c18
parentd1cf12490114037341ffbad3ccd6defedea911a5 (diff)
downloadekdosis-7f8eb99b793612d6c84450a4534bec99b9f0fc1a.tar.gz
new command \eKd to print the logo
-rw-r--r--ekdosis.dtx24
1 files changed, 22 insertions, 2 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx
index f1a59e9..973fcce 100644
--- a/ekdosis.dtx
+++ b/ekdosis.dtx
@@ -430,6 +430,16 @@ along with this program. If not, see
430 version = {1.3a} 430 version = {1.3a}
431} 431}
432 432
433@Software{oldstandard,
434 title = {Old Standard},
435 subtitle = {A Unicode Font for Classical and Medieval Studies},
436 titleaddon = {Based on Alexey Kryukov's original Old Standard},
437 author = {Alessi, Robert},
438 url = {http://ctan.org/pkg/oldstandard},
439 date = {2020-12-18},
440 version = {2.6}
441}
442
433@Software{arabtex, 443@Software{arabtex,
434 title = {The Arabtex package}, 444 title = {The Arabtex package},
435 titleaddon = {Macros and fonts for typesetting Arabic}, 445 titleaddon = {Macros and fonts for typesetting Arabic},
@@ -963,6 +973,13 @@ along with this program. If not, see
963% \item |Makefile| 973% \item |Makefile|
964% \end{itemize} 974% \end{itemize}
965% 975%
976% \DescribeMacro{\eKd} \newfeature[v1.5] The distinctive emblem of
977% \pkg{ekdosis} is made of the three Greek letters \sg{ε}, \sg{κ} and
978% \sg{δ}, like so: \eKd. Provided that the font used includes these
979% Unicode glyphs, it is produced by the command \cs{eKd} and best
980% printed with the \emph{Old Standard} Greek
981% font.\footcite{oldstandard}
982%
966% \section{Introduction} 983% \section{Introduction}
967% \label{sec:introduction} 984% \label{sec:introduction}
968% \begin{comment} 985% \begin{comment}
@@ -7759,11 +7776,14 @@ Sample text with a \textcolor{red}{word} in red.
7759% \paragraph{\textsf{ekdosis} Symbol} 7776% \paragraph{\textsf{ekdosis} Symbol}
7760% \begin{macro}{\eKd} 7777% \begin{macro}{\eKd}
7761% \changes{v1.5}{2021/12/14}{Prints \textsf{ekdosis} indentifying 7778% \changes{v1.5}{2021/12/14}{Prints \textsf{ekdosis} indentifying
7762% symbol} As of v1.5, \pkg{ekdosis} has its own indentifying 7779% symbol} As of v1.5, \pkg{ekdosis} has its own identifying
7763% symbol. It is produced by \cs{eKd} and best printed with the Old 7780% symbol. It is produced by \cs{eKd} and best printed with the Old
7764% Standard Greek font. 7781% Standard Greek font.
7765% \begin{macrocode} 7782% \begin{macrocode}
7766\def\eKd{ε\kern -.4em\raise 1.15ex\hbox{κ}\kern -.105emδ} 7783\def\eKd{%
7784 ε\kern -.4em\raise 1.15ex\hbox{κ}\kern -.105emδ%
7785 \ifdefined\xspace\xspace\fi
7786}
7767% \end{macrocode} 7787% \end{macrocode}
7768% \end{macro} 7788% \end{macro}
7769% \paragraph{Setup} 7789% \paragraph{Setup}