summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2013-03-28 00:04:39 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2013-03-28 00:04:39 +0100
commit1357b5c583925f56b3a353987ab383281fc89416 (patch)
treeccdc8fec05b546761714e0b81d157df51054d8af
parent7ce4a68e65da1fcb91c37318174eb815790687ad (diff)
downloadcyrillicnumbers-1357b5c583925f56b3a353987ab383281fc89416.tar.gz
bump version
-rw-r--r--COPYING2
-rw-r--r--doc/context/third/cyrillicnumbers/cyrillicnumbers.tex5
-rw-r--r--tex/context/interface/third/t-cyrillicnumbers.xml4
-rw-r--r--tex/context/third/cyrillicnumbers/cyrillicnumbers.lua2
-rw-r--r--tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkiv10
5 files changed, 12 insertions, 11 deletions
diff --git a/COPYING b/COPYING
index 3e802a1..0c6238f 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2011 Philipp Gesang. All rights reserved.
+Copyright 2012--2013 Philipp Gesang. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
diff --git a/doc/context/third/cyrillicnumbers/cyrillicnumbers.tex b/doc/context/third/cyrillicnumbers/cyrillicnumbers.tex
index d55cdde..238836f 100644
--- a/doc/context/third/cyrillicnumbers/cyrillicnumbers.tex
+++ b/doc/context/third/cyrillicnumbers/cyrillicnumbers.tex
@@ -377,6 +377,7 @@
]
\setuplist [section] [
+ before={\blank[halfline]},
alternative=b,
interaction=text,
margin=2em,
@@ -702,7 +703,7 @@
\startstandardmakeup
\numbershowcase
\vfill\raggedright\tfx
- © 2012-01-29 {\italic Philipp Gesang}, Heidelberg\par
+ © 2011--2013 {\italic Philipp Gesang}, Radebeul\par
The latest Version can be found at \from [phg-bibu].\par
Mail bugs and fixes or complaints and suggestions to \from
[phg-mail].\par
@@ -1259,7 +1260,7 @@ typeface under a yet more restrictive license.\footnote{%
\startchapter[title=License]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Copyright 2012 \te{Philipp Gesang}. All rights reserved.
+Copyright 2011--2013 \te{Philipp Gesang}. All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
diff --git a/tex/context/interface/third/t-cyrillicnumbers.xml b/tex/context/interface/third/t-cyrillicnumbers.xml
index 71d79af..a5782b2 100644
--- a/tex/context/interface/third/t-cyrillicnumbers.xml
+++ b/tex/context/interface/third/t-cyrillicnumbers.xml
@@ -6,14 +6,14 @@
authors : Philipp Gesang
- versions : 2012-01-27 19:20:33+0100 (mercurial tip)
+ versions : 2013-03-27 23:57:55+0100 (mercurial tip)
-->
<cd:interface xmlns:cd="http://www.pragma-ade.com/commands"
name="context"
language="en"
- version="2012-01-27 19:16:17+0100">
+ version="2013-03-27 23:57:58+0100">
<cd:command name="setupcyrnum" file="t-cyrillicnumbers.mkiv">
<cd:sequence>
diff --git a/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua b/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua
index 2041ead..7fc1c98 100644
--- a/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua
+++ b/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua
@@ -6,7 +6,7 @@
-- REQUIREMENTS: recent ConTeXt MkIV and LuaTeX
-- AUTHOR: Philipp Gesang (phg), <gesang at stud dot uni-heidelberg dot de>
-- VERSION: hg tip
--- CREATED: 2011-11-29 10:06:00+0100
+-- CHANGED: 2013-03-27 23:59:10+0100
--------------------------------------------------------------------------------
--
diff --git a/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkiv b/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkiv
index 291f562..6c5ae07 100644
--- a/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkiv
+++ b/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkiv
@@ -1,13 +1,13 @@
%D \module
-%D [ file=t-cyrillicnumbers,
-%D version=2012-01-27 14:04:10+0100,
+%D [ file=t-cyrillicnumbers.mkiv,
+%D version=2013-03-27 23:57:37+0100,
%D title=\CONTEXT\ User Module,
%D subtitle=Cyrillic Numbers,
%D author=Philipp Gesang,
%D date=\currentdate,
%D copyright=Philipp Gesang,
%D license=2-clause BSD,
-%D email={gesang at stud dot uni-heidelberg dot de}]
+%D email={phg42 dot 2a at gmail dot com}]
%D This module is licensed under the conditions of the BSD license with
%D two clauses. There is a copy in a file named "COPYING" in the
%D t-cyrillicnumbers source tree.
@@ -454,7 +454,7 @@
\defineconversion[cyr] [\cyrillicnumerals]
\defineconversion[Cyr] [\Cyrillicnumerals]
-% \unprotect \endinput
+% \protect \endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Fun %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -466,6 +466,6 @@
\def\church#1{\ctxcommand{churchnumerals(\number#1)}}
\defineconversion[church][\church]
-\unprotect \endinput
+\protect \endinput
% vi:ft=context:fo=co:ts=2:expandtab:sw=2