about summary refs log tree commit diff stats
path: root/common/latex/preamble/core/index.tex
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-03 16:00:01 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-03 16:00:01 +0200
commitc7d455451ec41a91679be36704950af216ebe1b9 (patch)
treef1ed8f30ad1bd1b364c2dfdef15c09341ca5409e /common/latex/preamble/core/index.tex
parentchore(build): Regenerate (diff)
downloadflake-templates-c7d455451ec41a91679be36704950af216ebe1b9.zip
docs(common/latex/preamble): Improve draft loading message
Diffstat (limited to 'common/latex/preamble/core/index.tex')
-rw-r--r--common/latex/preamble/core/index.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/latex/preamble/core/index.tex b/common/latex/preamble/core/index.tex
index a52cc20..3efbfc4 100644
--- a/common/latex/preamble/core/index.tex
+++ b/common/latex/preamble/core/index.tex
@@ -4,5 +4,5 @@
 \ifdraft{
 	\usepackage{showidx}
 } {
-	\message {Draft packages not loaded, showidx not loaded.}
+	\message {Draft option not enabled, 'showidx' not loaded.}
 }