1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/common/tex-fmt.md

17 lines
416 B
Markdown
Raw Normal View History

# 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`