What version of Quarto do I have[1]?
quarto check
For every presentation a subfolder inside the subfolder qmd.
Link to the presentation in js.js:
let nameOfPresentation = "<name-of-presentation>";
createLink(div, "presentation-" + nameOfPresentation, nameOfPresentation + ".html", "<The title of the presentation>");
Cloning multiplex[2].
In the multiplex’s folder:
npm install reveal-multiplex
Creating the service:
sudo emacs /etc/systemd/system/multiplex.service
Starting the server:
sudo systemctl start multiplex.service
Directing traffic to port 1948 into the server machine.
Configuring:
format:
revealjs:
multiplex:
url: 'http://ons.ee:1948/'
Opening the main presentation HyperText Markup Language file for the audience.
Opening the file with the ending “-speaker.html” for remote controlling.
author:
- name: <the name of the first author>
- name: '<the name of the second author>'
<further names if necessary>
title: |
| <first line of the title>
| <second line of the title>
output-file: ../../_book/<the-name-of-the-output-file>.html
format:
revealjs:
incremental: true
self-contained: true
incremental: true
displays list items one by one[3]
self-contained: false
results with missing files or undated content
| Product | Price |
|---------|-----:|
| SET: NaClO2 Mouth Rinse and HCl Hair Rinse | 25.00 |
| DMSO (DIMETHYLSULFOXIDE) | 24.00 |
: The reagents for making CDS with their prices were bought on 2021/05/04.
Product | Price |
---|---|
SET: NaClO2 Mouth Rinse and HCl Hair Rinse | 25.00 |
DMSO (DIMETHYLSULFOXIDE) | 24.00 |
With a caption:

Without a caption:

A separate BIB-file in the subfolder of the presentation with records like this:
@misc{silent,
title = {Silent Teacher},
url = {https://silentteacher.toxicode.fr/},
urldate = {2022-09-29},
organization = {silentteacher.toxicode.fr}
}
In the metadata:
bibliography: <the-name-of-the-presentation>.bib
A reference:
@quarto
[3]
[@quarto]
[3]
[@quarto(p. 41)]
[3(p. 41)]
[<The name of the main site>](/)
## External references
```{=tex}
\hyphenpenalty=10000
\fontspec{Symbola}
```
- no instructions:
- no formulas,
- no theorems,
- no explanations
no instructions:
no formulas,
no theorems,
no explanations
Comma without braces causes a space is not inside braces a space would be added[4, lk 146,5] (1).
An example of incorrect punctuation:
$$30,0^{\circ} \ne 30^{\circ}$$
\[30,0^{\circ} \ne 30^{\circ}\]
Comma with braces causes no space (2).
An example of correct punctuation:
$$30{,}0^{\circ} \ne 30^{\circ}$$
\[30{,}0^{\circ} \ne 30^{\circ}\]
Column layout (3)[6].
:::: {layout="[ 60, 40 ]"}
::: {#columns-3}
first column
:::
::: {#columns-4}
second column
:::
::::
first column
second column
for built-in strings
file <2-letter language code>.yml
as metadata: language: <file name>
Non-breaking hyphen (4)[7].
``{r label="fig-f-orbitals-example-hyphen-off", eval=FALSE, fig.cap="Nende olemasolu on oluline d-ploki elementide omaduste mõistmiseks. Tumedam värv tähistab positiivset[@atkins_2010_chemical(lk 30)]."}
include_external_graphics("f-orbitaalid.svg")
``
Non-breaking hyphen (5)[7].
``{r label="fig-f-orbitals-example-hyphen-on", eval=FALSE, fig.cap="Nende olemasolu on oluline d\u2011ploki elementide omaduste mõistmiseks. Tumedam värv tähistab positiivset[@atkins_2010_chemical(lk 30)]."}
include_external_graphics("f-orbitaalid.svg")
``
Equation (6)[9].
Keha kiirendus on võrdeline kehale mõjuva jõuga ja pöördvõrdeline keha massiga[@ekoolikottee] (@eq-newton-ii).
$$
\vec{\bf{a}} = \frac{\vec{\bf{F}}}{m}
$${#eq-newton-ii}
Keha kiirendus on võrdeline kehale mõjuva jõuga ja pöördvõrdeline keha massiga[10] (Equation 1).
\[ \vec{\bf{a}} = \frac{\vec{\bf{F}}}{m} \qquad(1)\]