Install Latex

sudo apt install texlive-latex-recommended texlive-fonts-extra texlive-latex-extra pandoc p7zip-full texlive-xetex

Download Eisvogel template

wget https://github.com/Wandmalfarbe/pandoc-latex-template/releases/download/2.4.2/Eisvogel.zip
mkdir -p /usr/share/pandoc/data/templates/
 sudo cp eisvogel.latex /usr/share/pandoc/data/templates/
sudo apt install fonts-roboto
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.3/FiraCode.zip

unzip FiraCode.zip -d FiraCode

mkdir -p ~/.local/share/fonts
mv FiraCode/*.ttf ~/.local/share/fonts/

fc-cache -fv fc-list | grep "FiraCode"

Install Pandoc Plugin

Install plugin in the obsidian
--from markdown+yaml_metadata_block+raw_html --template eisvogel --number-sections --top-level-division=chapter --highlight-style breezedark --resource-path=.:src/ --pdf-engine=xelatex
Change the path of background titile page and logo
pandoc "Starting Point.md" \                                             
  --from markdown+yaml_metadata_block+raw_html \
  --template eisvogel \
  --number-sections \
  --top-level-division=chapter \
  --highlight-style breezedark \
  --resource-path=attachments \
  --pdf-engine=xelatex \
  -o concierge_takeover_report.pdf