Could you help me with the following questions?
- I have downloaded the source files of MiKTeX of the last version and I want to see the source code of
latex.exebut cannot find it. Where is it located? - When I process my
.texfile into a.dvifile vialatex.exethen what exactly this program does? Does it use "virgin" TeX? It is said that LaTeX is a set of macros based on TeX. For example, pure TeX does not know environments. When I compile my LaTeX file containing environments then are they translated into pure TeX (maybe taken from format files?) and then processed bytex.exe(or by something like a TeX core)? [If TeX hastex.exeand LaTeX haslatex.exe, then what is the dependence of LaTeX on TeX?] - Am I right that the relations between TeX and LaTeX are somewhat like pure C and a library in C language so you can just use already defined functions and not to touch the low-level stuff?