Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Dec 15, 2024
1 parent 45908ff commit 7ee99b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Writerside/topics/Editing-a-LaTeX-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ See [https://blog.codinghorror.com/the-problem-with-code-folding/](https://blog.

_Since b0.7_

TeXiFy supports custom definitions of `label`-like, `\ref`-like and `\cite`-like commands.
TeXiFy supports custom definitions (aliases) of `label`-like, `\ref`-like, `\cite`-like and `input`-like commands.
For example, if you write

<!-- ```latex -->
Expand All @@ -259,7 +259,7 @@ For example, if you write

For definitions like `\newcommand{\mycite}[1]{\citeauthor{#1}\cite{#1}}`, this means that you will also get autocompletion of citation labels in `\mycite` commands.

In the case of definitions including a `\label` command, we check the parameter positions as well.
In the case of definitions including a `\label` or any command that has a file parameter, we check the parameter positions as well.
For example,

<!-- ```latex -->
Expand Down

0 comments on commit 7ee99b8

Please sign in to comment.