Skip to content

Commit 9f6ade3

Browse files
authored
Merge pull request #12905 from quarto-dev/lualatex-default
Schema update - lualatex is the new default engine
2 parents 51ea30f + bed050b commit 9f6ade3

File tree

4 files changed

+130
-229
lines changed

4 files changed

+130
-229
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 43 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -17385,7 +17385,7 @@ var require_yaml_intelligence_resources = __commonJS({
1738517385
},
1738617386
description: {
1738717387
short: "Use the specified engine when producing PDF output.",
17388-
long: "Use the specified engine when producing PDF output. If the engine is not\nin your PATH, the full path of the engine may be specified here. If this\noption is not specified, Quarto uses the following defaults\ndepending on the output format in use:\n\n- `latex`: `xelatex` (other options: `pdflatex`, `lualatex`,\n `tectonic`, `latexmk`)\n- `context`: `context`\n- `html`: `wkhtmltopdf` (other options: `prince`, `weasyprint`, `pagedjs-cli`;\n see [print-css.rocks](https://print-css.rocks) for a good\n introduction to PDF generation from HTML/CSS.)\n- `ms`: `pdfroff`\n- `typst`: `typst`\n"
17388+
long: "Use the specified engine when producing PDF output. If the engine is not\nin your PATH, the full path of the engine may be specified here. If this\noption is not specified, Quarto uses the following defaults\ndepending on the output format in use:\n\n- `latex`: `lualatex` (other options: `pdflatex`, `xelatex`,\n `tectonic`, `latexmk`)\n- `context`: `context`\n- `html`: `wkhtmltopdf` (other options: `prince`, `weasyprint`, `pagedjs-cli`;\n see [print-css.rocks](https://print-css.rocks) for a good\n introduction to PDF generation from HTML/CSS.)\n- `ms`: `pdfroff`\n- `typst`: `typst`\n"
1738917389
}
1739017390
},
1739117391
{
@@ -22345,6 +22345,11 @@ var require_yaml_intelligence_resources = __commonJS({
2234522345
"Alternative text for the logo, used for accessibility.",
2234622346
"Provide definitions and defaults for brand\u2019s logo in various formats\nand sizes.",
2234722347
"A dictionary of named logo resources.",
22348+
"A link or path to the brand\u2019s small-sized logo or icon.",
22349+
"A link or path to the brand\u2019s medium-sized logo.",
22350+
"A link or path to the brand\u2019s large- or full-sized logo.",
22351+
"Provide definitions and defaults for brand\u2019s logo in various formats\nand sizes.",
22352+
"A dictionary of named logo resources.",
2234822353
"A link or path to the brand\u2019s small-sized logo or icon, or a link or\npath to both the light and dark versions.",
2234922354
"A link or path to the brand\u2019s medium-sized logo, or a link or path to\nboth the light and dark versions.",
2235022355
"A link or path to the brand\u2019s large- or full-sized logo, or a link or\npath to both the light and dark versions.",
@@ -22363,7 +22368,25 @@ var require_yaml_intelligence_resources = __commonJS({
2236322368
"A bright color, used as a high-contrast foreground color on dark\nelements or low-contrast background color on light elements.",
2236422369
"A dark color, used as a high-contrast foreground color on light\nelements or high-contrast background color on light elements.",
2236522370
"The color used for hyperlinks. If not defined, the\n<code>primary</code> color is used.",
22371+
"A link or path to the brand\u2019s light-colored logo or icon.",
22372+
"A link or path to the brand\u2019s dark-colored logo or icon.",
22373+
"The brand\u2019s custom color palette and theme.",
22374+
"The brand\u2019s custom color palette. Any number of colors can be\ndefined, each color having a custom name.",
22375+
"The foreground color, used for text.",
22376+
"The background color, used for the page background.",
22377+
"The primary accent color, i.e.&nbsp;the main theme color. Typically used\nfor hyperlinks, active states, primary action buttons, etc.",
22378+
"The secondary accent color. Typically used for lighter text or\ndisabled states.",
22379+
"The tertiary accent color. Typically an even lighter color, used for\nhover states, accents, and wells.",
22380+
"The color used for positive or successful actions and\ninformation.",
22381+
"The color used for neutral or informational actions and\ninformation.",
22382+
"The color used for warning or cautionary actions and information.",
22383+
"The color used for errors, dangerous actions, or negative\ninformation.",
22384+
"A bright color, used as a high-contrast foreground color on dark\nelements or low-contrast background color on light elements.",
22385+
"A dark color, used as a high-contrast foreground color on light\nelements or high-contrast background color on light elements.",
22386+
"The color used for hyperlinks. If not defined, the\n<code>primary</code> color is used.",
2236622387
"A color, which may be a named brand color.",
22388+
"A link or path to the brand\u2019s light-colored logo or icon.",
22389+
"A link or path to the brand\u2019s dark-colored logo or icon.",
2236722390
"A named brand color, taken either from <code>color.theme</code> or\n<code>color.palette</code> (in that order).",
2236822391
"Typography definitions for the brand.",
2236922392
"Font files and definitions for the brand.",
@@ -22373,14 +22396,27 @@ var require_yaml_intelligence_resources = __commonJS({
2237322396
"Settings for inline code, or a string specifying the font family\nonly.",
2237422397
"Settings for code blocks, or a string specifying the font family\nonly.",
2237522398
"Settings for links.",
22399+
"Typography definitions for the brand.",
22400+
"Font files and definitions for the brand.",
22401+
"The base font settings for the brand. These are used as the default\nfor all text.",
22402+
"Settings for headings, or a string specifying the font family\nonly.",
22403+
"Settings for monospace text, or a string specifying the font family\nonly.",
22404+
"Settings for inline code, or a string specifying the font family\nonly.",
22405+
"Settings for code blocks, or a string specifying the font family\nonly.",
22406+
"Settings for links.",
2237622407
"Base typographic options.",
2237722408
"Typographic options for headings.",
22409+
"Typographic options for headings.",
22410+
"Typographic options for monospace elements.",
2237822411
"Typographic options for monospace elements.",
2237922412
"Typographic options for inline monospace elements.",
22413+
"Typographic options for inline monospace elements.",
2238022414
"Line height",
2238122415
"Typographic options for block monospace elements.",
22416+
"Typographic options for block monospace elements.",
22417+
"Typographic options for inline monospace elements.",
2238222418
"Typographic options for inline monospace elements.",
22383-
"Names of customizeable fonts",
22419+
"Names of customizeable typography elements",
2238422420
"Font files and definitions for the brand.",
2238522421
"A font weight.",
2238622422
"A font style.",
@@ -22408,7 +22444,7 @@ var require_yaml_intelligence_resources = __commonJS({
2240822444
"The font files to include. These can be local or online. Local file\npaths should be relative to the <code>brand.yml</code> file. Online\npaths should be complete URLs.",
2240922445
"The path to the font file. This can be a local path or a URL.",
2241022446
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
22411-
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
22447+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline (unified) brand definition, or an object with light\nand dark brand paths or definitions.",
2241222448
"The path to a light brand file or an inline light brand\ndefinition.",
2241322449
"The path to a dark brand file or an inline dark brand definition.",
2241422450
{
@@ -24491,76 +24527,7 @@ var require_yaml_intelligence_resources = __commonJS({
2449124527
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2449224528
"Manuscript configuration",
2449324529
"internal-schema-hack",
24494-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
24495-
"Provide definitions and defaults for brand\u2019s logo in various formats\nand sizes.",
24496-
"A dictionary of named logo resources.",
24497-
"A link or path to the brand\u2019s small-sized logo or icon.",
24498-
"A link or path to the brand\u2019s medium-sized logo.",
24499-
"A link or path to the brand\u2019s large- or full-sized logo.",
24500-
"Provide definitions and defaults for brand\u2019s logo in various formats\nand sizes.",
24501-
"A dictionary of named logo resources.",
24502-
"A link or path to the brand\u2019s small-sized logo or icon, or a link or\npath to both the light and dark versions.",
24503-
"A link or path to the brand\u2019s medium-sized logo, or a link or path to\nboth the light and dark versions.",
24504-
"A link or path to the brand\u2019s large- or full-sized logo, or a link or\npath to both the light and dark versions.",
24505-
"The brand\u2019s custom color palette and theme.",
24506-
"The brand\u2019s custom color palette. Any number of colors can be\ndefined, each color having a custom name.",
24507-
"The foreground color, used for text.",
24508-
"The background color, used for the page background.",
24509-
"The primary accent color, i.e.&nbsp;the main theme color. Typically used\nfor hyperlinks, active states, primary action buttons, etc.",
24510-
"The secondary accent color. Typically used for lighter text or\ndisabled states.",
24511-
"The tertiary accent color. Typically an even lighter color, used for\nhover states, accents, and wells.",
24512-
"The color used for positive or successful actions and\ninformation.",
24513-
"The color used for neutral or informational actions and\ninformation.",
24514-
"The color used for warning or cautionary actions and information.",
24515-
"The color used for errors, dangerous actions, or negative\ninformation.",
24516-
"A bright color, used as a high-contrast foreground color on dark\nelements or low-contrast background color on light elements.",
24517-
"A dark color, used as a high-contrast foreground color on light\nelements or high-contrast background color on light elements.",
24518-
"The color used for hyperlinks. If not defined, the\n<code>primary</code> color is used.",
24519-
"A link or path to the brand\u2019s light-colored logo or icon.",
24520-
"A link or path to the brand\u2019s dark-colored logo or icon.",
24521-
"The brand\u2019s custom color palette and theme.",
24522-
"The brand\u2019s custom color palette. Any number of colors can be\ndefined, each color having a custom name.",
24523-
"The foreground color, used for text.",
24524-
"The background color, used for the page background.",
24525-
"The primary accent color, i.e.&nbsp;the main theme color. Typically used\nfor hyperlinks, active states, primary action buttons, etc.",
24526-
"The secondary accent color. Typically used for lighter text or\ndisabled states.",
24527-
"The tertiary accent color. Typically an even lighter color, used for\nhover states, accents, and wells.",
24528-
"The color used for positive or successful actions and\ninformation.",
24529-
"The color used for neutral or informational actions and\ninformation.",
24530-
"The color used for warning or cautionary actions and information.",
24531-
"The color used for errors, dangerous actions, or negative\ninformation.",
24532-
"A bright color, used as a high-contrast foreground color on dark\nelements or low-contrast background color on light elements.",
24533-
"A dark color, used as a high-contrast foreground color on light\nelements or high-contrast background color on light elements.",
24534-
"The color used for hyperlinks. If not defined, the\n<code>primary</code> color is used.",
24535-
"A link or path to the brand\u2019s light-colored logo or icon.",
24536-
"A link or path to the brand\u2019s dark-colored logo or icon.",
24537-
"Typography definitions for the brand.",
24538-
"Font files and definitions for the brand.",
24539-
"The base font settings for the brand. These are used as the default\nfor all text.",
24540-
"Settings for headings, or a string specifying the font family\nonly.",
24541-
"Settings for monospace text, or a string specifying the font family\nonly.",
24542-
"Settings for inline code, or a string specifying the font family\nonly.",
24543-
"Settings for code blocks, or a string specifying the font family\nonly.",
24544-
"Settings for links.",
24545-
"Typography definitions for the brand.",
24546-
"Font files and definitions for the brand.",
24547-
"The base font settings for the brand. These are used as the default\nfor all text.",
24548-
"Settings for headings, or a string specifying the font family\nonly.",
24549-
"Settings for monospace text, or a string specifying the font family\nonly.",
24550-
"Settings for inline code, or a string specifying the font family\nonly.",
24551-
"Settings for code blocks, or a string specifying the font family\nonly.",
24552-
"Settings for links.",
24553-
"Typographic options for headings.",
24554-
"Typographic options for headings.",
24555-
"Typographic options for monospace elements.",
24556-
"Typographic options for monospace elements.",
24557-
"Typographic options for inline monospace elements.",
24558-
"Typographic options for inline monospace elements.",
24559-
"Typographic options for block monospace elements.",
24560-
"Typographic options for block monospace elements.",
24561-
"Typographic options for inline monospace elements.",
24562-
"Typographic options for inline monospace elements.",
24563-
"Names of customizeable typography elements"
24530+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
2456424531
],
2456524532
"schema/external-schemas.yml": [
2456624533
{
@@ -24789,12 +24756,12 @@ var require_yaml_intelligence_resources = __commonJS({
2478924756
mermaid: "%%"
2479024757
},
2479124758
"handlers/mermaid/schema.yml": {
24792-
_internalId: 197022,
24759+
_internalId: 197308,
2479324760
type: "object",
2479424761
description: "be an object",
2479524762
properties: {
2479624763
"mermaid-format": {
24797-
_internalId: 197014,
24764+
_internalId: 197300,
2479824765
type: "enum",
2479924766
enum: [
2480024767
"png",
@@ -24810,7 +24777,7 @@ var require_yaml_intelligence_resources = __commonJS({
2481024777
exhaustiveCompletions: true
2481124778
},
2481224779
theme: {
24813-
_internalId: 197021,
24780+
_internalId: 197307,
2481424781
type: "anyOf",
2481524782
anyOf: [
2481624783
{

0 commit comments

Comments
 (0)