We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c47a1 commit 1ac9852Copy full SHA for 1ac9852
1 file changed
src/resources/schema/document-language.yml
@@ -19,6 +19,22 @@
19
- object
20
description: YAML file containing custom language translations
21
22
+- name: shorthands
23
+ tags:
24
+ formats: [pdf, beamer]
25
+ schema: boolean
26
+ default: false
27
+ description:
28
+ short: Enable babel language-specific shorthands in LaTeX output.
29
+ long: |
30
+ Enable babel language-specific shorthands in LaTeX output. When `true`,
31
+ babel's language shortcuts are enabled (e.g., French `<<`/`>>` for guillemets,
32
+ German `"` shortcuts, proper spacing around French punctuation).
33
+
34
+ Default is `false` because language shorthands can interfere with code blocks
35
+ and other content. Only enable if you need specific typographic features
36
+ for your language.
37
38
- name: dir
39
schema:
40
enum: [rtl, ltr]
0 commit comments