Search found 3 matches

by railfan1975
Thu Apr 10, 2008 4:46 am
Forum: General
Topic: Shortning commands such as \begin{gathered}
Replies: 4
Views: 6392

Shortning commands such as \begin{gathered}

I use some commands, such as \begin{gathered} a lot. I would like to replace them with shorter commands. I tried using \newcommand{\bg}{\begin{gathered}}, but it gave me an error.

Is there any way of doing this short of creating a package?

Thanks!

JT
by railfan1975
Mon Apr 07, 2008 1:07 am
Forum: General
Topic: Flush Left text and more than 4 nests for a list
Replies: 2
Views: 3368

Flush Left text and more than 4 nests for a list

Hi! I'm fairly new to LaTeX and had two questions.

1) I want all of my text to be flush left without having to declare it everytime I type a paragraph. Is there some way I can include that setting in the preamble?

2) I would like to be able to nest more than 4 times using enumerate and itemize. Is ...