From e203f45b4d0a4b94aab07cfc6c993b9033bdf0cc Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Fri, 31 Mar 2023 13:36:36 +0200
Subject: [PATCH] Fix latex errors

---
 doc/usermanuals/DD4hep/chapters/basics.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/usermanuals/DD4hep/chapters/basics.tex b/doc/usermanuals/DD4hep/chapters/basics.tex
index 5c798f5fb..ba5bdac2d 100644
--- a/doc/usermanuals/DD4hep/chapters/basics.tex
+++ b/doc/usermanuals/DD4hep/chapters/basics.tex
@@ -2266,7 +2266,7 @@ The DetElement instances may cache on demand the transfomattions of their ideal
 to the world coordinate system. To fill this cache immediately rather than on demand use this
 plugin. Depending on the top element passed, this caching mechanism can also be applied to
 some sub-detectors.
-\begin{minted}[frame=single,framesep=3pt,breaklines=true,tabsize=2,linenos,fontsize=\small]{bash}''
+\begin{minted}[frame=single,framesep=3pt,breaklines=true,tabsize=2,linenos,fontsize=\small]{bash}
     Usage: -plugin DD4hep_DetElementCache  -arg [-arg]                 
              -detector <string>  Top level DetElement path. Default: '/world'
 	     --detector <string> dto.                                        
-- 
GitLab