Showing posts with label LaTeX. Show all posts
Showing posts with label LaTeX. Show all posts

Apr 19, 2013

LaTeX: A Classic Book or Thesis Style

Great LaTeX template by André Miede for
  • students for their Bachelor's, Master's or PhD thesis
  • writing reports, scripts, books etc.
Further information:
  • Demo: pdf
  • Download and instructions: CTAN

Dec 21, 2012

LaTeX IDE for Google Docs / Drive

You can do your TeXing in the cloud with http://docs.latexlab.org/

PROs
  • no installation of e.g. MikTex and TeXMaker
  • LaTeX sources are stored in Google Docs/Drive (perfect for sharing and colaborating with others)

CON
  • a turnaround of compiling and viewing the result takes a few seconds...

Generate Document Layout in LaTeX

To get a quick start on creating a LaTeX document: http://latex.sehnot.de/

With a GUI you can generate the code for your document layout, without worrying about the commands for margins, footer, header, font size, etc.

How to embed LaTeX Mathematical Formulas in HTML

A converter from LaTeX code to PNG images is found at http://atomurl.net/math/, e.g.


There are two ways of usage:

  • Either you can download the image and embed it in your HTML page, 
  • or you can just embed a created link to the chart api of Google (http://developers.google.com/chart/) which generates the image on the fly...