Where can I find file latex.tex? I don't have it in my tex distribution. I have only file latex.ltx on my system.
By the way, I'm using Texlive 2010.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 1 more comment |
latex.ltxwas once calledlatex.tex; in LaTeX2 or maybe even earlier. I remember to have read at least one mentioning of it. – Martin Scharrer♦ Apr 5 '11 at 15:19\chapter*is not a command. It's a\chapterwith a*afterwards. The definition of\chapterchecks (using\secdef) if a*follows and calls\@chapteror\@schapterdepending on the result. This is an example of the\@ifstarmechanism that allows star versions of commands. – Andrey Vihrov Apr 5 '11 at 22:02\chapteror any of the related commands. Most of the time, people just want to redefine how a chapter heading is formatted or similar. You may want to post a more specific question if that sort of thing is your ultimate goal. – Mike Renfro Apr 6 '11 at 0:26