summaryrefslogtreecommitdiff
path: root/tools/dev
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-06-20 19:29:02 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-06-20 19:29:02 +0000
commit418d998c40e0bf9204e1c2c5a16422b2fa3b3eb8 (patch)
tree444b417747fbb328cc8b4e0998fbeaed6644a210 /tools/dev
parent0cb05770a741c0177dd2d79891429e946a042e6b (diff)
downloaddocutils-418d998c40e0bf9204e1c2c5a16422b2fa3b3eb8.tar.gz
changed comment at the top of unicode_latex.py
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@3535 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools/dev')
-rwxr-xr-xtools/dev/create_unimap.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/dev/create_unimap.py b/tools/dev/create_unimap.py
index 260913ed3..1d1a2f8a0 100755
--- a/tools/dev/create_unimap.py
+++ b/tools/dev/create_unimap.py
@@ -70,11 +70,13 @@ print '# Contact: Felix_Wiemann@ososo.de'
print '# Revision: $%s$' % 'Revision'
print '# Date: $%s$' % 'Date'
print '# Copyright: This file has been placed in the public domain.'
+print
+print '# This is a mapping of Unicode characters to LaTeX equivalents.'
+print '# The information has been extracted from'
+print '# <http://www.w3.org/2003/entities/xml/unicode.xml>, written by'
+print '# David Carlisle and Sebastian Rahtz.'
print '#'
-print '# This is a mapping of Unicode characters to LaTeX'
-print '# equivalents. The information has been extracted from'
-print '# <http://www.w3.org/2003/entities/xml/unicode.xml>.'
-print '# The extraction has been done by the "create_unimap.py"'
-print '# script written by Felix Wiemann.'
+print '# The extraction has been done by the "create_unimap.py" script'
+print '# located at <http://docutils.sf.net/tools/dev/create_unimap.py>.'
print
print 'unicode_map = %s' % pprint.pformat(unicode_map, indent=0)