Re: Re: Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-18 Thread Kornel Benko
Am Freitag, 17. August 2012 um 20:47:48, schrieb Kornel Benko kor...@lyx.org Am Freitag, 17. August 2012 um 17:22:19, schrieb Jürgen Spitzmüller sp...@lyx.org 2012/8/17 Kornel Benko: I see. The question now is: How to add this (and related) font(s) to the list of non-TeX fonts? ATM

Re: Re: Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-18 Thread Jürgen Spitzmüller
2012/8/18 Kornel Benko: Do you know of any way, to tell if a font is say sans serif? I could not find any. Our menu lists all available non-TeX fonts. We could provide a table, maybe on a file with info about the font, like we do for latexfonts, to filter the set of available fonts.

Re: Re: Re: Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-18 Thread Kornel Benko
Am Samstag, 18. August 2012 um 16:27:51, schrieb Jürgen Spitzmüller sp...@lyx.org 2012/8/18 Kornel Benko: Do you know of any way, to tell if a font is say sans serif? I could not find any. Our menu lists all available non-TeX fonts. We could provide a table, maybe on a file with info

Re: Re: Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-18 Thread Kornel Benko
Am Freitag, 17. August 2012 um 20:47:48, schrieb Kornel Benko > Am Freitag, 17. August 2012 um 17:22:19, schrieb Jürgen Spitzmüller > > > 2012/8/17 Kornel Benko: > > > I see. The question now is: How to add this (and related) font(s) to the > > > list of non-TeX

Re: Re: Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-18 Thread Jürgen Spitzmüller
2012/8/18 Kornel Benko: > Do you know of any way, to tell if a font is say "sans serif"? I could not > find any. > > Our menu lists all available non-TeX fonts. > > We could provide a table, maybe on a file with info about the font, like we > do for latexfonts, > > to filter the set of available

Re: Re: Re: Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-18 Thread Kornel Benko
Am Samstag, 18. August 2012 um 16:27:51, schrieb Jürgen Spitzmüller > 2012/8/18 Kornel Benko: > > Do you know of any way, to tell if a font is say "sans serif"? I could not > > find any. > > > > Our menu lists all available non-TeX fonts. > > > > We could provide a table, maybe on

Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Jürgen Spitzmüller
2012/8/16 Kornel Benko: Add latexfonts_l10.pot to cmake build Thanks! I confess I did not test cmake at all. Jürgen

Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Kornel Benko
Am Freitag, 17. August 2012 um 10:24:50, schrieb Jürgen Spitzmüller sp...@lyx.org 2012/8/16 Kornel Benko: Add latexfonts_l10.pot to cmake build Thanks! I confess I did not test cmake at all. Jürgen Thanks for your work on fonts! I would like to add TeX Gyre fonts to lyx. But it

Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Jürgen Spitzmüller
2012/8/17 Kornel Benko: Am Freitag, 17. August 2012 um 10:24:50, schrieb Jürgen Spitzmüller I would like to add TeX Gyre fonts to lyx. But it does not fit to current font handling. As of now, I have to do in the preamble \setmainfont{TeX Gyre Termes} to get what I want (replacement for

Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Jürgen Spitzmüller
I have just submitted support for the libertine font. You can more or less just follow this model for the TeXGyre fonts. HTH Jürgen

Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Kornel Benko
Am Freitag, 17. August 2012 um 13:29:27, schrieb Jürgen Spitzmüller sp...@lyx.org 2012/8/17 Kornel Benko: Am Freitag, 17. August 2012 um 10:24:50, schrieb Jürgen Spitzmüller I would like to add TeX Gyre fonts to lyx. But it does not fit to current font handling. As of now, I have to

Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Kornel Benko
Am Freitag, 17. August 2012 um 14:12:11, schrieb Jürgen Spitzmüller sp...@lyx.org I have just submitted support for the libertine font. You can more or less just follow this model for the TeXGyre fonts. HTH Jürgen Will try. Thanks. Kornel signature.asc Description: This is a

Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Jürgen Spitzmüller
2012/8/17 Kornel Benko: I see. The question now is: How to add this (and related) font(s) to the list of non-TeX fonts? ATM you have to install these fonts to your OS to get access to it (QFontDatabase is not aware of the TEXMF font directory). I.e. copy the *.otf files from

Re: Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Kornel Benko
Am Freitag, 17. August 2012 um 17:22:19, schrieb Jürgen Spitzmüller sp...@lyx.org 2012/8/17 Kornel Benko: I see. The question now is: How to add this (and related) font(s) to the list of non-TeX fonts? ATM you have to install these fonts to your OS to get access to it (QFontDatabase is

Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Jürgen Spitzmüller
2012/8/16 Kornel Benko: > Add latexfonts_l10.pot to cmake build Thanks! I confess I did not test cmake at all. Jürgen

Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Kornel Benko
Am Freitag, 17. August 2012 um 10:24:50, schrieb Jürgen Spitzmüller > 2012/8/16 Kornel Benko: > > Add latexfonts_l10.pot to cmake build > > Thanks! I confess I did not test cmake at all. > > Jürgen Thanks for your work on fonts! I would like to add TeX Gyre fonts to lyx.

Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Jürgen Spitzmüller
2012/8/17 Kornel Benko: > Am Freitag, 17. August 2012 um 10:24:50, schrieb Jürgen Spitzmüller > I would like to add TeX Gyre fonts to lyx. > > But it does not fit to current font handling. > > As of now, I have to do > > in the preamble > > \setmainfont{TeX Gyre Termes} > > to get what I want

Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Jürgen Spitzmüller
I have just submitted support for the libertine font. You can more or less just follow this model for the TeXGyre fonts. HTH Jürgen

Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Kornel Benko
Am Freitag, 17. August 2012 um 13:29:27, schrieb Jürgen Spitzmüller > 2012/8/17 Kornel Benko: > > Am Freitag, 17. August 2012 um 10:24:50, schrieb Jürgen Spitzmüller > > I would like to add TeX Gyre fonts to lyx. > > > > But it does not fit to current font handling. > > > > As of

Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Kornel Benko
Am Freitag, 17. August 2012 um 14:12:11, schrieb Jürgen Spitzmüller > I have just submitted support for the libertine font. You can more or > less just follow this model for the TeXGyre fonts. > > HTH > Jürgen Will try. Thanks. Kornel signature.asc Description: This is

Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Jürgen Spitzmüller
2012/8/17 Kornel Benko: > I see. The question now is: How to add this (and related) font(s) to the > list of non-TeX fonts? ATM you have to install these fonts to your OS to get access to it (QFontDatabase is not aware of the TEXMF font directory). I.e. copy the *.otf files from

Re: Re: Re: Re: [LyX master] Add latexfonts_l10.pot to cmake build

2012-08-17 Thread Kornel Benko
Am Freitag, 17. August 2012 um 17:22:19, schrieb Jürgen Spitzmüller > 2012/8/17 Kornel Benko: > > I see. The question now is: How to add this (and related) font(s) to the > > list of non-TeX fonts? > > ATM you have to install these fonts to your OS to get access to it >