Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv1073
Modified Files:
latex-suite-chunk.xsl latex-suite.xml latex-suite.xsl
Log Message:
The location of the required .xsl and .dtd files is changed slightly to
make it easier to use existing tools on debian/cygwin etc. These changes
reflect this. See the updated README on the small changes you might need to
make.
Index: latex-suite-chunk.xsl
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite-chunk.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** latex-suite-chunk.xsl 18 Jun 2003 18:54:30 -0000 1.2
--- latex-suite-chunk.xsl 21 Nov 2003 03:34:49 -0000 1.3
***************
*** 7,11 ****
<!-- $Id$ -->
! <xsl:import href="docbook/xhtml/chunk.xsl"/>
<!-- import common customizations -->
--- 7,11 ----
<!-- $Id$ -->
! <xsl:import href="docbook-xsl/xhtml/chunk.xsl"/>
<!-- import common customizations -->
Index: latex-suite.xml
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** latex-suite.xml 16 Nov 2003 03:37:00 -0000 1.26
--- latex-suite.xml 21 Nov 2003 03:34:49 -0000 1.27
***************
*** 2,6 ****
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
! "docbook/xml/docbookx.dtd"
[<!ENTITY dummy "dummy">
<!ENTITY date "$Date$">
--- 2,6 ----
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
! "docbook-xml/docbookx.dtd"
[<!ENTITY dummy "dummy">
<!ENTITY date "$Date$">
Index: latex-suite.xsl
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** latex-suite.xsl 18 Jun 2003 18:54:30 -0000 1.2
--- latex-suite.xsl 21 Nov 2003 03:34:49 -0000 1.3
***************
*** 7,11 ****
<!-- $Id$ -->
! <xsl:import href="docbook/xhtml/docbook.xsl"/>
<!-- import common customizations -->
--- 7,11 ----
<!-- $Id$ -->
! <xsl:import href="docbook-xsl/xhtml/docbook.xsl"/>
<!-- import common customizations -->
|