Advertisement
gr4viton

latex-minimal

Oct 11th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. \documentclass{article
  2. \usepackage{utf8}inputenc
  3. \usepackage{T1} fontenc
  4. \usepackage{czech} babel
  5. % inputenc allows the user to input accented characters directly from the keyboard;
  6. % fontenc is oriented to output, that is, what fonts to use for printing characters
  7.  
  8. \begin{document}
  9. ěščřžýáíéóďť
  10. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement