Compila sus documentos LaTeX en línea sin timeout, con un editor HTML/CSS/JS integrado y una suite ofimática. Gratis, alojado en Europa.
Descubra por qué Sarmate.net es la mejor alternativa gratuita a Overleaf para sus documentos LaTeX.
| Característica | Sarmate.net Gratis | Sarmate.net Perso | Overleaf Gratis | Overleaf Standard | Sarmate.net Pro |
|---|---|---|---|---|---|
| Precio | Gratis | €3.99/mes | Gratis | $29/mes | €9.99/mes |
| Tiempo de compilación (ventana de 2 h) | 1 min | 5 min | 20 timeout de 20 s | Ilimitado timeout de 4 min | Ilimitado |
| Almacenamiento | 20 MB | 500 MB | - Sin proyectos privados gratuitos | 1 GB/proyecto | 5 GB |
| pdfLaTeX, XeLaTeX, LuaLaTeX | |||||
| Colaboración en tiempo real | 2 personas | 1 colaborador | 10 colaboradores | Ilimitado | |
| Editor HTML/JS/CSS integrado | |||||
| Suite ofimática en línea | |||||
| Editores WYSIWYG (árboles, tablas, cajas, figuras) | 5 editores | 5 editores | 5 editores | ||
| Galería TikZ (más de 300 ejemplos) | |||||
| Registro obligatorio | Sí | Sí | Sí | Sí | Sí |
| Timeout de compilación | 1 min | 5 min | 20s | 4 min | Ilimitado |
| Integración de IA (MCP) | |||||
| Markdown → LaTeX/PDF en 1 clic | |||||
| Autocorrección por IA (sin copiar/pegar) | |||||
| Exportación HTML responsive (.tex + .docx/.odt) |
Lo que distingue a Sarmate.net de otros editores LaTeX en línea.
Overleaf impone un timeout de 20 segundos en el plan gratuito. Sarmate.net ofrece 1 min / 2 h en gratis, 5 min / 2 h en Perso e ilimitado en Pro — más que suficiente para tesis y documentos largos.
LaTeX + HTML/JS/CSS + suite ofimática (Word, Excel, PowerPoint) en un solo espacio de trabajo. Una única herramienta para todos sus documentos académicos y profesionales.
CV profesionales, tesis, artículos de investigación, presentaciones Beamer... Empiece de inmediato con nuestras plantillas preconfiguradas y personalizables.
Lo que Overleaf no ofrece: editores visuales para árboles de probabilidad, tablas de signos/variación, cajas de colores (tcolorbox), tablas LaTeX y figuras TikZ/PSTricks. Crea estructuras complejas con unos clics, el código LaTeX se genera automáticamente.
Alojado en Francia y Europa, sin rastreadores de terceros ni cookies publicitarias. Sus documentos permanecen privados y protegidos conforme al RGPD.
Cinco estructuras que Overleaf te obliga a escribir carácter por carácter — en Sarmate las construyes con el ratón. Haga clic abajo para empezar en el editor.
Programarlo a mano lleva 30 minutos de prueba y error. Visualmente: 2 minutos.
\documentclass[border=10pt]{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[
grow=right, level distance=2.8cm,
level 1/.style={sibling distance=2.7cm},
level 2/.style={sibling distance=1.4cm},
every node/.style={font=\small},
edge from parent/.style={draw, thick}
]
\node[inner sep=0pt] {}
child { node {$A_3$}
child { node {$\overline{S}$} edge from parent node[midway, yshift=-7pt, font=\scriptsize] {$0.03$} }
child { node {$S$} edge from parent node[midway, yshift=7pt, font=\scriptsize] {$0.97$} }
}
child { node {$A_2$}
child { node {$\overline{S}$} edge from parent node[midway, yshift=-7pt, font=\scriptsize] {$\cdots$} }
child { node {$S$} edge from parent node[midway, yshift=7pt, font=\scriptsize] {$0.13$} }
edge from parent node[midway, yshift=-7pt, font=\scriptsize] {$0.3$} }
child { node {$A_1$}
child { node {$\overline{S}$} edge from parent node[midway, yshift=-7pt, font=\scriptsize] {$\cdots$} }
child { node {$S$} edge from parent node[midway, yshift=7pt, font=\scriptsize] {$0.54$} }
edge from parent node[midway, yshift=7pt, font=\scriptsize] {$0.1$} }
;
\end{tikzpicture}
\end{document}
La sintaxis de tkz-tab es notoriamente tediosa. Aquí: 3 clics y listo.
\documentclass[border=10pt]{standalone}
\usepackage{tkz-tab}
\begin{document}
\begin{center}
\begin{tikzpicture}
\tikzset{double distance=3pt,dashed/.style={},dotted/.style={}}
\tkzTabInit{{$x$} / 1, {$f'(x)$} / 1, {$f(x)$} / 1.5}%
{{$-\infty$}, {$10$}, {$+\infty$}}
\tkzTabLine{d, +, t, -,}
\tkzTabVar{D-/ /{$-\infty$}, +/{$0$}, -/{$0$}}
\end{tikzpicture}
\end{center}
\end{document}
tcolorbox tiene cientos de opciones. Hacemos que las visuales sean clicables.
\documentclass{article}
\usepackage[most]{tcolorbox}
\definecolor{theoreme-bg}{HTML}{EFF6FF}
\definecolor{theoreme-text}{HTML}{1F2937}
\definecolor{theoreme-frame}{HTML}{3B82F6}
\definecolor{theoreme-title-bg}{HTML}{3B82F6}
\definecolor{theoreme-title-fg}{HTML}{FFFFFF}
\newtcolorbox{theoreme}{%
enhanced,
breakable,
colback=theoreme-bg,
colupper=theoreme-text,
colframe=theoreme-frame,
colbacktitle=theoreme-title-bg,
coltitle=theoreme-title-fg,
fonttitle=\bfseries,
boxrule=1pt,
arc=3pt,
top=2mm, bottom=2mm,
title=Theorema Pythagorae,
}
\begin{document}
\begin{theoreme}
In triangulo rectangulo, quadratum hypotenusae aequatur summae
quadratorum laterum: $a^2 + b^2 = c^2$.
\end{theoreme}
\end{document}
multirow + xcolor + booktabs en 30 segundos, sin errores de sintaxis.
\documentclass{article}
\usepackage{booktabs}
\usepackage[table]{xcolor}
\usepackage{array}
\usepackage{amsmath}
\usepackage{amssymb}
\definecolor{cellBBF7D0}{HTML}{BBF7D0}
\definecolor{cellBFDBFE}{HTML}{BFDBFE}
\renewcommand{\arraystretch}{1.2}
\setlength{\tabcolsep}{8pt}
\setlength{\aboverulesep}{0pt}
\setlength{\belowrulesep}{0pt}
\begin{document}
{\setlength{\extrarowheight}{6pt}
\begin{tabular}{| c | c | c | c | c | c | c |}
\toprule
\rowcolor{cellBBF7D0}
$x$ & $0$ & $1$ & $2$ & 3 & 4 & 5 \\[6pt]
\midrule
\cellcolor{cellBBF7D0}$f(x)$ & $2.1$ & $5.6$ & $\dfrac{3}{8}$ & $\sqrt{7}$ & $7.9$ & $100$ \\[6pt]
\midrule
\cellcolor{cellBBF7D0}$g(x)$ & $-1$ & $1$ & $-1$ & $1$ & $-1$ & $1$ \\[6pt]
\midrule
~ & ~ & \multicolumn{3}{|c|}{\cellcolor{cellBFDBFE}~} & ~ & ~ \\[6pt]
\cmidrule{1-2}
\cmidrule{6-7}
~ & ~ & \multicolumn{3}{|c|}{\cellcolor{cellBFDBFE}TITLE} & ~ & ~ \\[6pt]
\cmidrule{1-2}
\cmidrule{6-7}
~ & ~ & \multicolumn{3}{|c|}{\cellcolor{cellBFDBFE}} & ~ & ~ \\[6pt]
\bottomrule
\end{tabular}
}
\end{document}
Dibujar es 10× más rápido que escribir código TikZ.
\documentclass[border=10pt]{standalone}
\usepackage{tikz}
\usetikzlibrary{angles, quotes}
\begin{document}
\begin{tikzpicture}
\coordinate (A) at (3,0);
\coordinate (O) at (0,0);
\coordinate (B) at (60:3);
\draw (O) circle (3);
\draw (O) -- (A) node[midway, below] {$r$};
\draw (O) -- (B);
\pic [draw, "$\theta$", angle radius=0.6cm,
angle eccentricity=1.5] {angle=A--O--B};
\fill (O) circle (2pt) node[below left] {$O$};
\end{tikzpicture}
\end{document}
Empiece gratis. Sin tarjeta de crédito. Sus primeros documentos LaTeX en segundos.
¿Haces investigación?
Zotero, comparación de versiones, documento maestro, recuento de palabras… Descubra todas las funciones para investigadores y doctorandos.
Sarmate para la investigación →¿Un laboratorio o una universidad?
Equipe a su equipo con licencias — tarifas institucionales desde 69 €/plaza al año, gestionadas por la institución.
Ver las ofertas institucionales →