Guest User

Untitled

a guest
Mar 18th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. xdvipdfmx:fatal: Cannot proceed without the font: /usr/share/fonts/truetype/FiraSans/Normal/Roman/FiraSans-Regular.woff
  2.  
  3. documentclass[]{beamer}
  4.  
  5. usetheme[numbering=none,sectionpage=none,subsectionpage=none,block=fill]{metropolis}
  6.  
  7. setsansfont[BoldFont={Fira Sans}]{Fira Sans Light}
  8. setmonofont{Fira Mono}
  9.  
  10. title{This is the title}
  11. subtitle{with subtitle}
  12. date{Feb 2018}
  13. author{author}
  14. institute{institution}
  15.  
  16. begin{document}
  17.  
  18. maketitle
  19.  
  20. begin{frame}[fragile]
  21. frametitle{the title}
  22. begin{center}
  23. This is the text
  24. end{center}
  25. end{frame}
  26.  
  27. end{document}
Add Comment
Please, Sign In to add comment