I've run "configure" as ./configure --with-lisp=sbcl. When I am running "build/scripts/document texmacs.spad.pamphlet" nothing happens, but "document [ -o redirect ] pamphlet" is shown. Looked briefly through the "document" script sources I've found that the last case statement (case $mode,$tag) is run with value ",", because both $mode and $tag are empty.
I could set different parameters explicitly if I knew exactly what the script is supposed to produce. On Sun, Jan 9, 2011 at 9:49 PM, Ralf Hemmecke <[email protected]> wrote: > On 01/09/2011 12:30 PM, Alexander Solovets wrote: >> >> I tried to make somewhat out of my texmacs.spad.pamphlet with >> build/scripts/document, but got "document [-o redirect] pamphlet". >> However, `document --latex texmacs.spad.pamphlet` works and produces >> mostly fine document with a few strange formations. Since I was told >> that texmacs.spad.pamphlet isn't compiled how can I check this? > > Exactly as I've told you here. > http://groups.google.com/group/fricas-devel/msg/e299ab346391ca03 > If you have built fricas, you should have a subdirectory "build" in your > build directory (i.e. from where you started "make"). > > You probably also can generate this script from its respective .in file > https://github.com/hemmecke/fricas-svn/blob/master/src/scripts/document.in . > > Should be enough, I guess, if you run "configure" appropriately. > > But usually it calls latex and that will look for a file axiom.sty. > https://github.com/hemmecke/fricas-svn/blob/master/src/scripts/tex/axiom.sty > . > > Sorry, I'm currently in a hurry. Hope, it helps, nevertheless. > > Ralf > > -- > You received this message because you are subscribed to the Google Groups > "FriCAS - computer algebra system" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/fricas-devel?hl=en. > > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en.
