This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[a4paper, fontsize=11pt]{scrartcl} | |
| \usepackage[czech]{babel} | |
| \usepackage{hyperref} | |
| \hypersetup{ | |
| colorlinks = true, % color links instead of boxes | |
| urlcolor = black, % external hyperlinks | |
| linkcolor = black, % internal links | |
| citecolor = black % citations | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass{beamer} | |
| \usepackage[czech]{babel} | |
| \usepackage[utf8]{inputenc} | |
| \usepackage[T1]{fontenc} | |
| \usepackage{lmodern} | |
| \usepackage{datetime} | |
| % Themes: http://www.hartwork.org/beamer-theme-matrix/ | |
| \mode<presentation>{\usetheme{Madrid}} |