From 677d9999431f62ffc2d68129439b8149eb593ff8 Mon Sep 17 00:00:00 2001 From: MarkusFrankATcernch <MarkusFrankATcernch@users.noreply.github.com> Date: Wed, 18 Nov 2020 20:22:29 +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 e6aac00e3..d82d1dc99 100644 --- a/doc/usermanuals/DD4hep/chapters/basics.tex +++ b/doc/usermanuals/DD4hep/chapters/basics.tex @@ -1091,7 +1091,7 @@ where the above default values for the \texttt{XML} attributes \texttt{rmin=0}, Cone(e.z(0), rmi1, rma1, e.rmin2(rmi1), e.rmax2(rma1)); \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="Cone" z="value" rmin1="value" rmax1="value" rmin2="value" rmax2="value"/> \end{minted} where the above default values for the \texttt{XML} attributes \texttt{rmin1=0}, \texttt{rmin2=rmin1}, \texttt{rmax2=rmax1}. -- GitLab