summaryrefslogtreecommitdiff
path: root/support/lualibs/lua-uca/lua-uca-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/lualibs/lua-uca/lua-uca-doc.tex')
-rw-r--r--support/lualibs/lua-uca/lua-uca-doc.tex11
1 files changed, 10 insertions, 1 deletions
diff --git a/support/lualibs/lua-uca/lua-uca-doc.tex b/support/lualibs/lua-uca/lua-uca-doc.tex
index 0ef7914bae..2d25f51992 100644
--- a/support/lualibs/lua-uca/lua-uca-doc.tex
+++ b/support/lualibs/lua-uca/lua-uca-doc.tex
@@ -26,10 +26,12 @@
\begin{document}
\maketitle
\tableofcontents
+\section{Introduction}
\markdownInput{README.md}
-\section{Available languages}
+\section{Available Languages}
+\begin{raggedright}
The \texttt{lua-uca-languages} library provides the following langauges:
\bgroup\ttfamily
\begin{luacode*}
@@ -44,6 +46,13 @@ table.sort(l)
tex.print(table.concat(l, ", "))
\end{luacode*}
\egroup
+\end{raggedright}
+
+If you want to requrest language not listed in this listing, or if you had
+created support code for one, please contact the package author by mail or using
+issue tracker on package's Github profile.
+
+\markdownInput{HACKING.md}
\section{License}
\markdownInput{LICENSE}