CVS: phpweather/doc/src phpweather.texi,NONE,1.1 texinfo.tex,NONE,1.1
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-08-26 12:47:00
|
Update of /cvsroot/phpweather/phpweather/doc/src In directory usw-pr-cvs1:/tmp/cvs-serv31931 Added Files: phpweather.texi texinfo.tex Log Message: Texinfo sources. --- NEW FILE --- \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename phpweather.info @settitle PHP Weather User and Reference Guide @c @setchapternewpage odd @c %**end of header @set VERSION 2.x-CVS @set RELEASED 2002-08-26 @titlepage @title PHP Weather Version @value{VERSION} @subtitle Reference and Users Guide released on @value{RELEASED} @author Martin Geisler @email{gimpster@@phpweather.net} @c The following two commands start the copyright page. @page @vskip 0pt plus 1filll [...1628 lines suppressed...] ``Front-Cover Texts being @var{list}''; likewise for Back-Cover Texts. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. @c Local Variables: @c ispell-local-pdict: "ispell-dict" @c End: @node Concept Index @appendix Concept Index @printindex cp @bye --- NEW FILE --- % texinfo.tex -- TeX macros to handle Texinfo files. % % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % \def\texinfoversion{2002-03-01.06} % % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, % 2000, 01, 02 Free Software Foundation, Inc. % % This texinfo.tex file 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 texinfo.tex file 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. [...6304 lines suppressed...] % Say @foo, not \foo, in error messages. @escapechar = `@@ % These look ok in all fonts, so just make them not special. @catcode`@& = @other @catcode`@# = @other @catcode`@% = @other @c Set initial fonts. @textfonts @rm @c Local variables: @c eval: (add-hook 'write-file-hooks 'time-stamp) @c page-delimiter: "^\\\\message" @c time-stamp-start: "def\\\\texinfoversion{" @c time-stamp-format: "%:y-%02m-%02d.%02H" @c time-stamp-end: "}" @c End: |