I
I
Igor Makhov2018-02-28 18:15:30
TeX
Igor Makhov, 2018-02-28 18:15:30

How to remove indentation in TeX?

How to remove the indent in TeX, which (as I understand it) is intended for binding?
5a96c78918375496583617.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AVKor, 2018-02-28
@AVKor

Use the geometry package with the desired settings. For example:

\usepackage{geometry}
\geometry{
  a4paper,
  top=25mm, 
  right=15mm, 
  bottom=25mm, 
  left=30mm
}

In the documentation for the package, the settings are described in detail.

A
Andrew, 2018-02-28
@oren

Connect the layout package and see what indents you have set. And change them to whatever you want.

\usepackage{layout}

\textwidth485pt
\textheight635pt

\begin{document}
    \layout
\end{document}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question