From 4cd851a9f71f199869c44f389e729cc48fc9a422 Mon Sep 17 00:00:00 2001 From: Benoit Brummer Date: Wed, 23 Apr 2025 21:50:30 +0200 Subject: bcachefs-principles-of-operation.tex: fix slanted quotes in verbatim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the lines $ getfattr -d -m '^bcachefs\.' filename $ getfattr -d -m '^bcachefs_effective\.' filename copy-pastable. Otherwise they get compiled as $ getfattr -d -m ’^bcachefs\.’ filename $ getfattr -d -m ’^bcachefs_effective\.’ filename in the pdf. --- doc/bcachefs-principles-of-operation.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/bcachefs-principles-of-operation.tex b/doc/bcachefs-principles-of-operation.tex index 841108bd..cd554d3b 100644 --- a/doc/bcachefs-principles-of-operation.tex +++ b/doc/bcachefs-principles-of-operation.tex @@ -3,6 +3,7 @@ \usepackage{imakeidx} \usepackage[pdfborder={0 0 0}]{hyperref} \usepackage{longtable} +\usepackage{upquote} \title{bcachefs: Principles of Operation} \author{Kent Overstreet} -- cgit v1.2.3