Skip to content

Commit

Permalink
Merge pull request #148 from isaqb-org/fix-chapter-signifier
Browse files Browse the repository at this point in the history
Fix chapter signifier
  • Loading branch information
programming-wolf committed Nov 23, 2023
2 parents ab392c1 + 7d3e99c commit ef9f6bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 1 addition & 14 deletions docs/config/setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:icons: font
:sectnumlevels: 2
:imagesdir: images
:chapter-label:
:!chapter-signifier:

// ":language:" denotes the language or the target document.
// currently only DE and EN are supported
Expand All @@ -23,16 +23,3 @@ ifeval::["{language}" == "EN"]
:curriculum-name: FULL NAME OF MODULE
:curriculum-header-title: iSAQB curriculum for Advanced Level: {curriculum-short}
endif::[]

// you might want to output some internal information...
ifdef::debug_adoc[]
[NOTE]
====
Current configuration:

* Language(s): {language}
* Document version: {document-version}
* Include-configuration: {include_configuration}
====
endif::debug_adoc[]
1 change: 0 additions & 1 deletion src/main/java/org/isaqb/asciidoc/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ private static Attributes toAttributes(
put("currentDate", versionDate);
put("language", language);
put("curriculumFileName", curriculumFileName);
put("debug_adoc", false);
put("pdf-themesdir", "../pdf-theme/themes");
put("pdf-fontsdir", "../pdf-theme/fonts");
put("pdf-theme", "isaqb");
Expand Down

0 comments on commit ef9f6bb

Please sign in to comment.