From 829f9a981b6fdf770d6de225b82676ade8fccad7 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 14 Dec 2023 12:05:23 +0100 Subject: [PATCH] Set correct font name for latex --- bundle/bundle--org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index 25964d3e..7669312a 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -178,8 +178,8 @@ \\RedeclareSectionCommand[beforeskip=-1sp,afterskip=0.1\\baselineskip]{subsubsection} \\usepackage{fontspec} \\defaultfontfeatures{Mapping=tex-text, RawFeature={+zero}} - \\setmainfont{Noto Serif}[BoldFont={Noto Serif Bold},ItalicFont={Noto Serif Italic}] - \\setsansfont{Noto Sans}[BoldFont={Noto Sans Bold},ItalicFont={Noto Sans Italic}] + \\setmainfont{Noto Serif Regular}[BoldFont={Noto Serif Bold},ItalicFont={Noto Serif Italic}] + \\setsansfont{Noto Sans Regular}[BoldFont={Noto Sans Bold},ItalicFont={Noto Sans Italic}] \\setmonofont{Noto Sans Mono}[BoldFont={Noto Sans Mono Bold},Scale=0.8] \\usepackage{geometry} \\geometry{a4paper,left=2cm,right=2cm,top=1.6cm,bottom=1.6cm}