From 225c3aec15786d64a6700f88c895c5acd2e5f113 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Date: Mon, 18 Jul 2022 14:20:00 -0400 Subject: [PATCH] doc/usermanuals/DD4hep/chapters: fix a typo --- 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 1066f3a09..f69dd49f4 100644 --- a/doc/usermanuals/DD4hep/chapters/basics.tex +++ b/doc/usermanuals/DD4hep/chapters/basics.tex @@ -47,7 +47,7 @@ on the \texttt{C++} \texttt{Xerces-C} parser. The \texttt{XML} parsing method is enabled by default using the \texttt{TinyXML} parser. Optionally instead of \texttt{TinyXML} the \texttt{Xerces-C} parser may be chosen by setting the two configuration options appropriately: \begin{minted}[frame=single,framesep=3pt,breaklines=true,tabsize=2,linenos]{shell} - -DD4HEP_USE_XERCESC=ON + -DDD4HEP_USE_XERCESC=ON -DXERCESC_ROOT_DIR=<path to Xerces-C-installation-directory> \end{minted} -- GitLab