From cb6751b59f33829e14cc61f6a5a7d6551d2734a8 Mon Sep 17 00:00:00 2001 From: Eduard Friske <eduard.friske@ptb.de> Date: Tue, 7 May 2024 09:24:37 +0200 Subject: [PATCH] rein englischer Kalibrierschein korrigiert --- inputs.ini | 6 +++--- tl.ini | 2 +- writeLaTex-ks-TLV.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inputs.ini b/inputs.ini index 5efcca8..07bcf55 100644 --- a/inputs.ini +++ b/inputs.ini @@ -1,8 +1,8 @@ [input_cer] #Beispiel für cal_cert : cal_cert = 75560 -cal_cert = 75555 +cal_cert = 75601 #Beispiel für api_cert : api_cert = 75560_0001,75561_0001 -api_cert = 75560_0001,75561_0001 +api_cert = 75601_0002 [input_gen] @@ -19,4 +19,4 @@ elab_id=663 - \ No newline at end of file + diff --git a/tl.ini b/tl.ini index bb2fb56..ad0a56f 100644 --- a/tl.ini +++ b/tl.ini @@ -1,5 +1,5 @@ [path] -path_ks=/home/friske01/P/TLV/KS/ks- +path=/home/friske01/P/TLV/KS/ks- path_files=/home/friske01/N/Abt_7/Fb75/Vakuum/Messplaetze/TL1/Messwerte/ diff --git a/writeLaTex-ks-TLV.py b/writeLaTex-ks-TLV.py index 9f34a38..5375bb5 100644 --- a/writeLaTex-ks-TLV.py +++ b/writeLaTex-ks-TLV.py @@ -284,7 +284,7 @@ sectionResult_en = '\\section{' + sectionTitelResult_en + '}\n' + sectionResult sectionResult = '\\section{' + sectionTitelResult + '\\linebreak {\\small \\emph{' + sectionTitelResult_en + '}}}\n' + sectionResult1 + '\\begin{english}' + sectionResult1_en + '\\end{english} ' + tab_q_mol_Val + sectionResult2 + '\\begin{english}' + sectionResult2_en + '\\end{english} ' + q_pV_allg + sectionResult3 + '\\begin{english}' + sectionResult3_en + '\\end{english} ' + tab_q_pV_Val + sectionResult4 + '\\begin{english}' + sectionResult4_en + '\\end{english} \n' -sectionResult_en = sectionResult_en + sectionResult2_en + sectionResult4_en +sectionResult_en = sectionResult_en + tab_q_mol_Val_en + sectionResult2_en + q_pV_allg + sectionResult3_en + tab_q_pV_Val_en + sectionResult4_en -- GitLab