|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
i have installed the new POVRay 3.6b1 on my German Win2k SP4 on P4 1.8 GHz
224 MB RAM.
After rendering some scenes from scenes/advanced i try to render
balcony.pov.
-> A parse error occure at table_stuff.inc in line 95:
Cannot open include file bglass.inc
Is this a bug or did I have overseen something / some setting?
Zan
PS.: Nice to see a pdf version of the documentation. Made with
pdfTeX-1.10b... Which LaTeX packages were used?
Plain? Komascript? Other?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Zan Trajkov" <z.t### [at] acontiscom> wrote:
> Hi,
>
> i have installed the new POVRay 3.6b1 on my German Win2k SP4 on P4 1.8 GHz
> 224 MB RAM.
> After rendering some scenes from scenes/advanced i try to render
> balcony.pov.
> -> A parse error occure at table_stuff.inc in line 95:
> Cannot open include file bglass.inc
>
> Is this a bug or did I have overseen something / some setting?
>
> Zan
>
> PS.: Nice to see a pdf version of the documentation. Made with
> pdfTeX-1.10b... Which LaTeX packages were used?
> Plain? Komascript? Other?
Greetings!
I have installed the released version of POV-Ray 3.6, and this problem still
exists. Where, oh where, is that pesky little "bglass.inc"?
- Patrick
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> I have installed the released version of POV-Ray 3.6, and this problem still
> exists. Where, oh where, is that pesky little "bglass.inc"?
just rename glass.inc. there was a glitch in the way the files were submitted
to our version control system. it will be rectified in 3.6.1 (out in a few days
or so).
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>> I have installed the released version of POV-Ray 3.6, and this
>> problem still exists. Where, oh where, is that pesky little
>> "bglass.inc"?
>
> just rename glass.inc. there was a glitch in the way the files were
> submitted to our version control system. it will be rectified in 3.6.1
> (out in a few days or so).
Sorry, but that does not work.
a Glass object ( as "object { Glass ..." ) is expected later in
table_stuff.inc.
A real include file seems to be missing.
Why 3.6.1, why giving up the letter... what about 3.6b ?
--
l'habillement, les chaussures que le maquillage et les accessoires.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Le Forgeron" <jgr### [at] freelocalhost> wrote in message
news:Xns95356D2DD49B4jgrimbertmeandmyself@203.29.75.35...
>
> >> I have installed the released version of POV-Ray 3.6, and this
> >> problem still exists. Where, oh where, is that pesky little
> >> "bglass.inc"?
> >
> > just rename glass.inc. there was a glitch in the way the files were
> > submitted to our version control system. it will be rectified in 3.6.1
> > (out in a few days or so).
>
> Sorry, but that does not work.
> a Glass object ( as "object { Glass ..." ) is expected later in
> table_stuff.inc.
He meant the glass.inc from a prior installation, as with version 3.5, where
it exists as glass.inc in POV\scenes\advanced\balcony\. Perhaps you thought
it were the POV\includes\glass.inc file instead? If so, that's the reason.
> Why 3.6.1, why giving up the letter... what about 3.6b ?
They've chosen to follow the major.minor.patch method of version
numbering. Probably most for simplicities sake.
Bob H.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |