Sunday, June 26, 2005

Itrans_Prv

An Emacs Plugin for previewing Itrans and Latex File

Project Webpage .
Here is a brief overview of our project
  • Select any itrans/latex text that is between valid tags. Now you can select
    option from menu for prview of this region.(See Preview1).
  • You can preview many such region in emacs window.
  • You can select option "Remove all preview" from Itrans menu to remove all preview of all regions.
  • With "continuous preview" option you can view preview in seperate gv (ghost view) window.(Preview 2)
  • In "continuous preview" mode you can edit text and preview gets automatically updated in gv.

Image Previews

http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs2.jpg Preview1

http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs7.jpg Preview2 http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs4.jpgPreview3

Labels:

Sunday, June 05, 2005

Preview Latex

This is an in-line latex viewer for emacs.The purpose of preview-latex is to embed LaTeX environments such as display math or figures into the source buffers and switch conveniently between source and image representation.It replaces the latex text with its preview.

When we tried it ,it could generate previews of only sections,sub-sections and mathematical formula. So a small trick could be used to preview any part of a latex document be it tables, enumerations, paragraphs or any kind of fonts.Just place the part to be previewed in the '\begin{figure}' and '\end{figure}' tags.And now preview latex will generate preview for this part of the document.

Previewing itrans text
Preview-latex can be used to preview itrans text.But the itrans text cannot be directly modified and previewed in the latex file.We have to first compile the .itx file using itrans and then the resulting .tex file can be used for generating previews for the itrans text.
We have to use the '\begin{figure}' and '\end{figure}' tags for previewing this also.