POV-Ray : Newsgroups : povray.beta-test : [Bug] balcony.pov : Re: [Bug] balcony.pov Server Time
29 Jul 2024 06:18:07 EDT (-0400)
  Re: [Bug] balcony.pov  
From: Thorsten Froehlich
Date: 4 Feb 2004 12:45:08
Message: <40212fa4@news.povray.org>
In article <4021226c$1@news.povray.org> , "Zan Trajkov" 
<z.t### [at] acontiscom> wrote:

> PS.: Nice to see a pdf version of the documentation. Made with
> pdfTeX-1.10b... Which LaTeX packages were used?
> Plain? Komascript? Other?

Here the head of the TeX file.  The content is all automatically generated
from a common base HTML format we have adopted back with 3.5.

    Thorsten

PS: We are still looking for somebody with hints for a package that contains
enough smart logic to do intelligent wrapping of links and some of the very
long keywords.  Given the size of the documentation, it isn't feasible to
manually perform any tweaks...


\documentclass[letterpaper,10pt]{book}

\usepackage{txfonts}
\usepackage{textcomp}
\usepackage{parskip}
\usepackage{makeidx}
\usepackage{float}
\usepackage{afterpage}
\usepackage{multicol}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage[latin1]{inputenc}

\makeindex

\restylefloat{figure}
\restylefloat{table}
\newfloat{mathequ}{htbp}{loe}[chapter]
\floatname{mathequ}{Equation}
\floatplacement{figure}{tbhp}
\floatname{mathequ}{Figure}
\floatplacement{table}{htbp}
\floatname{mathequ}{Table}

\pagestyle{fancy}

% with this we ensure that the chapter and section headings are in
lowercase.
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}

% delete current setting for header and footer
\fancyhf{}
% BEGIN beta notice
\renewcommand{\footrule}{}
\fancyfoot[C]{\small Please do not print the beta version of the
documentation. The final version will contain important changes!}
% END beta notice
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}

% make space for the rule
\addtolength{\headheight}{0.5pt}

% get rid of headersand the line on plain pages
\fancypagestyle{plain}{\fancyhead{}\renewcommand{\headrulewidth}{0pt}}

\begin{document}

\author{POV-Team}
\date{for POV-Ray Version 3.6 BETA}




____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.