Text Formatting ⇒ how to use industrie font
how to use industrie font
I need to use a particular font on my article (industrie).
I don't remember how I've to set it.
Can someone help me to solve this stupid issue?
Thank you
Renato
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
how to use industrie font
Code: Select all
\documentclass{article}
\usepackage{fontspec}
\setmainfont{TeX Gyre Schola}
\usepackage{mwe}
\begin{document}
\blindtext
\end{document}
Code: Select all
\documentclass{article}
\usepackage{fontspec}
\setmainfont{TeXGyreScholaX-Regular.otf}
\usepackage{mwe}
\begin{document}
\blindtext
\end{document}
See the manual of package
fontspec
for more information about loading fonts and setting up font features.