Re: [eigen] making doc - what am I missing? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] making doc - what am I missing?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 6 Oct 2010 11:18:48 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=RY9/0XyN84P6E1HTbNgP4OWt3xqDQRUl7lYUSoAILXM=; b=r/gzzt5tvMT3V1yD2eAytKQjECKOEFum7mvU07XowAPe7l67k521N7TnREcwp6gxKL vLlJnQ3oNTRS6YMVl0m7yHz0oucXZXOoDWl+/opvKHhReLmduWztheah6BiMiiQNUg7I pU8zUdUFuwuzj7q9Nb0jCnTNw8HKwP3HPrvZI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=vfwtCftOvFquehhW6IzCnhRM89jTIFe2pDVArVxQZHp3Tp5yEUqIWgDjDg2o3Te4SO Y78uOofQ6Sf5uAG1P1/aPNGwcRBLeF4BnVtRmMOmVtRDw9hYPXctl/l3/RZenYJFF56K OBzxilcZVP5eUGqLPTaKknw7Nsh4UA/OD4j54=
Whatever it is exactly, what you are hitting is a doxygen bug whereby
doxygen puts latex code in index.html.
Have you tried starting afresh with an empty build directory?
What is your doxygen version?
Benoit
2010/10/6 Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>:
> Thanks Thomas, thanks Benoit,
>
> I have the same configuration as Thomas and still it doesn't work.
> Notice, that (the?) html code has been generated by after the LaTeX
> code.
> There are some warnings, but I don't know Doxygen, so if someone wants
> to have a look at these, I've put the LOG file into
> http://www.igpm.rwth-aachen.de/jarausch/Temp/Eigen_doc.LOG
>
> Thanks for any further hints,
> Helmut.
>
>
> On 10/06/10 13:34:20, Benoit Jacob wrote:
>> 2010/10/6 Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>:
>> > Hi,
>> >
>> > I'm using Eigen trunk.
>> > Given /OBJ/Math/Eigen contains a copy of the HG-eigen folder.
>> > To build the documentation I have tried
>> >
>> > mkdir /OBJ/Math/Eigen_Build
>> > cd /OBJ/Math/Eigen_Build
>> > cmake -G "Unix Makefiles" ../Eigen/
>>
>>
>> I agree with Thomas, no need for -G
>>
>> > make
>>
>> Make (default target) shouldn't do anything.
>>
>> > make -j4 doc
>>
>> Good, that should work.
>>
>> >
>> > But, when looking into doc/html/index.html
>> > it starts with
>> >
>> > \NeedsTeXFormat{LaTeX2e}
>> > \ProvidesPackage{doxygen}
>> >
>> > % Packages used by this style file
>> > \RequirePackage{alltt}
>> > \RequirePackage{array}
>> > \RequirePackage{calc}
>>
>>
>> This is LaTeX code!! How did it end up in a .html file ?! My only
>> explanation would be that you hit a very strange Doxygen bug.
>>
>> Do you have LaTeX installed?
>>
>> Benoit
>>
>> > ...
>> > only lateron, following line 387 there is (there is no <script>
>> > preceding this:)
>> >
>> > </script>
>> > <div class="navigation" id="top">
>> > <div class="tabs">
>> > <ul class="tablist">
>> > <li class="current"><a
>> href="index.html"><span>Main Page</
>> > span></a></li>
>> > <li><a href="pages.html"><span>Related Pages</span></a></
>> li>
>> > <li><a href="modules.html"><span>Modules</span></a></li>
>> > <li><a href="annotated.html"><span>Classes</span></a></li>
>> > </ul>
>> > </div>
>> > </div>
>> > .....
>> >
>> > What am I missing? ( I have a bleeding edge Gentoo system running
>> > here )
>> >
>> > Many thanks for a hint,
>> > Helmut.
>
>
>
>