#! /bin/bash # Author: Chris Karakas # # Copyright (c) 2002, Chris Karakas # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. If not, write to # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. # # These are examples only. # Adapt to your situation. # Title of this document. TITLE="LyX and SGML" FORMATSFILE="formats.html" COPYRIGHT="All contents \©<\/a> 2002-2006 Chris Karakas<\/a>" HOMEFILE="book1.html" # Flags # Set to "1" to process math. process_math="0" # Set to "1" if you have RefDB installed # and want to create the bibliography.sgml file # through RefDB. process_RefDB="0" RefDB_db="refdb" REFDB_style="J.Biol.Chem."