Importing LaTeX with multiple indexes

2013-08-23 Thread Alan Tyree
G'day, Richard Heck suggested that I ask about this on the developers list. I have a book manuscript written with the memoir class and multiple indexes. I am happy to convert to any other class and it is easy to change the index markings to conform with the splitindx package. Is there any way to

Re: [LyX/master] Fix Basque Intro ('Chapter' layout does not exist)

2013-08-23 Thread bsermesinde
Estamos encerrados para férias de 1 a 29 de Agosto. Regressamos no dia 30 de Agosto, por favor entre em contato connosco a partir dessa data. Out of the office from the 1st to the 29th of August Com os melhores cumprimentos / kind regards A Diretora / The directors Idalina Meireles / Sofia Forman

Re: math parser warning "unusual contents found" in examples/xyfigure.lyx

2013-08-23 Thread Scott Kostyshak
On Fri, Aug 23, 2013 at 5:55 PM, Enrico Forestieri wrote: > On Fri, Aug 23, 2013 at 04:31:06PM -0400, Scott Kostyshak wrote: > >> I get the following on my terminal when I open the file with LyX 2.1dev: >> >> unusual contents found: [xymatrix [grid [row [cell [char A >> mathalpha][macro ar][char [

Re: math parser warning "unusual contents found" in examples/xyfigure.lyx

2013-08-23 Thread Enrico Forestieri
On Fri, Aug 23, 2013 at 04:31:06PM -0400, Scott Kostyshak wrote: > I get the following on my terminal when I open the file with LyX 2.1dev: > > unusual contents found: [xymatrix [grid [row [cell [char A > mathalpha][macro ar][char [ mathalpha][char d mathalpha][char ] > mathalpha][macro ar][char

Re: post-receive-email: order of emails is diff than commit order

2013-08-23 Thread Scott Kostyshak
On Fri, Aug 23, 2013 at 4:53 PM, Richard Heck wrote: > On 08/23/2013 03:58 PM, Scott Kostyshak wrote: >> >> I think that it's great that there is one email for each commit. >> Thank you (to Richard?) for implementing this. >> >> I just pushed 5 commits and the emails that I received regarding them

Re: post-receive-email: order of emails is diff than commit order

2013-08-23 Thread Richard Heck
On 08/23/2013 03:58 PM, Scott Kostyshak wrote: I think that it's great that there is one email for each commit. Thank you (to Richard?) for implementing this. I just pushed 5 commits and the emails that I received regarding them was not in the same order. I am taking a wild guess in that they we

math parser warning "unusual contents found" in examples/xyfigure.lyx

2013-08-23 Thread Scott Kostyshak
I get the following on my terminal when I open the file with LyX 2.1dev: unusual contents found: [xymatrix [grid [row [cell [char A mathalpha][macro ar][char [ mathalpha][char d mathalpha][char ] mathalpha][macro ar][char [ mathalpha][char r mathalpha][char ] mathalpha][char mathalpha]][cell [ch

post-receive-email: order of emails is diff than commit order

2013-08-23 Thread Scott Kostyshak
I think that it's great that there is one email for each commit. Thank you (to Richard?) for implementing this. I just pushed 5 commits and the emails that I received regarding them was not in the same order. I am taking a wild guess in that they were sent out correctly (based on commit date?), bu

Re: AGUTeX template: agutex.cls -> AGUTeX.cls

2013-08-23 Thread Scott Kostyshak
On Fri, Aug 23, 2013 at 3:49 AM, Jürgen Spitzmüller wrote: > Scott Kostyshak wrote: >> Ah, I misunderstood that. Thank you for explaining. This makes things >> a lot simpler. If I understand correctly then, only the template needs >> to be changed. > > Also note that the change of the layout file

Re: unicodesymbols and tex2lyx

2013-08-23 Thread Jürgen Spitzmüller
Richard Heck wrote: > If you really want to do this, I could do it with Perl in a few minutes. > I'd just need to know exactly what the new syntax was supposed to be, > and how it was derived from the old syntax. Thanks. Anyway, this is certainly 2.2 stuff. Jürgen

Re: unicodesymbols and tex2lyx

2013-08-23 Thread Richard Heck
On 08/23/2013 04:24 AM, Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: Sure. This tabular-like syntax has reached the point of no return IMO. Its size is currently 250k and, from your example, it will probably double in size. This is not too terrible IMO. And if it gets too long, we coul

Re: Unicodesymbols requirements ignored

2013-08-23 Thread Jean-Marc Lasgouttes
22/08/2013 23:54, Enrico Forestieri: Because of errors at link time. I still get them when removing the declaration: CXXLD tex2lyx ../../src/support/liblyxsupport.a(filetools.o): In function `lyx::support::latexEnvCmdPrefix(std::string const&)': filetools.cpp:(.text+0x4d5c): undefined refer

Re: unicodesymbols and tex2lyx

2013-08-23 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I was actually concerned with additional load time, but it might be just > negligible. I see. I don't know, but of course we can/should track that before actually changing things. Jürgen

Re: unicodesymbols and tex2lyx

2013-08-23 Thread Jean-Marc Lasgouttes
23/08/2013 10:24, Jürgen Spitzmüller: Jean-Marc Lasgouttes wrote: Sure. This tabular-like syntax has reached the point of no return IMO. Its size is currently 250k and, from your example, it will probably double in size. This is not too terrible IMO. And if it gets too long, we could split it

Re: [LyX features/kill-tex2lyx-define] Split the encoding stuff and move the static helper methods to the new class BufferEncodings.

2013-08-23 Thread Stephan Witt
Am 23.08.2013 um 11:11 schrieb Kornel Benko : > Am Freitag, 23. August 2013 um 11:01:05, schrieb Stephan Witt > > > I've put it in. > > > > ATM, with cmake the linker call of check_layout fails as follows: > > > > Undefined symbols for architecture x86_64: > > "lyx::alignmentToCSS(lyx::LyXAl

Re: [LyX features/kill-tex2lyx-define] Split the encoding stuff and move the static helper methods to the new class BufferEncodings.

2013-08-23 Thread Kornel Benko
Am Freitag, 23. August 2013 um 11:01:05, schrieb Stephan Witt > I've put it in. > > ATM, with cmake the linker call of check_layout fails as follows: > > Undefined symbols for architecture x86_64: > "lyx::alignmentToCSS(lyx::LyXAlignment)", referenced from: > lyx::Layout::makeDefaultCSS(

Re: [LyX features/kill-tex2lyx-define] Split the encoding stuff and move the static helper methods to the new class BufferEncodings.

2013-08-23 Thread Stephan Witt
I've put it in. ATM, with cmake the linker call of check_layout fails as follows: Undefined symbols for architecture x86_64: "lyx::alignmentToCSS(lyx::LyXAlignment)", referenced from: lyx::Layout::makeDefaultCSS() constin Layout.o ld: symbol(s) not found for architecture x86_64 collect2:

Re: unicodesymbols and tex2lyx

2013-08-23 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Sure. This tabular-like syntax has reached the point of no return IMO. > Its size is currently 250k and, from your example, it will probably > double in size. This is not too terrible IMO. And if it gets too long, we could split it and create files for individual b

Re: unicodesymbols and tex2lyx

2013-08-23 Thread Jean-Marc Lasgouttes
23/08/2013 09:59, Jürgen Spitzmüller: At the cost of extending the length (but also increasing the readability) of this file, I would consider to change the syntax to something along the line of Layout/Language/LaTeXFont, i.e. UnicodeSymbol 0x00ed UnicodeName "LATIN SMALL LET

Re: unicodesymbols and tex2lyx

2013-08-23 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Agreed. But this is where more work is needed... We could also extend > the syntax to allow several entries for the same character (and use a > multimap internally). I am not sure whether we have ordering guarantees > of the equivalent entries in this case... At th

Re: AGUTeX template: agutex.cls -> AGUTeX.cls

2013-08-23 Thread Jürgen Spitzmüller
Scott Kostyshak wrote: > Ah, I misunderstood that. Thank you for explaining. This makes things > a lot simpler. If I understand correctly then, only the template needs > to be changed. Also note that the change of the layout file name corrupts the LyX file format. If you do not revert to the old