Skip to content

Commit c0a75c4

Browse files
Enhance LaTeX configuration documentation with usage context (#1956)
* Update organize/settings.mdx * Update organize/settings.mdx --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
1 parent 8f4e18c commit c0a75c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

organize/settings.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@ This section contains the full reference for the `docs.json` file.
134134
The style of the page eyebrow. Choose `section` to show the section name or `breadcrumbs` to show the full navigation path. Defaults to `section`.
135135
</ResponseField>
136136
<ResponseField name="latex" type="boolean">
137-
Controls whether LaTeX stylesheets are included, overriding automatic detection.
137+
Controls whether LaTeX stylesheets are included, overriding automatic detection. By default, Mintlify automatically detects LaTeX usage in your content and loads the necessary stylesheets.
138+
139+
- Set to `true` to force-load LaTeX stylesheets when automatic detection fails to recognize your mathematical expressions.
140+
- Set to `false` to prevent loading LaTeX stylesheets for improved performance if you don't use mathematical expressions but have content that triggers false-positive detection.
138141
</ResponseField>
139142
<ResponseField name="codeblocks" type='"system" | "dark" | string | object'>
140143
Code block theme configuration. Defaults to `"system"`.

0 commit comments

Comments
 (0)