From 7409fad4db0af65dfb473104a7602d86ffbaa516 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 6 Mar 2024 17:10:00 +0100 Subject: [PATCH] dblatex: update custom style with upstream changes checked with: diff -up /etc/asciidoc/dblatex/asciidoc-dblatex.sty asciidoc/dblatex-custom.sty Signed-off-by: Thomas Lamprecht --- asciidoc/dblatex-custom.sty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asciidoc/dblatex-custom.sty b/asciidoc/dblatex-custom.sty index 6b2578c..90e5413 100644 --- a/asciidoc/dblatex-custom.sty +++ b/asciidoc/dblatex-custom.sty @@ -30,6 +30,8 @@ % For DocBook literallayout elements, see `./dblatex/dblatex-readme.txt`. \usepackage{alltt} +% To preserve simple quotes in the blocks of code +\usepackage{upquote} \definecolor{proxmoxred}{RGB}{229, 112, 0} \definecolor{proxmoxgrey1}{RGB}{229, 229, 229}