~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to tools/dev/create_unimap.py

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2008-07-24 10:39:53 UTC
  • mfrom: (1.1.4 upstream) (3.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080724103953-8gh4uezg17g9ysgy
Tags: 0.5-2
* Upload docutils 0.5 to unstable
* Update rst.el to upstream Subversion r5596, which apparently fixes
  all its performance problems (17_speed_up_rst_el.dpatch, closes: #474941)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
 
# Author: Felix Wiemann
4
 
# Contact: Felix_Wiemann@ososo.de
5
 
# Revision: $Revision: 3535 $
6
 
# Date: $Date: 2005-06-20 21:29:02 +0200 (Mon, 20 Jun 2005) $
 
3
# $Id: create_unimap.py 5174 2007-05-31 00:01:52Z wiemann $
 
4
# Author: Lea Wiemann <LeWiemann@gmail.com>
7
5
# Copyright: This file has been placed in the public domain.
8
6
 
9
7
# Call: create_unimap.py < unicode.xml > unicode_latex.py
65
63
# Now unicode_map contains the text entries plus dollar-enclosed math
66
64
# entries for those chars for which no text entry exists.
67
65
 
68
 
print '# Author: Felix Wiemann'
69
 
print '# Contact: Felix_Wiemann@ososo.de'
70
 
print '# Revision: $%s$' % 'Revision'
71
 
print '# Date: $%s$' % 'Date'
 
66
print '# $%s$' % 'Id'
 
67
print '# Author: Lea Wiemann <LeWiemann@gmail.com>'
72
68
print '# Copyright: This file has been placed in the public domain.'
73
69
print
74
70
print '# This is a mapping of Unicode characters to LaTeX equivalents.'