Добавил таблицу с результатами в эксель

This commit is contained in:
2024-11-25 15:34:55 +03:00
parent 798b96e99c
commit 0bc242cf5e
3 changed files with 10 additions and 1 deletions

4
.gitignore vendored
View File

@@ -7,4 +7,6 @@
!ml_table/*.tex
!methods_table
!methods_table/methods.xlsx
!methods_table/convert_to_pdf.txt
!methods_table/convert_to_pdf.txt
!results_table
!results_table/results.xlsx

View File

@@ -244,6 +244,13 @@
\end{table}
\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.};
\end{tikzpicture}
}]{results_table/results.pdf}
\newpage
\begin{table}[h!]

BIN
results_table/results.xlsx Normal file

Binary file not shown.