Hi
How can I learn how to create LaTeX styles?
The normal way when creating a LaTeX document is to start with something like.
\documentclass[a4paper]{report}
\documentclass[a4paper]{article}
\documentclass[a4paper]{letter}
And that seems to call a .cls (and a .sty) file like letter.cls, that is controlling the actual layout of the document.
Is there a good way to learn how to create this type of "latex style files"? Has someone created a howto, step-by-step or simply a good manual on the topic?
Thanks Johan
update:
I guess that tex.stackexchange.com is the answer on how to continue learning LaTeX. With questions like this: http://tex.stackexchange.com/questions/528/style-class-tutorials