
우리 대학에서 제공하는 템플릿을 사용하고 있습니다. 나는 단락의 첫 번째 줄에서 들여쓰기를 제거하기 위해 여러 가지 방법을 읽고 시도했습니다.
아래 단락이 있습니다.
\paragraph{1. Number of Sides (n)\\}
For each iteration, every segment of the figure from the previous iteration
will be converted to four segments in the following iteration. Since we begin
with three sides, the formula for the number of sides in the Koch curve is
다음과 같이 인쇄됩니다.
- 변의 수(n)
각 반복마다 이전 반복의 그림의 모든 세그먼트가 다음 반복에서 4개의 세그먼트로 변환됩니다. 세 변으로 시작하므로 코흐 곡선의 변 수 공식은 다음과 같습니다.
첫 번째 줄의 시작 부분에 공백을 남겨 둡니다.
나는 이 들여쓰기를 원하지 않고 시도했지만 \noindent
작동 \setlength\parindent{0pt}
하지 않았습니다.
시도해 보니 \textit
첫 번째 줄은 들여쓰기가 되지 않았지만 "1. 변의 수(n)" 자체는 들여쓰기가 되었습니다.
\subsubsection
의 하위이므로 사용할 수 없습니다 \subsubsection
.
이 작업을 수행할 명령이 있으면 감사하겠습니다.
답변1
당신은 사용을 시도할 수 있습니다
\paragraph{1. Number of Sides (n)\\}
For each iteration, every segment of the figure from the previous iteration
will be converted to four segments in the following iteration. Since we begin
with three sides, the formula for the number of sides in the Koch curve is
\paragraph{1. Number of Sides (n)} \mbox{}\par\nobreak
\noindent For each iteration, every segment of the figure from the previous iteration
will be converted to four segments in the following iteration. Since we begin
with three sides, the formula for the number of sides in the Koch curve is
위의 내용은 에 의해 시작된 단락을 기술적으로 완료하고 \paragraph
빈 상자를 삽입하고 새 \par
그래프를 시작합니다. \nobreak
단락 제목과 후속 단락이 페이지 나누기 근처에 함께 유지되도록 하고 \noindent
단락에 들여쓰기가 없는지 확인합니다.
이 작업을 수행하는 더 좋은 방법이 있지만 이 방법을 어느 정도 사용할지, 패키지 측면에서 어떤 제한 사항이 있을 수 있는지 잘 모르겠습니다. 더욱이, 섹션 제목( \paragraph
은 섹션 단위)에 수동으로 번호를 매기는 것은 오류가 발생하기 쉽습니다.