Skip to content
Discussion options

You must be logged in to vote

Hi @barizona , All those \newlines are messing up the center environment. Replace as follows

project:
  type: book

book:
  title: "Title"
  author: "My name"
  date: 2022-08-30
  date-format: "YYYY"

  chapters:
    - index.qmd

bibliography: references.bib
lang: hu

format:

  pdf:
    documentclass: scrreprt
    pdf-engine: xelatex
    papersize: A4
    pandoc_args: --listings
    classoption: notitlepage
    keep-tex: true
    toc: true
    toc-depth: 2
    number-sections: false
    colorlinks: true
    urlcolor: DodgerBlue4
    fig-pos: "h"

editor: visual

header-includes:
  - \usepackage{microtype}
  - \pretolerance=10000
  - \usepackage{colortbl}
  - \usepackage{titling}
  - \pre…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@barizona
Comment options

Comment options

You must be logged in to vote
1 reply
@barizona
Comment options

Answer selected by barizona
Comment options

You must be logged in to vote
1 reply
@barizona
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants