summary refs log tree commit diff stats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-29 11:31:20 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-29 11:31:20 +0200
commit5630948b876445db6416437eb582a18e53498a5d (patch)
tree89f119293da22284d72bf72502033d5aaf34ff7b /src/constants.rs
parentfix(MangledName): Ensure that the mangled names are actually correct (diff)
downloadlpm-5630948b876445db6416437eb582a18e53498a5d.tar.gz
lpm-5630948b876445db6416437eb582a18e53498a5d.zip
feat(new/chapter): Improve `\include` and `\includeonly` generation
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 2cdec2d..6536f63 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -3,3 +3,6 @@ pub const REPLACEMENT_CHAPTER: &str = "lpm::new_chapter_name";
 pub const REPLACEMENT_CHAPTER_SECTION: &str = "lpm::current_chapter_name::title_case";
 pub const REPLACMENT_SECTION_TITLE: &str = "lpm::new_section_name";
 pub const DATE: &str = "lpm::current_date";
+
+pub const NEXT_CHAPTER: &str = "% lpm::next_chapter_marker";
+pub const NEXT_CHAPTER_INCLUDE_ONLY: &str = "% lpm::next_chapter_includeonly_marker";