Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
1
\documentclass[a4paper]{scrartcl}
2
\usepackage[utf8]{inputenc}
3
\usepackage[russian]{babel}
4
\usepackage[T1]{fontenc} % this is needed for correct output of letters in pdf
5
6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7
% Begin document %
8
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9
\begin{document}
10
\subsection{Русский}
11
Все люди рождаются свободными и равными в своем достоинстве и
12
правах.
13
\end{document}
14
15