I am new to LaTeX and have completed my first document recently, and it came out to be excellent. However, I am not going to make several more documents which shall be similar. I found that although the style file provides a big relief, there are still a lot of design elements embedded in the document itself. My question:
Is there a way to separate design from content?
Do I need special tools to achieve that?
I come from HTML5/CSS background which might explain my expectation. Or maybe the expectation itself is incorrect.
More information: My documents are small articles ( weekly results from an experiment) running 2-3 pages. They contain mostly text and some graphs and figures which are automatically generated by a script. I wanted to automate this document generation using scripts. The strategy was that the content is generated from the experiment and the design template remains unchanged.
.clsfile tries to solve all design problems but people like to tweak class author's decisions. If you are looking for some example with not-so-a-la-LaTeX environments, take a look atlabbookand its documentation. This class declares new environments likelabday,experimentandsubexperimentwhich replace LaTeX regularchapterandsections. All style/design decisions are provided inlabbook.clsand you just have to write your text for every experiment. As usual, if you don't like their format, just change definitions inlabbook.cls. – Ignasi Dec 12 '13 at 16:02