How do I indent a whole paragraph at the same distance from my left margin, with the simplest command or environment?
|
Without any additional packages, you could wrap your paragraph in a
In the above example, the paragraph depth correction (via The indent from the left is set to A rather crude way of doing it as well is to modify
|
|||||||||||||
|
|
You could use the The
If you plan to use this idea a lot, then it's probably worth defining your own environment
which could be used as
Following Werner's comment, you could make your environment take an optional argument that would overwrite the default indentation:
|
||||
|
|
|
You can use the
|
|||
|
|
|
If you're using one of the KOMA classes, you can use the
|
|||
|
|
|
You can use the plain TeX command
You can also define a short margin to achieve the opposite effect:
|
|||||||
|
|
Just in case somebody ends up here seeking a ConTeXt answer:
Or, to specify the narrowing for both sides at once:
(Example text from Kipling's "The Miracle of Purun Bhagat", from The Second Jungle Book.) |
|||
|
|


