From f213c9e4e6c32b70d5e7384c9b923aeefe8976ee Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Mon, 11 Feb 2002 17:51:33 +0000
Subject: [PATCH] Make the pdf file have section numbers and have reader
 display 2 levels.  (From Eric Marsden.)

---
 docs/cmu-user/cmu-user.tex | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/cmu-user/cmu-user.tex b/docs/cmu-user/cmu-user.tex
index c45631043..1a6049c89 100644
--- a/docs/cmu-user/cmu-user.tex
+++ b/docs/cmu-user/cmu-user.tex
@@ -71,6 +71,10 @@ language implementation, programming environment}
 /Title (CMUCL User's Manual)
 /Keywords (\keywords)
 }
+% Add section numbers to the bookmarks, and open 2 levels by default.
+\hypersetup{bookmarksnumbered=true,
+            bookmarksopen=true,
+            bookmarksopenlevel=2}
 \fi
 
 \maketitle
-- 
GitLab