Tagged Questions
3
votes
3answers
587 views
sans serif font with siunitx
My students found this problem, which I could not solve. The percent is always printed in the serif font.
Here is a test code:
\documentclass[]{scrartcl}
\usepackage[utf8]{inputenc}
...
5
votes
2answers
475 views
sans serif math in tables and siunitx
I want to know the easiest way to ensure that the content inside a tabular, including siunitx columns is set using a/the sans serif math font. The normal document is set in serif font.
This approach ...