Skip to content
Snippets Groups Projects
Commit bf666538 authored by matta's avatar matta
Browse files

* Rename Analysis project with capital letter when needed

parent 95caab24
No related branches found
No related tags found
No related merge requests found
...@@ -607,7 +607,7 @@ void LatexSummaryHeader(TString xy) ...@@ -607,7 +607,7 @@ void LatexSummaryHeader(TString xy)
latex_file << "\\maketitle" << endl ; latex_file << "\\maketitle" << endl ;
// Write Report header // Write Report header
latex_file << "\\section{Calibration Summarry}" << endl ; latex_file << "\\section{Calibration Summary}" << endl ;
latex_file << "\\begin{itemize}" << endl ; latex_file << "\\begin{itemize}" << endl ;
latex_file << "\t \\item[{\\bf Experiment:}] "<< Experiment << endl ; latex_file << "\t \\item[{\\bf Experiment:}] "<< Experiment << endl ;
latex_file << "\t \\item[{\\bf Operator:}] "<< Operator << endl ; latex_file << "\t \\item[{\\bf Operator:}] "<< Operator << endl ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment