Expressions, symboles mathématiques dans une police très grasse 24 points
Pour une lycéenne handicapée visuelle, je dois adapter typographiquement des expressions mathématiques dans une police très grasse — *Arial Black* 24 pt — ou dans une *font* qui ait une graisse comparable. *Arial Black* n’a aucun glyphe ni symbole de maths.
maths, or je cherche à accéder à la *totalité* des symboles.
L'ECM suivant produit le problème que je souhaite résoudre. Je dois avoir accès à la *totalité* totalité des symboles.
symboles mathématiques…
% !TEX encoding = UTF-8 Unicode
% !TEX TS-program = XeLaTeX
\documentclass[a4paper,fontsize=24pt]{scrartcl}
\usepackage{fontspec}
\setmainfont{Luciole Bold}
\setsansfont{Luciole Bold}
\setmonofont{Courier New}
\usepackage{polyglossia}
\setdefaultlanguage{french}
\usepackage{mathtools, amssymb, mathrsfs}
\usepackage[onehalfspacing]{setspace} % interlignes \begin-end{onehalfspacing} ou {doublespacing}
% alinéa
\usepackage{etoolbox}
\makeatletter
\patchcmd{\raggedright}{\parindent\z@}{}{}{\err}
\makeatother
\begin{document}
$ a^{n} $ est défini par :
\[ a^{n} = \underbrace{a \times a \times \cdots \times a}_{n \text{ fois}} \]
\[ a^{-n} = \frac{1}{a^{n}} = \underbrace{\frac{1}{a} \times \cdots \times \frac{1}{a}}_{n \text{ fois}} \]\]
\end{document}