Guest User

Untitled

a guest
Jan 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. documentclass[10pt,aspectratio=169, compress]{beamer}
  2. usetheme[progressbar=frame title, numbering=fraction, titleformat title=
  3. smallcaps]{metropolis} % Use metropolis theme
  4. setbeamertemplate{section in toc}[sections numbered]
  5. setbeamertemplate{subsection in toc}[subsections numbered]
  6. useoutertheme[subsection=false]{miniframes}
  7. setbeamercolor{section in head/foot}{fg=white, bg=mDarkTeal}
  8. setbeamerfont{section in head/foot}{series=bfseries}
  9.  
  10.  
  11. begin{document}
  12. section{Section I}
  13. subsection*{Section I}
  14. begin{frame}{Introduction}
  15. end{frame}
  16.  
  17.  
  18. section{Section II}
  19. subsection*{Section II}
  20. begin{frame}{Frame 2}
  21. Something
  22. end{frame}
  23. end{document}
  24.  
  25. documentclass[10pt,aspectratio=169, compress]{beamer}
  26. usetheme[progressbar=frame title, numbering=fraction, titleformat title=
  27. smallcaps]{metropolis} % Use metropolis theme
  28. setbeamertemplate{section in toc}[sections numbered]
  29. setbeamertemplate{subsection in toc}[subsections numbered]
  30. useoutertheme[subsection=false]{miniframes}
  31. setbeamercolor{section in head/foot}{fg=white, bg=mDarkTeal}
  32. setbeamerfont{section in head/foot}{series=bfseries}
  33.  
  34. makeatletter
  35. setbeamertemplate{frametitle}{%
  36. nointerlineskip%
  37. begin{beamercolorbox}[%
  38. wd=paperwidth,%
  39. sep=0pt,%
  40. leftskip=metropolis@frametitle@padding,%
  41. rightskip=metropolis@frametitle@padding,%
  42. ht=2.25ex,%%%%%% NEW !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  43. dp=1.1ex, %%%%%% NEW !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  44. ]{frametitle}%
  45. metropolis@frametitlestrut@start%
  46. insertframetitle%
  47. nolinebreak%
  48. metropolis@frametitlestrut@end%
  49. end{beamercolorbox}%
  50. }
  51. makeatother
  52.  
  53. begin{document}
  54. section{Section I}
  55. subsection{Section I}
  56. begin{frame}{Introduction}
  57. end{frame}
  58.  
  59.  
  60. section{Section II}
  61. subsection*{Section II}
  62. begin{frame}{Frame 2}
  63. Something
  64. end{frame}
  65. end{document}
Add Comment
Please, Sign In to add comment