-
Notifications
You must be signed in to change notification settings - Fork 10
EN:Correction
谢耳朵 edited this page Jan 29, 2026
·
9 revisions
[English Version] | 中文版
luatex-cn provides tools for classical text correction and custom decoration.
The \fix (or \改) command is used to mark corrections. It retains the original character with a deletion mark (、) and places the corrected character at the bottom right.
\fix{Replacement}
% or
\改{Replacement}This is a \fix{correct}wrong text.The \decorate (or \装饰) command allows overlaying arbitrary content on the previous character.
\decorate[scale=0.8, color=red]{○}| Key | Description | Default |
|---|---|---|
color |
Color of decoration | red |
xoffset |
Horizontal offset | 0pt |
yoffset |
Vertical offset | 0pt |
scale |
Scale factor | 1.0 |
📜 LuaTeX-CN | Licensed under Apache License 2.0