Hi Qian,
I just see, that in your "support build with pdflatex"
commit, you have basically replaced all the \special commands by
\includehyperdoc. That's good.
I think we should even extend that command like that
\newcommand{\includehyperdoc}[2]{%
\begin{figure}[htbp]
\begin{center}
\includegraphics[scale=0.5]{#1}
\end{center}
\caption{#2}
\end{figure}}
Then we can even more reduce the respective parts in the .htex files to just
\includehyperdoc{FILENAME}{CAPTION}
What do you think?
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/9fb3aadb-8cab-464c-ab0e-5a4fc36e1518%40hemmecke.org.