diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-20 19:29:02 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-20 19:29:02 +0000 |
| commit | b64e1cc6ba90c58db6c52d9286f19188dd5dea97 (patch) | |
| tree | 6affcf9aeb2b755f0a14f70ce5c044ab059fa10f /docutils/tools/dev | |
| parent | 5339c5492b96fcdb60d05b66006c615edae20215 (diff) | |
| download | docutils-b64e1cc6ba90c58db6c52d9286f19188dd5dea97.tar.gz | |
changed comment at the top of unicode_latex.py
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3535 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/dev')
| -rwxr-xr-x | docutils/tools/dev/create_unimap.py | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docutils/tools/dev/create_unimap.py b/docutils/tools/dev/create_unimap.py index 260913ed3..1d1a2f8a0 100755 --- a/docutils/tools/dev/create_unimap.py +++ b/docutils/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) |
