+6
-3
@@ -2,6 +2,9 @@
|
|||||||
\PassOptionsToPackage{pdftex}{color}
|
\PassOptionsToPackage{pdftex}{color}
|
||||||
\PassOptionsToPackage{pdftex}{xcolor}
|
\PassOptionsToPackage{pdftex}{xcolor}
|
||||||
\documentclass{beamer}
|
\documentclass{beamer}
|
||||||
|
\usepackage{tabularx}
|
||||||
|
\usepackage{booktabs}
|
||||||
|
|
||||||
\usetheme{metropolis}
|
\usetheme{metropolis}
|
||||||
\renewcommand{\footnotesize}{\scriptsize}
|
\renewcommand{\footnotesize}{\scriptsize}
|
||||||
\title{Setup LaTeX}
|
\title{Setup LaTeX}
|
||||||
@@ -32,14 +35,14 @@
|
|||||||
|
|
||||||
\begin{frame}{Requisiti 1/2}
|
\begin{frame}{Requisiti 1/2}
|
||||||
Prima di iniziare ci serve fare delle scelte:\\
|
Prima di iniziare ci serve fare delle scelte:\\
|
||||||
\begin{table}[htbp]
|
\begin{table}[h]
|
||||||
\centering
|
\centering
|
||||||
\begin{tabularx}{|X|X|X|X}
|
\begin{tabular}{|X|X|X|X}
|
||||||
& Overleaf & Overleaf-toolkit & VS Code \\
|
& Overleaf & Overleaf-toolkit & VS Code \\
|
||||||
{LaTeX$\rightarrow$Pdf} & Media & Media & Veloce* \\
|
{LaTeX$\rightarrow$Pdf} & Media & Media & Veloce* \\
|
||||||
Peso & 0 & 0** & 200MB - 2GB \\
|
Peso & 0 & 0** & 200MB - 2GB \\
|
||||||
Limite & Imposto dal sito & Nessuno** & Nessuno*
|
Limite & Imposto dal sito & Nessuno** & Nessuno*
|
||||||
\end{tabularx}
|
\end{tabular}
|
||||||
\caption{* Dipende dal vostro pc, generalmente quanto ho scritto}
|
\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}
|
\caption{** Dipende dal carico del mio server, la potenza viene divisa su tutti coloro che lo usano}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|||||||
Reference in New Issue
Block a user