/[navidoc]/navidoc/navidoc/directives/__init__.py
ViewVC logotype

Diff of /navidoc/navidoc/directives/__init__.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by humppake, Thu Apr 10 09:20:43 2003 UTC revision 1.8 by humppake, Fri May 23 13:41:40 2003 UTC
# Line 47  directives._directives['bibliography'] = Line 47  directives._directives['bibliography'] =
47  # some additional options and changes for latex writer  # some additional options and changes for latex writer
48  from docutils.parsers.rst.directives import images  from docutils.parsers.rst.directives import images
49    
50  images.image.options['height'] = directives.unchanged;  images.image.options['height'] = directives.unchanged
51  images.image.options['width'] = directives.unchanged;  images.image.options['width'] = directives.unchanged
52  images.image.options['label'] = directives.unchanged;  images.image.options['label'] = directives.unchanged
53  images.image.options['environment'] = directives.unchanged;  images.image.options['environment'] = directives.unchanged
54    
55    images.figure.options.update(images.image.options)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26