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: docs/advanced/environment-vars.qmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ You can read about other ways to set environment variables in Quarto Projects in
18
18
19
19
| Variable | Description |
20
20
|-----------------|-------------|
21
-
|`QUARTO_R`||
22
-
|`QUARTO_PYTHON`||
23
-
|||
21
+
|`QUARTO_R`|Explicit path to the version of `Rscript` to be used by the `knitr` engine and `quarto run *.R` command.|
22
+
|`QUARTO_PYTHON`|Explicit path to the version of `python` to be used by the `jupyter` engine and `quarto run *.py` command.|
23
+
|`QUARTO_VERSION_REQUIREMENT`| A [`semver`](https://semver.org/) string describing the Quarto version requested by the environment. If this check fails, Quarto will not run.|
Copy file name to clipboardExpand all lines: docs/reference/formats/asciidoc.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@
29
29
"name": "options",
30
30
"title": "Format Options",
31
31
"options": [
32
+
{
33
+
"name": "brand",
34
+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
35
+
},
32
36
{
33
37
"name": "quarto-required",
34
38
"description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n"
Copy file name to clipboardExpand all lines: docs/reference/formats/context.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@
33
33
"name": "options",
34
34
"title": "Format Options",
35
35
"options": [
36
+
{
37
+
"name": "brand",
38
+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
39
+
},
36
40
{
37
41
"name": "pdf-engine",
38
42
"description": "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"
Copy file name to clipboardExpand all lines: docs/reference/formats/dashboard.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,10 @@
55
55
"name": "options",
56
56
"title": "Format Options",
57
57
"options": [
58
+
{
59
+
"name": "brand",
60
+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
61
+
},
58
62
{
59
63
"name": "theme",
60
64
"description": "Theme name, theme scss file, or a mix of both."
Copy file name to clipboardExpand all lines: docs/reference/formats/docbook.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@
25
25
"name": "options",
26
26
"title": "Format Options",
27
27
"options": [
28
+
{
29
+
"name": "brand",
30
+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
31
+
},
28
32
{
29
33
"name": "identifier-prefix",
30
34
"description": "Specify a prefix to be added to all identifiers and internal links in HTML and\nDocBook output, and to footnote numbers in Markdown and Haddock output. \nThis is useful for preventing duplicate identifiers when generating fragments\nto be included in other pages.\n"
Copy file name to clipboardExpand all lines: docs/reference/formats/docx.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@
41
41
"name": "reference-doc",
42
42
"description": "Use the specified file as a style reference in producing a docx, \npptx, or odt file.\n"
43
43
},
44
+
{
45
+
"name": "brand",
46
+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
47
+
},
44
48
{
45
49
"name": "quarto-required",
46
50
"description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n"
0 commit comments