Re: [fricas-devel] Documentation patches

2020-09-27 Thread Ralf Hemmecke
On 9/23/20 12:36 AM, Waldek Hebisch wrote: > ATM I can not test documentation build (due to missing dependencies on > my machines). However the code looks OK and since it works for you > and other folks I think it it best to commit it now. I have now merged my patch series and also updated http:

Re: [fricas-devel] Documentation patches

2020-09-22 Thread Waldek Hebisch
On Sun, Sep 13, 2020 at 02:30:01AM +0200, Ralf Hemmecke wrote: > > Hopefully it can soon make it into FriCAS. > > https://github.com/hemmecke/fricas/commits/formatted > ATM I can not test documentation build (due to missing dependencies on my machines). However the code looks OK and since it w

Re: [fricas-devel] Documentation patches

2020-09-15 Thread Ralf Hemmecke
>>> 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 $< > Hmm, IIUC running make twice is supposed to produce the same > effect as running it once (on the s

Re: [fricas-devel] Documentation patches

2020-09-15 Thread Waldek Hebisch
On Wed, Sep 09, 2020 at 01:36:19PM +0200, Ralf Hemmecke wrote: > > 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

Re: [fricas-devel] Documentation patches

2020-09-12 Thread Ralf Hemmecke
Hi Qian, On 9/9/20 12:19 PM, oldk1331 wrote: > One comment: to enable pdf hyperlink, you need to use > "latex" to compile the source twice. Should be fixed now. > 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 r

Re: [fricas-devel] Documentation patches

2020-09-09 Thread Ralf Hemmecke
> 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 to

Re: [fricas-devel] Documentation patches

2020-09-09 Thread oldk1331
Hi Ralf, I compiled the book successfully, it works like a charm! One comment: to enable pdf hyperlink, you need to use "latex" to compile the source twice. 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

Re: [fricas-devel] Documentation patches

2020-09-06 Thread Ralf Hemmecke
BTW, note that for compiling the book you must have the following packages installed: epsf verbatim hyperref color listings makeidx xparse tikz framed amsmath tensor mleftright Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system"

Re: [fricas-devel] Documentation patches

2020-09-06 Thread Grégory Vanuxem
Le mer. 2 sept. 2020 à 10:42, Ralf Hemmecke a écrit : > > >> I would like that some persons try out the following. > >> > >> git clone https://github.com/hemmecke/fricas.git > >> cd fricas && ./configure && make > >> cd src/doc > >> time make -j8 localhtml > > > > No rules to make target localhtml

Re: [fricas-devel] Documentation patches

2020-09-02 Thread Ralf Hemmecke
> cd tmp/sphinx && make html > make[2]: Wejscie do katalogu > '/mnt/lv0/fricas/axp8/rh3/fricas/src/doc/tmp/sphinx' > /bin/sh: 1: sphinx-build: not found > Makefile:20: polecenia dla obiektu 'html' nie powiodly sie > make[2]: *** [html] Blad 127 > make[2]: Opuszczenie katalogu > '/mnt/lv0/fricas/a

Re: [fricas-devel] Documentation patches

2020-09-02 Thread Waldek Hebisch
On Wed, Sep 02, 2020 at 10:42:46AM +0200, Ralf Hemmecke wrote: > >> I would like that some persons try out the following. > >> > >> git clone https://github.com/hemmecke/fricas.git > >> cd fricas && ./configure && make > >> cd src/doc > >> time make -j8 localhtml > > > > No rules to make target lo

Re: [fricas-devel] Documentation patches

2020-09-02 Thread Ralf Hemmecke
On 9/2/20 12:55 PM, Grégory Vanuxem wrote: > Le mer. 2 sept. 2020 à 10:42, Ralf Hemmecke a écrit : > >> Arrr... ich should have pushed it to the master branch. Try the >> following: >> >> git clone https://github.com/hemmecke/fricas.git >> cd fricas >> git checkout formatted

Re: [fricas-devel] Documentation patches

2020-09-02 Thread Grégory Vanuxem
Le mer. 2 sept. 2020 à 10:42, Ralf Hemmecke a écrit : > Arrr... ich should have pushed it to the master branch. Try the > following: > > git clone https://github.com/hemmecke/fricas.git > cd fricas > git checkout formatted < ADDED > ./configure && make > cd src/doc > tim

Re: [fricas-devel] Documentation patches

2020-09-02 Thread Ralf Hemmecke
>> I would like that some persons try out the following. >> >> git clone https://github.com/hemmecke/fricas.git >> cd fricas && ./configure && make >> cd src/doc >> time make -j8 localhtml > > No rules to make target localhtml (or something like that - french message) > even with 'make html' > >

Re: [fricas-devel] Documentation patches

2020-09-01 Thread Grégory Vanuxem
Le mer. 2 sept. 2020 à 02:58, Ralf Hemmecke a écrit : > > Hi, > > I think that I am more or less ready to propose my documentation patch > series: > > https://github.com/hemmecke/fricas/commits/formatted > > I would like that some persons try out the following. > > git clone https://github.com/hem

[fricas-devel] Documentation patches

2020-09-01 Thread Ralf Hemmecke
Hi, I think that I am more or less ready to propose my documentation patch series: https://github.com/hemmecke/fricas/commits/formatted I would like that some persons try out the following. git clone https://github.com/hemmecke/fricas.git cd fricas && ./configure && make cd src/doc time make -j