trigger build
Build LaTeX PDF / build (push) Failing after 24s

This commit is contained in:
Domipoke
2026-07-26 21:56:01 +02:00
parent e1f72d3023
commit 0c27a27f6b
+6 -3
View File
@@ -2,6 +2,9 @@
\PassOptionsToPackage{pdftex}{color}
\PassOptionsToPackage{pdftex}{xcolor}
\documentclass{beamer}
\usepackage{tabularx}
\usepackage{booktabs}
\usetheme{metropolis}
\renewcommand{\footnotesize}{\scriptsize}
\title{Setup LaTeX}
@@ -32,14 +35,14 @@
\begin{frame}{Requisiti 1/2}
Prima di iniziare ci serve fare delle scelte:\\
\begin{table}[htbp]
\begin{table}[h]
\centering
\begin{tabularx}{|X|X|X|X}
\begin{tabular}{|X|X|X|X}
& Overleaf & Overleaf-toolkit & VS Code \\
{LaTeX$\rightarrow$Pdf} & Media & Media & Veloce* \\
Peso & 0 & 0** & 200MB - 2GB \\
Limite & Imposto dal sito & Nessuno** & Nessuno*
\end{tabularx}
\end{tabular}
\caption{* Dipende dal vostro pc, generalmente quanto ho scritto}
\caption{** Dipende dal carico del mio server, la potenza viene divisa su tutti coloro che lo usano}
\end{table}