diff options
-rw-r--r-- | ekdosis.dtx | 654 |
1 files changed, 625 insertions, 29 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 49ce5b9..b9137ef 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -92,33 +92,72 @@ along with this program. If not, see | |||
92 | \usepackage{xcolor} | 92 | \usepackage{xcolor} |
93 | \definecolor{ekdcolor}{RGB}{243,241,235} | 93 | \definecolor{ekdcolor}{RGB}{243,241,235} |
94 | \definecolor{cinnamon}{rgb}{0.82, 0.41, 0.12} | 94 | \definecolor{cinnamon}{rgb}{0.82, 0.41, 0.12} |
95 | \usepackage{hyperxmp} | 95 | \PassOptionsToPackage{bookmarks=true}{hyperref} |
96 | \usepackage{xurl} | 96 | \usepackage{xurl} |
97 | \usepackage[numbered]{hypdoc} | 97 | \usepackage[numbered]{hypdoc} |
98 | \usepackage[loadlang=en]{metastr} | ||
98 | \hypersetup{ | 99 | \hypersetup{ |
99 | unicode=true, | ||
100 | colorlinks, | 100 | colorlinks, |
101 | allcolors=cinnamon, | 101 | allcolors=cinnamon, |
102 | keeppdfinfo, | ||
103 | linktocpage=true, | 102 | linktocpage=true, |
104 | pdfauthor={Robert Alessi}, | 103 | pdftype={Text} |
105 | pdftitle={The ekdosis package}, | 104 | } |
106 | pdfcontactemail={alessi@robertalessi.net}, | ||
107 | pdfcontacturl={http://www.robertalessi.net/ekdosis}, | ||
108 | pdfcopyright={Copyright (C) 2018 Robert Alessi | ||
109 | <alessi@robertalessi.net>. This document is licensed under the | ||
110 | Creative Commons Attribution-ShareAlike 4.0 International | ||
111 | License. To view a copy of this license, visit | ||
112 | http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to | ||
113 | Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.}, | ||
114 | pdflicenseurl={https://creativecommons.org/licenses/by-sa/4.0/legalcode}, | ||
115 | pdfmetalang={en-US}, | ||
116 | pdftype={Text}, | ||
117 | pdfkeywords={Arabic language, arabtex, luatex}} | ||
118 | \usepackage{uri} | 105 | \usepackage{uri} |
119 | \usepackage[lot]{multitoc} | 106 | \usepackage[nospace]{varioref} |
120 | \usepackage{ekdosis} | 107 | \labelformat{section}{sect.~#1} |
121 | \usepackage{arabluatex} | 108 | \usepackage{arabluatex} |
109 | |||
110 | \usepackage{ekdosis} | ||
111 | \metaset{titletext}{% | ||
112 | \metapick[#1]{title}%\section{Development, Git Repository} \label{sec:devel-git-repos} \subsection*{Browse the code} \label{sec:browse-code} You can browse ArabLua\TeX\ repository on the web: \url{http://git.robertalessi.net/arabluatex} From this page, you can download all the releases of ArabLua\TeX. For instructions on how to install ArabLua\TeX, please see above. \subsection*{Comments, Feature requests, Bug Reports} \label{sec:comm-feat-requ} \url{http://issues.robertalessi.net} \subsection*{Download the repository} \label{sec:download-repository} ArabLua\TeX\ development is facilitated by git, a distributed version control system. You will need to install git (most GNU/Linux distributions package it in their repositories). Use this command to download the repository \begin{verbatim} git clone http://git.robertalessi.net/cgit.cgi/arabluatex \end{verbatim} A new directory named arabluatex will have been created, containing ArabLuaTeX. Git hosting Please, do not use GitHub or GitLab: see \href{https://libreboot.org/git/#githosting}{there}. \end{document} |