summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/datetime2-magyar/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-31 21:57:53 +0000
committerKarl Berry <karl@freefriends.org>2015-03-31 21:57:53 +0000
commit8d5ac97d04669f4d0d108242397dfbf809eeb185 (patch)
tree9a2bfc751a6ce9892ff240e5904176428c63b3b9 /Master/texmf-dist/doc/latex/datetime2-magyar/README
parentdee0a84614e3bfa877b2803b5743a5a2fc15609e (diff)
datetime2-* (31mar15)
git-svn-id: svn://tug.org/texlive/trunk@36692 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/datetime2-magyar/README')
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-magyar/README57
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime2-magyar/README b/Master/texmf-dist/doc/latex/datetime2-magyar/README
new file mode 100644
index 00000000000..fda4ab5cb49
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/datetime2-magyar/README
@@ -0,0 +1,57 @@
+Hungarian 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[magyar]{datetime2}
+\begin{document}
+\today
+\end{document}
+
+\documentclass[magyar]{article}
+\usepackage{babel}
+\usepackage[useregional]{datetime2}
+\begin{document}
+\today
+\end{document}
+
+\documentclass{article}
+\usepackage{polyglossia}
+\setmainlanguage{magyar}
+\usepackage[magyar]{datetime2}
+\begin{document}
+\today
+\end{document}
+
+INSTALLATION
+============
+
+xelatex datetime2-magyar.ins
+
+Move all *.ldf files to
+TEXMF/tex/latex/datetime2-contrib/datetime2-magyar/
+
+Documentation:
+
+xelatex datetime2-magyar.dtx
+makeindex -s gind.ist datetime2-magyar.idx
+makeindex -s gglo.ist -o datetime2-magyar.gls datetime2-magyar.glo
+xelatex datetime2-magyar.dtx
+xelatex datetime2-magyar.dtx
+
+Move datetime2-magyar.pdf and README to
+TEXMF/doc/latex/datetime2-contrib/datetime2-magyar/
+
+This material is subject to the LaTeX Project Public License.
+See http://www.ctan.org/license/lppl1.3 for the details of that
+license.
+