I'm sorry but I do not understand much English, so I do not understand how to use the command \quickprofile in the 'interfaces' package.
\documentclass[a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage{interfaces}
\usepackage{lipsum}
\begin{document}
{\changefont{shape=it}
\lipsum[1]
}
{\changefont{size+ = 1}
\lipsum[1]
}
{\quickprofile2{shape=bf}
\lipsum[1]
}
\end{document}
Could someone show me an example please?