diff options
author | Loïc Hoguin <[email protected]> | 2025-04-11 14:34:51 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-04-11 14:34:51 +0200 |
commit | eb808a3f8bbd97d2a2ea0114b43b708a17b44066 (patch) | |
tree | fc142e5b11792af4f84d8634d9a8809f32344634 /docs/en/gun/2.2/guide/gun.sty | |
parent | 25e93c91878b7f8536764b06d2cb72020031acd1 (diff) | |
download | ninenines.eu-master.tar.gz ninenines.eu-master.tar.bz2 ninenines.eu-master.zip |
Diffstat (limited to 'docs/en/gun/2.2/guide/gun.sty')
-rw-r--r-- | docs/en/gun/2.2/guide/gun.sty | 8 |
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} |