On 6/11/24 05:49, Ralf Hemmecke wrote:
Dear Qian,

I studied your commit

"fix display issue of "output" in book section 6.19"

https://github.com/fricas/fricas/commit
/0ab9749f0faff760bc998235436584553b67b3f3

That looks quite good.

I would still like that the change from \xtc to \noOutputXtc in REGSET.htex is not included.

https://github.com/fricas/fricas/commit/0ab9749f0faff760bc998235436584553b67b3f3#diff-36d4a3eafe860f579e9d7b4a2c0e732dd439947d53137c78aa5bae8d5a4330f5L381

The reason is that I would still like to see the type included in the book even though the value is hidden.

The reason to discard its output is, as the text bellow described,
it will output a large portion of debugging output.

I've not yet checked whether

)set output length 88

gives good output for all cases. I'll check that later.

What I do not quite understand is the need for tex2tex.awk (no documentation in that file). The code seems to tell me that you would like to combine lines like

\begin{AlgebraOutput}
blah
\end{algebraOutput}
\begin{AlgebraOutput}
blah2
\end{AlgebraOutput}

into

\begin{AlgebraOutput}
blah
blah2
\end{AlgebraOutput}

so that there will be no white lines in the book.

I am not sure that this is the best solution, but I have nothing better myself at the moment.

Ralf


Yes, its intention is to combine those lines to discard white lines
in between.  I'll add some comments.

Due to the workflow of awk, it seems that I can not do this in a single
awk script, and have to add this new script.

- Qian

--
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 fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/3cac47c7-d31f-407f-b7a8-ce1cb2e969bb%40gmail.com.

Reply via email to