내 문서의 한 섹션 이후 들여쓰기가 작동을 멈췄습니다. 시작 코드는 다음과 같습니다.
\documentclass[11pt]{article}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{lastpage}
\usepackage[margin=0.85in]{geometry}
\usepackage{graphicx}
\usepackage{tabu}
\usepackage{textcomp,gensymb}
\usepackage{caption}
\usepackage{float}
\usepackage{indentfirst}
\usepackage{multirow}
\usepackage{array}
\usepackage{subcaption}
\setlength{\parindent}{6.5ex}
\setlength{\parskip}{1.5em}
\begin{document}
This is the part when it does work anymore.
\section{blah blah}
Blah blah blah, $math$, blah blah, like blah:
\begin{gather*} more math \\ more math \\ more math \end{gather*}
Blah blah...
\end{document}
문단 내부와 외부에 수학 환경을 포함시키기 시작하면 아무리 노력해도 더 이상 작동하지 않는 것 같습니다. 나는 을 \indent
사용하여 끝에 \setlength{...}
모든 단락을 지정하고 로 끝나는 것을 시도했지만 아무것도 작동하지 않습니다.\par
\\
이것은 더 이상 작동하는 부분입니다.
\section{blah blah}
Blah blah blah, $math$, blah blah, like blah:
\begin{gather*} more math \\ more math \\ more math \end{gather*}
Blah blah...
이 섹션 이후에는 들여쓰기가 작동하지 않습니다.
답변1
나는 그것을 해결했다. 새 섹션 뒤에 다음 명령을 추가하면 됩니다.
\setlength{\parindent}{...}
그런 다음 다시 작동합니다. 이로 인해 파란색 오류가 발생할 수 있지만 이를 무시하는 방법을 배웠습니다.
전.
\section{blah blah}
\setlength{\parindent}{6.5ex}
blah blah blah (is indented)