diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/serbianc/INSTALL | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/serbianc/README | 27 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
3 files changed, 31 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/serbianc/INSTALL b/Master/texmf-dist/doc/generic/serbianc/INSTALL index 620afbeb2f7..8fe00b4749e 100644 --- a/Master/texmf-dist/doc/generic/serbianc/INSTALL +++ b/Master/texmf-dist/doc/generic/serbianc/INSTALL @@ -4,6 +4,10 @@ Filip Brcic <brcha@users.sourceforge.net> +NOTE: These instructions are for incorporating serbianc directly into + babel. It is possible to use serbianc without doing this; see the + README file. + 1. HOW TO INSTALL Download the Babel source package from CTAN <http://www.ctan.org> and unpack diff --git a/Master/texmf-dist/doc/latex/serbianc/README b/Master/texmf-dist/doc/latex/serbianc/README new file mode 100644 index 00000000000..c6d94cad550 --- /dev/null +++ b/Master/texmf-dist/doc/latex/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. diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8624d6d11b2..ae01a035daf 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -930,7 +930,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'prerex' => '&POSTprerex', 'pst-cox' => '&POSTpstcox', 'pst-geo' => '&POSTpstgeo', - 'serbianc' => '&POSTserbianc', 'splitindex' => '&POSTsplitindex', 'thailatex' => '&POSTthailatex', 'tipa-de' => '&POSTrmsymlink', @@ -4524,12 +4523,6 @@ sub POSTrmsymlink { &SYSTEM ("find $DEST -type l | xargs --no-run-if-empty rm"); } -sub POSTserbianc { - print "POST$package - rename babel subdirs\n"; - &SYSTEM ("$MV source/generic/babel source/generic/$package"); - &SYSTEM ("$MV tex/generic/babel tex/generic/$package"); -} - # has to be post instead of specialman because we use the tds.zip. sub POSTsplitindex { print "POST$package - mv man page\n"; |