diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/datetime2-contrib/datetime2-scottish/README |
Initial commit
Diffstat (limited to 'macros/latex/contrib/datetime2-contrib/datetime2-scottish/README')
-rw-r--r-- | macros/latex/contrib/datetime2-contrib/datetime2-scottish/README | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/macros/latex/contrib/datetime2-contrib/datetime2-scottish/README b/macros/latex/contrib/datetime2-contrib/datetime2-scottish/README new file mode 100644 index 0000000000..9ee2c16681 --- /dev/null +++ b/macros/latex/contrib/datetime2-contrib/datetime2-scottish/README @@ -0,0 +1,57 @@ +Scottish Gaelic 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[scottish]{datetime2} +\begin{document} +\today +\end{document} + +\documentclass[scottish]{article} +\usepackage{babel} +\usepackage[useregional]{datetime2} +\begin{document} +\today +\end{document} + +\documentclass{article} +\usepackage{polyglossia} +\setmainlanguage{scottish} +\usepackage[scottish]{datetime2} +\begin{document} +\today +\end{document} + +INSTALLATION +============ + +latex datetime2-scottish.ins + +Move all *.ldf files to +TEXMF/tex/latex/datetime2-contrib/datetime2-scottish/ + +Documentation: + +pdflatex datetime2-scottish.dtx +makeindex -s gind.ist datetime2-scottish.idx +makeindex -s gglo.ist -o datetime2-scottish.gls datetime2-scottish.glo +pdflatex datetime2-scottish.dtx +pdflatex datetime2-scottish.dtx + +Move datetime2-scottish.pdf and README to +TEXMF/doc/latex/datetime2-contrib/datetime2-scottish/ + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/license/lppl1.3 for the details of that +license. + |