"Fossies" - the Fresh Open Source Software Archive

Member "teapot-2.3.0/doc/.latex2html-init" (6 Feb 2012, 7283 Bytes) of package /linux/privat/old/teapot-2.3.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 #LaTeX2HTML Version 96.1 : dot.latex2html-init
    2 #
    3 ### Command Line Argument Defaults #######################################
    4 
    5 $MAX_SPLIT_DEPTH = 5;	# Stop making separate files at this depth
    6 
    7 $MAX_LINK_DEPTH = 4;    # Stop showing child nodes at this depth
    8 
    9 $NOLATEX = 0;           # 1 = do not pass unknown environments to Latex
   10 
   11 $EXTERNAL_IMAGES = 0;   # 1 = leave the images outside the document
   12 
   13 $ASCII_MODE = 0;        # 1 = do not use any icons or internal images
   14 
   15 $LOCAL_ICONS = 1;
   16 
   17 # 1 =  use links to external postscript images rather than inlined bitmap
   18 # images.
   19 $PS_IMAGES = 0;
   20 
   21 $TITLE = "fteapot manual";      # The default is "No Title"
   22 
   23 $DESTDIR = 'html';         # Put the result in this directory
   24 
   25 # When this is set, the generated HTML files will be placed in the
   26 # current directory. If set to 0 the default behaviour is to create (or reuse)
   27 # another file directory.
   28 $NO_SUBDIR = 0;
   29 
   30 
   31 # Supply your own string if you don't like the default <Name> <Date>
   32 $ADDRESS = "";
   33 
   34 $NO_NAVIGATION = 0;	# 1 = do not put a navigation panel at the top of each page
   35 
   36 # Put navigation links at the top of each  page.  If  the page  exceeds
   37 # $WORDS_IN_PAGE  number of words then put one at the bottom of the page.
   38 $AUTO_NAVIGATION = 1;
   39 
   40 # Put a link to the index page in  the  navigation  panel
   41 $INDEX_IN_NAVIGATION = 0;
   42 
   43 # Put a link to the table of contents  in  the  navigation  panel
   44 $CONTENTS_IN_NAVIGATION = 1;
   45 
   46 # Put a link to the next logical page  in  the  navigation  panel
   47 $NEXT_PAGE_IN_NAVIGATION = 1;
   48 
   49 # Put a link to the previous logical page  in  the  navigation  panel
   50 $PREVIOUS_PAGE_IN_NAVIGATION = 1;
   51 
   52 $INFO = 1;              # 0 = do not make a "About this document..." section
   53 
   54 # Reuse images generated during previous runs
   55 $REUSE = 2;
   56 
   57 # When this is 1, the section numbers are shown. The section numbers should
   58 # then match those that would have bee produced by LaTeX.
   59 # The correct section numbers are obtained from the $FILE.aux file generated
   60 # by LaTeX.
   61 # Hiding the seciton numbers encourages use of particular sections
   62 # as standalone documents. In this case the cross reference to a section
   63 # is shown using the default symbol rather than the section number.
   64 $SHOW_SECTION_NUMBERS = 0;
   65 
   66 ### Other global variables ###############################################
   67 $CHILDLINE = "<BR> <HR>\n";
   68 
   69 # This is the line width measured in pixels and it is used to right justify
   70 # equations and equation arrays;
   71 $LINE_WIDTH = 500;
   72 
   73 # Used in conjunction with AUTO_NAVIGATION
   74 $WORDS_IN_PAGE = 300;
   75 
   76 # Affects ONLY the way accents are processed
   77 $default_language = 'english';
   78 
   79 # The value of this variable determines how many words to use in each
   80 # title that is added to the navigation panel (see below)
   81 #
   82 $WORDS_IN_NAVIGATION_PANEL_TITLES = 5;
   83 
   84 # This number will determine the size of the equations, special characters,
   85 # and anything which will be converted into an inlined image
   86 # *except* "image generating environments" such as "figure", "table"
   87 # or "minipage".
   88 # Effective values are those greater than 0.
   89 # Sensible values are between 0.1 - 4.
   90 $MATH_SCALE_FACTOR = 2;
   91 
   92 # This number will determine the size of
   93 # image generating environments such as "figure", "table" or "minipage".
   94 # Effective values are those greater than 0.
   95 # Sensible values are between 0.1 - 4.
   96 $FIGURE_SCALE_FACTOR = 2;
   97 
   98 
   99 #  If this is set then intermediate files are left for later inspection.
  100 #  This includes $$_images.tex and $$_images.log created during image
  101 #  conversion.
  102 #  Caution: Intermediate files can be *enormous*.
  103 $DEBUG = 0;
  104 
  105 #  If both of the following two variables are set then the "Up" button
  106 #  of the navigation panel in the first node/page of a converted document
  107 #  will point to $EXTERNAL_UP_LINK. $EXTERNAL_UP_TITLE should be set
  108 #  to some text which describes this external link.
  109 $EXTERNAL_UP_LINK = "";
  110 $EXTERNAL_UP_TITLE = "";
  111 
  112 # If this is set then the resulting HTML will look marginally better if viewed
  113 # with Netscape.
  114 $NETSCAPE_HTML = 0;
  115 
  116 # Valid paper sizes are "letter", "legal", "a4","a3","a2" and "a0"
  117 # Paper sizes has no effect other than in the time it takes to create inlined
  118 # images and in whether large images can be created at all ie
  119 #  - larger paper sizes *MAY* help with large image problems
  120 #  - smaller paper sizes are quicker to handle
  121 $PAPERSIZE = "a5";
  122 
  123 # Replace "english" with another language in order to tell LaTeX2HTML that you
  124 # want some generated section titles (eg "Table of Contents" or "References")
  125 # to appear in a different language. Currently only "english" and "french"
  126 # is supported but it is very easy to add your own. See the example in the
  127 # file "latex2html.config"
  128 $TITLES_LANGUAGE = "english";
  129 
  130 ### Navigation Panel ##########################################################
  131 #
  132 # The navigation panel is constructed out of buttons and section titles.
  133 # These can be configured in any combination with arbitrary text and
  134 # HTML tags interspersed between them.
  135 # The buttons available are:
  136 # $PREVIOUS - points to the previous section
  137 # $UP  - points up to the "parent" section
  138 # $NEXT - points to the next section
  139 # $NEXT_GROUP - points to the next "group" section
  140 # $PREVIOUS_GROUP - points to the previous "group" section
  141 # $CONTENTS - points to the contents page if there is one
  142 # $INDEX - points to the index page if there is one
  143 #
  144 # If the corresponding section exists the button will contain an
  145 # active link to that section. If the corresponding section does
  146 # not exist the button will be inactive.
  147 #
  148 # Also for each of the $PREVIOUS $UP $NEXT $NEXT_GROUP and $PREVIOUS_GROUP
  149 # buttons there are equivalent $PREVIOUS_TITLE, $UP_TITLE, etc variables
  150 # which contain the titles of their corresponding sections.
  151 # Each title is empty if there is no corresponding section.
  152 #
  153 # The subroutine below constructs the navigation panels in each page.
  154 # Feel free to mix and match buttons, titles, your own text, your logos,
  155 # and arbitrary HTML (the "." is the Perl concatenation operator).
  156 sub top_navigation_panel {
  157 
  158 	# Now add a few buttons with a space between them
  159 	"<FONT SIZE=6>&nbsp; $PREVIOUS &nbsp; $UP &nbsp; $NEXT &nbsp; - &nbsp; $CONTENTS &nbsp; $INDEX &nbsp; $CUSTOM_BUTTONS</FONT>" .
  160 
  161 	#"<BR>\n" .		# Line break
  162 
  163 	# ... and the ``previous'' title
  164 	#($PREVIOUS_TITLE ? "<B>&lt;&lt;</B> $PREVIOUS_TITLE\n" : undef) .
  165 
  166 	# Similarly with the ``up'' title ...
  167 	#($UP_TITLE ? "<B>^</B> $UP_TITLE <B>^</B>\n" : undef) .
  168 
  169 	# If ``next'' section exists, add its title to the navigation panel
  170 	#($NEXT_TITLE ? "$NEXT_TITLE <B>&gt;&gt;</B>\n" : undef)
  171 
  172 	#  Line Break, horizontal rule (3-d dividing line) and new paragraph
  173 	#"<BR>\n"
  174 	""
  175 }
  176 
  177 sub bot_navigation_panel {
  178 
  179 	#  Start with a horizontal rule (3-d dividing line)
  180 	#"<HR>".
  181 
  182 	# Now add a few buttons with a space between them
  183 	"<FONT SIZE=6>&nbsp; $PREVIOUS &nbsp; $UP &nbsp; $NEXT &nbsp; - &nbsp; $CONTENTS &nbsp; $INDEX &nbsp; $CUSTOM_BUTTONS</FONT>" .
  184 
  185 	"<BR>\n" .		# Line break
  186 
  187 	# ... and the ``previous'' title
  188 	($PREVIOUS_TITLE ? "<B>&lt;&lt;</B> $PREVIOUS_TITLE\n" : undef) .
  189 
  190 	# Similarly with the ``up'' title ...
  191 	($UP_TITLE ? "<B>^</B> $UP_TITLE <B>^</B>\n" : undef) .
  192 
  193 	# If ``next'' section exists, add its title to the navigation panel
  194 	($NEXT_TITLE ? "$NEXT_TITLE <B>&gt;&gt;</B>\n" : undef)
  195 
  196 }
  197 
  198 1;	# This must be the last line