Developers' side bar Selected categories Edit Links |
Devel /
RangesCategories: Development, Misc << | Page list | >>Notes towards implementing Ranges as first-class objects (alongside Insets) in LyX Requirements / Ideas
Algorithms
The problem is that in the buffer, ranges are represented only as <from,to> pairs; however, ultimately we are going to have to translate this into nested ranges, for the latex output (where commands/environments are nested). see thread http://thread.gmane.org/gmane.editors.lyx.devel/95997/focus=96031
The problem is similar to the previous one; except that now, even in the .lyx XML (which must be legally nested) we want to retain the <from,to> based format. see thread http://thread.gmane.org/gmane.editors.lyx.devel/95997/focus=96082
Use casesImplementation detailsOpen issues / keep in mind
\emph{emphasized} not emphasized \emph{emphasized}
and
\emph{emphasized \emph{also emphasized} emphasized}
Categories |