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

Diff of /navidoc/navidoc/writers/__init__.py

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

revision 1.1 by humppake, Tue Mar 18 14:32:53 2003 UTC revision 1.2 by humppake, Wed Mar 26 15:36:17 2003 UTC
# Line 1  Line 1 
1    #
2    # Copyright (c) 2003 Asko Soukka
3    #
4    # This file is part of Navidoc.
5    #
6    # Navidoc is free software; you can redistribute it and/or modify it under
7    # the terms of the GNU Lesser General Public License as published by
8    # the Free Software Foundation; either version 2 of the License, or
9    # (at your option) any later version.
10    #
11    # Navidoc is distributed in the hope that it will be useful, but WITHOUT
12    # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13    # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
14    # Public License for more details.
15    #
16    # You should have received a copy of the GNU Lesser General
17    # Public License along with Navidoc; if not, write to the Free
18    # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
19    # MA  02111-1307  USA
20    #
21    
22    # $Id$
23    
24  #  #
25    # Written by Asko Soukka
26    #
27    
28    __docformat__ = 'reStructuredText'
29    
30    from navidoc.writers import latex2e
31    from docutils.writers import _writer_aliases
32    
33    _writer_aliases['latex'] = 'latex2e'

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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