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