Created
February 15, 2017 11:26
-
-
Save standy66/519658b471d32d3a65d61002ea612c3b to your computer and use it in GitHub Desktop.
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[T2A]{fontenc} | |
%\usepackage[utf8]{inputenc} % older versions of ucs package | |
\usepackage[utf8x]{inputenc} % more recent versions (at least>=2004-17-10) | |
\usepackage[russian]{babel} | |
\usepackage{amsmath} | |
\sloppy % Hyphenation is a problem.. | |
\author{A. S. Pushkin} | |
\title{Зимнее утро (winter morning)} | |
\begin{document} | |
\maketitle | |
апаролорп | |
\section{A section} | |
\begin{equation} | |
x = y * z | |
\end{equation} | |
\noindent | |
САСАЙ ЛАЛКА | |
азаза | |
Мороз и солнце, день чудесный!\\ | |
Ещё ты дремлешь, друг прелестный?\\ | |
Пора, красавица, проснись! | |
\begin{equation} | |
\begin{cases} | |
x = 1 &, x > 1\\ | |
x = 2 &, x > 2 | |
\end{cases} | |
\end{equation} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment