Skip to content

Releases: colorblast/labob

labob v1.3.0 Phasma

29 Jun 21:01

Choose a tag to compare

This version of labob fully supports images, but does not allow resizing. This version also has the first private server setup, at latexlabob.tk. Please be warned that the extension is .tk. Proceed at your own risk.

labob v1.2.1 Chewie

15 Jun 22:40

Choose a tag to compare

Adds primitive LaTeX image support in PDFs generated.

To add an image use the standard command:

\includegraphics{URL}

where URL is the URL of a picture with one of the following formats:

  • jpeg
  • png
  • svg
  • gif

After you click the PDF option and submit your image will have been uploaded, however your PDF will not display. Please go back and replace the URL portion with

images/[picture_name.format]

where picture name is the name of the image (end of the URL) and the format is the format of the image (tail end of the URL)

Resubmit and you should get your PDF.

Unfortunately image resizing is not yet available.

labob v1.2.0 Anakin

14 Jun 00:46

Choose a tag to compare

The first full complete release of labob with several edits and changes.

  • Supports generating TeX code in proper MLA, APA, Turabian formats, etc.
  • Supports generating pdfs with pdflatex
  • Supports ready-to-share URLs with some degree of SEO

The .2 signifies several changes made after the project was submitted.

This includes:

  • resizing webpage margins
  • giving webpage some degree of basic latex document support including, but not limited to:
    - section headers, subsection headers, and subsubsection headers
    - italicized text
    - ordered lists
    - emphasized text