summaryrefslogtreecommitdiff
path: root/fonts/cyrillic/cyrillic-modern/doc/USAGE
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/cyrillic/cyrillic-modern/doc/USAGE')
-rw-r--r--fonts/cyrillic/cyrillic-modern/doc/USAGE11
1 files changed, 11 insertions, 0 deletions
diff --git a/fonts/cyrillic/cyrillic-modern/doc/USAGE b/fonts/cyrillic/cyrillic-modern/doc/USAGE
new file mode 100644
index 0000000000..344ff938ff
--- /dev/null
+++ b/fonts/cyrillic/cyrillic-modern/doc/USAGE
@@ -0,0 +1,11 @@
+The typical preamble of a LaTeX file with the Russian language is:
+
+\documentclass{article}
+\usepackage[T2A]{fontenc}
+\usepackage[koi8-r]{inputenc} % adjust your enconding here
+\usepackage[russian]{babel}
+\usepackage{nm}
+
+The nm package defines additional LaTeX commands:
+\ruble for the Russian ruble sign;
+\ellipsis for the alternative variant of ellipsis. \ No newline at end of file