From 1e9159f654239e0a3421d5997babb8ef3a4c7d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 11 Dec 2024 13:19:40 -0300 Subject: [PATCH] tex-fmt: add Spanish translation (#15105) --- pages.es/common/tex-fmt.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.es/common/tex-fmt.md diff --git a/pages.es/common/tex-fmt.md b/pages.es/common/tex-fmt.md new file mode 100644 index 000000000..432eb39e5 --- /dev/null +++ b/pages.es/common/tex-fmt.md @@ -0,0 +1,16 @@ +# tex-fmt + +> Formatea el código fuente LaTeX. +> Más información: . + +- Formatea un archivo, sobrescribiendo el original: + +`tex-fmt {{ruta/al/archivo.tex}}` + +- Comprueba si un archivo está formateado correctamente: + +`tex-fmt --check {{ruta/al/archivo.tex}}` + +- Formatea un archivo leído de `stdin` y lo imprime en `stdout`: + +`cat {{ruta/al/archivo.tex}} | tex-fmt --stdin`