Re: [LyX master] tex2lyx tests: 1.) Remove empty layout 'Plain' 2.) Adapt to changed look of layout 'Verbatim'

2013-02-11 Thread Scott Kostyshak
On Mon, Feb 11, 2013 at 4:01 PM, Georg Baum wrote: > Scott Kostyshak wrote: > >> On Wed, Feb 6, 2013 at 3:05 PM, Georg Baum >> wrote: >>> >>> This has been requested several times, but I did not find the time to >>> write one up to now. I do not want to dump it into a hidden place where >>> nobod

Re: support for the kurier fonts

2013-02-11 Thread Guenter Milde
On 2013-02-11, Jürgen Spitzmüller wrote: > Guenter Milde wrote: ... >> > The next problem is that >> > \usepackage[math]{kurier} >> > >> > activates the kurier math font. But as I cannot use kurier.sty, I would >> > have to add the most of kurier.sty's content to the preamble. >> Using kurier a

Re: [LyX master] Implement revision info for git

2013-02-11 Thread Pavel Sanda
Georg Baum wrote: > tmpf); > >> + return false; > >> + } > >> + > >> + doVCCommand("git log -n 1 --pretty=format:%H . > " + > >> quoteName(tmpf.toFilesystemEncoding()), > >> + FileName(owner_->filePath())); > > > > The "." is intentional? I would expect that we wanted the w

Re: [LyX master] tex2lyx tests: 1.) Remove empty layout 'Plain' 2.) Adapt to changed look of layout 'Verbatim'

2013-02-11 Thread Georg Baum
Scott Kostyshak wrote: > On Wed, Feb 6, 2013 at 3:05 PM, Georg Baum > wrote: >> >> This has been requested several times, but I did not find the time to >> write one up to now. I do not want to dump it into a hidden place where >> nobody will find it. Recently I had the idea of a development manu

Re: [LyX master] Implement revision info for git

2013-02-11 Thread Georg Baum
Pavel Sanda wrote: > Georg Baum wrote: >> commit 22b7ad2b0a6c228f234bcf7f5a0b164fca17e122 >> Author: Georg Baum >> Date: Thu Feb 7 22:07:22 2013 +0100 >> >> Implement revision info for git >> >> +bool GIT::getTreeRevisionInfo() >> +{ >> +FileName tmpf = FileName::tempName("lyxvcout");

Re: [LyX master] Implement very basic git support

2013-02-11 Thread Georg Baum
Pavel Sanda wrote: > I see more scanMasters added findFile. That means we ask findFile to check > whether we are under VCS and if yes we create new VCS object which call > scanMaster in contructor which in turn call findFile again. Is this > duplicity needed? This is needed for detecting the UNVE

Re: support for the kurier fonts

2013-02-11 Thread Jürgen Spitzmüller
Guenter Milde wrote: > > Using SwitchDefault works for kurier and kurier light. But for both I > > would also have to add \renewcommand{\bfdefault}{b} to the preamble. > > I don't think this is necessary, because the font definition files > (at least "t1kurier.fd" for T1) contain the usual substit

Re: support for the kurier fonts

2013-02-11 Thread Guenter Milde
On 2013-01-30, Uwe Stöhr wrote: > [-- Type: text/plain, Encoding: 8bit --] > Am 29.01.2013 10:05, schrieb Jürgen Spitzmüller: >> Yes, indeed. Can you have a look yourself? Adding a new font is really >> easy. > You should never promise that something is easy ;-) > I tried to add support but fa