summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-06 22:27:38 +0000
committerKarl Berry <karl@freefriends.org>2013-05-06 22:27:38 +0000
commita824b69cbe2752104a064cbcbf35e0093e1e6940 (patch)
treec1a27f22754c64dcb6593b42e4e8b94ca9ad288a /Master/texmf-dist/doc/latex
parentb2fa02e6118ecb478946ffa9e5b54dbd58ed6677 (diff)
rm serbianc, now babel-serbianc
git-svn-id: svn://tug.org/texlive/trunk@30304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/serbianc/README27
1 files changed, 0 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/latex/serbianc/README b/Master/texmf-dist/doc/latex/serbianc/README
deleted file mode 100644
index c6d94cad550..00000000000
--- a/Master/texmf-dist/doc/latex/serbianc/README
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
- 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.