Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Built-in rules (LaTeX) #12

@sthenic

Description

@sthenic

This issue collects and organizes ideas about built-in rules in the LaTeX linter.

Any built-in rules must be able to be disabled by the user.

  • Empty sections
    Trigger if \section is immediately followed by another section command, i.e. without text in between.

    \section{A}
    % This should be avoided!
    \subsection{AB}
  • Absence of groups/options
    Trigger if a capture group is missing from a control sequence or environment. For example, a missing [!ht] from a float environment, if that's a preference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    parserIssues relating to parsersrulesIssues relating to rules

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions