Skip to content

Commit 830ef64

Browse files
committed
Remove main/sub form of titles
1 parent 4d2f5de commit 830ef64

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

schemas/styles/csl.rnc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -634,11 +634,8 @@ div {
634634
|
635635
## Specify verbatim text.
636636
attribute value { text }
637-
| ((attribute variable { variables.numbers | variables.strings },
638-
[ a:defaultValue = "long" ] attribute form { "short" | "long" })
639-
| (attribute variable { variables.titles },
640-
[ a:defaultValue = "long" ]
641-
attribute form { "short" | "long" | "sub" | "main" })?)
637+
| ((attribute variable { variables.standard },
638+
[ a:defaultValue = "long" ] attribute form { "short" | "long" })?)
642639
}
643640
# ==============================================================================
644641

0 commit comments

Comments
 (0)