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 ebgaramond
fuentes son parte de TeX Live y se encontrarán simplemente cargando el ebgaramond
paquete. No debes cargar el fontenc
paquete cuando uses LuaLaTeX o XeLaTeX; solo carga fontspec
.