diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-03 23:59:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-03 23:59:51 +0000 |
commit | ef724de0a3026a180d48d923ab9fd796c48b3605 (patch) | |
tree | 3a62eef2e1b8a2a4c49455df66881fa7b8c54695 /Master/texmf-dist/doc/latex/datetime2-basque/README.txt | |
parent | 5763fa78ed0911c4b107c00cd612eb0ea380d949 (diff) |
datetime2-basque (3sep15)
git-svn-id: svn://tug.org/texlive/trunk@38287 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/datetime2-basque/README.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/datetime2-basque/README.txt | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime2-basque/README.txt b/Master/texmf-dist/doc/latex/datetime2-basque/README.txt new file mode 100644 index 00000000000..6f60e03f42a --- /dev/null +++ b/Master/texmf-dist/doc/latex/datetime2-basque/README.txt @@ -0,0 +1,59 @@ +Basque Language Module for datetime2 Package +Version: 1.2 + +Authors: Nicola L. C. Talbot (inactive) + Zunbeltz Izaola + +Licence: LPPL + +Required Packages: datetime2, tracklang + +This module is maintained by Zunbeltz Izaola. +If you find any bug or you have any suggestion contact to zunbeltz@gmail.com + +Example usage: + +\documentclass{article} +\usepackage[basque]{datetime2} +\begin{document} +\today +\end{document} + +\documentclass[basque]{article} +\usepackage{babel} +\usepackage[useregional]{datetime2} +\begin{document} +\today +\end{document} + +\documentclass{article} +\usepackage{polyglossia} +\setmainlanguage{basque} +\usepackage[basque]{datetime2} +\begin{document} +\today +\end{document} + +INSTALLATION +============ + +latex datetime2-basque.ins + +Move all *.ldf files to +TEXMF/tex/latex/datetime2-contrib/datetime2-basque/ + +Documentation: + +pdflatex datetime2-basque.dtx +makeindex -s gind.ist datetime2-basque.idx +makeindex -s gglo.ist -o datetime2-basque.gls datetime2-basque.glo +pdflatex datetime2-basque.dtx +pdflatex datetime2-basque.dtx + +Move datetime2-basque.pdf and README to +TEXMF/doc/latex/datetime2-contrib/datetime2-basque/ + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/license/lppl1.3 for the details of that +license. + |