badness 0.0.1

An LSP, formatter, and linter for LaTeX
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[book]
title = "badness Documentation"
authors = ["Johan Larsson"]
description = "A formatter, linter, and language server for LaTeX"
language = "en"

[output.html]
smart-punctuation = true
default-theme = "light"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/jolars/badness"
edit-url-template = "https://github.com/jolars/badness/edit/main/docs/{path}"

[preprocessor]

[preprocessor.doc-utils]
command = "cargo run --quiet --manifest-path doc-utils/Cargo.toml"
optional = true