Skip to content

Commit

Permalink
Merge pull request #47 from marcfranquesa/main
Browse files Browse the repository at this point in the history
Add options section to README
  • Loading branch information
WGUNDERWOOD authored Oct 25, 2024
2 parents c106313 + a6dc04e commit e65e8fa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,21 @@ Vim plugin, does not apply indentation

- [latex-formatter](https://github.com/nfode/latex-formatter).
Visual Studio plugin, uses latexindent as the backend

## Options

The following options are offered by tex-fmt:

| Option | Default | Description |
| --- | --- | --- |
| `check` | | Check formatting, do not modify files. |
| `print` | | Print to STDOUT, do not modify files. |
| `keep` | | Keep lines, do not wrap. |
| `verbose` | | Show info log messages. |
| `quiet` | | Hide warning messages. |
| `trace` | | Show trace log messages. |
| `stdin` | | Process STDIN as a single file, output formatted text to STDOUT. |
| `tab` | `2` | Number of spaces to use as tab size. |
| `usetabs` | | Use tabs instead of spaces for indentation. |
| `wrap` | `80` | Line length for wrapping. |

0 comments on commit e65e8fa

Please sign in to comment.