* ./stratus:
- Bug: In doc/stratus, correct rendering of images under LaTeX & HTML. Latex2HTML requires the file extension (.png) to be present while latex don't want them. Build alternate sources with the \latexhtml macro so both are happy.
This commit is contained in:
parent
dbacc42f72
commit
5273be039e
|
@ -2,7 +2,8 @@
|
|||
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=.9\textwidth]{./images/add1}
|
||||
\latexhtml{\includegraphics[width=.9\textwidth]{./images/add1}}
|
||||
{\includegraphics[width=.9\textwidth]{./images/add1.png}}
|
||||
\end{figure}
|
||||
|
||||
\newpage
|
||||
|
@ -10,7 +11,8 @@
|
|||
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=.9\textwidth]{./images/add2}
|
||||
\latexhtml{\includegraphics[width=.9\textwidth]{./images/add2}}
|
||||
{\includegraphics[width=.9\textwidth]{./images/add2.png}}
|
||||
\end{figure}
|
||||
|
||||
\newpage
|
||||
|
@ -18,12 +20,14 @@
|
|||
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=1.4\textwidth]{./images/addaccu1}
|
||||
\latexhtml{\includegraphics[width=1.4\textwidth]{./images/addaccu1}}
|
||||
{\includegraphics[width=1.4\textwidth]{./images/addaccu1.png}}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=1.4\textwidth]{./images/addaccu2}
|
||||
\latexhtml{\includegraphics[width=1.4\textwidth]{./images/addaccu2}}
|
||||
{\includegraphics[width=1.4\textwidth]{./images/addaccu2.png}}
|
||||
\end{figure}
|
||||
|
||||
\newpage
|
||||
|
@ -31,7 +35,8 @@
|
|||
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=1.4\textwidth]{./images/test}
|
||||
\latexhtml{\includegraphics[width=1.4\textwidth]{./images/test}}
|
||||
{\includegraphics[width=1.4\textwidth]{./images/test.png}}
|
||||
\end{figure}
|
||||
|
||||
\subsubsection{How to execute the file}
|
||||
|
@ -50,7 +55,8 @@ chmod u+x test.py
|
|||
The method \verb-View- permits to open an editor in which one can see the cell being created as shown in the picture below.
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=.8\textwidth]{./images/editor}
|
||||
\latexhtml{\includegraphics[width=.8\textwidth]{./images/editor}}
|
||||
{\includegraphics[width=.8\textwidth]{./images/editor.png}}
|
||||
\end{figure}
|
||||
|
||||
\newpage
|
||||
|
|
|
@ -44,7 +44,8 @@ The virtual library is mapped to the sxlib library. A piece of the corresponding
|
|||
|
||||
\begin{figure}[hbtp]
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{images/xml}
|
||||
\latexhtml{\includegraphics[width=\textwidth]{images/xml}}
|
||||
{\includegraphics[width=\textwidth]{images/xml.png}}
|
||||
\end{figure}
|
||||
|
||||
\subsubsection{Generators}
|
||||
|
|
|
@ -25,7 +25,8 @@ This function modifies the abutment box of the current cell.\\
|
|||
\indent The Values are used as follow :
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=.3\textwidth]{./images/resizeAb}
|
||||
\latexhtml{\includegraphics[width=.3\textwidth]{./images/resizeAb}}
|
||||
{\includegraphics[width=.3\textwidth]{./images/resizeAb.png}}
|
||||
\end{figure}
|
||||
|
||||
\subsubsection{Example}
|
||||
|
|
Loading…
Reference in New Issue