I can't seem to change the font in LuaLaTeX using chemnum as a package. I would like to use Calibri (not Times New Roman) as the case is now. Here is my code:
\documentclass[12pt]{report}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm]{geometry}
\usepackage{fancyhdr}
\usepackage{achemso}
\usepackage{chemnum}
\usepackage{psfrag}
\usepackage[crop=off]{auto-pst-pdf}
\usepackage{graphicx}
\usepackage{wrapfig}
\linespread{1.3}%1.5 line spacing
\begin{document}
\tableofcontents
\chapter{This is your chapter title}
\section{This is your section title}
\subsection{Here is an example}
\begin{wrapfigure}{l}{0.35\textwidth}
\vspace{-20pt} % removes 'white-space'
\begin{center}
\cmpdref{benzene} % replaces TMP1
\includegraphics{images/benzene.eps}
\end{center}
\vspace{-20pt}
\end{wrapfigure}
Add any text here and use \refcmpd{benzene} to refer to the compound. This way if you add a new figure in front of this one the numbering will automatically be changed. \\
Not totally sure if .eps is require or if only benzene would be sufficient.\\
Note: you need lualatex --shell-escape -synctex=1 -interaction=nonstopmode %.tex in the configure texmaker for the lualatex.
\end{document}


centerenvironment but\centeringinstead you won't have to use the\vspaces anymore – cgnieder Oct 01 '14 at 21:12