Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Jan 8, 2025
1 parent f96817a commit 34619fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utilities/manual/build/html/advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ <h2>Advanced header usage<a class="headerlink" href="#advanced-header-usage" tit
<h2>Local packages<a class="headerlink" href="#local-packages" title="Link to this heading">#</a></h2>
<p>Many users define personal commands, settings, colors, etc in a personal file which is included into the latex document via <code class="docutils literal notranslate"><span class="pre">\include</span></code> or <code class="docutils literal notranslate"><span class="pre">\input</span></code>.
TeXstudio can read the files and take up the defined commands for completion but is does not have any understanding of the arguments like if they are labels, texts or math elements.
The syntactital definition is given to TeXstudio via <a class="reference internal" href="background.html#description-of-the-cwl-format"><span class="std std-ref">cwl files</span></a>.
The syntactical definition is given to TeXstudio via <a class="reference internal" href="background.html#description-of-the-cwl-format"><span class="std std-ref">cwl files</span></a>.
TeXstudio searches for local cwl files for local packages. To notify TeXstudio that a package is local, the package name has to be given as a relative path, e.g. <code class="docutils literal notranslate"><span class="pre">\usepackage{./myPackage}</span></code>.
TeXstudio looks for <code class="docutils literal notranslate"><span class="pre">./myPackage.cwl</span></code> and loads it if present.</p>
<div class="admonition note">
Expand Down
2 changes: 1 addition & 1 deletion utilities/manual/build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion utilities/manual/source/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ the following magic comments:

Many users define personal commands, settings, colors, etc in a personal file which is included into the latex document via `\include` or `\input`.
TeXstudio can read the files and take up the defined commands for completion but is does not have any understanding of the arguments like if they are labels, texts or math elements.
The syntactital definition is given to TeXstudio via [cwl files](background.md#description-of-the-cwl-format).
The syntactical definition is given to TeXstudio via [cwl files](background.md#description-of-the-cwl-format).
TeXstudio searches for local cwl files for local packages. To notify TeXstudio that a package is local, the package name has to be given as a relative path, e.g. `\usepackage{./myPackage}`.
TeXstudio looks for `./myPackage.cwl` and loads it if present.

Expand Down

0 comments on commit 34619fc

Please sign in to comment.