From fe8dd00e2c0298a976131e2bc4c7bc1b44308d39 Mon Sep 17 00:00:00 2001 From: fennecj Date: Tue, 17 Aug 2021 17:35:36 +0800 Subject: [PATCH] Add PDF download link in html only Close #64 --- html.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) 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