1.1 Latex
1.2 Context links
1.3 LuaTex programming

1.1 Latex

  1. tex4ht change log https://tug.org/tex4ht/changelog.html
  2. good site to type latex and see the output https://khan.github.io/KaTeX/
  3. lwarp package examples of lwarp package, coverts latex to html. Never tried it. Should try it sometime.
  4. http://www.practicallyefficient.com/2017/10/13/from-boiling-lead-and-black-art.html article "An essay on the history of mathematical typography" by Eddie Smith.
  5. https://alternativeto.net/software/mathtype/ contains links to many small Latex utilities, all software similar to latex or uses math typesitting.
  6. http://quicklatex.com/ A nice web site. Allows one to throw latex code and see the output on the fly. This can be handy for testing quick Latex code.
  7. http://www.gust.org.pl/projects/e-foundry/math/gust_e-foundry-math_fonts-presentation.pdf "A comparison of different OTF Math fonts in use with different engines capable of typesetting mathematics"
  8. http://maverick.inria.fr/~Nicolas.Holzschuch/texmath.html site that compares 4 different latex fonts for number of equarions
  9. Martin Scharrer Standalone package page
  10. tex live source
  11. .4ht files in source control for tex4ht
  12. All of TexLive distributions since 1996
  13. Latex pre test http://tug.org/texlive/pretest.html
  14. announcements http://tug.org/texlive/
  15. Lualatex PDF document
  16. tex4ht command line options
  17. Free Graphics Software for the TeX, LaTeX, and PSTricks Community
  18. Google Sketchup 3D Warehouse for airplane
  19. Drawing on an image with TikZ
  20. book published by TUG
  21. pdf2htmlEX
  22. Entering bugs for htlatex
  23. try latex online http://arachnoid.com/latex/
  24. shows Latex matrices http://latex.wikia.com/wiki/Matrix_environments
  25. using 3D in tikz and asymptote https://tex.stackexchange.com/questions/39577/what-are-the-relative-strengths-of-tikz-and-asymptote
  26. LaTeX and Friends book page. http://csweb.ucc.ie/~dongen/LAF/LAF.html
  27. "This is the TeX showcase, edited by Gerben Wierda. It contains extreme examples of what you can do with TeX, " http://www.tug.org/texshowcase/
  28. Asymptote: The Vector Graphics Language
  29. Wikipedia:LaTeX symbols
  30. Latex search The Springer LaTeX search lets you search through over LaTeX code snippets to find the equation you need.
  31. List of commands manipulating horizontal and vertical spaces, and holding material in boxex http://www.personal.ceu.hu/tex/spacebox.htm
  32. Latex cookbook http://www.personal.ceu.hu/tex/cookbook.html
  33. TeX Live – Quick install directions http://www.tug.org/texlive/quickinstall.html
  34. hints to squeeze spaces in Latex http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/squeeze.html
  35. Host math, type Latex online and see output on screen http://www.hostmath.com/
  36. LaTeX/Special Characters https://en.wikibooks.org/wiki/LaTeX/Special_Characters
  37. The AoPS Wiki , has useful Latex pages under tutorials http://www.artofproblemsolving.com/wiki/index.php/Main_Page
  38. Blog entry on Latex multiline equations
  39. list of all Latex errors http://www.eng.fsu.edu/~dommelen/l2h/errors.html
  40. Latex title pages templates
  41. Dickimaw LaTeX Books http://dickimaw-books.com/latex/index.html
  42. hostmath, try Latex online http://www.hostmath.com/
  43. Producing HTML and PDF files with LaTeX, from University of Cambridge http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/makingWWWdocs.html
  44. notes on how to handle images in latex http://www.artofproblemsolving.co m/wiki/index.php/LaTeX:Pictures
  45. Hamline University Physics Department Latex Equation Editor http://sites. hamline.edu/~arundquist/equationeditor/
  46. Andrew Roberts tutorials on Latex http://www.andy-roberts.net/writing /latex
  47. LaTeX Spaces and Boxes. Commands manipulating horizontal and vertical spaces, and holding material in boxes: http://www.personal.ceu.hu/tex/sp acebox.htm
  48. describes latex standard environments http://www.personal.ceu.hu/tex/en viron.htm
  49. collection of Latex links http://www.personal.kent.edu/~rmuhamma/System s/latex.html
  50. LATEX, MATHML, AND TEX4HT: TOOLS FOR CREATING ACCESSIBLE DOCUMENTS (A BRIEF TUTORIAL) by JACEK POLEWCZAK http: //www.csun.edu/~hcmth008/mathml/acc_tutorial.pdf
  51. LaTeX: from quick and dirty to style and finesse More mathematics by Tony Roberts http://www.utexas.edu/ogs/etd/LaTeX/Resources/from.quick+di rty/ltxmaths.html
  52. User’s Guide for the amsmath Package (Version 2.0) American Mathematical Society 1999-12-13 (revised 2002-02-25) ftp://ftp.ams.org/pub/tex/doc/am smath/amsldoc.pdf
  53. Latex: Squeezing the Vertical White Space "Here are some tips on how to compress your paper vertically by minimizing white space gaps between elements" http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezi ng-the-vertical-white-space/
  54. more on squeezing space, CAM.AC.UK article http://www-h.eng.cam.ac.uk /help/tpl/textprocessing/squeeze.html
  55. Latex templates
  56. How to find number of pages in pdf file
  57. Strategies for including graphics in LATEX documents
  58. class notes on using IPE and Inkscape with Latex
  59. notes on using IPE gradphic editor for latex and how use style sheets for it
  60. Konrad Siek LaTeX Formal Methods Reference
  61. Latex templates IEEE and here
  62. Formatting IEEE Papers
  63. view latex fonts online
  64. How to see macro expansion
  65. tweets for tex stackexchange
  66. style sheets for minted package for code listing

  1. http://www.pragma-ade.com/general/manuals/details.pdf
  2. main page http://wiki.contextgarden.net/Main_Page
  3. hello world in context http://wiki.contextgarden.net/Hello_world
  4. http://wiki.contextgarden.net/ConTeXt_Standalone

1.3 LuaTex programming

  1. Lua main programming language page, manuals, etc... http://www.lua.org/
  2. luatex reference manual in pdf http://www.luatex.org/svn/trunk/manual/ luatexref-t.pdf
  3. how-to-run-a-program-inside-lualatex
  4. what-is-a-simple-example-of-something-you-can-do-with-luatex
  5. http://tex.stackexchange.com/questions/17789/printf-style-number-formatting-in-latex printf-style-number-formatting-in-latex Has lua coding example
  6. lualatex-for-dummies-basic-directlua-use
  7. Writing Lua in TeX
  8. Programming in LuaTeX in Context
  9. Wiki LuaTex
  10. LuaTex web site
  11. http://wiki.luatex.org/index.php/TeX_without_TeX
  12. Lua for Python programmers article http://the4thwiki.com/lua/index.html
  13. luacode package https://www.ctan.org/pkg/luacode?lang=en the following table is from the above document.

    pict