From 78eef0db831062fcdc0747c86d7ed16c7c40763f Mon Sep 17 00:00:00 2001 From: MarkusFrankATcernch <MarkusFrankATcernch@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:01:41 +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 d1fffd2d3..19ec1caa4 100644 --- a/doc/usermanuals/DD4hep/chapters/basics.tex +++ b/doc/usermanuals/DD4hep/chapters/basics.tex @@ -1183,7 +1183,7 @@ The Trapezoid is also aliased to Trd2. Trd1(e.x1(), e.x2(), e.y1(), e.y2(), e.z(0)); \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="Trd1" x1="value" x2="value" y1="value" y2="value" z="value"/> \end{minted} -- GitLab