Cambiar fuente en el paquete baposter

Cambiar fuente en el paquete baposter

Intenté cambiar la fuente a garamond en baposter.cls usando el siguiente código:

\usepackage{bm}  % bold stuff 
\usepackage{bbm} % bold stuff
\usepackage{fontspec}
\usepackage[T1]{fontenc}
\usepackage{ebgaramond}

\defaultfontfeatures{Renderer=Basic,Ligatures=TeX}
\setmainfont[
 Path           = garamond/,
 BoldFont       = Garamond.ttf,
 ItalicFont     = GARAIT.TTF,
 BoldItalicFont = garmndmi.ttf]
 {GARAM.ttf}
\setmonofont[
 Scale          = 0.9,
 Path           = garamond/,
 BoldFont       = Garamond.ttf,
 ItalicFont     = GARAIT.ttf,
 BoldItalicFont = garmndmi.ttf]
 {GARAM.ttf} 

Obtuve las fuentes deaquí. No estoy seguro de qué estoy haciendo mal ya que soy nuevo en baposter.

Respuesta1

Las ebgaramondfuentes son parte de TeX Live y se encontrarán simplemente cargando el ebgaramondpaquete. No debes cargar el fontencpaquete cuando uses LuaLaTeX o XeLaTeX; solo carga fontspec.

información relacionada