mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Manually fix kmap files after automatic conversion
* lib/kbd/french.kmap: Replace \b{} (nonstandard degree symbol from iso8859-8.cdef) with U+00B0 Fix broken comment sign * lib/kbd/sg.kmap: Replace \b{} with U+00B0 Comment out obscure entries with \it\${} * lib/kbd/sf.kmap: ditto * lib/kbd/european.kmap: Replace \b{} with U+00B0 Remove obsolete comments * lib/kbd/espanol.kmap: Fix inverted question and exclamation marks * lib/kbd/american-2.kmap: Remove obsolete comments git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17664 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c070ca00dd
commit
4712db615e
@ -13,7 +13,3 @@
|
||||
# \kxmod acute ' '
|
||||
# \kxmod grave ` `
|
||||
# \kxmod umlaut \" \"
|
||||
#
|
||||
# Example of substituting local chars to TeX-Strings
|
||||
#
|
||||
# \kmap ß ß
|
||||
|
@ -8,6 +8,6 @@
|
||||
\kmod : umlaut uU # The " doesn't work, even \".
|
||||
|
||||
\kxmod acute i í
|
||||
\kxmod tilde ! "\textexclamdown{}"
|
||||
\kxmod tilde ? "\textquestiondown{}"
|
||||
\kxmod tilde ! ¡
|
||||
\kxmod tilde ? ¿
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
||||
#
|
||||
\kxmod umlaut $ £ # pound
|
||||
\kxmod umlaut \# § # paragraph
|
||||
\kxmod umlaut ~ "\\b{}" # degree
|
||||
\kxmod umlaut ~ ° # degree
|
||||
\kmap ¤ € # euro sign, to use with package eurofont
|
||||
#
|
||||
# \kxmod acute ' '
|
||||
@ -71,7 +71,3 @@
|
||||
# \kxmod circumflex ^ ^
|
||||
# \kxmod umlaut \" \"
|
||||
# \kxmod dot . .
|
||||
#
|
||||
# Example of substituting local chars to TeX-Strings
|
||||
#
|
||||
# \kmap ß ß
|
||||
|
@ -30,8 +30,8 @@
|
||||
\kmap 0 à
|
||||
\kmap ) 0
|
||||
\kmap - )
|
||||
\kmap _ "\\b{}" # degree sign?
|
||||
#\kmap ` \# to the power of two?
|
||||
\kmap _ ° # degree sign?
|
||||
#\kmap ` # to the power of two?
|
||||
\kmap a q
|
||||
\kmap A Q # switched A<->Q
|
||||
\kmap q a
|
||||
|
@ -18,8 +18,8 @@
|
||||
\kmap - '
|
||||
\kmap _ ?
|
||||
\kmap + `
|
||||
\kmap ~ "\\b{}" # degree sign?
|
||||
\kmap ` "\\it\\${}" # paragraph mark? doesn't work
|
||||
\kmap ~ ° # degree sign?
|
||||
#\kmap ` "\\it\\${}" # paragraph mark? doesn't work
|
||||
\kmap y z
|
||||
\kmap z y # switched Y<->Z
|
||||
\kmap Y Z
|
||||
@ -36,6 +36,6 @@
|
||||
\kmap ? _
|
||||
\kmap / -
|
||||
\kmap \\ $
|
||||
\kmap | "\\it\\${}"
|
||||
#\kmap | "\\it\\${}"
|
||||
\kxmod circumflex i î # some exceptions
|
||||
\kxmod umlaut i ï
|
||||
|
@ -18,8 +18,8 @@
|
||||
\kmap - '
|
||||
\kmap _ ?
|
||||
\kmap + `
|
||||
\kmap ~ "\\b{}" # degree sign?
|
||||
\kmap ` "\\it\\${}" # paragraph mark? doesn't work
|
||||
\kmap ~ ° # degree sign?
|
||||
#\kmap ` "\\it\\${}" # paragraph mark? doesn't work
|
||||
\kmap y z
|
||||
\kmap z y # switched Y<->Z
|
||||
\kmap Y Z
|
||||
@ -36,6 +36,6 @@
|
||||
\kmap ? _
|
||||
\kmap / -
|
||||
\kmap \\ $
|
||||
\kmap | "\\it\\${}"
|
||||
#\kmap | "\\it\\${}"
|
||||
\kxmod circumflex i î # some exceptions
|
||||
\kxmod umlaut i ï
|
||||
|
Loading…
Reference in New Issue
Block a user