Skip to content

Commit

Permalink
added example for cyrillic letters
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Feb 28, 2015
1 parent ecb7cf7 commit 84879c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documents/cyrillic/Makefile
@@ -0,0 +1,7 @@
SOURCE = cyrillic
make:
pdflatex $(SOURCE).tex -output-format=pdf
make clean

clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.out
13 changes: 13 additions & 0 deletions documents/cyrillic/cyrillic.tex
@@ -0,0 +1,13 @@
\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}

0 comments on commit 84879c7

Please sign in to comment.