mirror of
https://github.com/vim-latex/vim-latex.git
synced 2026-05-26 11:24:23 +02:00
Update the docs to reflect the changes made to expand all the Capital Greek Letters
This commit is contained in:
committed by
Gerd Wachsmuth
parent
ec10d539eb
commit
b523d676be
+8
-2
@@ -513,7 +513,14 @@ NOTE: In the LaTex list of lowercase letters there is no omicron because it
|
||||
|
||||
Upper case:
|
||||
|
||||
>
|
||||
`A through `Z expand to \Alpha through \Zeta.
|
||||
NOTE: Same as what happens to the Lower case, LaTeX does not support upper case
|
||||
for all greek alphabets. And only the following expansions are valid in
|
||||
default. In order to use the rest of expansions, you may want to manually
|
||||
configure them by either including packages or defining corresponding
|
||||
commands.
|
||||
|
||||
Valid Upper case Greek Letters in default:
|
||||
`D = \Delta
|
||||
`F = \Phi
|
||||
`G = \Gamma
|
||||
@@ -524,7 +531,6 @@ Upper case:
|
||||
`S = \Sigma
|
||||
`U = \Upsilon
|
||||
`W = \Omega
|
||||
NOTE: LaTeX does not support upper case for all greek alphabets.
|
||||
|
||||
|
||||
Just like other Latex-Suite mappings, these mappings are not created using the
|
||||
|
||||
+14
-3
@@ -546,8 +546,19 @@ SSP for subparagraph</programlisting>
|
||||
</para></note>
|
||||
<para>
|
||||
Upper case:
|
||||
<literal>`A</literal> through <literal>`Z</literal> expand to
|
||||
<literal>\Alpha</literal> through <literal>\Zeta</literal>.
|
||||
</para>
|
||||
<programlisting>`D = \Delta
|
||||
<note><para>
|
||||
NOTE: Same as what happens to the Lower case, LaTeX does not support upper
|
||||
case for all greek alphabets. And only the following expansions are valid
|
||||
in default. In order to use the rest of expansions, you may want to
|
||||
manually configure them by either including packages or defining
|
||||
corresponding commands.
|
||||
</para></note>
|
||||
<para>Valid Upper case Greek Letters in default:</para>
|
||||
<programlisting>
|
||||
`D = \Delta
|
||||
`F = \Phi
|
||||
`G = \Gamma
|
||||
`Q = \Theta
|
||||
@@ -556,8 +567,8 @@ SSP for subparagraph</programlisting>
|
||||
`Y = \Psi
|
||||
`S = \Sigma
|
||||
`U = \Upsilon
|
||||
`W = \Omega</programlisting>
|
||||
<note><para>LaTeX does not support upper case for all greek alphabets.</para></note>
|
||||
`W = \Omega
|
||||
</programlisting>
|
||||
<para>Just like other &ls; mappings, these mappings are not created using
|
||||
the standard <literal>imap</literal> command. Thus you can type slowly,
|
||||
correct using <literal><BS></literal> etc.</para>
|
||||
|
||||
Reference in New Issue
Block a user