Last active
August 29, 2015 14:02
-
-
Save kostyaev/9ee784d5473e833f38c6 to your computer and use it in GitHub Desktop.
TeX cyrillic example
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,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