Difference between LaTeX, LaTeX2e, LaTeX3 ?

LaTeX2e is the latest stable release of LaTeX. When people say LaTeX they usually mean LaTeX2e, not an earlier version.

LaTeX3 is a massive refactoring of the LaTeX2e code base, which is currently in development. Some of the developers are frequent contributors here and will probably chime in. You can follow the development at LaTeX3 GitHub repository.

The difference to end users between LaTeX2e and LaTeX3 will be many more functionalities included "out of the box" rather than requiring packages.

The programmer's interface to LaTeX3 for class and package writers will include lots of enhancements like built-in data structures and methods to control expansion without so many \expandafters. Some current packages use the expl3 package already to implement their features.


LaTeX2e has been the current version since 1994. Every current TeX distribution supports it. LaTeX, I guess you mean LaTeX 2.09, is outdated.

LaTeX3 is a version in development, have a look at

  • What new bits have already been implemented in LaTeX3?

  • Why is LaTeX3 taking so long to come out?

With Windows 7 you can use MiKTeX or TeX Live.


LaTeX is a synonym for LaTeX2e, which itself is the successor of LaTeX 2.09. LaTeX3 has been in development for nearly 20 years and shall be the successor of LaTeX2e. The main basic packages for LaTeX3 can be used but are still in an experimental state. I suppose that a lot of LaTeX (which is actually LaTeX2e) users will be retired if LaTeX3 should ever be officially released ... ;-)

All TeX distributions support LaTeX2e which is, of course, not a program but a macro package. The program is tex, pdftex, luatex, or xetex. They use the macro package latex.ltx when called as latex, pdflatex, lualatex, or xelatex.