Hi,
Is there a way to stop numbering the section when I write a bookdown ("number_sections: no"). If so, where should I place it in the yaml?
Currently my setup is the following:
yaml at index.Rmd:
title: "A születési mutatók alakulása és az azt kísérő változások Magyarországon"
author: "Granát Marcell"
output: bookdown::gitbook
site: bookdown::bookdown_site
favicon: "logo.ico"
_bookdown.yaml:
book_filename: "my-book.Rmd"
language:
ui:
edit: "Jump to GitHub"
label:
fig: "Ábra "
tab: "Táblázat "
edit: https://github.com/MarcellGranat/ujdemografiaiprogram/master/%s
output_dir: "docs"
sharing:
github: yes
facebook: yes
twitter: yes
all: no
rmd_files: ["index.Rmd", "Chapter-1.Rmd", "Chapter-2.Rmd", "Chapter-3.Rmd"]
_output.yaml:
bookdown::gitbook:
config:
number_sections: no
toc:
collapse: section
before: |
<img src="logo.png" width="300" height="300">
sharing:
github: yes
facebook: yes
twitter: yes
all: no