Re: fonts diversi nello stesso documento

#30150
Up
0
Down
::


\documentclass[12pt]{article}
\usepackage{fontspec}

\setromanfont{HiraKakuPro-W3}
\begin{document}

\section{What I learned today}
I can write this ķ69;はキランです in Japanese.

\end{document}

devi compilare con xelatex. e devi mettere al posto dell’ HiraKakuPro-W3, un font installato nel tuo sistema

Go to top