Skip to content

Instantly share code, notes, and snippets.

@kostyaev
Last active August 29, 2015 14:02
Show Gist options
  • Save kostyaev/9ee784d5473e833f38c6 to your computer and use it in GitHub Desktop.
Save kostyaev/9ee784d5473e833f38c6 to your computer and use it in GitHub Desktop.
TeX cyrillic example
\documentclass[a4paper,12pt]{article}
\usepackage[utf8x]{inputenc} % more recent versions (at least>=2004-17-10)
\usepackage[russian]{babel}
\author{A. S. Pushkin}
\title{Зимнее утро (winter morning)}
\begin{document}
\maketitle
\section{A section}
\noindent
Мороз и солнце, день чудесный!\\
Ещё ты дремлешь, друг прелестный?\\
Пора, красавица, проснись!
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment