Kenotom beamer presentation style and template
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.9 KiB

  1. %
  2. % template.tex
  3. %
  4. % A beamer kenotom presentation template
  5. %
  6. % note: Requires compilation with XeLaTeX or LuaLaTeX
  7. %
  8. % author: Your name <your-email@kenotom.com>
  9. % date: {date}
  10. %
  11. \documentclass[11pt,aspectratio=169]{beamer}
  12. % key-value
  13. % -----------
  14. %theme: [light, classic(default), dark]
  15. %background: [none(default), ribbon]
  16. %title: [normal(default), small, large]
  17. % options
  18. % -----------
  19. %nonavigation: Disables the navigation bar
  20. %fancy : Creates fancy presentation
  21. \usetheme[theme=classic, fancy]{Kenotom}
  22. %
  23. % note: For a presentation “close” to the official use
  24. %--------------------------------------------------------
  25. % \documentclass[13pt,aspectratio=169]{beamer}
  26. % \usetheme[theme=light,fancy,nonavigation]{Kenotom}
  27. % Presentation information
  28. % =======================================================
  29. \title{Presentation title}
  30. \subtitle{Presentation subtitle (if there's one)}
  31. \author{Your name}
  32. \institute{Kenotom}
  33. \date{\today}
  34. \newcommand{\AuthorEmail}{your-email@kenotom.com}
  35. \newcommand{\Address}{Eth. Antistasis 16 GR-55133, Thessaloniki - Greece}
  36. \newcommand{\Telephone}{+30 2310 xxxxxx}
  37. % Local command and configurations
  38. % =======================================================
  39. %\usepackage{pgfpages}
  40. %\setbeameroption{second mode text on second screen=<location>}
  41. %\setbeameroption{show notes on second screen=<location>}
  42. %\setbeameroption{previous slide on second screen=<location>}
  43. \begin{document}
  44. \maketitle
  45. \BeginCountingFrames % Exclude first frames from frame counting
  46. % Uncomment the following lines for an automatically generated outline.
  47. %\OutlineFrame[subsections]{Presentation}{Outline}
  48. \section{Introduction}
  49. \begin{frame}[t]{Introduction}
  50. \begin{block}{}
  51. Hello \LaTeX{} world!
  52. \end{block}
  53. \end{frame}
  54. \BackFrame
  55. \end{document}