From 7410621d3d2d533353634a7b39682bd3019f8949 Mon Sep 17 00:00:00 2001 From: MarkusFrankATcernch <MarkusFrankATcernch@users.noreply.github.com> Date: Wed, 18 Nov 2020 20:22:37 +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 d82d1dc99..5157d857d 100644 --- a/doc/usermanuals/DD4hep/chapters/basics.tex +++ b/doc/usermanuals/DD4hep/chapters/basics.tex @@ -1104,7 +1104,7 @@ where the above default values for the \texttt{XML} attributes \texttt{rmin1=0}, \texttt{rmax2=rmax1}, \texttt{startphi=0} and \texttt{deltaphi=$2\times\pi$} are used if not explicitly stated in the \texttt{XML} element \texttt{e}. 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="ConeSegment" rmin1="value" rmax="value" rmin2="value" rmax2="value" dz="value" startphi="value" deltaphi="value"/> \end{minted} -- GitLab