The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit c235e733017245b8366ccf53957fc46a2cf62647
Merge: 1267319 2b98e7a
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Aug 20 09:32:04 2012 +0200

    Merge branch 'master' of git.lyx.org:lyx


commit 12673191171cb1c8319aeb6ff5c93ff88bce4d18
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Aug 20 08:52:42 2012 +0200

    The tipa tone macro requires the tone package from the tipa bundle

diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx
index 12744c6..8fe2f40 100644
--- a/lib/chkconfig.ltx
+++ b/lib/chkconfig.ltx
@@ -376,6 +376,7 @@
 \TestPackage{tgtermes}
 \TestPackage{tipa}
 \TestPackage{tipx}
+\TestPackage{tone}
 \TestPackage{txfonts}% For the txtt monospaced font
 % necessary to get correct size for InstantPreview images created by dvipng
 \TestPackage[c70fs.fd]{zhmetrics}
diff --git a/lib/unicodesymbols b/lib/unicodesymbols
index ca6dc40..51f9748 100644
--- a/lib/unicodesymbols
+++ b/lib/unicodesymbols
@@ -631,11 +631,11 @@
 0x02e2 "\\textsuperscript{s}"     "" "" # MODIFIER LETTER SMALL S
 0x02e3 "\\textsuperscript{x}"     "" "" # MODIFIER LETTER SMALL X
 0x02e4 "\\textsuperscript{\\textrevglotstop}" "tipa" "force" # MODIFIER LETTER 
SMALL REVERSED GLOTTAL STOP
-0x02e5 "\\tone{55}"               "tipa" "force" # MODIFIER LETTER EXTRA-HIGH 
TONE BAR
-0x02e6 "\\tone{44}"               "tipa" "force" # MODIFIER LETTER HIGH TONE 
BAR
-0x02e7 "\\tone{33}"               "tipa" "force" # MODIFIER LETTER MID TONE BAR
-0x02e8 "\\tone{22}"               "tipa" "force" # MODIFIER LETTER LOW TONE BAR
-0x02e9 "\\tone{11}"               "tipa" "force" # MODIFIER LETTER EXTRA-LOW 
TONE BAR
+0x02e5 "\\tone{55}"               "tone" "force" # MODIFIER LETTER EXTRA-HIGH 
TONE BAR
+0x02e6 "\\tone{44}"               "tone" "force" # MODIFIER LETTER HIGH TONE 
BAR
+0x02e7 "\\tone{33}"               "tone" "force" # MODIFIER LETTER MID TONE BAR
+0x02e8 "\\tone{22}"               "tone" "force" # MODIFIER LETTER LOW TONE BAR
+0x02e9 "\\tone{11}"               "tone" "force" # MODIFIER LETTER EXTRA-LOW 
TONE BAR
 #0x02ea ""                         "" "" # MODIFIER LETTER YIN DEPARTING TONE 
MARK
 #0x02eb ""                         "" "" # MODIFIER LETTER YANG DEPARTING TONE 
MARK
 0x02ec "\\textsubwedge{ }"        "tipa" "force" # MODIFIER LETTER VOICING
diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp
index b25332f..6b4f4b3 100644
--- a/src/LaTeXFeatures.cpp
+++ b/src/LaTeXFeatures.cpp
@@ -621,6 +621,7 @@ char const * simplefeatures[] = {
        "units",
        "tipa",
        "tipx",
+       "tone",
        "framed",
        "soul",
        "textcomp",

-----------------------------------------------------------------------

Summary of changes:
 lib/chkconfig.ltx     |    1 +
 lib/unicodesymbols    |   10 +++++-----
 src/LaTeXFeatures.cpp |    1 +
 3 files changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to