72 docout << endl <<
"\\begin{itemize}" << endl;
98 docout <<
"\t\\item " << endl;
100 docout <<
"\t\\begin{center}" << endl;
101 docout <<
"\t\\begin{tabular}{|c|l|l|} " << endl;
102 docout <<
"\t\t\\hline " << endl;
104 docout <<
"\t\t\\hline " << endl;
112 docout <<
"\t\t\\hline " << endl;
113 docout <<
"\t\\end{tabular} " << endl;
114 docout <<
"\t\\end{center}" << endl;
120 docout <<
"\\end{itemize}" << endl << endl;
static void initDocNoticeFlagMap()
Initialize gDocNoticeFlagMap, a map containing all the flags.
map< string, string > gDocNoticeStringMap
map< string, bool > gDocNoticeFlagMap
gDocNoticeFlagMap is public to let others turn to "true" flags that one want to print.
static void initDocNoticeKeySet()
Initialize gDocNoticeKeySet, a set containing all the keywords.
void initDocNotice()
Dispatch initialization of notice containers, after default notice file loading.
void printDocNotice(const string &faustversion, ostream &docout)
Print the content of the notice (a string map), as LaTeX items inside an itemize environment.
map< string, string > gDocAutodocStringMap
set< string > gDocNoticeKeySet