From c060b313ce5feb2acfe0ad3a2346c362ca41d8fc Mon Sep 17 00:00:00 2001 From: MarkusFrankATcernch <MarkusFrankATcernch@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:01:11 +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 0c934e968..4f0ca429e 100644 --- a/doc/usermanuals/DD4hep/chapters/basics.tex +++ b/doc/usermanuals/DD4hep/chapters/basics.tex @@ -1137,7 +1137,7 @@ where the defaults are \texttt{rmin=0}, \texttt{startphi=0} and \texttt{deltaphi CutTube(e.rmin(0.0), e.rmax(), e.dz(), e.phi1(), e.phi2(), e.lx(), e.ly(), e.lz(), e.tx(), e.ty(), e.tz()) \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="CutTube" rmin="value" rmax="value" dz="value" phi1="value" phi2="value" lx="value" ly="value" lz="value" tx="value" ty="value" tz="value"/> \end{minted} -- GitLab