Latex indenting

  • Viewed 39k times. 9. I need to indent every \subsubsection element in my thesis. I think that the solution is something like this. \renewcommand {\subsubsection} {some-magic-here} but i'm new of Latex and I have no idea in what kind of magic. ;) Improve this answer. answered Apr 13, 2013 at 14:23. cmhughes. 99.6k 23 249 337. 2. changing \setlength {\leftmargin} {50pt}% to \settowidth {\leftmargin} {W.\hskip\labelsep\hskip 0em} gives the desired result of indenting that I want. Though I'm pretty confused with the second argument of the \settowidth above.TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. ... Automatic indentation/framing of ... sreameast Below the environment declaration is the command \item which tells LaTeX to start a new list entry: to format it, add a special mark (a small black dot called bullet) and indent the entry. Some commands require one or more parameters ; for example, the \textbf command (used above) which takes a single parameter—the text to show in bold type ... By default, LaTeX leaves no vertical separation between different paragraphs. Instead, it indents the first line of the new paragraph. In this tutorial, we are going to see how to control this indentation: how to change the amount new paragraphs are indented by default, and how to add manual indentation to a given paragraph. 1. Change (remove ... Indent the selection. Shift + Tab: Un-indent the selection. Ctrl + U: Change the selected text to upper case. Ctrl + Shift + U: Change the selected text to lower case. Ctrl + B: Bold. Ctrl + I: Italics. Ctrl + Space: Open the autocomplete menu, inside of \cite{...} search the bibliography. (Use Ctrl + Space also on Mac, rather than Cmd + Space)The preamble I used is just. \documentclass [12pt,a4paper] {article} \usepackage {amsmath} \usepackage {amsthm} \usepackage {amssymb} I don't feel it's so good because the first paragraph has no indent but the second does. If the first paragraph is much longer, than it's fine. But if not, it looks strange.Improve this answer. answered Apr 13, 2013 at 14:23. cmhughes. 99.6k 23 249 337. 2. changing \setlength {\leftmargin} {50pt}% to \settowidth {\leftmargin} {W.\hskip\labelsep\hskip 0em} gives the desired result of indenting that I want. Though I'm pretty confused with the second argument of the \settowidth above. madeas big happy familywatch contact 1997 Starting a new paragraph. To start a new paragraph in LATEX, you can leave a blank line in between as stated in the above example. There is one more way to start this as in the following example. 1 2. This is the first paragraph. We are still in the first paragraph. \par This is the second paragraph.The easiest method is to call. \usepackage {indentfirst} in your preamble. This package is included in all LaTeX distributions. The standard setting of LaTeX is to suppress indentation in the first paragraph after a sectional title, which is standard usage in American typography. Some babel language settings do similarly to indentfirst, for ...In the following code snippet, the second parameter to \list is the bullet to use, and the third parameter is a list of layout parameters to change. The \leftmargin parameter adjusts the indentation of the entire list item and all of its rows; \itemindent alters the indentation of subsequent lines. The advantage of this method is that you have ...2. I am trying to do an enumerate in Latex that ends up in the following way: First Step. Second Step. Third Step. Fourth Step. I am trying to use \indent before an \item, but it doesn't work. Here is what I am trying to do in Latex: \begin {enumerate} \item start here \indent \item continue here \end {enumerate} meowchat Starting a new paragraph. To start a new paragraph in LATEX, you can leave a blank line in between as stated in the above example. There is one more way to start this as in the following example. 1 2. This is the first paragraph. We are still in the first paragraph. \par This is the second paragraph.Oct 22, 2017 · 1 Answer. If I correctly understand your question, you want to be able to print a line that is not indented and then continue with your indentation, like so: With itemize this is easily achievable, just end the itemize environment, write your description and open a new one. \begin {itemize} \item Item 1 \end {itemize} Description of item 1 ... palantir foundrytunica hills Bullet or number is indented 1.2 cm from the left margin. Text (all lines) is indented 1.8 cm from the left margin. I am trying to use the enumitem package. It is easy to indent text with leftmargin option, but I can not succeed with bullet/number indenting. I have tried different values for itemindent, labelindent, labelwidth and labelsep but ... Postby Stefan Kottwitz » Sat Mar 04, 2017 11:24 am. There's no paragraph indentation because you set it to 0pt in line 49: \setlength {\parindent} {0pt} Remove the line or set it to the value you desire. Btw. you also set noparindent and noparskip as document class options in the first line, that also means no indentation. english to telugu translation The LaTeX internals can be modified to allow this. We modify: \@biblabel that prints the label, the new one includes a space of the length \bibindent. \bibitem that prints the whole title, to remove the extra space for the first line. You should add \kern\bibindent into the parameter of \begin {thebibliography} so that the indentation is ensured.indent: set the value of \parindent, the paragraph indentation; parfill : adjusts the value of \parfillskip , the glue added at the end of the last line in a paragraph. By default, the parskip package sets \parindent to 0pt and provides a non-zero \parskip value of .5 \baselineskip plus 2pt . dijikala \parindent controls the indentation of the first line of all paragraphs from the point of issue onward. Positive length values of \hangindent indent text on the left and negative on the right. Positive integers of \hangafter keep first n lines non-indented, negative only indent first n lines and 0 causes the whole paragraph indented. They work ...Here it is a code example: \documentclass[a4paper, oneside]{report} \usepackage{indentfirst} \begin{document} %This is going to indent (ok): This life, which had been the tomb of his virtue and of his honour, is but a walking shadow; a poor player, that struts and frets his hour upon the stage, and then is heard no more: it is a tale told by an idiot, full of sound and fury, signifying nothing.32. I would use the adjustwidth environment from the changepage package: \begin {adjustwidth} {<left margin>} {<right margin>} ... \end {adjustwidth} The entire contents of adjustwidth are indented from the left margin by <left margin> and from the right margin by <right margin>. Here's a minimal working example: That behavior is part of how enumerate sets things up: take or leave.. I suggest to use enumitem with its full power (no shortlabels option), it is much more flexible and customizable; for alphabetic enumeration use \alph*.286. 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. I need to move all of the bullet points over towards the the leftmost edge of the margin like all other text you would enter. pdf house on mango street Sep 20, 2019 · If you also want to indent the entire Example block you can use labelindent. For instance, with \begin{description}[leftmargin=!,labelwidth=\widthof{\bfseries Example:},labelindent=2.0em] \item [Example:] Suppose this is an example. I would like ... \end{description} you get: Code: Jan 28, 2013 · The preamble I used is just. \documentclass [12pt,a4paper] {article} \usepackage {amsmath} \usepackage {amsthm} \usepackage {amssymb} I don't feel it's so good because the first paragraph has no indent but the second does. If the first paragraph is much longer, than it's fine. But if not, it looks strange. 8. If you are working with a KOMA document class, I can also recommend to use the parskip=full option as it handles the spaces based on your wish to remove the paragraph indentation pretty well (adds vertical spacing between paragraphs, etc.). Example: \documentclass [parskip=full] {scrreprt}. Share. Improve this answer. Jan 1, 2021 · Normally, space is removed at the beginning of a new line. Use \hspace* {1em}, because this makes unremovable space: \caption {\lipsum [1] [1-3]\\ \hspace* {1em}This is an annotation that I would like to indent by quad or similar spacing.} Note no space in front of `This'. By the way, \begin {table} [!h] is a good method for blocking the table ... Mar 17, 2010 · The LaTeX code provided below shows the usage of the command \indent as it appears in the document, but it does not produce the desired indentation within the document. Is there a specific package associated with the command \indent or \=? I´m asking for a step by step method of producing an indentation within a document for only one paragraph ... 32. I would use the adjustwidth environment from the changepage package: \begin {adjustwidth} {<left margin>} {<right margin>} ... \end {adjustwidth} The entire contents of adjustwidth are indented from the left margin by <left margin> and from the right margin by <right margin>. Here's a minimal working example:Right now my latex paragraphs look like this: The paragraph does not start out with an indent. But when you make a new paragraph there is an indent. This is a new paragraph. Can you see the indent? This is another paragraph. I would like to have no indenting but and an empty line between paragraphs. This is what I am using to remove the indents: outside+the lifeguard The code used when indenting single lines in a Latex document is. \hspace* {20mm}%. This command creates a horizontal space within a line with the specified width, in this case in millimeters. Indent the entire heel in latex. You can also indent the entire heel in latex. In this case the following command is used: indent: set the value of \parindent, the paragraph indentation; parfill : adjusts the value of \parfillskip , the glue added at the end of the last line in a paragraph. By default, the parskip package sets \parindent to 0pt and provides a non-zero \parskip value of .5 \baselineskip plus 2pt .Apr 25, 2014 · The listparindent key sets the par agraph indent inside a list item, where the default is 0pt. Note that you have to insert an explicit \par or an empty line. It's better than using \\ directly. If you also want to indent the first paragraph in the itemize, then use itemindent, as suggested in Indenting First Paragraph in a List. Dec 17, 2011 · Whether indenting "is possible" depends on the current category-code-régime and on the effects which you wish indenting to have. Under usual category-code-régime indenting by means of spaces and/or by means of horizontal-tabs neither does affect the look of the text in the output-file (.pdf-file) nor does affect, e.g., the gathering of tokens for a macro-argument/for a balanced text /for the ... Here it is a code example: \documentclass[a4paper, oneside]{report} \usepackage{indentfirst} \begin{document} %This is going to indent (ok): This life, which had been the tomb of his virtue and of his honour, is but a walking shadow; a poor player, that struts and frets his hour upon the stage, and then is heard no more: it is a tale told by an idiot, full of sound and fury, signifying nothing.Dec 11, 2017 · I have an rSubSection with several \item in it. For example here: \begin {rSubsection} {Title} {} {} {} \item A \item B \item C \end {rSubsection} I want to indent 'B' and 'C'. This is part of a broader project so I can't enumerate the items because that changes the overall format. How can I just push the second and third items in a bit? As you can see, the LaTeX system takes care of all the formatting, indenting every entry of the list and also printing the corresponding bullet. 3. Nested unordered lists in LaTeX. We have said that we can put any kind of LaTeX code inside the itemize environment; this even includes the own itemize environment. 5 Answers. 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 controls the indent amount: \documentclass {article} \usepackage {algorithm,algorithmic} \usepackage {caption} ewlength\myindent \setlength\myindent {2em ...The code used when indenting single lines in a Latex document is. \hspace* {20mm}%. This command creates a horizontal space within a line with the specified width, in this case in millimeters. Indent the entire heel in latex. You can also indent the entire heel in latex. In this case the following command is used:Apr 13, 2017 · As mentioned in the comments, you could use the tabbing package: \documentclass{article} \begin{document} \begin{tabbing} \hspace{30pt}\=\hspace{30pt}\=\kill some text some text some text \\ some text some text some text \\ \> some indented text some indented text some indented text \\ \> some indented text some indented text some indented text \\ \> \> some more indented text some more ... gastonia gazette Nov 1, 2010 · 36. It depends on how pervasively you want to eradicate the indentation. But the first thing I'd try is setting \parindent to 0pt: Some text with normal indentation... {\parindent0pt % disables indentation for all the text between { and } Text with no indentation. Still no indentation. }% restore indentation Indented again. Introduction. When it comes to bibliography-management packages, there are three main options in LaTeX: bibtex, natbib and biblatex. This article explains how to use the biblatex package, to manage and format the bibliography in a LaTeX document. biblatex is a modern option for processing bibliography information, provides an easier and more ...286. 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. I need to move all of the bullet points over towards the the leftmost edge of the margin like all other text you would enter.This is really a question of whether the text is part of the same paragraph or not. If it is, then I'd miss out the blank line in the source and LaTeX will sort out the indents automatically: \begin{itemize} \item One morning, when Gregor Samsa woke from troubled dreams... \end{itemize} He lay on his armour-like back... cheap tickrts.com Starting a new paragraph. To start a new paragraph in LATEX, you can leave a blank line in between as stated in the above example. There is one more way to start this as in the following example. 1 2. This is the first paragraph. We are still in the first paragraph. \par This is the second paragraph. List structures in LaTeX are simply environments which essentially come in three types: itemize for a bullet list. enumerate for an enumerated list and. description for a descriptive list. All lists follow the basic format: \begin{ list _ type } \item { The first item } \item The second item \item The third etc \ldots \end{ list _ type } All ...Jan 5, 2014 · 143 1 1 4. a minipage is positioned line a letter so there is a paragraph indentation before the first and a word-space before the second. Note \small \large etc do not take an argument so the {} are superfluous. – David Carlisle. Jan 5, 2014 at 20:21. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. ... and remove the indent when you want it ... wrightsville beach parking As the main feature, "[f]irst-line indentation is activated by adding a blank line before the quoting environment". With regard to the question at hand: It is also possible to change left-hand and right-hand indentation globally or for single environments using a key--value syntax.Dec 11, 2017 · 1. You do need debugging help. You say your code is not indenting subsections even though you want it to. So post a minimal working example (MWE) of maybe 20-40 lines of code starting from \documentclass and ending with \end {document} which we can compile without any furhter dependencies and which exhibits the problem as described. Mar 29, 2014 · Indenting in enumerate (TeX/LaTeX) I'm making a numbered list with the enumerate environment. Through the enumitem package I've changed the label to [label=Caso \arabic*)]. I have set itemindent to 10.5pt to align the label start with the start of the lines above. Trouble is, as in the picture below, the lines of an item besides the first one ... To indent an item in a list in LaTeX, we will use the following two commands: \setlength\itemindent{size} And we will use it like such: \begin{enumerate} \item This item is not indented {\setlength\itemindent{25pt} \item This item is indented} \item This item is not indented {\setlength\itemindent{25pt} \item This item is indented} {\setlength\itemindent{25pt} \item This item is indented ... Sep 20, 2019 · If you also want to indent the entire Example block you can use labelindent. For instance, with \begin{description}[leftmargin=!,labelwidth=\widthof{\bfseries Example:},labelindent=2.0em] \item [Example:] Suppose this is an example. I would like ... \end{description} you get: Code: philips hearing aidsn s d 28. In the standard LaTeX article class (and probably others as well), paragraph indentation follows standard American publishing norms of not indenting the first paragraph after a \section {} or \subsection {}. I've redefined \maketitle in a LaTeX document and put the actual title left-aligned as the last line, fairly close to the actual text ...TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. ... Automatic indentation/framing of ... By default LaTeX does not indent the first paragraph contained in a document section as demonstrated in the following example: \setlength { \parindent }{ 20pt } \section* { This is a section } \textbf { First paragraph } of a section which, as you can see, is not indented. kilauea volcano eruption If you also want to indent the entire Example block you can use labelindent. For instance, with \begin{description}[leftmargin=!,labelwidth=\widthof{\bfseries Example:},labelindent=2.0em] \item [Example:] Suppose this is an example. I would like ... \end{description} you get: Code:Here are two ways with the verbatimbox package. The first way will pagebreak, but adds space above/below the environment. The second way does not page break, but is flexibly manipulated in the manner of a LaTeX box (i.e., one can apply \centering, etc. to the box or, as here, frame it)The quotation environment does this, though it does add a little extra vertical space. \documentclass{article} \usepackage{lipsum} \begin{document} \lipsum[1] \begin ...This is really a question of whether the text is part of the same paragraph or not. If it is, then I'd miss out the blank line in the source and LaTeX will sort out the indents automatically: \begin{itemize} \item One morning, when Gregor Samsa woke from troubled dreams... \end{itemize} He lay on his armour-like back... callie steel LaTeX will automatically indent the first line of each paragraph that doesn't immediately follow a section heading. If you'd like to get rid of an indent, you can use the oindent command: \section{ Introduction } This is the first paragraph. oindent This is the second paragraph. If you'd like to indent the first paragraph after a section ...1. Many LaTeX document classes, including the article class, insert a non-zero amount of whitespace (parameter: \parindent) at the start of the first line of each paragraph. An exception is made for the paragraphs that immediately follow a sectioning command (e.g., \section, \subsection, ...). To suppress the indentation of the first line of a ... Bullet or number is indented 1.2 cm from the left margin. Text (all lines) is indented 1.8 cm from the left margin. I am trying to use the enumitem package. It is easy to indent text with leftmargin option, but I can not succeed with bullet/number indenting. I have tried different values for itemindent, labelindent, labelwidth and labelsep but ...Whether indenting "is possible" depends on the current category-code-régime and on the effects which you wish indenting to have. Under usual category-code-régime indenting by means of spaces and/or by means of horizontal-tabs neither does affect the look of the text in the output-file (.pdf-file) nor does affect, e.g., the gathering of tokens for a macro-argument/for a balanced text /for the ... tooth fairy picturessountrap Jul 9, 2020 · If you want both indent and break, use. \usepackage{ parskip } \setlength{\parindent} { 15pt } To indent subsequent lines of a paragraph, use the TeX command \hangindent. (While the default behaviour is to apply the hanging indent after the first line, this may be changed with the \hangafter command.) An example follows. 5 Answers. 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 controls the indent amount: \documentclass {article} \usepackage {algorithm,algorithmic} \usepackage {caption} ewlength\myindent \setlength\myindent {2em ... Jan 27, 2010 · Viewed 12k times. 11. I have a latex document with a bunch of verbatim text. I would like to indent every single instance of these. For example: This is regular text. \begin {verbatim} This is verbatim text. \end {verbatim} I want "This is verbatim text" to be indented a centimeter or two. you can be the cash Mar 17, 2010 · The LaTeX code provided below shows the usage of the command \indent as it appears in the document, but it does not produce the desired indentation within the document. Is there a specific package associated with the command \indent or \=? I´m asking for a step by step method of producing an indentation within a document for only one paragraph ... Implementing indent in algorithm environment. I am using the algorithm environment in the algorithm2e package. What I want is to able to indent various portions. I tried \indent but that is doing me no good. Here is the MWE: \documentclass [12pt,letterpaper] {article} \usepackage {algorithm2e} \begin {algorithm} [H] \SetAlgoLined \KwData ...Apr 19, 2023 · \parindent controls the indentation of the first line of all paragraphs from the point of issue onward. Positive length values of \hangindent indent text on the left and negative on the right. Positive integers of \hangafter keep first n lines non-indented, negative only indent first n lines and 0 causes the whole paragraph indented. They work ... Jan 1, 2021 · Normally, space is removed at the beginning of a new line. Use \hspace* {1em}, because this makes unremovable space: \caption {\lipsum [1] [1-3]\\ \hspace* {1em}This is an annotation that I would like to indent by quad or similar spacing.} Note no space in front of `This'. By the way, \begin {table} [!h] is a good method for blocking the table ... house of fun freebies In the following code snippet, the second parameter to \list is the bullet to use, and the third parameter is a list of layout parameters to change. The \leftmargin parameter adjusts the indentation of the entire list item and all of its rows; \itemindent alters the indentation of subsequent lines. The advantage of this method is that you have ...Nov 1, 2010 · 36. It depends on how pervasively you want to eradicate the indentation. But the first thing I'd try is setting \parindent to 0pt: Some text with normal indentation... {\parindent0pt % disables indentation for all the text between { and } Text with no indentation. Still no indentation. }% restore indentation Indented again. 1 Answer. If I correctly understand your question, you want to be able to print a line that is not indented and then continue with your indentation, like so: With itemize this is easily achievable, just end the itemize environment, write your description and open a new one. \begin {itemize} \item Item 1 \end {itemize} Description of item 1 ... lillie nue Then you need to do two things: Set the float inside a minipage of width \linewidth which adapts to the width of the line inside lists (see Difference between \textwidth, \linewidth and \hsize ); and. Due to (1) above, you need to remove the floating behaviour and set it using the [H] float specifier (provided by float which is loaded by ... By default LaTeX does not indent the first paragraph contained in a document section as demonstrated in the following example: \setlength { \parindent }{ 20pt } \section* { This is a section } \textbf { First paragraph } of a section which, as you can see, is not indented.This is really a question of whether the text is part of the same paragraph or not. If it is, then I'd miss out the blank line in the source and LaTeX will sort out the indents automatically: \begin{itemize} \item One morning, when Gregor Samsa woke from troubled dreams... \end{itemize} He lay on his armour-like back... hr connect Apr 16, 2011 · Regarding the \footnotemargin: This setting works for one- and two-digit footnote marks. If you only have one-digit marks, {0.5em} might be better; if you have three-digit footnote marks, you might want to change this value to {1.5em}, otherwise the first digit will stick into the left margin. 2 Answers. To indent whole passages, you could wrap it in a minipage and shift the minipage as far to the left as you like: \documentclass {article} \begin {document} This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph.The default setting is one line. The first paragraph is now indented entirely by the given value. Both commands are TeX primitives. Replace 1cm with \parindent (\hangindent=\parindent), the result will be quite the same as yours. You can also put 'setlength {\parindent} {1cm}' before '\hangindent=1cm', then the result will be the same.Apr 13, 2017 · As mentioned in the comments, you could use the tabbing package: \documentclass{article} \begin{document} \begin{tabbing} \hspace{30pt}\=\hspace{30pt}\=\kill some text some text some text \\ some text some text some text \\ \> some indented text some indented text some indented text \\ \> some indented text some indented text some indented text \\ \> \> some more indented text some more ... LaTeX will automatically indent the first line of each paragraph that doesn't immediately follow a section heading. If you'd like to get rid of an indent, you can use the oindent command: \section{ Introduction } This is the first paragraph. oindent This is the second paragraph.Then you need to do two things: Set the float inside a minipage of width \linewidth which adapts to the width of the line inside lists (see Difference between \textwidth, \linewidth and \hsize ); and. Due to (1) above, you need to remove the floating behaviour and set it using the [H] float specifier (provided by float which is loaded by ... real incest storieschanticlear pizza 60. I recommend to use the enumitem package which offers a lot of features for customizing lists - both fine tuning and also consistent list adjustment. For example, just by \setlist [description] {leftmargin=1cm,labelindent=1cm} you could indent the description list by 1 cm. Raise leftmargin or use any value you like for the arguments. d nets The code used when indenting single lines in a Latex document is. \hspace* {20mm}%. This command creates a horizontal space within a line with the specified width, in this case in millimeters. Indent the entire heel in latex. You can also indent the entire heel in latex. In this case the following command is used:That behavior is part of how enumerate sets things up: take or leave.. I suggest to use enumitem with its full power (no shortlabels option), it is much more flexible and customizable; for alphabetic enumeration use \alph*. universal hollywood map Apr 25, 2014 · The listparindent key sets the par agraph indent inside a list item, where the default is 0pt. Note that you have to insert an explicit \par or an empty line. It's better than using \\ directly. If you also want to indent the first paragraph in the itemize, then use itemindent, as suggested in Indenting First Paragraph in a List. Mar 29, 2014 · Indenting in enumerate (TeX/LaTeX) I'm making a numbered list with the enumerate environment. Through the enumitem package I've changed the label to [label=Caso \arabic*)]. I have set itemindent to 10.5pt to align the label start with the start of the lines above. Trouble is, as in the picture below, the lines of an item besides the first one ... Mar 16, 2014 · 3. You need to add oindent before any new paragraphs. The default is that the first paragraph is not indented and all subsequent ones are. Following a \section is it obvious that this is the start of a new paragraph. But to distinguish subsequent paragraphs the usual method is to have them indented. Nov 25, 2021 · Which give me this result: enter image description here. I would like to have the second line at the left margin. I have tried using \ [ \begin {aligned} \end {aligned} \] and at the before I begin my document I have the command \setlength {\mathindent} {0cm} but still the indent persists. It's driving me quite mad. Please and thank you! By default, LaTeX leaves no vertical separation between different paragraphs. Instead, it indents the first line of the new paragraph. In this tutorial, we are going to see how to control this indentation: how to change the amount new paragraphs are indented by default, and how to add manual indentation to a given paragraph. 1. Change (remove ... The code used when indenting single lines in a Latex document is. \hspace* {20mm}%. This command creates a horizontal space within a line with the specified width, in this case in millimeters. Indent the entire heel in latex. You can also indent the entire heel in latex. In this case the following command is used: supreme wallpaper As mentioned in the comments, you could use the tabbing package: \documentclass{article} \begin{document} \begin{tabbing} \hspace{30pt}\=\hspace{30pt}\=\kill some text some text some text \\ some text some text some text \\ \> some indented text some indented text some indented text \\ \> some indented text some indented text some indented text \\ \> \> some more indented text some more ...May 26, 2016 · Here are 3 possibilities: \documentclass[paper=a4, fontsize=11pt]{scrartcl} % A4 paper and 11pt font size \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{enumitem} \begin{document} oindent Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text \begin{enumerate} [label=Step \arabic{enumi}.,ref=Step \arabic{enumi}, leftmargin ... May 24, 2014 · TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. ... and remove the indent when you want it ... May 26, 2016 · Here are 3 possibilities: \documentclass[paper=a4, fontsize=11pt]{scrartcl} % A4 paper and 11pt font size \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{enumitem} \begin{document} oindent Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text \begin{enumerate} [label=Step \arabic{enumi}.,ref=Step \arabic{enumi}, leftmargin ...