diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/datetime2-norsk/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/datetime2-norsk/README | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime2-norsk/README b/Master/texmf-dist/doc/latex/datetime2-norsk/README new file mode 100644 index 00000000000..e7abfe168d1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/datetime2-norsk/README @@ -0,0 +1,57 @@ +Norwegian 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[norsk]{datetime2} +\begin{document} +\today +\end{document} + +\documentclass[norsk]{article} +\usepackage{babel} +\usepackage[useregional]{datetime2} +\begin{document} +\today +\end{document} + +\documentclass{article} +\usepackage{polyglossia} +\setmainlanguage{norsk} +\usepackage[norsk]{datetime2} +\begin{document} +\today +\end{document} + +INSTALLATION +============ + +xelatex datetime2-norsk.ins + +Move all *.ldf files to +TEXMF/tex/latex/datetime2-contrib/datetime2-norsk/ + +Documentation: + +xelatex datetime2-norsk.dtx +makeindex -s gind.ist datetime2-norsk.idx +makeindex -s gglo.ist -o datetime2-norsk.gls datetime2-norsk.glo +xelatex datetime2-norsk.dtx +xelatex datetime2-norsk.dtx + +Move datetime2-norsk.pdf and README to +TEXMF/doc/latex/datetime2-contrib/datetime2-norsk/ + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/license/lppl1.3 for the details of that +license. + |