Changeset 3162


Ignore:
Timestamp:
Mar 6, 2007, 11:25:04 AM (16 years ago)
Author:
Martin Svensson
Message:

Added copyright text to userdoc/index.xml and some more changes to TOC on chunked subpages

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/userdoc/index.xml

    r3161 r3162  
    33    "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN"
    44    "http://www.cs.put.poznan.pl/dweiss/dtd/dweiss-docbook-extensions.dtd">
     5<!--
     6  $Id:
     7
     8  Copyright (C) Authors contributing to this file.
     9
     10  This file is part of BASE - BioArray Software Environment.
     11  Available at http://base.thep.lu.se/
     12
     13  BASE is free software; you can redistribute it and/or
     14  modify it under the terms of the GNU General Public License
     15  as published by the Free Software Foundation; either version 2
     16  of the License, or (at your option) any later version.
     17
     18  BASE is distributed in the hope that it will be useful,
     19  but WITHOUT ANY WARRANTY; without even the implied warranty of
     20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21  GNU General Public License for more details.
     22
     23  You should have received a copy of the GNU General Public License
     24  along with this program; if not, write to the Free Software
     25  Foundation, Inc., 59 Temple Place - Suite 330,
     26  Boston, MA  02111-1307, USA.
     27-->
    528<part id="userdoc">
    629  <title>User documentation</title>
  • trunk/lib/docbook/custom-styles/docbook/plain/xsl/customized.chunked.xsl

    r3161 r3162  
    1212<xsl:param name="section.label.includes.component.label" select="1" />         
    1313<xsl:param name="section.autolabel" select="1" />
     14<xsl:param name="section.autolabel.max.depth" select="2" />
    1415<xsl:param name="toc.max.depth" select="2"/>
    1516<xsl:param name="make.graphic.viewport" select="0"/>
Note: See TracChangeset for help on using the changeset viewer.