mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
tex2lyx: Remove "textglobfall" hack.
tex2lyx tests for TIPA (test-inset-*) resulted in {End} in ERT after fixing lib/unicodesymbols. Should be fine now.
This commit is contained in:
parent
538e8dff56
commit
f2a263e334
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ stamp-h1
|
||||
build/
|
||||
CMakeLists.txt.user
|
||||
.dirstamp
|
||||
/src/tex2lyx/test/*.lyx.tex
|
||||
|
@ -4745,10 +4745,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
}
|
||||
// handle some TIPA special characters
|
||||
else if (preamble.isPackageUsed("tipa")) {
|
||||
if (name == "\\textglobfall") {
|
||||
name = "End";
|
||||
skip_braces(p);
|
||||
} else if (name == "\\s") {
|
||||
if (name == "\\s") {
|
||||
// fromLaTeXCommand() does not yet
|
||||
// recognize tipa short cuts
|
||||
name = "\\textsyllabic";
|
||||
|
Loading…
Reference in New Issue
Block a user