%% -*- mode: LaTeX -*- %% %% Copyright (c) 1999 The University of Utah and the Computer Systems %% Laboratory at the University of Utah (CSL). %% %% This file is part of Flick, the Flexible IDL Compiler Kit. %% %% Flick 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 of the License, or (at your option) any later %% version. %% %% Flick 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 %% Flick; see the file COPYING. If not, write to the Free Software Foundation, %% 59 Temple Place #330, Boston, MA 02111, USA. %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% This file is the `TeX4ht' configuration file for producing the HTML version %% of the Flick User's Manual. \Preamble{} %% Define how we want certain elements to appear. Font scaling seems to be a %% big lose, so we disable it. %% \Css{BODY { background-color: white; }} \Css{P.indent { text-indent: 0em; }} \Css{div.maketitle { margin-bottom: 0em; }} \Css{.cmtt-10--109 {font-size: 100\%; }} \Css{.cmtt-12 { font-size: 100\%; }} \Css{.cmitt-10--109 { font-size: 100\%; }} \Css{.cmtt-9 { font-size: 100\%; }} \Css{.cmtt-8 { font-size: 100\%; }} \Css{.SUB, .SUP { font-size: 100\%; }} \Css{.sectionToc { text-indent: 1em; }} %% Translate sectioning commands into various levels of HTML headers. %% \Configure{part}% {}{}% {\IgnorePar\HCode{

}\thepart\ }{\HCode{

}\NoIndent} \Configure{chapter}% {}{}% {\IgnorePar\HCode{

}\thechapter\ }{\HCode{

}\NoIndent} \Configure{section}% {}{}% {\IgnorePar\HCode{

}\thesection\ }{\HCode{

}\NoIndent} \Configure{subsection}% {}{}% {\IgnorePar\HCode{

}\thesubsection\ }{\HCode{

}\NoIndent} \Configure{subsubsection}% {}{}% {\IgnorePar\HCode{

}}{\HCode{

}\NoIndent} % \Configure{paragraph} ... % \Configure{subparagraph} ... %% Format our copyright notice appropriately. %% \NewConfigure{copyrightnotice}[2]{% \copyrightnoticebegin{#1}% \copyrightnoticeend{#2}% } \Configure{copyrightnotice}% {\HCode{}} \Css{div.copyright { margin-top: 1em; margin-left: 2em; margin-right: 2em; }} \begin{document} \EndPreamble %% End of file.