Hello! I am new in LaTeX. I have a converter project which converts an ODP presentation to LaTeX Beamer. I have converted the texts with formats successfully, but I can't convert the shapes. The ODP uses an XML document to store the datas of the presentation. For example I have a rectangle on a slide:
<draw:rect draw:style-name="gr2" draw:text-style-name="P5" draw:layer="layout" svg:width="18cm" svg:height="12.2cm" svg:x="5.4cm" svg:y="5.6cm">
<text:p/>
</draw:rect>
So I have the x, y coordinates and the height, weight values. In the next step I have to draw this object on my beamer slide, but I don't know how can I do it. I am using TikZ, I can draw the rectangle, but I can't positioning to the same position like in the ODP. Thanks for the answers.
