Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Dec 22, 2024
1 parent a2c69f2 commit 76aa738
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Writerside/topics/Running-a-LaTeX-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ When enabled, auto compilation will only run when the file is actually saved to
To configure when a file is saved to disk (for example after a certain idle time), go to <ui-path>Settings | Appearance | System Settings</ui-path>.
Also see [https://www.jetbrains.com/help/idea/saving-and-reverting-changes.html](https://www.jetbrains.com/help/idea/saving-and-reverting-changes.html)

## Disable automatic compilation in power save mode

If you select this option, automatic compilation will always be on, except when power save mode is enabled, which can be done via <ui-path>File | Power Save Mode</ui-path>.
There are various other plugins which can automatically enable power save mode in certain situations.

### Automatic compilation support by compilers

Some compilers, at least latexmk and tectonic, also support automatic compilation.
Expand Down
10 changes: 5 additions & 5 deletions Writerside/topics/TeXiFy-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ If you disable this, consider if TeXiFy should support your use case and please
By default, when using a remote library (see [Tool Windows](Tool-Windows.md#remote-libraries)), any entries that you select in autocompletion will be copied to the local BibTeX file.
This settings disables that, which can be useful if you are including BibTeX files in a way that cannot be parsed by TeXiFy.

## Option to enable automatic compilation
_Since b0.6.8_

See [Support for automatic compilation](Running-a-LaTeX-file.md#automatic-compilation).

## Option to enable continuous preview of math and TikZ environments
_Since b0.6.7_

Expand Down Expand Up @@ -142,6 +137,11 @@ For more advantages, see [https://tex.stackexchange.com/questions/39285/whats-th

Choose what method to use to convert HTML to LaTeX when pasting from clipboard, see [Tools](Tools.md#paste-html-into-latex)

## Options for automatic compilation
_Since b0.6.8_

See [Support for automatic compilation](Running-a-LaTeX-file.md#automatic-compilation).

## Conventions
These settings can be found in <ui-path>File | Settings | Languages & Frameworks | TeXiFy | Conventions</ui-path> and allow you to configure Latex code conventions that apply either globally or for the current project.

Expand Down

0 comments on commit 76aa738

Please sign in to comment.