Skip to main content

Use Google Docs as LaTeX editor

In case you you are not familiar with LaTeX, here is a brief description:

LaTeX is a document markup language based on the idea that authors should be able to focus on the content of what they are writing without being distracted by its visual presentation.

In preparing a LaTeX document, the author specifies the logical structure using familiar concepts such as chapter, section, table, figure, etc., and lets the LaTeX system worry about the presentation of these structures. It therefore encourages the separation of layout from content while still allowing manual typesetting adjustments where needed.

This is similar to the mechanism where styles are defined globally for an entire website using Cascading Style Sheets (CSS).

For example, a typical LaTeX input has the following layout

latex-input

and the output will be this

latex-output

There are dedicated LaTeX editors that allow you to create documents using the markup language. Most of them are desktop based while a few web based ones are available.

Google Docs by default doesn’t understand TeX typesetting. Thanks to a new open source project, LaTeX Lab, you can now create LaTeX documents in Google Docs.

latexlab

After you are finished typing, click on Compiler menu to compile. A preview of the compiled output will shown on an adjacent split-screen. The document then can be exported and downloaded in PDF, Postscript (PS) and Device Independent format (DVI)

LaTeX Lab was developed using GWT and the application is hosted on the Google AppEngine.

Comments

Popular posts from this blog

How to Schedule Changes to Your Facebook Page Cover Photo

Facebook’s current layout, the so called Timeline, features a prominent, large cover photo that some people are using in a lot of different creative ways. Timeline is also available for Facebook Pages that people can use to promote their website or business or event. Although you can change the cover photo as often as you like, it’s meant to be static – something which you design and leave it for at least a few weeks or months like a redesigned website. However, there are times when you may want to change the cover photo frequently and periodically to match event dates or some special promotion that you are running or plan to run. So, here is how you can do that.

69 alternatives to the default Facebook profile picture

If you have changed the default Facebook profile picture and uploaded your own, it’s fine. But if not, then why not replace that boring picture of the guy with a wisp of hair sticking out of his head with something different and funny?

How to Record CPU and Memory Usage Over Time in Windows?

Whenever the computer is lagging or some application is taking too long to respond, we usually fire up task manager and look under the Performance tab or under Processes to check on processor utilization or the amount of free memory available. The task manager is ideal for real-time analysis of CPU and memory utilization. It even displays a short history of CPU utilization in the form of a graph. You get a small time-window, about 30 seconds or so, depending on how large the viewing area is.