diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-05-15 11:34:34 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-05-15 11:34:34 +0200 |
commit | 0f996535896dc4abcefb234d14cd8d42384b7415 (patch) | |
tree | dd5e9bdb2ed427021960cb64937548a605816f63 | |
parent | 5897dbfe6a703d6fb184ae83d9ac747c529e0fe2 (diff) | |
download | ekdosis-0f996535896dc4abcefb234d14cd8d42384b7415.tar.gz |
Makefile: new pandoc independent rule
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | ekdosis.dtx | 6 |
2 files changed, 6 insertions, 4 deletions
@@ -57,6 +57,8 @@ clean: testsamples | |||
57 | rm -rf * | 57 | rm -rf * |
58 | cp -p -r .backup/* . | 58 | cp -p -r .backup/* . |
59 | rm -rf .backup | 59 | rm -rf .backup |
60 | |||
61 | pandoc: | ||
60 | pandoc -s README.md -o about.html | 62 | pandoc -s README.md -o about.html |
61 | 63 | ||
62 | auctex: | 64 | auctex: |
@@ -109,4 +111,4 @@ package: distclean all | |||
109 | rm -rf $(NAME)/ | 111 | rm -rf $(NAME)/ |
110 | 112 | ||
111 | .SILENT: testsamples | 113 | .SILENT: testsamples |
112 | .PHONY: all clean distclean inst local uninst install uninstall zip package samples testsamples | 114 | .PHONY: all clean distclean pandoc inst local uninst install uninstall zip package samples testsamples |
diff --git a/ekdosis.dtx b/ekdosis.dtx index fb70916..cb2287c 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/05/13 v1.3-dev Typesetting TEI xml-compliant critical editions] | 64 | [2021/05/15 v1.3-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} |
@@ -7508,7 +7508,7 @@ Sample text with a \textcolor{red}{word} in red. | |||
7508 | % \end{macrocode} | 7508 | % \end{macrocode} |
7509 | % \end{macro} | 7509 | % \end{macro} |
7510 | % \begin{macro}{\teidirect} | 7510 | % \begin{macro}{\teidirect} |
7511 | % \changes{v1.3}{2021/05/13}{direct insertion of elements in the | 7511 | % \changes{v1.3}{2021/05/15}{direct insertion of elements in the |
7512 | % \texttt{TEI xml} file} | 7512 | % \texttt{TEI xml} file} |
7513 | % \cs{teidirect}\oarg{xml attributes}\marg{xml element}\marg{code} | 7513 | % \cs{teidirect}\oarg{xml attributes}\marg{xml element}\marg{code} |
7514 | % does nothing in \LaTeX. Its only use is to insert elements in the | 7514 | % does nothing in \LaTeX. Its only use is to insert elements in the |
@@ -7862,7 +7862,7 @@ Sample text with a \textcolor{red}{word} in red. | |||
7862 | % \end{macrocode} | 7862 | % \end{macrocode} |
7863 | % \end{macro} | 7863 | % \end{macro} |
7864 | % \begin{macro}{\SetApparatusNoteLanguage} | 7864 | % \begin{macro}{\SetApparatusNoteLanguage} |
7865 | % \changes{v1.3}{2021/05/13}{defines an alternate language to be | 7865 | % \changes{v1.3}{2021/05/15}{defines an alternate language to be |
7866 | % applied in note apparatus entries} | 7866 | % applied in note apparatus entries} |
7867 | % \cs{SetApparatusNoteLang}\marg{languagename} can be used when | 7867 | % \cs{SetApparatusNoteLang}\marg{languagename} can be used when |
7868 | % it is needed to apply in entries introduced by the \cs{note} command | 7868 | % it is needed to apply in entries introduced by the \cs{note} command |