File size: 1,108 Bytes
a67ae61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# --------------------------- chapters and sections -------------------------- #

Example:
## Introduction {#sec-introduction}

See @sec-introduction for additional context.

Notice:
the label name must start with sec-(here)
here can now be anxthing - it can contain sneak case or jav style or any other thing

chapter subsections and so on -> use sec-Label

works:
#sec-Introduction-Here-some
#sec-Introduction_Here_some

<!-- ------------------------------- apendix ------------------------------- -->
see: https://quarto.org/docs/authoring/appendices.html
## Acknowledgments {.appendix} 

<!-- figures -->

png, jpeg works
![caption](../../3_Figs_Pyth/get.jpg)
![Elephant](elephant.png)

svg works fine
![caption](../../3_Figs_Pyth/outp.svg)

pdf_tex does not work

supported foramts:
1) png
2) jpeg
3) pdf
4) svg

not supported:
1) pdf_tex
2) tikz
3) tex


![caption](../../3_Figs_Pyth/outp.svg)
![caption](../../3_Figs_Pyth/get.jpg)
![caption](../../2_Figures/1_Task/1_CNMc.pdf_tex)
![caption](../../2_Figures/1_Task/1_CNMc.pdf)

![Caption of the fiure](../../3_Figs_Pyth/outp.svg){#fig_1_CNMC_Workflow}