blob: 9f7f95d69bd5c2ac81aa634f63cb13daffbacd94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# TeXworks: "Smart Quotes" modes
# Each mode has a label (in [square brackets]), followed by lines specifying the
# behavior for each quote keystroke. These lines have three fields:
#
# <keystroke> <open-form> <close-form>
#
# separated by whitespace.
# [TeX ligatures]
# ' ` '
# " `` ''
#
[TeX commands]
' \quote{ }
" \quotation{ }
# [Unicode characters]
# ' ‘ ’
# " “ ”
|