From: fennecj Date: Tue, 17 Aug 2021 09:35:36 +0000 (+0800) Subject: Add PDF download link in html only X-Git-Tag: latest~137^2 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=fe8dd00e2c0298a976131e2bc4c7bc1b44308d39;p=lkmpg Add PDF download link in html only Close #64 --- diff --git a/html.cfg b/html.cfg index 0e86400..3b0dd5c 100644 --- a/html.cfg +++ b/html.cfg @@ -45,5 +45,15 @@ user-select: none; }} +\Css{.flushright:first-child { + position:absolute; + top: 10px; + right: 50px; +}} + \begin{document} \EndPreamble + +\begin{flushright} +\href{https://github.com/sysprog21/lkmpg/releases/download/latest/lkmpg.pdf}{Download PDF document} +\end{flushright} \ No newline at end of file