summaryrefslogtreecommitdiff
path: root/doc/examples/directives/include/greeting.bst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/directives/include/greeting.bst')
-rw-r--r--doc/examples/directives/include/greeting.bst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/examples/directives/include/greeting.bst b/doc/examples/directives/include/greeting.bst
new file mode 100644
index 000000000..c5808d744
--- /dev/null
+++ b/doc/examples/directives/include/greeting.bst
@@ -0,0 +1,16 @@
+# We define the greeting message here conditionally
+(?):
+- flavor == "normal":
+ greeting: |
+
+ Hello world !
+
+- flavor == "somber":
+ greeting: |
+
+ Hey world.
+
+- flavor == "excited":
+ greeting: |
+
+ Howdy there, and what a world it is !