This commit is contained in:
Tan, Kian-ting 2024-12-22 23:38:20 +08:00
parent bbd5592dbb
commit 5fbd80f6af
4 changed files with 11 additions and 2 deletions

Binary file not shown.

View file

@ -5,7 +5,7 @@
可以指定頁面的一行水平寬度為5inch再匯入TeX Ch6 範例檔案story的內容當然最後要加入\end原檔案沒有\end。 可以指定頁面的一行水平寬度為5inch再匯入TeX Ch6 範例檔案story的內容當然最後要加入\end原檔案沒有\end。
如果設定\hsize太小會出現警告訊息 如果設定\hsize太小會出現警告訊息因為水平盒子無法把東西安放到固定寬度的範圍所以出現overfull警告和句尾的黑色實心方框
``` ```
Overfull \hbox (1.34123pt too wide) in paragraph at lines 7--11 Overfull \hbox (1.34123pt too wide) in paragraph at lines 7--11
[]\tenrm Once upon a| []\tenrm Once upon a|
@ -32,4 +32,13 @@ Overfull \hbox (7.56346pt too wide) in paragraph at lines 12--16
\tenrm was hap-pi-est when| \tenrm was hap-pi-est when|
Overfull \hbox (15.03568pt too wide) in paragraph at lines 12--16 Overfull \hbox (15.03568pt too wide) in paragraph at lines 12--16
\tenrm he was at work type-|``` \tenrm he was at work type-|```
```\hyphenation{gal-axy}```
強制指定自定連字號劃設規則。這是primitive指令。
```Underfull \hbox (badness 1521) in paragraph at lines 7--11```
\tolerance=1600
設定換行允許的badness不平整度比如太密或太疏程度

BIN
tex-and-texbook/story.dvi Normal file

Binary file not shown.