Showing posts with label latex. Show all posts
Showing posts with label latex. Show all posts

Thursday, June 26, 2008

Latex on wordpress blog

Some time back I came to know that wordpress blogs hosted at wordpress.com supports latex. But no such default functionality for self hosted wordpress blogs. But there are plugins (latexrender, wp-latex) which can facilitate similar things.

But for these to work you will need to install latex on your hosting account. (I have intalled latex on my hostmonster account some time back.).

Continue Reading >>

Saturday, October 14, 2006

Making LaTeX Beamer Presentations

I came across this nicely compiled page on :
how to make Latex Beamer Presentations

If you want to create overhead presentations (รก la Powerpoint) with LaTeX, you can do so by using Beamer class, which creates surprisingly professional and sophisticated documents that you can then display using any pdf viewer (e.g., such as Adobe Acrobat). The advantage of using LaTeX over a program like Powerpoint is that it doesn't require expensive software for either creating or displaying your presentation; it thus makes the presentation truly "portable".

Read More >>
Related Links :

Tuesday, April 04, 2006

Some Latex tips & Links

Here are some quick tips and links which you can find useful when writing some report, article in latex.

Firstly here is an nice article explaining why latex is good .
Here are some editors available for latex:
For Linux :

  • Kile : KDE Integrated LaTeX Environment
  • Lyx
  • Emacs : It's available for a couple of operating systems like Linux, Unix and MS Windows. For LaTeX you should use the quite ingenious modes AUCTeX and RefTeX. You may refer my Emacs-page for further hints.
For windows :
Getting to grips with Latex
Getting Started with LaTeX
LaTeX Tutorial : some templates here
LaTeX Tips and Tricks

Sunday, June 26, 2005

Itrans_Prv : Project Page up

An Emacs Plugin for previewing Itrans and Latex File

Project Webpage Up.
Webpage has Image Previews of Itrans_Prv working.
Also embedded a Flash intro of how the package works.
Embedding of flash done by vnc2swf screen recorder.
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

Saturday, June 25, 2005

Emacs Plugin for Itrans : Itrans_Prv

This summer (after my 4th sem is over) Me and Me and Kshitij are
working on Project under guidance Prof. Siva Kumar to develop an
WYSIWYG type editor for Itrans (Indian Language Support).

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.


You can download it from here .

Related:
Itrans_Prv : Project Page up

Monday, June 20, 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.

Hindi Presentation using Beamer

In this presentation we have implimented the following features :

1) Beamer has predesigned themes that can be modified as required.We have used one of the themes.
2) Beamer supports pgf package which can be used for making geometrical figures and graphs. (In slide 8 )
3) Images (in .eps format) can be used in the presentation.
4) Frames once declared can be used thereafter in the presentation with dynamic effects (one by one appearance of the blocks). In page 11,12,13 of the sample presentation.
5) There are inbuilt buttons associated with the template like next slide,previous slide,last slide.
6) Buttons that link to some other page can also be declared. (In slide 15 of the presentation)
7) Frame information and section/subsection information is displayed at the top of the template. (Inbuilt feature of the template)

Including Hindi in the Presentation
Beamer
class is used in latex file (.tex file).So for including hindi we
started with .itx file with the same content as the latex file and
added hindi font paths and itrans text to it.Then we applied itrans to
it.The resultant tex file was could be converted to a pdf file using latex+dvips+ps2pdf.

Tex
file with beamer can also be converted to pdf using pdflatex on tex
file.But due to some font path problem it is not recognizing hindi
fonts.

The presentation can be downloaded from the following link :
Beamer.pdf

View Readme for details.

The source .itx files can be found here.

Latex-Beamer

Beamer is a latex class used to prepare presentations. It is not
a WYSIWYG program. It can easily create dynamic effects.
Pre-designed themes can be used to make presentations.
The layout,the color,the fonts can be globally changed.
Beamer can be used with pdflatex and latex+dvips commands.

Beamer can be used to add audio and video file in the presentation.
This can be done in two ways:

1) By calling an external program to play the audio or video file.
Using the '\href' we can run an external program eg. mplayer,xmms.
This has been implemented in the sample files at the following link:
(View Readme first) Sample-beamer.pdf
Find rest files here

2) The multimedia package of beamer has commands such as
'\sound' and '\movie' that enable us to embed movied and
sounds in pdf files.Using this the data of the sound file can be
completely embedded in the a pdf file and hence no need to
carry the sound file along.The package can play movie in the
presentation itself.
We still have to implement this.

Related posts :