1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

tex-fmt: add Spanish translation (#15105)

This commit is contained in:
Darío Hereñú 2024-12-11 13:19:40 -03:00 committed by GitHub
parent c61a724c76
commit 1e9159f654
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
# tex-fmt
> Formatea el código fuente LaTeX.
> Más información: <https://github.com/WGUNDERWOOD/tex-fmt>.
- 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`