From 97dc7d6f1cf700dbd81c2571e408a0701bcd0435 Mon Sep 17 00:00:00 2001 From: Arity-T Date: Mon, 25 Nov 2024 20:13:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=80=D0=B0=D1=81=D1=88=D0=B8=D1=84=D1=80=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D1=83=20=D0=B0=D0=B1=D0=B1=D1=80=D0=B5=D0=B2=D0=B8=D0=B0=D1=82?= =?UTF-8?q?=D1=83=D1=80=20=D0=B2=20=D1=80=D0=B5=D0=B7=D1=83=D0=BB=D1=8C?= =?UTF-8?q?=D1=82=D0=B0=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/report.tex b/report.tex index a62c55f..52a7fd1 100644 --- a/report.tex +++ b/report.tex @@ -247,7 +247,11 @@ \includepdf[pages={1}, fitpaper, pagecommand={ \thispagestyle{empty} \begin{tikzpicture}[remember picture, overlay] - \node at (current page.north) [anchor=north, yshift=-30pt] {Table 2. Results obtained in research papers.}; + \node at (current page.north) [anchor=north, yshift=-30pt] { + \begin{minipage}{1.08\textwidth} + Table 1. Methods used in research papers. Abbreviations: Area under curve (AUC), Root Mean Squared Error (RMSE), Receiver Operating Characteristic (ROC), Matthew's correlation coefficient (MCC). + \end{minipage} + }; \end{tikzpicture} }]{results_table/results.pdf}