Hi, I would like to use sphinx to generate something like the image (see the attached image) that it is generated from the following latex code.
%%% begin LaTex document
\documentclass[7pt]{letter}
\oddsidemargin = 0cm
\textwidth = 16cm
\usepackage{multicol}
\begin{document}
\begin{enumerate}
\item {}
Determine if the following equalities are true or false:
\begin{multicols}{2}
\begin{enumerate}
\item {}
33 : 11 = 11 : 33 \hfill V F
\item {}
99 - 72 : 9 = (99 - 72 ) : 9 \hfill V F
\item {}
8 - 4 = 4 - 8 \hfill V F
\item {}
35 · 10 = 10 · 35 \hfill V F
\item {}
9 x ( 2 + 3 ) = 9 x 3 + 9 x 2 \hfill V F
\end{enumerate}
\end{multicols}
\item {}
The numbers listed below are written as a product of other numbers:
underline the scriptures in which each number is decomposed into prime
factors.
\begin{enumerate}
\item {}
$68 = 17 \cdot 4 = 17 \cdot 2^{2} = 2 \cdot 34$
\item {}
$45 = 5 \cdot 9 = 15 \cdot 3 = 5 \cdot 3^{2}$
\end{enumerate}
\emph{Calculate the value of the following expressions}
\item {}
$( 1 + 2 \cdot 3 )\div( 5 - 2 \cdot 2 ) + 1 + 2 \cdot 4$ \hfill {[}16{]}
\item {}
$( 18 - 3 \cdot 2 )\div( 16 - 3 \cdot 4 ) \cdot ( 2\div2 + 2 )$ \hfill
{[}9{]}
\end{enumerate}
\end{document}
%%% end LaTex document
Is it possible to do the same with sphinx?
Any hints are appreciated!
Thanks!
--
Daniele
www.fugamatematica.blogspot.com
giusto!
nel verso
forse è perché non guardiamo le cose
Quando non ci capiamo,
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sphinx-users?hl=en.
<<attachment: test10_exe.png>>
