From 8d5ac97d04669f4d0d108242397dfbf809eeb185 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 31 Mar 2015 21:57:53 +0000 Subject: datetime2-* (31mar15) git-svn-id: svn://tug.org/texlive/trunk@36692 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/datetime2-samin/README | 57 +++++++++++++++++++++ .../doc/latex/datetime2-samin/datetime2-samin.pdf | Bin 0 -> 82457 bytes 2 files changed, 57 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/datetime2-samin/README create mode 100644 Master/texmf-dist/doc/latex/datetime2-samin/datetime2-samin.pdf (limited to 'Master/texmf-dist/doc/latex/datetime2-samin') diff --git a/Master/texmf-dist/doc/latex/datetime2-samin/README b/Master/texmf-dist/doc/latex/datetime2-samin/README new file mode 100644 index 00000000000..2682996e83b --- /dev/null +++ b/Master/texmf-dist/doc/latex/datetime2-samin/README @@ -0,0 +1,57 @@ +Northern Sami 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[samin]{datetime2} +\begin{document} +\today +\end{document} + +\documentclass[samin]{article} +\usepackage{babel} +\usepackage[useregional]{datetime2} +\begin{document} +\today +\end{document} + +\documentclass{article} +\usepackage{polyglossia} +\setmainlanguage{samin} +\usepackage[samin]{datetime2} +\begin{document} +\today +\end{document} + +INSTALLATION +============ + +xelatex datetime2-samin.ins + +Move all *.ldf files to +TEXMF/tex/latex/datetime2-contrib/datetime2-samin/ + +Documentation: + +xelatex datetime2-samin.dtx +makeindex -s gind.ist datetime2-samin.idx +makeindex -s gglo.ist -o datetime2-samin.gls datetime2-samin.glo +xelatex datetime2-samin.dtx +xelatex datetime2-samin.dtx + +Move datetime2-samin.pdf and README to +TEXMF/doc/latex/datetime2-contrib/datetime2-samin/ + +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-samin/datetime2-samin.pdf b/Master/texmf-dist/doc/latex/datetime2-samin/datetime2-samin.pdf new file mode 100644 index 00000000000..59dbe97e05a Binary files /dev/null and b/Master/texmf-dist/doc/latex/datetime2-samin/datetime2-samin.pdf differ -- cgit v1.2.3