We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3fc4f commit 9892dcdCopy full SHA for 9892dcd
1 file changed
zh-hant/more-11.md
@@ -0,0 +1,25 @@
1
+---
2
+layout: "lesson"
3
+lang: "zh-hant"
4
+title: "更多內容:格式:字型和間距"
5
+description: "本課展示了如何抑制單個段落的縮排。"
6
+toc-anchor-text: "更多內容:格式:字型和間距"
7
8
+
9
+## 抑制單個段落的縮排
10
11
+如果你想抑制單個段落的縮排,可以使用`\noindent`命令。
12
+這種用法應該 _非常_ 少見;大多數時候,你應該讓 LaTeX 自動處理這個問題。
13
14
+```latex
15
+% !TEX program=lualatex
16
17
+\documentclass{ctexart}
18
+\begin{document}
19
+一個小段落,我們稍微填充一些內容以確保你能在這裡看到效果!
20
21
22
23
+\noindent 一個小段落,我們稍微填充一些內容以確保你能在這裡看到效果!
24
+\end{document}
25
+```
0 commit comments