LaTeX Create Latex Lemma 1.1: No Indentation Needed

  • Thread starter Thread starter tgt
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
To create a nested lemma in LaTeX, the recommended approach involves defining a new command, such as "sublemma," and setting up a counter to label it as Lemma 1.1. However, it's suggested to reconsider the document's structure instead of nesting lemmas, possibly renaming the original lemma to a proposition, theorem, or corollary for clarity. For managing paragraph indentation, use the command \noindent at the beginning of a paragraph to prevent indentation. To eliminate indentation throughout the document, adjust the parskip setting to zero with \parskip0em.
tgt
Messages
519
Reaction score
2
Just say you are inside a lemma, which Latex automatically labels as Lemma 1. You'd like another lemma inside this one, call Lemma 1.1, what command do you type?

How do you make it so that when a new paragraph starts, no indenting appears?
 
Last edited:
Physics news on Phys.org
You could probably do something by defining a command "sublemma", setting up a counter, etc. But why on Earth would you want to have a lemma inside a lemma? Instead of trying to make this in LaTeX, I'd strongly recommend revising the structure of your document. I don't know what you are writing, but you could for example call the sublemma a Lemma and then call the original lemma a proposition, theorem or corollary.

As for the second one, you can cancel the indentation of a particular paragraph by putting \noindent at the start. If you don't want any indentation at all, you can just set the parskip to zero:
Code:
\parskip0em
 

Similar threads

Replies
9
Views
2K
Replies
0
Views
2K
Replies
5
Views
3K
Replies
2
Views
7K
Replies
9
Views
2K
Replies
11
Views
5K
Replies
5
Views
2K
Replies
2
Views
4K
Replies
8
Views
3K
Back
Top