summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/2.2/guide/gun.sty
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-04-11 14:34:51 +0200
committerLoïc Hoguin <[email protected]>2025-04-11 14:34:51 +0200
commiteb808a3f8bbd97d2a2ea0114b43b708a17b44066 (patch)
treefc142e5b11792af4f84d8634d9a8809f32344634 /docs/en/gun/2.2/guide/gun.sty
parent25e93c91878b7f8536764b06d2cb72020031acd1 (diff)
downloadninenines.eu-master.tar.gz
ninenines.eu-master.tar.bz2
ninenines.eu-master.zip
Gun 2.2.0HEADmaster
Diffstat (limited to 'docs/en/gun/2.2/guide/gun.sty')
-rw-r--r--docs/en/gun/2.2/guide/gun.sty8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/en/gun/2.2/guide/gun.sty b/docs/en/gun/2.2/guide/gun.sty
new file mode 100644
index 00000000..d5e0d3be
--- /dev/null
+++ b/docs/en/gun/2.2/guide/gun.sty
@@ -0,0 +1,8 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{asciidoc-dblatex}[2012/10/24 AsciiDoc DocBook Style]
+
+%% Just use the original package and pass the options.
+\RequirePackageWithOptions{docbook}
+
+%% Define an alias for make snippets to be compatible with source-highlighter.
+\lstalias{makefile}{make}