The example directory (and Makefile file) is missing on CTAN (see this screenshot from https://www.ctan.org/tex-archive/macros/latex/contrib/essaykit: we read an example directory on the file Structure, but the example directory is not in the files).
Moreover, the examples files advanced-example.tex and complete-document.tex are also missing on GitHub (and in GitHub, the file basic-example is .txt instead of .tex):
The pdf documentation is very incomplete. Were are the describtions of the [options] of the commands?
And the prefefined colors?
They are described in the README file, but not in the PDF file, which is the documentation for the users of this package (for example, with texdoc essaykit in CLI).
Note that the key title is missing in the previous list (Customizable Options), but defined in the code:
\define@key{ek}{title}[]{\def\ek@title{#1}}
Also, why a sharelatexcolour color?
\definecolor{sharelatexcolour}{HTML}{882B21}
ShareLaTeX a been bought by Overleaf at July 2017!
And why greycolour (Colour) and box-color (Color, without u)? For users, it's better to choice between color and colour, not using the two forms.
I hope you can correct all theses missing items and typos. Thanks.
The
exampledirectory (andMakefilefile) is missing on CTAN (see this screenshot from https://www.ctan.org/tex-archive/macros/latex/contrib/essaykit: we read anexampledirectory on the file Structure, but theexampledirectory is not in the files).Moreover, the examples files
advanced-example.texandcomplete-document.texare also missing on GitHub (and in GitHub, the filebasic-exampleis.txtinstead of.tex):The pdf documentation is very incomplete. Were are the describtions of the [options] of the commands?
And the prefefined colors?
They are described in the README file, but not in the PDF file, which is the documentation for the users of this package (for example, with
texdoc essaykitin CLI).Note that the key
titleis missing in the previous list (Customizable Options), but defined in the code:Also, why a
sharelatexcolourcolor?ShareLaTeX a been bought by Overleaf at July 2017!
And why
greycolour(Colour) andbox-color(Color, withoutu)? For users, it's better to choice betweencolorandcolour, not using the two forms.I hope you can correct all theses missing items and typos. Thanks.