Why PDF output differs when i run the same .md document under two machines #7862
Unanswered
kostadinoff
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This is puzzling... Several question to help understand
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have the same yaml for a qmd. However, when i run it using home pc the headings are extreeme

The same instructions, but rendered by my laptops gives me something like this:

The yamls is
title: "Упражнение 07 2023/2024 г."
subtitle: "Репродуктивна етика"
author: "ас. д-р Костадин Костадинов"
format:
pdf:
toc: false
mainfont: Pliska
sansfont: Pliska
monofont: Pliska
fontsize: 12pt
geometry: "margin=2.5cm"
number-sections: false
colorlinks: true
header-includes: '\usepackage{sectsty}\allsectionsfont{\centering}\usepackage{indentfirst}'
Can you help me solve that and probably a way to have consistancy
Beta Was this translation helpful? Give feedback.
All reactions