mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fallback definitions for unicode paragraph/line break.
Convert characters 0x2028 LINE SEPARATOR and 0x2029 PARAGRAPH SEPARATOR to LaTeX equivalent. (Just in case they slipped somehow into the source.)
This commit is contained in:
parent
6dfbab3124
commit
1805b41564
@ -1759,8 +1759,8 @@
|
||||
0x2025 ".\\,." "" "notermination=text,force=utf8" "" "" # TWO DOT LEADER
|
||||
0x2026 "\\dots" "" "" "\\ldots" "" # HORIZONTAL ELLIPSIS
|
||||
#0x2027 "" "" "notermination=text" "" "" # HYPHENATION POINT (visible symbol used to indicate correct positions for word breaking, looks like but is not 0x00b7 middle dot)
|
||||
#0x2028 "" "" "" "" "" # LINE SEPARATOR
|
||||
#0x2029 "" "" "" "" "" # PARAGRAPH SEPARATOR
|
||||
0x2028 "\\\\" "" "" "" "" # LINE SEPARATOR
|
||||
0x2029 "\\par" "" "" "" "" # PARAGRAPH SEPARATOR
|
||||
#0x202a "" "" "" "" "" # LEFT-TO-RIGHT EMBEDDING
|
||||
#0x202b "" "" "" "" "" # RIGHT-TO-LEFT EMBEDDING
|
||||
#0x202c "" "" "" "" "" # POP DIRECTIONAL FORMATTING
|
||||
|
Loading…
Reference in New Issue
Block a user