summaryrefslogtreecommitdiff
path: root/_quarto.yml
blob: 817c397b827b9b519ac73d7283b30d261dab8e59 (plain)
  1. project:
  2.   type: website
  3. #subtitle: |
  4. # HumTek-B-23, Basisprojekt 2 \
  5. # eksamensgruppe V2324788176
  6. lang: da
  7. website:
  8. title: "Oversigt"
  9. navbar:
  10. left:
  11. - text: Produktioner
  12. menu:
  13. - text: Fælles
  14. href: graph/index.qmd
  15. - text: Sproget
  16. href: learn/index.qmd
  17. - text: Redskaber
  18. href: code/index.qmd
  19. - text: Anvendelser
  20. href: use/index.qmd
  21. - text: Planer
  22. href: plans/index.qmd
  23. - text: Redskaber
  24. href: tools/index.qmd
  25. mainfont: ETbb
  26. mainfontoptions:
  27. #- Ligatures=TeX
  28. - Numbers=Lowercase
  29. #- Mapping=tex-text
  30. #- Numbers=OldStyle
  31. sansfont: TeX Gyre Heros
  32. sansfontoptions:
  33. #- Ligatures=TeX
  34. - Scale=MatchLowercase
  35. monofont: Inconsolata
  36. monofontoptions:
  37. - Scale=MatchLowercase
  38. title-block-banner: true
  39. format:
  40. html:
  41. default-image-extension: svg
  42. theme:
  43. light: flatly
  44. dark: darkly
  45. css: styles.css
  46. toc: true
  47. pdf:
  48. # links-as-notes: true
  49. colorlinks: false
  50. pdf-engine: lualatex
  51. documentclass: scrreprt
  52. classoption:
  53. - DIV=calc
  54. csquotes: true
  55. papersize: a4
  56. template-partials:
  57. - title.tex
  58. include-in-header:
  59. # recalculate page margins, since mainfont was set after documentclass
  60. - text: |
  61. \KOMAoptions{DIV=last}
  62. # avoid widow or orphan lines
  63. - text: |
  64. \usepackage[defaultlines=4,all]{nowidow}
  65. include-before-content:
  66. # avoid english style of double space after punctuation
  67. - text: |
  68. \frenchspacing
  69. # setup graph visualization libraries
  70. - text: |
  71. \usepackage{tikz}
  72. \usetikzlibrary{arrows.meta,chains,positioning,shapes.geometric}
  73. \tikzset{
  74. node distance = 0.75cm and 2cm, font=\bfseries,
  75. >=stealth,
  76. vertex/.style={circle,draw,minimum size=1.5em}
  77. }
  78. \tikzstyle{bag} = [align=center]
  79. # override colors otherwise inherited from html theme
  80. mermaid:
  81. theme: neutral
  82. link-citations: true
  83. bibliography: ref.bib
  84. csl: apa
  85. resource-path:
  86. - /usr/share/citation-style-language/styles