Guest User

Untitled

a guest
Jul 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. documentclass{beamer}
  2.  
  3. usepackage[default, scale=0.95]{opensans}
  4. usepackage{siunitx}
  5.  
  6. setbeamerfont{math text}{series=fontseries{l}} % does not change anything
  7. setbeamerfont{normal text}{series=fontseries{l}}
  8. AtBeginDocument{usebeamerfont{normal text}}
  9.  
  10. begin{document}
  11. begin{frame}{Some Math and Text}
  12. here is some text in OpenSans light \
  13. but $math,mode$ is not in light: si{microsecond}
  14. end{frame}
  15. end{document}
Add Comment
Please, Sign In to add comment