在 LibreOffice Writer 中,每当我需要将某些文本转换为时SMALL CAPS
,我都会执行以下步骤:
- 选择我需要的摘录
Small Caps
; - 右键单击它并选择
Character > Character...
; - 选择
Font Effects
标签; - 选择该
Effects:Small Caps
选项,然后按 OK。
问题是我在需要动态应用这种格式的环境中工作,因此我正在寻找键盘快捷键、宏或某种自动样式(例如,将我写的所有内容全部大写转换为小写),只需按一下按钮即可进行这些更改。
有这样的事吗?谢谢!
答案1
根据LibreOffice 文档,可以根据选定的文本部分创建自定义样式。
从选择中创建新样式
您可以通过复制现有的手动格式来创建新样式。此新样式仅适用于此文档;它不会保存在模板中。
1) Open the Styles and Formatting window and choose the type of style you want to create. 2) In the document, select the item you want to save as a style. 3) In the Styles and Formatting window, select on the New Style from Selection icon. 4) In the Create Style dialog, type a name for the new style. The list shows the names of existing custom styles of the selected type.
单击“确定”保存新样式。
这应该允许您将自定义样式应用于其他文本。上面引用的文本(链接位置大约一半)中还附有其他方法,这些方法可能更有用或更适用。