From 16f58cc0eb0ec1d4994ffb7734688d3a6e7f5494 Mon Sep 17 00:00:00 2001 From: MarkusFrankATcernch <MarkusFrankATcernch@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:01:57 +0100 Subject: [PATCH] Update doc/usermanuals/DD4hep/chapters/basics.tex Co-authored-by: Marko Petric <marko.petric@cern.ch> --- 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 5d12a8288..4e707ee1e 100644 --- a/doc/usermanuals/DD4hep/chapters/basics.tex +++ b/doc/usermanuals/DD4hep/chapters/basics.tex @@ -1242,7 +1242,7 @@ The corrsponding XML snippet looks like this: PolyhedraRegular(e.numsides(), e.rmin(), e.startphi(), e.deltaphi(), vector<z>, vector<rmin>, vector<rmax>); \end{minted} The corrsponding XML snippet looks like this: -\begin{minted}[frame=single,framesep=3pt,breaklines=true,tabsize=2,linenos,fontsize=\small]{c++} +\begin{minted}[frame=single,framesep=3pt,breaklines=true,tabsize=2,linenos,fontsize=\small]{xml} <some_element type="Polyhedra" numsides="value" startphi="value" deltaphi="value"> <plane z="z-value" rmin="rmin-value" rmax="rmax-value"/> <plane z="z-value" rmin="rmin-value" rmax="rmax-value"/> -- GitLab