Environments

Environments

An environment is a command that lets you manage a segment of text differently than you set the variables for the rest of your document. For example, you create a report with font size 12, but you need to change your font size for a few sentences. The commands \begin{environment}, \huge and \end{environment} will let you temporarily alter the text inside the environment commands to be the

size HUGE.

So, changes are only effective from /begin{environment} blah blah blah change change change \end{environment}. There are no limits as to how make changes you can make inside an environment.

There are many features you can add to your document that will make it more readable and user friendly. Features such as fonts, bold, italics, underline etc. are features you can add to your document and the commands that will make your document look wonderful, but will end with either an \end command or the end of your environment.

KDE Logo