> I compiled the book successfully, it works like a charm!
Thank you.
> One comment: to enable pdf hyperlink, you need to use
> "latex" to compile the source twice.
book.ps: book.dvi
makeindex book
${MAKE} $<
${MAKE} $<
dvips $<
Oh... OK. Seems like I optimized too much recently, so that latex was
not called as often as I intended. Thanks for the hint. I will look into
this issue.
> Also, can you explain more about your thought behind
> commit "compile user guide into book.tex", so that I
> can catch up to it and review it more effectively.
I don't think it is worth to waste your time with a review, but to
explain the whole process, I need more time. Wait a little. I try to put
the things together. Unfortunatly, although I've put some comments into
src/doc/Makefile.in, it id not soo easy to see what is going on before
latex can be started.
In short.
There are pictures generated (the graphics in the book).
Some .ht pages are created from the .htex files.
The commands in the .htex files are executed and their output is
collected (as tex output) back into the .tex file.
More details later. Maybe I add it to the beginning of the Makefile.in.
> Once this is merged, I'd like to improve this documentation
> book more.
Maybe here our views differ. I somehow tend to keep the book close to
its original form and rather create a new book or other forms of
tutorials, but if more people rather want to see a modernized version of
the content of the book, I am not against such a change. In the end it
is much more important for current users to have helpful documentation.
The historical version of the book can always be retrieved from the time
when my commits are included. That is why we have version control.
Ralf
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/835b5b67-b1e6-2b57-d371-3a2967022bfd%40hemmecke.org.