You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: organize/settings.mdx
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,10 @@ This section contains the full reference for the `docs.json` file.
134
134
The style of the page eyebrow. Choose `section` to show the section name or `breadcrumbs` to show the full navigation path. Defaults to `section`.
135
135
</ResponseField>
136
136
<ResponseFieldname="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.
0 commit comments