About 638,000 results
Open links in new tab
  1. spacing - How to add indentation - TeX - LaTeX Stack Exchange

    Feb 23, 2012 · I am writing a thesis report using LaTeX and I need to add indentations because every new paragraph starts from the initial position on the left. How do I add indentations?

  2. itemize, removing natural indent - TeX - LaTeX Stack Exchange

    When you itemize items you usually have the entire list indented. This is expected when you have a title or description of what you are listing. I want to itemize but not have the natural indent....

  3. Remove Indentation for a Single Paragraph - LaTeX Stack Exchange

    One can use \indent to produce a horizontal space equal to the width of the paragraph indentation. The [showframe] option was used with the geometry package to show the margins …

  4. itemindent and nested lists - TeX - LaTeX Stack Exchange

    Dec 11, 2023 · The set up works fine except if listb is the first paragraph in lista. In this case, listb begins with an indent thanks to the \itemindent setting in lista. What options do I have to …

  5. Set noindent for entire file - TeX - LaTeX Stack Exchange

    Possible Duplicate: How to disable automatic indentation on new paragraphs? Is there a way to set noindent for all paragraphs gloablly in latex, so that I do not have to manually do \\noindent …

  6. Indenting a whole paragraph - TeX - LaTeX Stack Exchange

    Nov 23, 2011 · How do I indent a whole paragraph at the same distance from my left margin, with the simplest command or environment?

  7. Indenting lines of code in algorithm - LaTeX Stack Exchange

    In the following example code I defined two new commands allowing you to change the indentation; simply enclose the desired fragment using \bindent, \eindent; the length \myindent …

  8. How to define an indentation command? - LaTeX Stack Exchange

    The first row of each paragraph has been indented by default. If you need to change the indentation space, modify the existing indentation space definition at the preamble. The …

  9. Enumerated list indentation - TeX - LaTeX Stack Exchange

    I noticed that when I use enumerated list environment it produces an extra indentation to the document. So that if I'm using \\usepackage[margin=3cm]{geometry} and then the enumerated …

  10. Indentation within an Itemized List - TeX - LaTeX Stack Exchange

    I am using res.cls to write my resume. I have changed the indentation of my itemized list using: \\setlength{\\itemindent}{-.5in} This works great for the first line, but if the item goes onto the ...