From 8c1d64e16737b256a5d4836c50d36d42e6207175 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philip.kaludercic@fau.de>
Date: Mon, 8 Apr 2024 15:17:17 +0200
Subject: [PATCH] Elaborate on how to extract the Git repository from the PDF

---
 master.tex | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/master.tex b/master.tex
index eec93a8..8e6d589 100644
--- a/master.tex
+++ b/master.tex
@@ -144,9 +144,12 @@
     \url{https://gitlab.cs.fau.de/oj14ozun/algprog-summary}, or ought
     also be accessible as a PDF attachment:
     \attachfile[icon=Paperclip,zoom=false,description=A Git bundle of
-    the document sources.]{algprog.pack}, see \texttt{git-bundle(1)}.
-    The document and the source are published under the terms and
-    conditions of
+    the document sources.  If your PDF viewer does not support
+    extracting PDF attachments use a tool like pdfdetach.  You can check
+    repository out by executing git clone algprog.pack.  Use
+    git-send-email(1) to submit patches.]{algprog.pack}, see
+    \texttt{git-bundle(1)}.  The document and the source are published
+    under the terms and conditions of
     \href{https://creativecommons.org/licenses/by-sa/4.0/}{CC BY-SA
       4.0}.}, last typeset on \today.
 }
-- 
GitLab