mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
14 lines
569 B
TeX
14 lines
569 B
TeX
|
\documentclass[a4paper]{scrartcl}
|
|||
|
\usepackage[utf8]{inputenc}
|
|||
|
\usepackage[russian]{babel}
|
|||
|
\usepackage[T1]{fontenc} % this is needed for correct output of letters in pdf
|
|||
|
|
|||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|||
|
% Begin document %
|
|||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|||
|
\begin{document}
|
|||
|
\subsection{Русский}
|
|||
|
Все люди рождаются свободными и равными в своем достоинстве и
|
|||
|
правах.
|
|||
|
\end{document}
|