OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Version Control Commit by mstsirkin


Author: mstsirkin
Date: 2015-10-21 14:19:35 +0000 (Wed, 21 Oct 2015)
New Revision: 545
Web View: https://tools.oasis-open.org/version-control/browse/wsvn/virtio/?rev=545&sc=1

Modified:
   branches/v1.0/diffpreamble.tex
   branches/v1.0/fixupdiff.pl
Log:
Revert: makediff: cleanup using begingroup/endgroup

This reverts commit
	commit ef519a86f046d1be22f82f32d845653a850c21dd
	Author: mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>
	Date:   Thu Jun 26 16:50:13 2014 +0000

	makediff: cleanup using begingroup/endgroup

This seemed like a good idea originally: replace perl hacks with
tex hacks. However adding \begingroup and \endgroup within macros
used by latex-diff breaks its assumption that these are low level
tex and can be used in arbitrary situations, e.g.  cross the
boundaries of environments, use mis-matching begin and end
instructions (DIFaddbegin with DIFaddendFL), etc.

Let's go back to the original work-around:

commit b665b3165b454b98c782617e37a128b53b56c89c
Author: mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>
Date:   Thu Jun 26 12:34:38 2014 +0000

    work around xetex bug

    Too many \color directives produce corrupted output
    and this warning:
    WARNING ** Color stack overflow. Just ignore.

    Use script to reduce # of these directives.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]