Tag Archive: xhtml

Nov
18

Converting LaTex Document to xHtml using plasTeX

Another features will be added to ICE project that I work on. Since ICE is moving towards targetting Researcher in USQ, we are going to impliment LaTeX conversion to allow Researchers to view their LaTeX document in xHtml form instead of using latex command to compile to .dvi format and view the document using xdvi. …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=24

Oct
31

XML Web Application For Idea Management System

Managed to complete one of my project for this semester. Page are generated from xslt process and rendered to xhtml format. Page navigations are controlled using xAjax component. Try it out and have fun http://www.lindaocta.com/linda/stuff/xmlAssignment/index.php

Permanent link to this article: http://lindaocta.com/?p=18

Oct
19

Playing with CSS and xhtml document

ie

Displaying unicode character in different OS, add below code to your css since different OS have their own default font: Displaying unicode generated from Open Office .spCh {     font-family: "Lucida Grande","Arial Unicode MS", sans-serif; font-size: 1.2em; } Supporting website: Common fonts to all versions of Windows and Mac equivalents Suggested CSS Font Style …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=10