Graphics, Figures & TablesWriting and Sharing Short LaTeX Notes

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
simplelatex
Posts: 2
Joined: Sun Mar 15, 2015 8:50 am

Writing and Sharing Short LaTeX Notes

Post by simplelatex »

I built a LaTeX-related website that I would like to share. Originally I built it as a side-by-side tool for my own convenience when sketching TikZ images, so I think this might be the right board to introduce it. However, if this post violates any rules here, my apologies and please remove it.

SimpleLaTeX http://www.simplelatex.com is an online tool where you can preview and share short notes in LaTeX. It may be useful if you are writing a complicated equation, table, or TikZ image that requires iterative trial-and-error. Current features include:
  • A trimmed image is generated and displayed in scalable SVG;
  • Images in PDF and PNG formats are also available for download;
  • You can save your note being sketched to your browser's cache, which will be loaded next time you visit;
  • You can publish your compilable note and share it with others.
The site requires HTML5 support so it may not work in older browsers.

SimpleLaTeX is not designed to handle full LaTeX documents such as writeLaTeX does. The goal is to be light-weight and in spirit more like jsfiddle. Hope you find it useful and any suggestions are welcome.

P.S. screenshots:
simplelatex_screenshot_03s.png
simplelatex_screenshot_03s.png (126.18 KiB) Viewed 2523 times
simplelatex_screentshot_04.png
simplelatex_screentshot_04.png (18.98 KiB) Viewed 2523 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

simplelatex
Posts: 2
Joined: Sun Mar 15, 2015 8:50 am

Writing and Sharing Short LaTeX Notes

Post by simplelatex »

Added a basic table editor which can be used to create a complex table with merged cells. Any suggestion is appreciated.

P.S.: the tex code generated for the table uses
  • the package array to align the cell content both horizontally and vertically;
  • fixed widths to avoid misshaping which sometimes happens when mixing multicolumn and multirow. However, you can specify widths for individual columns.
More output options may be available in the future if needed.
simple-latex-table-editor-small.png
simple-latex-table-editor-small.png (53.68 KiB) Viewed 2297 times
Post Reply