diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-08 21:40:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-08 21:40:42 +0000 |
commit | 69e924ee6c8d31ad1ad84dfe14dd724fe50553df (patch) | |
tree | b372d481d5f427c625dcfd6c1973586e76b25649 /Master/texmf-dist/doc/latex/datetime2-serbian | |
parent | bfcf758cb4ba89da72962112f6f71036abd8a1ee (diff) |
datetime2-serbian (8nov19)
git-svn-id: svn://tug.org/texlive/trunk@52695 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/datetime2-serbian')
-rw-r--r-- | Master/texmf-dist/doc/latex/datetime2-serbian/README | 57 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/datetime2-serbian/README.md | 96 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/datetime2-serbian/datetime2-serbian.pdf | bin | 78035 -> 280065 bytes |
3 files changed, 96 insertions, 57 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime2-serbian/README b/Master/texmf-dist/doc/latex/datetime2-serbian/README deleted file mode 100644 index 7f39f59f56c..00000000000 --- a/Master/texmf-dist/doc/latex/datetime2-serbian/README +++ /dev/null @@ -1,57 +0,0 @@ -Serbian Language Module for datetime2 Package - -Author: Nicola L. C. Talbot (inactive) - -Licence: LPPL - -Required Packages: datetime2, tracklang - -This module is unmaintained. If you want to volunteer to take over -the maintenance contact me at www.dickimaw-books.com/contact.html - -Example usage: - -\documentclass{article} -\usepackage[serbian]{datetime2} -\begin{document} -\today -\end{document} - -\documentclass[serbian]{article} -\usepackage{babel} -\usepackage[useregional]{datetime2} -\begin{document} -\today -\end{document} - -\documentclass{article} -\usepackage{polyglossia} -\setmainlanguage{serbian} -\usepackage[serbian]{datetime2} -\begin{document} -\today -\end{document} - -INSTALLATION -============ - -xelatex datetime2-serbian.ins - -Move all *.ldf files to -TEXMF/tex/latex/datetime2-contrib/datetime2-serbian/ - -Documentation: - -xelatex datetime2-serbian.dtx -makeindex -s gind.ist datetime2-serbian.idx -makeindex -s gglo.ist -o datetime2-serbian.gls datetime2-serbian.glo -xelatex datetime2-serbian.dtx -xelatex datetime2-serbian.dtx - -Move datetime2-serbian.pdf and README to -TEXMF/doc/latex/datetime2-contrib/datetime2-serbian/ - -This material is subject to the LaTeX Project Public License. -See http://www.ctan.org/license/lppl1.3 for the details of that -license. - diff --git a/Master/texmf-dist/doc/latex/datetime2-serbian/README.md b/Master/texmf-dist/doc/latex/datetime2-serbian/README.md new file mode 100644 index 00000000000..cacfff42e5e --- /dev/null +++ b/Master/texmf-dist/doc/latex/datetime2-serbian/README.md @@ -0,0 +1,96 @@ +Serbian Language Module for datetime2 CTAN Package +================================================== + +**Current maintainer:** Andrej Radović + +**Authors:** Andrej Radović (r.andrej@gmail.com), Nicola L. C. Talbot +(inactive) + +**Licence:** LPPL + +**Required Packages:** `datetime2`, `tracklang` + +Styles +------ + +This module provides the following styles: + +### Latin: +* serbian - regionless style +* sr-Latn - Serbian, Serbia +* sr-Latn-RS - Serbian, Serbia +* sr-Latn-ME - Serbian, Montenegro +* sr-Latn-BA - Serbian, Bosnia and Herzegovina + +### Cyrillic +* serbianc - regionless style +* sr-Cyrl - Serbian, Serbia +* sr-Cyrl-RS - Serbian, Serbia +* sr-Cyrl-ME - Serbian, Montenegro +* sr-Cyrl-BA - Serbian, Bosnia and Herzegovina + +Notes: +------ + +The regional settings still don't work, but `serbian` and `serbianc` work just +fine. +The package is still in development. + +Example usage: +-------------- + +### Generic w/ `babel` + \documentclass{article} + \usepackage[serbian]{datetime2} + \begin{document} + \today + \end{document} + +### Generic w/ `babel` + + \documentclass[serbian]{article} + \usepackage{babel} + \usepackage[useregional]{datetime2} + \begin{document} + \today + \end{document} + +### Generic w/ `polyglossia` + + \documentclass{article} + \usepackage{polyglossia} + \setmainlanguage{serbian} + \usepackage[serbian]{datetime2} + \begin{document} + \today + \end{document} + + +Installation +------------ + +Extract the language definition files first: + +Run LuaLaTeX over the file `datetime2-serbian.ins`: + + lualatex datetime2-serbian.ins + +Move all `*.ldf` files to + + TEXMF/tex/latex/datetime2-contrib/datetime2-serbian/ + + Then, you can compile the documentation yourself by executing + + lualatex datetime2-serbian.dtx + makeindex -s ginddt2s.ist datetime2-serbian.idx + makeindex -s gglodt2s.ist -o datetime2-serbian.gls datetime2-serbian.glo + lualatex datetime2-serbian.dtx + lualatex datetime2-serbian.dtx + +or just use the precompiled documentation shipped with the source files. +In both cases, copy the files `datetime2-serbian.pdf` and `README.md` to +`TEXMF/doc/latex/datetime2-contrib/datetime2-serbian/`. + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/license/lppl1.3 for the details of that +license. diff --git a/Master/texmf-dist/doc/latex/datetime2-serbian/datetime2-serbian.pdf b/Master/texmf-dist/doc/latex/datetime2-serbian/datetime2-serbian.pdf Binary files differindex 090f1a93537..3f1b8c27683 100644 --- a/Master/texmf-dist/doc/latex/datetime2-serbian/datetime2-serbian.pdf +++ b/Master/texmf-dist/doc/latex/datetime2-serbian/datetime2-serbian.pdf |