Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

closed as off topic by Bill the Lizard Feb 17 at 15:10

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.