Skip to content

Commit 9892dcd

Browse files
committed
L-more-11 translation
1 parent db3fc4f commit 9892dcd

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

zh-hant/more-11.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)