mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 10:11:21 +00:00
Remove extra character after an inset in linuxdoc output.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@2721 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5030ef0317
commit
8386741a64
@ -1,3 +1,8 @@
|
||||
2001-09-11 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* src/buffer.C (SimpleLinuxDocOnePar): Remove extra character
|
||||
after an inset.
|
||||
|
||||
2001-09-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lib/examples/da_splash.lyx: new translation from Claus Hindsgaul
|
||||
|
@ -2802,9 +2802,7 @@ void Buffer::SimpleLinuxDocOnePar(ostream & os, LyXParagraph * par,
|
||||
if (c == LyXParagraph::META_INSET) {
|
||||
inset = par->GetInset(i);
|
||||
inset->Linuxdoc(this, os);
|
||||
}
|
||||
|
||||
if (font2.latex() == LyXFont::ON) {
|
||||
} else if (font2.latex() == LyXFont::ON) {
|
||||
// "TeX"-Mode on == > SGML-Mode on.
|
||||
if (c != '\0')
|
||||
os << c; // see LaTeX-Generation...
|
||||
|
Loading…
Reference in New Issue
Block a user