Skip to content

Instantly share code, notes, and snippets.

@standy66
Created February 15, 2017 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save standy66/519658b471d32d3a65d61002ea612c3b to your computer and use it in GitHub Desktop.
Save standy66/519658b471d32d3a65d61002ea612c3b to your computer and use it in GitHub Desktop.
\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