Jean-Marc Lasgouttes schrieb:
What I can do right now, until I have a proper way to check for R, is to
remove the condition on Sweave.sty. Would that seem better to you for
now?
Yes.
regards Uwe
>> The only problem that remains is that I don't know where to call
>> InsetPrintNomencl::latex
>> so that this code appears in the LaTeX output before the command
>> \printnomenclature.
>>
>> I thought I could do the same as for
>> InsetPrintIndex::latex
>> but I can't find out where this routine
On Tue, 19 May 2009, Jean-Marc Lasgouttes wrote:
Jürgen Spitzmüller writes:
Jean-Marc Lasgouttes wrote:
Could you set that only the developers can add/remove keywords and set the
target milestone? People are frequently using the keyword field now, and in
most cases, the keywords are not very
On Wed, May 20, 2009 at 01:28:34PM +0200, Enrico Forestieri wrote:
> On Wed, May 20, 2009 at 02:58:22AM -0400, Ben M. wrote:
>
> > I take back my claim that server-goto-file-row works in 2.0.0svn.
> > Upon further testing, it seems to work only sporadically. I got it to
> > work on Intro.lyx but
On Wed, May 20, 2009 at 01:25:04PM +0200, Enrico Forestieri wrote:
> On Wed, May 20, 2009 at 02:10:50AM -0400, Ben M. wrote:
>
> > Furthermore, under Vista you must execute
> > autogen.sh from a shell that is "Run as Administrator." When run
> > without administrative privileges, the following e
Enrico Forestieri wrote:
> > Fix bug #1435. Now Ctrl-m enters math mode when in text-in-math mode,
> > instead of producing nested text boxes.
>
> Ok for branch? This is pretty safe and only allows entering an EnsureMath
> inset by Ctrl-m instead of typing \ensuremath.
Fine with me.
Jürgen
Vincent van Ravesteijn - TNW wrote:
> >But I don't know what the difference between "text" and
> >"material" is in this case.
material could be a single graphics
>I can use both C-V and C-S-V to
> >paste graphics from another LyX document, and neither allows
> >me to copy graphics from a web page
On Wed, May 20, 2009 at 04:52:04PM +0200, for...@lyx.org wrote:
> Author: forenr
> Date: Wed May 20 16:52:03 2009
> New Revision: 29746
> URL: http://www.lyx.org/trac/changeset/29746
>
> Log:
> Fix bug #1435. Now Ctrl-m enters math mode when in text-in-math mode,
> instead of producing nested tex
Hartmut Haase wrote:
> Hi,
> who created the picture,
Joost or Rex
>and can it easily be translated?
no unless you want to create some more beautiful logo ;)
pavel
Jean-Marc Lasgouttes wrote:
rgheck writes:
Should we search for xdg-open as a pdf viewer, and use it if we find
it? I have been manually setting my pdf viewer to xdg-open
This has been discussed in the past, but I am not sure any more what the
outcome has been. Normally, this stuf
Jean-Marc Lasgouttes writes:
> OK, Christian, can you do the following:
>
> 1/ update the setuptools, as explaiend here:
> http://trac.edgewall.org/wiki/TracPlugins#Requirements
>
> 2/ install the account manager by
> easy_install http://trac-hacks.org/svn/accountmanagerplugin/trunk
> as e
rgheck writes:
> Should we search for xdg-open as a pdf viewer, and use it if we find
> it? I have been manually setting my pdf viewer to xdg-open
This has been discussed in the past, but I am not sure any more what the
outcome has been. Normally, this stuff should go in
os_unix.cpp:canAutoOp
Should we search for xdg-open as a pdf viewer, and use it if we find it?
I have been manually setting my pdf viewer to xdg-open
rh
Uwe Stöhr writes:
> This hack is indeed a bit unusual but will work, and this way the
> license of the used files is at least clear. But how do you check for
> R? Currently we search for Sweave.sty via chkconfig.ltx which is not
> sensible in my opinion.
What I can do right now, until I have a pr
> Yes, but the right solution is to test for R itself. When Sweave.sty is in a
place where LaTeX
> does not search, the Sweave R function actually outputs
> \usepackage{/path/to/Sweave.sty}
> which is kind of ugly but does the trick. This is transparent for us, since
we do not add the
> \usepac
On Wed, May 20, 2009 at 02:58:22AM -0400, Ben M. wrote:
> I wrote:
> > working with LyX. For me, it works in 1.6.1 and 2.0.0svn(=trunk).
> > However, in 1.6.2 and 1.6.3svn(=BRANCH_1_6_X), this command reliably
> > sends me to the first line. This seems odd since Pavel seems to
> > confirm that y
On Wed, May 20, 2009 at 02:10:50AM -0400, Ben M. wrote:
> Thanks for all your help Enrico! I'm now a proud user of 1.6.3svn and
> 2.0.0svn! =)
>
> (The only thing I'd add to complete your instructions is that for
> development versions, you must run autogen.sh before running
> lyxconfig-cygwin.
Uwe, can you try the attached patch?
It works for me when I replace all occurrences of data, see attached.
regards Uwe
Index: unicode.cpp
===
--- unicode.cpp (revision 29738)
+++ unicode.cpp (working copy)
@@ -230,13 +230,13 @@
if
Uwe Stöhr wrote:
> Attached is a patch that calculates the nomenclature width automatically
> and exactly.
>
> The only problem that remains is that I don't know where to call
> InsetPrintNomencl::latex
> so that this code appears in the LaTeX output before the command
> \printnomenclature.
>
> I t
Pavel Sanda writes:
> it may be worth to add it to the specific manuals in our help menu.
Yes, this is the next thing I plan to ask Gregor about :)
JMarc
Andre Poenitz wrote:
> On Tue, May 19, 2009 at 08:20:49PM +0200, Jürgen Spitzmüller wrote:
>> Index: src/support/unicode.cpp
>> ===
>> --- src/support/unicode.cpp (Revision 29736)
>> +++ src/support/unicode.cpp (Arbeitskopie)
>> @@
Vincent van Ravesteijn writes:
> It seems to work just now
Yes. I do not know what happened.
JMarc
Uwe Stöhr wrote:
> What's the difference between
> &vect[0]
> and
> &outbuf[0]
Nothing. André was just referring to the thing as a whole (a vector), while
Enrico referred to the actual name of that vector in the code (outbuf).
Jürgen
Attached is a patch that calculates the nomenclature width automatically and
exactly.
The only problem that remains is that I don't know where to call
InsetPrintNomencl::latex
so that this code appears in the LaTeX output before the command
\printnomenclature.
I thought I could do the same as f
24 matches
Mail list logo