From 77f2ed4faae84644c7d01a90feefc176b6c655e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 27 Oct 2020 11:59:40 +0100 Subject: [PATCH] Fix \newcommand in text --- Manuscript/QUEST_WIREs.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manuscript/QUEST_WIREs.tex b/Manuscript/QUEST_WIREs.tex index 8de3660..895cc9c 100644 --- a/Manuscript/QUEST_WIREs.tex +++ b/Manuscript/QUEST_WIREs.tex @@ -734,8 +734,8 @@ On the website the statistics are forwarded in a tabular and in a box plot graph There are currently two main tool to generate data \texttt{datafileBuilder} and \texttt{ADC25generator} \paragraph{datafileBuilder} The \texttt{datafileBuilder} tool is used to build datafile from {\LaTeX} \texttt{tabular}. -The \texttt{tabular} is associated to some options and {\LaTeX} \texttt{\\newcommand} parsed by the main script and the \texttt{tabular} environment is converted to a \texttt{NumPy} 2d array. -So the options, \texttt{\\newcommand} and 2d array are passed to the appropriate table parser module chosen using the the \texttt{\\formatName} option in the input file. +The \texttt{tabular} is associated to some options and {\LaTeX} \texttt{\textbackslash newcommand} parsed by the main script and the \texttt{tabular} environment is converted to a \texttt{NumPy} 2d array. +So the options, \texttt{\textbackslash newcommand} and 2d array are passed to the appropriate table parser module chosen using the the \texttt{\\formatName} option in the input file. Each module is responsible to parse the \texttt{tabular} and return all the corresponding dataFiles as object. After theses object are outputted to files by the main script. Theses file can be used in the website. The modular aspect of this tool give us enough flexibility to easily convert0 many type of {\LaTeX} \texttt{tabular} to an uniformized file format.