Created
August 25, 2013 07:49
-
-
Save grogy/6332538 to your computer and use it in GitHub Desktop.
LaTeX: Základní struktura pro český dokument.
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[11pt]{article} % styl dokumentu | |
\usepackage[utf8]{inputenc} % kodovani | |
\usepackage[czech]{babel} % nastaveni ceskeho formatovani (napr. pro uvozovky) | |
\usepackage{amsmath,amsfonts,amssymb} % balicky pro matematiku | |
\begin{document} | |
% telo dokumentu | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment