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 requirements ignored

2013-08-22 Thread Enrico Forestieri
On Wed, Aug 21, 2013 at 12:26:18PM +0200, Jean-Marc Lasgouttes wrote: > BTW, Enrico, my light testing seems to show that declaring > LyXRC::iconset is not needed. Do you remember why you introduced it > at a99340cd ? Because of errors at link time. I still get them when removing the declaration:

Re: Re: Unicodesymbols requirements ignored

2013-08-22 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: Unicodesymbols requirements ignored

2013-08-22 Thread Stephan Witt
Am 21.08.2013 um 14:26 schrieb Jean-Marc Lasgouttes : > 21/08/2013 12:26, Jean-Marc Lasgouttes: >> Next in line: Layout.cpp, which uses LAYOUT_NO_CSS to try to trick us. > > Done with the following patch. Stephan, I pushed all these patches to the new > branch features/kill-tex2lyx-define. Feel

Re: Unicodesymbols requirements ignored

2013-08-21 Thread Jean-Marc Lasgouttes
21/08/2013 12:26, Jean-Marc Lasgouttes: Next in line: Layout.cpp, which uses LAYOUT_NO_CSS to try to trick us. Done with the following patch. Stephan, I pushed all these patches to the new branch features/kill-tex2lyx-define. Feel free to push your own stuff there and we should be done, if I

Re: Unicodesymbols requirements ignored

2013-08-21 Thread Jean-Marc Lasgouttes
21/08/2013 11:45, Jean-Marc Lasgouttes: 21/08/2013 11:35, Jean-Marc Lasgouttes: 20/08/2013 16:38, Stephan Witt: For the Encoding class I've made a patch for review. Here is an easy one: Lexer.cpp Second easy one: ModuleList.cpp. Then I move those dummy definitions in their own file. BTW,

Re: Unicodesymbols requirements ignored

2013-08-21 Thread Jean-Marc Lasgouttes
21/08/2013 11:35, Jean-Marc Lasgouttes: 20/08/2013 16:38, Stephan Witt: For the Encoding class I've made a patch for review. Here is an easy one: Lexer.cpp Second easy one: ModuleList.cpp. JMarc >From 26952a652cb1338b248db9d8d2944c0ae898e8ad Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgo

Re: Unicodesymbols requirements ignored

2013-08-21 Thread Jean-Marc Lasgouttes
20/08/2013 16:38, Stephan Witt: For the Encoding class I've made a patch for review. Here is an easy one: Lexer.cpp JMarc >From 16a5c3bbe5a114337624d898404bc24a68ded702 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 21 Aug 2013 11:31:55 +0200 Subject: [PATCH] Remove dependency

Re: Unicodesymbols requirements ignored

2013-08-20 Thread Stephan Witt
Am 20.08.2013 um 16:38 schrieb Stephan Witt : > Am 19.08.2013 um 10:44 schrieb Jürgen Spitzmüller : > >> Stephan Witt wrote: >>> So, we have to revert the addition of subdir-objects to the AM_INIT_AUTOMAKE >> >> I'll do this in a minute. >> >>> option list. But there will be a problem in the fu

Re: Unicodesymbols requirements ignored

2013-08-20 Thread Stephan Witt
Am 19.08.2013 um 10:44 schrieb Jürgen Spitzmüller : > Stephan Witt wrote: >> So, we have to revert the addition of subdir-objects to the AM_INIT_AUTOMAKE > > I'll do this in a minute. > >> option list. But there will be a problem in the future. One idea I have to >> solve this: Split the Encodin

Re: Unicodesymbols requirements ignored

2013-08-19 Thread Jürgen Spitzmüller
Stephan Witt wrote: > So, we have to revert the addition of subdir-objects to the AM_INIT_AUTOMAKE I'll do this in a minute. > option list. But there will be a problem in the future. One idea I have to > solve this: Split the Encoding class into a base class for tex2lyx and LyX > and a sub-class

Re: Unicodesymbols requirements ignored

2013-08-18 Thread Jean-Marc Lasgouttes
Le 18/08/13 18:51, Stephan Witt a écrit : So, we have to revert the addition of subdir-objects to the AM_INIT_AUTOMAKE option list. But there will be a problem in the future. One idea I have to solve this: Split the Encoding class into a base class for tex2lyx and LyX and a sub-class for LyX on

Re: Unicodesymbols requirements ignored

2013-08-18 Thread Stephan Witt
Am 18.08.2013 um 12:53 schrieb Jürgen Spitzmüller : > Jürgen Spitzmüller wrote: >> The problem is that TEX2LYX is true when running LyX (not tex2lyx). So in >> cases such as in Encodings::validate (#ifdef TEX2LYX ... #else ... #endif), >> the wrong code is executed! >> >> The same problem seems

Re: Unicodesymbols requirements ignored

2013-08-18 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > The problem is that TEX2LYX is true when running LyX (not tex2lyx). So in > cases such as in Encodings::validate (#ifdef TEX2LYX ... #else ... #endif), > the wrong code is executed! > > The same problem seems to occur vice versa, hence tex2lyx compilaion fails > in t

Re: Unicodesymbols requirements ignored

2013-08-17 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Jürgen Spitzmüller wrote: > > Jürgen Spitzmüller wrote: > > > Currently, the features required by unicodesymbols entries (such as > > > "textcomp", "tipa") are not loaded. > > > > > > > > > > > > Try for instance to view the UG. I get errors such as > > > ! LaTeX Error

Re: Unicodesymbols requirements ignored

2013-08-17 Thread Kornel Benko
Am Samstag, 17. August 2013 um 12:41:29, schrieb Jürgen Spitzmüller > Jürgen Spitzmüller wrote: > > Jürgen Spitzmüller wrote: > > > Currently, the features required by unicodesymbols entries (such as > > > "textcomp", "tipa") are not loaded. > > > > > > > > > > > > Try for instance to view the

Re: Unicodesymbols requirements ignored

2013-08-17 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Jürgen Spitzmüller wrote: > > Currently, the features required by unicodesymbols entries (such as > > "textcomp", "tipa") are not loaded. > > > > > > > > Try for instance to view the UG. I get errors such as > > ! LaTeX Error: Command \texttimes unavailable in encoding

Re: Unicodesymbols requirements ignored

2013-08-17 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Currently, the features required by unicodesymbols entries (such as > "textcomp", "tipa") are not loaded. > > Try for instance to view the UG. I get errors such as > ! LaTeX Error: Command \texttimes unavailable in encoding T1. > > Since the problem is also in Encodin