From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../contrib/babel-contrib/macedonian/README.md | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 macros/latex/contrib/babel-contrib/macedonian/README.md (limited to 'macros/latex/contrib/babel-contrib/macedonian/README.md') diff --git a/macros/latex/contrib/babel-contrib/macedonian/README.md b/macros/latex/contrib/babel-contrib/macedonian/README.md new file mode 100644 index 0000000000..b3fbc909de --- /dev/null +++ b/macros/latex/contrib/babel-contrib/macedonian/README.md @@ -0,0 +1,28 @@ +Macedonian cyrillic support for LaTeX Babel + +maintainer: Stojan Trajanovski, [name].[surname]@gmail.com + +This package may be distributed under the terms of the LaTeX Project Public License + +1. INSTALLATION AND MODIFICATIONS + +Installation: +1. Just copy the file macedonian.ldf, where (a) your .tex document is stored; or (b) in your latex distribution babel folder. + +If you want to modify something: +1. compile the file: macedonian.dtx using pdfLatex +2. compile the file: macedonian.ins using pdfLatex, after completing 1. A file named: macedonian.ldf will be created +3. copy this file (macedonian.ldf), where your .tex document is stored or in your latex distribution babel folder. + + +2. HOW TO USE IT + +You set the keyboard layout to Macedonian cyrillic, and you have to use unicode-compliant text editor. You also have to save your file in utf-8x encoding. + +All you have to do, in order to use Macedonian cyrillic support for latex is typing: + +\usepackage[utf8x]{inputenc} + +\usepackage[macedonian]{babel} + +somewhere near the beginning of your .tex file. \ No newline at end of file -- cgit v1.2.3