Add logo in tile only page one beamer on top

Beamer is a LaTeX class for producing presentations and slides. To learn more about Beamer see https://ctan.org/pkg/beamer.

See the Beamer format user guide for more details on creating Beamer output with Quarto.

Title & Author

title

Document title

subtitle

Identifies the subtitle of the document.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
0 Document date
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

1

Author or authors of the document

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
2 Author affiliations for the presentation.
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

3

Summary of document

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
4 The contents of an acknowledgments footnote after the document title.
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

5

Order for document when included in a website automatic sidebar menu.

Format Options

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
6 Theme name, theme scss file, or a mix of both.
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

7

Use the specified engine when producing PDF output. If the engine is not in your PATH, the full path of the engine may be specified here. If this option is not specified, Quarto uses the following defaults depending on the output format in use:

  • `

    fontfamily: libertinus fontfamilyoptions:

    • osf
    • p

      8:

      fontfamily: libertinus fontfamilyoptions:
    • osf
    • p

      9 (other options:

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional

      0,

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional

      1,

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional

      2,

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 3)
  • `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional

      4:

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 4
  • `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional

      6:

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional

      7 (other options:

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional

      8,

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 9; see print-css.rocks for a good introduction to PDF generation from HTML/CSS.)
  • `

    geometry:

    • top=30mm
    • left=20mm
    • heightrounded

      0:

      geometry:
    • top=30mm
    • left=20mm
    • heightrounded ` 1

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
2 Use the given string as a command-line argument to the pdf-engine. For example, to use a persistent directory foo for latexmk’s auxiliary files, use
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

3. Note that no check for duplicate options is done.

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
4 Whether to produce a Beamer article from this presentation.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

5

Add an extra Beamer option using

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
6.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

7

The aspect ratio for this presentation.

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
8 The logo image for slides.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

9

The image for the title slide.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
0 Controls navigation symbols for the presentation (
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

1,

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
2,
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

3, or

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
4)
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

5

Whether to enable title pages for new sections.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
6 The Beamer color theme for this presentation.
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

7

The Beamer font theme for this presentation.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
8 The Beamer inner theme for this presentation.
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

9

The Beamer outer theme for this presentation.

header-includes: |
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\itshape]{paragraph}
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\scshape,
    indent=0pt]{subparagraph}

0

Options passed to LaTeX Beamer themes.

header-includes: |
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\itshape]{paragraph}
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\scshape,
    indent=0pt]{subparagraph}

1

A semver version range describing the supported quarto versions for this document or project.

Examples:

  • header-includes: | \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,  
    afterskip=1sp plus -1sp minus 1sp,  
    font=\normalfont\itshape]{paragraph}  
    
    \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,  
    afterskip=1sp plus -1sp minus 1sp,  
    font=\normalfont\scshape,  
    indent=0pt]{subparagraph}  
    
    2: Require at least quarto version 1.1
  • header-includes: | \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,  
    afterskip=1sp plus -1sp minus 1sp,  
    font=\normalfont\itshape]{paragraph}  
    
    \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,  
    afterskip=1sp plus -1sp minus 1sp,  
    font=\normalfont\scshape,  
    indent=0pt]{subparagraph}  
    
    3: Require any quarto versions whose major version number is 1

Table of Contents

header-includes: |
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\itshape]{paragraph}
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\scshape,
    indent=0pt]{subparagraph}

4

Include an automatically generated table of contents (or, in the case of

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
8,
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

4,

header-includes: |
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\itshape]{paragraph}
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\scshape,
    indent=0pt]{subparagraph}

7,

header-includes: |
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\itshape]{paragraph}
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\scshape,
    indent=0pt]{subparagraph}

8,

header-includes: |
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\itshape]{paragraph}
  \RedeclareSectionCommand[
    beforeskip=-10pt plus -2pt minus -1pt,
    afterskip=1sp plus -1sp minus 1sp,
    font=\normalfont\scshape,
    indent=0pt]{subparagraph}

9,

execute:
  echo: false
  warning: false

0, or

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
0, an instruction to create one) in the output document. This option has no effect if
execute: echo: false warning: false

2 is 
execute: echo: false warning: false

3.

Note that if you are producing a PDF via 
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

0, the table of contents will appear at the beginning of the document, before the title. If you would prefer it to be at the end of the document, use the option

execute:
  echo: false
  warning: false

5.

execute:
  echo: false
  warning: false

6

Specify the number of section levels to include in the table of contents. The default is 3

execute:
  echo: false
  warning: false

7

The title used for the table of contents.

execute:
  echo: false
  warning: false

8

Print a list of figures in the document.

execute:
  echo: false
  warning: false

9

Print a list of tables in the document.

Numbering

{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

0

Number section headings rendered output. By default, sections are not numbered. Sections with class

{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

1 will never be numbered, even if

{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

0 is specified.

{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

3

By default, all headings in your document create a numbered section. You customize numbering depth using the

{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

3 option.

For example, to only number sections immediately below the chapter level, use this:

number-depth: 1
{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

5

Offset for section headings in output (offsets are 0 by default) The first number is added to the section number for top-level headings, the second for second-level headings, and so on. So, for example, if you want the first top-level heading in your document to be numbered “6”, specify

{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

6. If your document starts with a level-2 heading which you want to be numbered “1.5”, specify

{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

7. Implies

{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

0

{ "default": {
    "container-title": {
      "Lloyd's Law Reports": "Lloyd's Rep",
      "Estates Gazette": "EG",
      "Scots Law Times": "SLT"
    }
  }
}

9

Shift heading levels by a positive or negative integer. For example, with `title`0, level 2 headings become level 1 headings, and level 3 headings become level 2 headings. Headings cannot have a level less than 1, so a heading that would be shifted below level 1 becomes a regular paragraph. Exception: with a shift of -N, a level-N heading at the beginning of the document replaces the metadata title.

`title`1

Treat top-level headings as the given division type (`title`2, `title`3, `title`4, or `title`5). The hierarchy order is part, chapter, then section; all headings are shifted such that the top-level heading becomes the specified type.

The default behavior is to determine the best division type via heuristics: unless other conditions apply, `title`3 is chosen. When the `title`7 variable is set to `title`8, `title`9, or `subtitle`0 (unless the `subtitle`1 option is specified), `title`4 is implied as the setting for this option. If `subtitle`3 is the output format, specifying either `title`4 or `title`5 will cause top-level headings to become `subtitle`6, while second-level headings remain as their default type.

Slides

`subtitle`7

Make list items in slide shows display incrementally (one by one). The default is for lists to be displayed all at once.

`subtitle`8

Specifies that headings with the specified level create slides. Headings above this level in the hierarchy are used to divide the slide show into sections; headings below this level create subheads within a slide. Valid values are 0-6. If a slide level of 0 is specified, slides will not be split automatically on headings, and horizontal rules must be used to indicate slide boundaries. If a slide level is not specified explicitly, the slide level will be set automatically based on the contents of the document

Fonts

`subtitle`9

For HTML output, sets the CSS

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
00 on the HTML element. For LaTeX output, the main font family for use with
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

9 or

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
1\. Takes the name of any system font, using the
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

03 package.

For ConTeXt output, the main font family. Use the name of any system font. See ConTeXt Fonts for more information.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
04 For HTML output, sets the CSS font-family property on code elements. For PowerPoint output, sets the font used for code. For LaTeX output, the monospace font family for use with
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

9 or

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
1: take the name of any system font, using the
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

03 package.

For ConTeXt output, the monspace font family. Use the name of any system font. See ConTeXt Fonts for more information.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
08 For HTML output, sets the base CSS
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

09 property.

For LaTeX and ConTeXt output, sets the font size for the document body text.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
10 Allows font encoding to be specified through
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

10 package.

See LaTeX Font Encodings Guide for addition information on font encoding.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
12 Font package to use when compiling a PDf with the
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

0

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
7. See The LaTeX Font Catalogue for a summary of font options available. For groff (
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `
  1. files, the font family for example,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
16 or
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

17.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
18 Options for the package used as
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

12.

For example, to use the Libertine font with proportional lowercase (old-style) figures through the

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
20 package:
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
21 The sans serif font family for use with
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

9 or

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
1\. Takes the name of any system font, using the
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

03 package.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
25 The math font family for use with
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

9 or

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
1\. Takes the name of any system font, using the
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

03 package.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
29 The CJK main font family for use with
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

9 or

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
1 using the
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

32 package.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
33 The main font options for use with
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

9 or

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
1 allowing any options available through
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

03.

For example, to use the TeX Gyre version of Palatino with lowercase figures:

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

37

The sans serif font options for use with

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
9 or
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

1 allowing any options available through

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
03.
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

41

The monospace font options for use with

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
9 or
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

1 allowing any options available through

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
03.
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

45

The math font options for use with

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
9 or
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

1 allowing any options available through

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
03.
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

49

The CJK font options for use with

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
9 or
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

1 allowing any options available through

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
03.
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

53

Options to pass to the microtype package.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
54 For HTML output sets the CSS
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

55 property on the html element, which is preferred to be unitless.

For LaTeX output, adjusts line spacing using the setspace package, e.g. 1.25, 1.5.

Colors

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
56 For HTML output, sets the CSS
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

57 property on all links.

For LaTeX output, The color used for internal links using color options allowed by

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
58, including the
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

59,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
60, and
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

61 lists.

For ConTeXt output, sets the color for both external links and links within the document.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
62 The color used for external links using color options allowed by
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

58, including the

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
59,
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

60, and

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
61 lists.
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

67

The color used for citation links using color options allowed by

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
58, including the
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

59,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
60, and
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

61 lists.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
72 The color used for linked URLs using color options allowed by
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

58, including the

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
59,
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

60, and

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
61 lists.
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

77

The color used for links in the Table of Contents using color options allowed by

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
58, including the
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

59,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
60, and
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

61 lists.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
82 Add color to link text, automatically enabled if any of
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

56,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
62,
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

67,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
72, or
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

77 are set.

Layout

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
88 Where to place figure and table captions (
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

89,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
90, or
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

91)

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
92 Where to place figure captions (
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

89,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
90, or
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

91)

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
96 Where to place table captions (
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

89,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
90, or
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

91)

`title`7

The document class.

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
01 For LaTeX/PDF output, the options set for the document class. For HTML output using KaTeX, you can render display math equations flush left using
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

02

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
03 Control the
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

04 for the document.

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
05 The paper size for the document.
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

06

Properties of the grid system used to layout Quarto HTML pages.

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
07 For HTML output, sets the
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

07 property on the Body element.

For LaTeX output, sets the left margin if

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
09 is not used (otherwise
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

09 overrides this value)

For ConTeXt output, sets the left margin if

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
11 is not used, otherwise
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

11 overrides these.

For

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
7 sets the left page margin.
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

14

For HTML output, sets the

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
14 property on the Body element. For LaTeX output, sets the right margin if
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

09 is not used (otherwise

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
09 overrides this value) For ConTeXt output, sets the right margin if
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

11 is not used, otherwise

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
11 overrides these. For
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

7 sets the right page margin.

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
21 For HTML output, sets the
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

21 property on the Body element.

For LaTeX output, sets the top margin if

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
09 is not used (otherwise
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

09 overrides this value)

For ConTeXt output, sets the top margin if

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
11 is not used, otherwise
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

11 overrides these.

For

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
7 sets the top page margin.
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

28

For HTML output, sets the

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
28 property on the Body element. For LaTeX output, sets the bottom margin if
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

09 is not used (otherwise

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
09 overrides this value) For ConTeXt output, sets the bottom margin if
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

11 is not used, otherwise

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
11 overrides these. For
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

7 sets the bottom page margin.

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
09 Options for the geometry package. For example:
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
36 Options for the hyperref package. For example:
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

To customize link colors, please see the .

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
37 Whether to use document class settings for indentation. If the document class settings are not used, the default LaTeX template removes indentation and adds space between paragraphs For groff (
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `
  1. documents, the paragraph indent, for example,

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
39.
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

40

Make

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
41 and
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

42 (fourth- and fifth-level headings, or fifth- and sixth-level with book classes) free-standing rather than run-in; requires further formatting to distinguish from

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
43 (third- or fourth-level headings). Instead of using this option, KOMA-Script can adjust headings more extensively:
header-includes: | \RedeclareSectionCommand[
beforeskip=-10pt plus -2pt minus -1pt,
afterskip=1sp plus -1sp minus 1sp,
font=\normalfont\itshape]{paragraph}
\RedeclareSectionCommand[
beforeskip=-10pt plus -2pt minus -1pt,
afterskip=1sp plus -1sp minus 1sp,
font=\normalfont\scshape,
indent=0pt]{subparagraph}
`

Code

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
44 Include line numbers in code block output (
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

45 or

execute:
  echo: false
  warning: false

3).

For revealjs output only, you can also specify a string to highlight specific lines (and/or animate between sets of highlighted lines).

  • Sets of lines are denoted with commas:
    • `

      mainfont: TeX Gyre Pagella mainfontoptions:

      • Numbers=Lowercase
      • Numbers=Proportional ` 47
    • `

      mainfont: TeX Gyre Pagella mainfontoptions:

      • Numbers=Lowercase
      • Numbers=Proportional ` 48
  • Ranges can be denoted with dashes and combined with commas:
    • `

      mainfont: TeX Gyre Pagella mainfontoptions:

      • Numbers=Lowercase
      • Numbers=Proportional ` 49
    • `

      mainfont: TeX Gyre Pagella mainfontoptions:

      • Numbers=Lowercase
      • Numbers=Proportional ` 50
  • Finally, animation steps are separated by `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional ` 51:
    • `

      mainfont: TeX Gyre Pagella mainfontoptions:

      • Numbers=Lowercase
      • Numbers=Proportional

        52 first shows

        mainfont: TeX Gyre Pagella mainfontoptions:
      • Numbers=Lowercase
      • Numbers=Proportional

        53, then

        mainfont: TeX Gyre Pagella mainfontoptions:
      • Numbers=Lowercase
      • Numbers=Proportional ` 49
    • `

      mainfont: TeX Gyre Pagella mainfontoptions:

      • Numbers=Lowercase
      • Numbers=Proportional ` 55 first shows no numbering, then 5, then lines 5-10 and 12

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
56 The style to use when displaying code annotations. Set this value to false to hide code annotations.
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

57

Specifies to apply a left border on code blocks. Provide a hex color to specify that the border is enabled as well as the color of the border.=

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
58 Specifies to apply a background color on code blocks. Provide a hex color to specify that the background color is enabled as well as the color of the background.
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

59

Specifies the coloring style to be used in highlighted source code.

Instead of a STYLE name, a JSON file with extension

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
60 may be supplied. This will be parsed as a KDE syntax highlighting theme and (if valid) used as the highlighting style.
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

61

KDE language syntax definition files (XML)

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
62 Use the
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

62 package for LaTeX code blocks. The package does not support multi-byte encoding for source code. To handle UTF-8 you would need to use a custom template. This issue is fully documented here:

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
64 Specify classes to use for all indented code blocks ## Execution Execution options should be specified within the
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

65 key. For example:

execute:
  echo: false
  warning: false
mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
66 Evaluate code cells (if
execute: echo: false warning: false

3 just echos the code into output).

  • ` mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 45 (default): evaluate code cell
  • execute: echo: false warning: false 3: don’t evaluate code cell
  • ` mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 70: A list of positive or negative line numbers to selectively include or exclude lines (explicit inclusion/excusion of lines is available only when using the knitr engine)
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

71

Include cell source code in rendered output.

  • `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional ` 45 (default): include source code in output
  • execute: echo: false warning: false

    3: do not include source code in output
  • `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional ` 74: in addition to echoing, include the cell delimiter as part of the output.
  • `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional ` 70: A list of positive or negative line numbers to selectively include or exclude lines (explicit inclusion/excusion of lines is available only when using the knitr engine)

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
76 Include the results of executing the code in the output. Possible values:
  • ` mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 45: Include results.
  • execute: echo: false warning: false 3: Do not include results.
  • ` mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 79: Treat output as raw markdown with no enclosing containers.
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

80

Include warnings in rendered output.

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
81 Include errors in the output (note that this implies that errors executing code will not halt processing of the document).
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

82

Catch all for preventing any output (code or results) from being included in output.

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
83 Cache results of computations (using the knitr cache for R documents, and Jupyter Cache for Jupyter documents). Note that cache invalidation is triggered by changes in chunk source code (or other cache attributes you’ve defined).
  • ` mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 45: Cache results
  • execute: echo: false warning: false 3: Do not cache results
  • ` mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 86: Force a refresh of the cache even if has not been otherwise invalidated.
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

87

Control the re-use of previous computational output when rendering.

  • `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional ` 45: Never recompute previously generated computational output during a global project render
  • execute: echo: false warning: false

    3 (default): Recompute previously generated computational output
  • `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional ` 90: Re-compute previously generated computational output only in case their source file changes

Figures

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
91 Figure horizontal alignment (`title`2,
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

93,

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
94, or
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

95)

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
96 LaTeX environment for figure output
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

97

LaTeX figure position arrangement to be used in

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
98. Computational figure output that is accompanied by the code that produced it is given a default value of
mainfont: TeX Gyre Pagella mainfontoptions:

  • Numbers=Lowercase
  • Numbers=Proportional `

99 (so that the code and figure are not inordinately separated).

If

mainfont: TeX Gyre Pagella
mainfontoptions:
  • Numbers=Lowercase
  • Numbers=Proportional `
97 is
execute: echo: false warning: false

3, then we don’t use any figure position specifier, which is sometimes necessary with custom figure environments (such as 
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

02).

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
92 Where to place figure captions (
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

89,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
90, or
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

91)

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
07 Default width for figures generated by Matplotlib or R graphics. Note that with the Jupyter engine, this option has no effect when provided at the cell level; it can only be provided with document or project metadata.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

08

Default height for figures generated by Matplotlib or R graphics.

Note that with the Jupyter engine, this option has no effect when provided at the cell level; it can only be provided with document or project metadata.

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
09 Default format for figures generated by Matplotlib or R graphics (
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

10,

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
11,
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

12,

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
13, or
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

14)

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
15 Default DPI for figures generated by Matplotlib or R graphics. Note that with the Jupyter engine, this option has no effect when provided at the cell level; it can only be provided with document or project metadata.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

16

The aspect ratio of the plot, i.e., the ratio of height/width. When

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
16 is specified, the height of a plot (the option
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `
  1. is calculated from

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
19. The
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

16 option is only available within the knitr engine.

Tables

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
21 Apply explicit table column widths for markdown grid tables and pipe tables that are more than
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

22 characters wide (72 by default).

Some formats (e.g. HTML) do an excellent job automatically sizing table columns and so don’t benefit much from column width specifications. Other formats (e.g. LaTeX) require table column sizes in order to correctly flow longer cell content (this is a major reason why tables > 72 columns wide are assigned explicit widths by Pandoc).

This can be specified as:

  • `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional

      90: Apply markdown table column widths except when there is a hyperlink in the table (which tends to throw off automatic calculation of column widths based on the markdown text width of cells). (

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 90 is the default for HTML output formats)
  • `

    mainfont: TeX Gyre Pagella mainfontoptions:

    • Numbers=Lowercase
    • Numbers=Proportional

      45: Always apply markdown table widths (

      mainfont: TeX Gyre Pagella mainfontoptions:
    • Numbers=Lowercase
    • Numbers=Proportional ` 45 is the default for all non-HTML formats)
  • execute: echo: false warning: false

    3: Never apply markdown table widths.
  • An array of numbers (e.g. `

    geometry:

    • top=30mm
    • left=20mm
    • heightrounded ` 28): Array of explicit width percentages.

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
96 Where to place table captions (
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

89,

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
90, or
fontfamily: libertinus fontfamilyoptions:

  • osf
  • p `

91)

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
33 Method used to print tables in Knitr engine documents:
  • `title`2: Use the default S3 method for the data frame.
  • ` geometry:
    • top=30mm
    • left=20mm
    • heightrounded 35: Markdown table using the geometry:
    • top=30mm
    • left=20mm
    • heightrounded ` 36 function.
  • ` geometry:
    • top=30mm
    • left=20mm
    • heightrounded 37: Plain text table using the geometry:
    • top=30mm
    • left=20mm
    • heightrounded ` 37 package.
  • ` geometry:
    • top=30mm
    • left=20mm
    • heightrounded ` 39: HTML table with paging for row and column overflow.
The default printing method is
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

35.

References

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
41 Document bibliography (BibTeX or CSL). May be a single file or a list of files
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

42

Citation Style Language file to use for formatting references.

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
43 Method used to format citations (
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

44,

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
45, or
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

46).

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
44 Turn on built-in citation processing. To use this feature, you will need to have a document containing citations and a source of bibliographic data: either an external bibliography file or a list of
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

48 in the document’s YAML metadata. You can optionally also include a

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
42 citation style file.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

50

A list of options for BibLaTeX.

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
51 One or more options to provide for
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

45 when generating a bibliography.

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
53 The bibliography style to use (e.g.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `
  1. when using

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
45 or
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

46.

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
57 The bibliography title to use when using
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

45 or

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
46.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

60

Controls whether to output bibliography configuration for

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
45 or
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

46 when cite method is not

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
44.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

64

JSON file containing abbreviations of journals that should be used in formatted bibliographies when

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
65 is specified. The format of the file can be illustrated with an example:
{ "default": {
"container-title": {
  "Lloyd's Law Reports": "Lloyd's Rep",
  "Estates Gazette": "EG",
  "Scots Law Times": "SLT"
}
} }undefined geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

66

If true, citations will be hyperlinked to the corresponding bibliography entries (for author-date and numerical styles only). Defaults to false.

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
67 If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be rendered as hyperlinks. (If an entry contains a DOI, PMCID, PMID, or URL, but none of these fields are rendered by the style, then the title, or in the absence of a title the whole entry, will be hyperlinked.) Defaults to true.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

68

If true (the default for note styles), Quarto (via Pandoc) will put footnote references or superscripted numerical citations after following punctuation. For example, if the source contains blah blah ()., the result will look like blah blah.[^1], with the note moved after the period and the space collapsed.

If false, the space will still be collapsed, but the footnote will not be moved after the punctuation. The option may also be used in numerical styles that use superscripts for citation numbers (but for these styles the default is not to move the citation).

Footnotes

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
69 Causes links to be printed as footnotes. ## Citation
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

70

Citation information for the document itself specified as CSL YAML in the document front matter.

For more on supported options, see Citation Metadata.

Language

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
71 Identifies the main language of the document using IETF language tags (following the BCP 47 standard), such as
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

72 or

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
73\. The Language subtag lookup tool can look up or verify these tags. This affects most formats, and controls hyphenation in PDF output when using LaTeX (through
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

74 and

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
  1. or ConTeXt.
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

76

YAML file containing custom language translations

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
77 The base script direction for the document (
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

78 or

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
79). For bidirectional documents, native pandoc
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

80s and

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
81s with the
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

77 attribute can be used to override the base direction in some output formats. This may not always be necessary if the final renderer (e.g. the browser, when generating HTML) supports the [Unicode Bidirectional Algorithm].

When using LaTeX for bidirectional documents, only the

fontfamily: libertinus
fontfamilyoptions:
  • osf
  • p `
9 engine is fully supported (use
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

84).

Includes

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
85 Include contents at the beginning of the document body (e.g. after the
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

86 tag in HTML, or the

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
87 command in LaTeX). A string value or an object with key “file” indicates a filename whose contents are to be included An object with key “text” indicates textual content to be included
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

88

Include content at the end of the document body immediately after the markdown content. While it will be included before the closing

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
89 tag in HTML and the
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

90 command in LaTeX, this option refers to the end of the markdown content.

A string value or an object with key “file” indicates a filename whose contents are to be included

An object with key “text” indicates textual content to be included

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
91 Include contents at the end of the header. This can be used, for example, to include special CSS or JavaScript in HTML documents. A string value or an object with key “file” indicates a filename whose contents are to be included An object with key “text” indicates textual content to be included
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

92

Read metadata from the supplied YAML (or JSON) files. This option can be used with every input format, but string scalars in the YAML file will always be parsed as Markdown. Generally, the input will be handled the same as in YAML metadata blocks. Values in files specified later in the list will be preferred over those specified earlier. Metadata values specified inside the document, or by using

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
93, overwrite values specified with this option. ## Metadata
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

94

List of keywords to be included in the document metadata.

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
95 The document subject
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

96

Sets the title metadata for the document

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
97 Sets the author metadata for the document
geometry:

  • top=30mm
  • left=20mm
  • heightrounded `

98

Sets the date metadata for the document

Rendering

geometry:
  • top=30mm
  • left=20mm
  • heightrounded `
99 Format to read from. Extensions can be individually enabled or disabled by appending +EXTENSION or -EXTENSION to the format name (e.g. markdown+emoji).
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

00

Output file to write to

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
01 Extension to use for generated output file
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

02

Use the specified file as a custom template for the generated document.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
03 Include the specified files as partials accessible to the template for the generated content.
execute: echo: false warning: false

2

Produce output with an appropriate header and footer (e.g. a standalone HTML, LaTeX, TEI, or RTF file, not a fragment)
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

05

Specify executables or Lua scripts to be used as a filter transforming the pandoc AST after the input is parsed and before the output is written.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
06 Specify Lua scripts that implement shortcode handlers
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

07

Keep the markdown file generated by executing code

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
08 Keep the notebook file generated from executing code.
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

09

Filters to pre-process ipynb files before rendering to markdown

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
10 Keep the intermediate tex file used during render.
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

11

Extract images and other media contained in or linked from the source document to the path DIR, creating it if necessary, and adjust the images references in the document so they point to the extracted files. Media are downloaded, read from the file system, or extracted from a binary container (e.g. docx), as needed. The original file paths are used if they are relative paths not containing … Otherwise filenames are constructed from the SHA1 hash of the contents.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
12 List of paths to search for images and other resources.
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

13

Specify a default extension to use when image paths/URLs have no extension. This allows you to use the same source for formats that require different kinds of images. Currently this option only affects the Markdown and LaTeX readers.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
14 Specifies a custom abbreviations file, with abbreviations one to a line. This list is used when reading Markdown input: strings found in this list will be followed by a nonbreaking space, and the period will not produce sentence-ending space in formats like LaTeX. The strings may not contain spaces.
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

15

Specify the default dpi (dots per inch) value for conversion from pixels to inch/ centimeters and vice versa. (Technically, the correct term would be ppi: pixels per inch.) The default is

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
16\. When images contain information about dpi internally, the encoded value is used instead of the default specified by this option. ## Latexmk
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

17

Use Quarto’s built-in PDF rendering wrapper (includes support for automatically installing missing LaTeX packages)

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
18 Enable/disable automatic LaTeX package installation
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

19

Minimum number of compilation passes.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
20 Maximum number of compilation passes.
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

21

Clean intermediates after compilation.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
22 Program to use for
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

23.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
24 Array of command line options for
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

23.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
26 Array of command line options for
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

27.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
28 Output directory for intermediates and PDF.
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

29

Set to

execute:
  echo: false
  warning: false

3 to prevent an installation of TinyTex from being used to compile PDF documents.

hyperrefoptions:
  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `
31 Array of paths LaTeX should search for inputs. ## Text Output
hyperrefoptions:

  • linktoc=all
  • pdfwindowui
  • pdfpagemode=FullScreen `

32

Use only ASCII characters in output. Currently supported for XML and HTML formats (which use entities instead of UTF-8 when this option is selected), CommonMark, gfm, and Markdown (which use entities), roff ms (which use hexadecimal escapes), and to a limited degree LaTeX (which uses standard commands for accented characters when possible). roff man output uses ASCII by default.

How do I add an image to the title page in Beamer?

You can add an image on the title slide in beamer using \titlegraphic{} . Its position is dependent on, i.e. defined by, the used theme.

How do I customize my title page in Beamer?

How to customize the title page of beamer presentation?.

remove title page number;.

add logo or banner;.

move title, subtitle etc.;.

add a label;.

How to insert logo in LaTeX?

The options are as follows:.

Use the Insert Figure button( ), located on the editor toolbar, to insert a figure into Visual Editor or Code Editor..

Copy and paste an image into Visual Editor or Code Editor..

Use Code Editor to write LaTeX code that inserts a graphic and places it inside a figure environment..

How do you add a line to the title page in Beamer?

You can add a line break inside of the \author{•} macro with an additional space. As a consultant in a sense belongs to the author I would prefer this way. If you don't need an institute on the title page, you can also use the \institute{•} macro (or any other field you don't need) and adjust the font size if desired.