diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-06 22:23:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-06 22:23:25 +0000 |
commit | 5428e6ce5a302c676c2bb0ec70136c6189b6709c (patch) | |
tree | 0c998b33b249b43d372419aa0d7a7dc87f26de69 /Master/texmf-dist/doc/generic/babel-serbianc/README | |
parent | 67bf83742b5283a5626c3d0ed85b4c1de920bb1b (diff) |
babel-$ll (for 3.9a)
git-svn-id: svn://tug.org/texlive/trunk@30291 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/babel-serbianc/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/babel-serbianc/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/babel-serbianc/README b/Master/texmf-dist/doc/generic/babel-serbianc/README new file mode 100644 index 00000000000..c6d94cad550 --- /dev/null +++ b/Master/texmf-dist/doc/generic/babel-serbianc/README @@ -0,0 +1,27 @@ + + + Serbian cyrillic package for Babel + + Filip Brcic <brcha@users.sourceforge.net> + +1. HOW TO INSTALL + +Just copy the files tex/generic/babel/serbianc.* into your <texmfdir>/tex/generic/babel +and rerun texhash. + +Alternatively you can follow instructions provided in the file doc/generic/serbianc/INSTALL +which is oriented towards bundling serbianc with standard babel distribution. + +2. HOW TO USE + +When you use serbianc package, you have to set your keyboard layout to serbian cyrillic, +and you have to use unicode-compliant text editor (such as kile under KDE). You +also have to save your file in utf-8 encoding. + +Take a look at the sample cyrillic document that is included in this package in the +directory doc/generic/serbianc. In short, all you have to do to use serbian cyrillic +support for latex is type + +\usepackage[serbianc]{babel} + +somewhere near the beginning of your master tex file. |