Skip to content

Commit

Permalink
latexpand: add Spanish translation (#15372)
Browse files Browse the repository at this point in the history
* latexpand: add Spanish translation

* Update pages.es/common/latexpand.md

Co-authored-by: Igor Támara <[email protected]>

* Update pages.es/common/latexpand.md

Co-authored-by: Igor Támara <[email protected]>

* Update pages.es/common/latexpand.md

Co-authored-by: Igor Támara <[email protected]>

* Update pages.es/common/latexpand.md

Co-authored-by: Igor Támara <[email protected]>

* Update pages.es/common/latexpand.md

Co-authored-by: Igor Támara <[email protected]>

* Update pages.es/common/latexpand.md

Co-authored-by: Igor Támara <[email protected]>

* Update pages.es/common/latexpand.md

Co-authored-by: Sebastiaan Speck <[email protected]>

---------

Co-authored-by: Igor Támara <[email protected]>
Co-authored-by: Sebastiaan Speck <[email protected]>
  • Loading branch information
3 people authored Dec 30, 2024
1 parent 22e9998 commit 5f535b1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages.es/common/latexpand.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# latexpand

> Simplifica los archivos fuente LaTeX eliminando comentarios y resolviendo `\include`s, `\input`s, etc.
> Más información: <https://www.ctan.org/pkg/latexpand>.
- Simplifica el archivo fuente dado y guarda el resultado en el archivo de salida especificado:

`latexpand --output {{ruta/a/salida.tex}} {{ruta/al/archivo.tex}}`

- No elimina los comentarios:

`latexpand --keep-comments --output {{ruta/a/salida.tex}} {{ruta/al/archivo.tex}}`

- No expande `\include`s, `\input`s etc.:

`latexpand --keep-includes --output {{ruta/a/salida.tex}} {{ruta/al/archivo.tex}}`

- Expande `\usepackage`s hasta encontrar los archivos STY correspondientes:

`latexpand --expand-usepackage --output {{ruta/a/salida.tex}} {{ruta/al/archivo.tex}}`

- Incorpora el archivo BBL especificado:

`latexpand --expand-bbl {{ruta/a/bibliografía.bbl}} --output {{ruta/a/salida.tex}} {{ruta/al/archivo.tex}}`

0 comments on commit 5f535b1

Please sign in to comment.