CSS class equivalent for LaTeX

Posted by Ryan Scott Bardsley on Stack Overflow See other posts from Stack Overflow or by Ryan Scott Bardsley
Published on 2011-02-14T19:19:15Z Indexed on 2011/02/15 23:25 UTC
Read the original article Hit count: 326

Filed under:
|

I am trying to figure out if there is a way to apply the CSS methodology to the LaTeX template I am building. What I would like to do is to have a set of classes that apply a specific style treatment to the bracketed words. For example:

If I have three paragraphs of text, I want to have all of the paragraphs have [0.5cm] of spacing after the last line without having to add \\[0.5cm] after each paragraph.

Is there a LaTeX equivalent of defining the treatment for all paragraphs in the preamble so that it cascades throughout my document? The equivalent of:

<style> p {padding-bottom:0.5cm} </style>

I want to be able to specify multiple version of these CSS-like LaTeX classes throughout my document, so I don't need a specific solution. I need help understanding how to add custom labels/names/classes to the preamble and an example of how to use them in the document itself.

Thanks!

Ryan

© Stack Overflow or respective owner

Related posts about css

Related posts about latex