Re: lyx2lyx failing when updating svn

2011-02-11 Thread Jose Quesada
I've copied it here, as you suggest. This is with a clean, default, .lyx
file.
The problem persists. There might be something wrong on the install script;
I seem to spend way too much time getting this to work everytime I change
computers...

-J

On Wed, Feb 2, 2011 at 2:00 AM, Richard Heck rgh...@comcast.net wrote:

 On 2/1/11 7:02 PM, Jose Quesada wrote:

 Thanks Richard,

 lyx2lyx was indeed missing in my .lyx. After moving it there this is what
 I get:

  Sorry, you want it in /usr/share/lyx/lyx2lyx/, or wherever this is on
 your system.

 rh




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: lyx2lyx failing when updating svn

2011-02-11 Thread Jose Quesada
I've copied it here, as you suggest. This is with a clean, default, .lyx
file.
The problem persists. There might be something wrong on the install script;
I seem to spend way too much time getting this to work everytime I change
computers...

-J

On Wed, Feb 2, 2011 at 2:00 AM, Richard Heck rgh...@comcast.net wrote:

 On 2/1/11 7:02 PM, Jose Quesada wrote:

 Thanks Richard,

 lyx2lyx was indeed missing in my .lyx. After moving it there this is what
 I get:

  Sorry, you want it in /usr/share/lyx/lyx2lyx/, or wherever this is on
 your system.

 rh




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: lyx2lyx failing when updating svn

2011-02-11 Thread Jose Quesada
I've copied it here, as you suggest. This is with a clean, default, .lyx
file.
The problem persists. There might be something wrong on the install script;
I seem to spend way too much time getting this to work everytime I change
computers...

-J

On Wed, Feb 2, 2011 at 2:00 AM, Richard Heck <rgh...@comcast.net> wrote:

> On 2/1/11 7:02 PM, Jose Quesada wrote:
>
>> Thanks Richard,
>>
>> lyx2lyx was indeed missing in my .lyx. After moving it there this is what
>> I get:
>>
>>  Sorry, you want it in /usr/share/lyx/lyx2lyx/, or wherever this is on
> your system.
>
> rh
>
>


-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


lyx2lyx failing when updating svn

2011-02-01 Thread Jose Quesada
Hi,

Quite often I have problems with lyx2lyx failing when updating from svn and
doing a make install. I've been trying to pinpoint the problem to write a
better report, but to no avail. Where should lyx2lyx go normally? does it
follow the --prefix? it fails even when I rename my .lyx folder and start
the make install from scratch. Any ideas? Workarounds?
THanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: lyx2lyx failing when updating svn

2011-02-01 Thread Jose Quesada
:unicodesymbols[symbol] = info;

src/Encoding.h
179: * to the corresponding entry in the unicodesymbols file.

lib/lyx2lyx/unicode_symbols.py
23:def read_unicodesymbols():
24: Read the unicodesymbols list of unicode characters and
corresponding commands.
26:fp = open(os.path.join(pathname.strip('lyx2lyx'), 'unicodesymbols'))
30:# they are written in the unicodesymbols file; but they can also be
written
61:unicode_reps = read_unicodesymbols()

lib/lyx2lyx/lyx_1_5.py
257:spec_chars = read_unicodesymbols()
337:def read_unicodesymbols():
338: Read the unicodesymbols list of unicode characters and
corresponding commands.
340:fp = open(os.path.join(pathname.strip('lyx2lyx'), 'unicodesymbols'))
432:document encoding to commands according to the unicodesymbols
436:spec_chars = read_unicodesymbols()

lib/lyx2lyx/lyx_1_6.py
148:def read_unicodesymbols():
149: Read the unicodesymbols list of unicode characters and
corresponding commands.
151:fp = open(os.path.join(pathname.strip('lyx2lyx'), 'unicodesymbols'))
155:# they are written in the unicodesymbols file; but they can also be
written
272:unicode_reps = read_unicodesymbols()

lib/Makefile
428:  languages symbols syntax.default unicodesymbols

---

on help  about lyx, the system dir is still /usr/local/share/lyx (not my
prefix!).

I copied lyx2lyx there. I also copied the missing unicode symbols to my
.lyx. Now things work.

I think there's something wrong with the makefile and these files, at least
when specifying a prefix...

Thanks
-J

On Tue, Feb 1, 2011 at 7:43 PM, Richard Heck rgh...@comcast.net wrote:

 On 02/01/2011 01:34 PM, Jose Quesada wrote:

 Hi,

 Quite often I have problems with lyx2lyx failing when updating from svn
 and doing a make install. I've been trying to pinpoint the problem to write
 a better report, but to no avail. Where should lyx2lyx go normally? does it
 follow the --prefix? it fails even when I rename my .lyx folder and start
 the make install from scratch. Any ideas? Workarounds?
 THanks!

  It should follow the prefix, but I think we did once have a problem with
 its not doing so. The workaround would be to copy the lyx2lyx/ directory
 manually.

 Richard




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


regression on lyx svn: the table toolbar does not show up automatically when entering a table END

2011-02-01 Thread Jose Quesada
-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


lyx2lyx failing when updating svn

2011-02-01 Thread Jose Quesada
Hi,

Quite often I have problems with lyx2lyx failing when updating from svn and
doing a make install. I've been trying to pinpoint the problem to write a
better report, but to no avail. Where should lyx2lyx go normally? does it
follow the --prefix? it fails even when I rename my .lyx folder and start
the make install from scratch. Any ideas? Workarounds?
THanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: lyx2lyx failing when updating svn

2011-02-01 Thread Jose Quesada
:unicodesymbols[symbol] = info;

src/Encoding.h
179: * to the corresponding entry in the unicodesymbols file.

lib/lyx2lyx/unicode_symbols.py
23:def read_unicodesymbols():
24: Read the unicodesymbols list of unicode characters and
corresponding commands.
26:fp = open(os.path.join(pathname.strip('lyx2lyx'), 'unicodesymbols'))
30:# they are written in the unicodesymbols file; but they can also be
written
61:unicode_reps = read_unicodesymbols()

lib/lyx2lyx/lyx_1_5.py
257:spec_chars = read_unicodesymbols()
337:def read_unicodesymbols():
338: Read the unicodesymbols list of unicode characters and
corresponding commands.
340:fp = open(os.path.join(pathname.strip('lyx2lyx'), 'unicodesymbols'))
432:document encoding to commands according to the unicodesymbols
436:spec_chars = read_unicodesymbols()

lib/lyx2lyx/lyx_1_6.py
148:def read_unicodesymbols():
149: Read the unicodesymbols list of unicode characters and
corresponding commands.
151:fp = open(os.path.join(pathname.strip('lyx2lyx'), 'unicodesymbols'))
155:# they are written in the unicodesymbols file; but they can also be
written
272:unicode_reps = read_unicodesymbols()

lib/Makefile
428:  languages symbols syntax.default unicodesymbols

---

on help  about lyx, the system dir is still /usr/local/share/lyx (not my
prefix!).

I copied lyx2lyx there. I also copied the missing unicode symbols to my
.lyx. Now things work.

I think there's something wrong with the makefile and these files, at least
when specifying a prefix...

Thanks
-J

On Tue, Feb 1, 2011 at 7:43 PM, Richard Heck rgh...@comcast.net wrote:

 On 02/01/2011 01:34 PM, Jose Quesada wrote:

 Hi,

 Quite often I have problems with lyx2lyx failing when updating from svn
 and doing a make install. I've been trying to pinpoint the problem to write
 a better report, but to no avail. Where should lyx2lyx go normally? does it
 follow the --prefix? it fails even when I rename my .lyx folder and start
 the make install from scratch. Any ideas? Workarounds?
 THanks!

  It should follow the prefix, but I think we did once have a problem with
 its not doing so. The workaround would be to copy the lyx2lyx/ directory
 manually.

 Richard




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


regression on lyx svn: the table toolbar does not show up automatically when entering a table END

2011-02-01 Thread Jose Quesada
-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


lyx2lyx failing when updating svn

2011-02-01 Thread Jose Quesada
Hi,

Quite often I have problems with lyx2lyx failing when updating from svn and
doing a make install. I've been trying to pinpoint the problem to write a
better report, but to no avail. Where should lyx2lyx go normally? does it
follow the --prefix? it fails even when I rename my .lyx folder and start
the make install from scratch. Any ideas? Workarounds?
THanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: lyx2lyx failing when updating svn

2011-02-01 Thread Jose Quesada
d(c);
666:if (it == unicodesymbols.end())
817:// we assume that at least one command is nonempty when
using unicodesymbols
819:unicodesymbols[symbol] = info;

src/Encoding.h
179: * to the corresponding entry in the unicodesymbols file.

lib/lyx2lyx/unicode_symbols.py
23:def read_unicodesymbols():
24:" Read the unicodesymbols list of unicode characters and
corresponding commands."
26:fp = open(os.path.join(pathname.strip('lyx2lyx'), 'unicodesymbols'))
30:# they are written in the unicodesymbols file; but they can also be
written
61:unicode_reps = read_unicodesymbols()

lib/lyx2lyx/lyx_1_5.py
257:spec_chars = read_unicodesymbols()
337:def read_unicodesymbols():
338:" Read the unicodesymbols list of unicode characters and
corresponding commands."
340:fp = open(os.path.join(pathname.strip('lyx2lyx'), 'unicodesymbols'))
432:document encoding to commands according to the unicodesymbols
436:spec_chars = read_unicodesymbols()

lib/lyx2lyx/lyx_1_6.py
148:def read_unicodesymbols():
149:" Read the unicodesymbols list of unicode characters and
corresponding commands."
151:fp = open(os.path.join(pathname.strip('lyx2lyx'), 'unicodesymbols'))
155:# they are written in the unicodesymbols file; but they can also be
written
272:unicode_reps = read_unicodesymbols()

lib/Makefile
428:  languages symbols syntax.default unicodesymbols

---

on help > about lyx, the system dir is still /usr/local/share/lyx (not my
prefix!).

I copied lyx2lyx there. I also copied the missing unicode symbols to my
.lyx. Now things work.

I think there's something wrong with the makefile and these files, at least
when specifying a prefix...

Thanks
-J

On Tue, Feb 1, 2011 at 7:43 PM, Richard Heck <rgh...@comcast.net> wrote:

> On 02/01/2011 01:34 PM, Jose Quesada wrote:
>
>> Hi,
>>
>> Quite often I have problems with lyx2lyx failing when updating from svn
>> and doing a make install. I've been trying to pinpoint the problem to write
>> a better report, but to no avail. Where should lyx2lyx go normally? does it
>> follow the --prefix? it fails even when I rename my .lyx folder and start
>> the make install from scratch. Any ideas? Workarounds?
>> THanks!
>>
>>  It should follow the prefix, but I think we did once have a problem with
> its not doing so. The workaround would be to copy the lyx2lyx/ directory
> manually.
>
> Richard
>
>


-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


regression on lyx svn: the table toolbar does not show up automatically when entering a table END

2011-02-01 Thread Jose Quesada
-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


pdflatex reports it cannot find figures?

2011-01-28 Thread Jose Quesada
Hi,

On a document I'm working on suddenly I started getting errors such as:

 runsystem(repstopdf
--outfile=0_home_quesada_Dropbox_exist_de_figures_histogram

-ratio-opositores-plaza-all-comunidades-eps-converted-to.pdf
0_home_quesada_Dro

pbox_exist_de_figures_histogram-ratio-opositores-plaza-all-comunidades.eps)...e

xecuted safely (allowed).

Package epstopdf Info: Result file:
0_home_quesada_Dropbox_exist_de_figures_hi

stogram-ratio-opositores-plaza-all-comunidades-eps-converted-to.pdf.

! Package pdftex.def Error: File
`0_home_quesada_Dropbox_exist_de_figures_histo

gram-ratio-opositores-plaza-all-comunidades-eps-converted-to.pdf' not found.

This is for every figure. Why is this? Using lyx 2.0 svn. The same file ran
fine a couple of days ago. figures are in the same place, a folder called
figures on the root directory...

Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada

---


pdflatex reports it cannot find figures?

2011-01-28 Thread Jose Quesada
Hi,

On a document I'm working on suddenly I started getting errors such as:

 runsystem(repstopdf
--outfile=0_home_quesada_Dropbox_exist_de_figures_histogram

-ratio-opositores-plaza-all-comunidades-eps-converted-to.pdf
0_home_quesada_Dro

pbox_exist_de_figures_histogram-ratio-opositores-plaza-all-comunidades.eps)...e

xecuted safely (allowed).

Package epstopdf Info: Result file:
0_home_quesada_Dropbox_exist_de_figures_hi

stogram-ratio-opositores-plaza-all-comunidades-eps-converted-to.pdf.

! Package pdftex.def Error: File
`0_home_quesada_Dropbox_exist_de_figures_histo

gram-ratio-opositores-plaza-all-comunidades-eps-converted-to.pdf' not found.

This is for every figure. Why is this? Using lyx 2.0 svn. The same file ran
fine a couple of days ago. figures are in the same place, a folder called
figures on the root directory...

Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada

---


pdflatex reports it cannot find figures?

2011-01-28 Thread Jose Quesada
Hi,

On a document I'm working on suddenly I started getting errors such as:

 runsystem(repstopdf
--outfile=0_home_quesada_Dropbox_exist_de_figures_histogram

-ratio-opositores-plaza-all-comunidades-eps-converted-to.pdf
0_home_quesada_Dro

pbox_exist_de_figures_histogram-ratio-opositores-plaza-all-comunidades.eps)...e

xecuted safely (allowed).

Package epstopdf Info: Result file:
<0_home_quesada_Dropbox_exist_de_figures_hi

stogram-ratio-opositores-plaza-all-comunidades-eps-converted-to.pdf>.

! Package pdftex.def Error: File
`0_home_quesada_Dropbox_exist_de_figures_histo

gram-ratio-opositores-plaza-all-comunidades-eps-converted-to.pdf' not found.

This is for every figure. Why is this? Using lyx 2.0 svn. The same file ran
fine a couple of days ago. figures are in the same place, a folder called
figures on the root directory...

Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada

---


Re: highlight current line or make cursor bigger?

2011-01-24 Thread Jose Quesada
Is there any way we can have a cursor say 10-pixel wide?
It doesn't feel like it would be very hard to implement (correct me if I'm
wrong).
It's a tiny detail, but it may help a lot improve the overall user
experience. Some people may not notice, but tracking a 1-pixel-wide thing
burns a lot of attentional resources...

Thanks,
-Jose

2011/1/18 Marcelo Acuña mv...@yahoo.com.ar

 De: Jose Quesada ques...@gmail.com
 Asunto: highlight current line or make cursor bigger?

 
 Is there a way to highlight current line or make cursor bigger?
 I've changed colors, but still I find myself losing this little guy often.

 Have a bigger cursor is a feature that I want very much.
 I want to have an option for get a cursor several times more wide.

 Marcelo








-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


advanced search and replace should leave you where you were after finishing

2011-01-24 Thread Jose Quesada
Hi,

I notice that when I do a search-replace, at the end I'm at the beginning of
the doc.
advanced search and replace should leave you where you were after finishing,
Otherwise it breaks the writting flow.
Again, a very minor usability issue.

Thanks!

-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: highlight current line or make cursor bigger?

2011-01-24 Thread Jose Quesada
Is there any way we can have a cursor say 10-pixel wide?
It doesn't feel like it would be very hard to implement (correct me if I'm
wrong).
It's a tiny detail, but it may help a lot improve the overall user
experience. Some people may not notice, but tracking a 1-pixel-wide thing
burns a lot of attentional resources...

Thanks,
-Jose

2011/1/18 Marcelo Acuña mv...@yahoo.com.ar

 De: Jose Quesada ques...@gmail.com
 Asunto: highlight current line or make cursor bigger?

 
 Is there a way to highlight current line or make cursor bigger?
 I've changed colors, but still I find myself losing this little guy often.

 Have a bigger cursor is a feature that I want very much.
 I want to have an option for get a cursor several times more wide.

 Marcelo








-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


advanced search and replace should leave you where you were after finishing

2011-01-24 Thread Jose Quesada
Hi,

I notice that when I do a search-replace, at the end I'm at the beginning of
the doc.
advanced search and replace should leave you where you were after finishing,
Otherwise it breaks the writting flow.
Again, a very minor usability issue.

Thanks!

-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: highlight current line or make cursor bigger?

2011-01-24 Thread Jose Quesada
Is there any way we can have a cursor say 10-pixel wide?
It doesn't feel like it would be very hard to implement (correct me if I'm
wrong).
It's a tiny detail, but it may help a lot improve the overall user
experience. Some people may not notice, but tracking a 1-pixel-wide thing
burns a lot of attentional resources...

Thanks,
-Jose

2011/1/18 Marcelo Acuña <mv...@yahoo.com.ar>

> >De: Jose Quesada <ques...@gmail.com>
> >Asunto: highlight current line or make cursor bigger?
>
> >
> >Is there a way to highlight current line or make cursor bigger?
> >I've changed colors, but still I find myself losing this little guy often.
>
> Have a bigger cursor is a feature that I want very much.
> I want to have an option for get a cursor several times more wide.
>
> Marcelo
>
>
>
>




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


advanced search and replace should leave you where you were after finishing

2011-01-24 Thread Jose Quesada
Hi,

I notice that when I do a search-replace, at the end I'm at the beginning of
the doc.
advanced search and replace should leave you where you were after finishing,
Otherwise it breaks the writting flow.
Again, a very minor usability issue.

Thanks!

-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: Is there a way to retain hyperlinks in pasted text?

2011-01-22 Thread Jose Quesada
I'd love to know if this is possible; I'd even pay for it.
If you want to organize a 'sponsored feature' project, let me know.

On Fri, Jan 14, 2011 at 9:34 PM, j...@joelschwartz.com wrote:

  I sent this query a couple of days ago, but no one responded, so I
 thought I'd give it another try.

 Let's say I copy a block of text on a web page and paste it into a lyx
 document. Some of the words in this block of text include hyperlinks to
 other URLs (web pages, pdf files, etc.). But when I paste the text block
 into lyx, the hyperlinks are gone and just the text gets pasted.

 Is there a way to paste the text into lyx so that the hyperlinks are retained
 in the lyx document?  Or, alternatively, do I need to recreate the
 hyperlinks manually (which would be a pain)?

 The users' guide doesn't mention a way to retain the hyperlinks, so I thought
 I'd check here to see if anyone has a way to accomplish this that's better
 than re-linking each one manually.

 Thanks,
 Joel





-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


setting width of side notes

2011-01-22 Thread Jose Quesada
Hi,

I started using side notes, fantastic feature. While they look good on the
screen, the get cut because most printers cannot print when getting close to
the borders of the paper.
Is there a way of setting the width of side notes?
Thanks.
-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: Is there a way to retain hyperlinks in pasted text?

2011-01-22 Thread Jose Quesada
I'd love to know if this is possible; I'd even pay for it.
If you want to organize a 'sponsored feature' project, let me know.

On Fri, Jan 14, 2011 at 9:34 PM, j...@joelschwartz.com wrote:

  I sent this query a couple of days ago, but no one responded, so I
 thought I'd give it another try.

 Let's say I copy a block of text on a web page and paste it into a lyx
 document. Some of the words in this block of text include hyperlinks to
 other URLs (web pages, pdf files, etc.). But when I paste the text block
 into lyx, the hyperlinks are gone and just the text gets pasted.

 Is there a way to paste the text into lyx so that the hyperlinks are retained
 in the lyx document?  Or, alternatively, do I need to recreate the
 hyperlinks manually (which would be a pain)?

 The users' guide doesn't mention a way to retain the hyperlinks, so I thought
 I'd check here to see if anyone has a way to accomplish this that's better
 than re-linking each one manually.

 Thanks,
 Joel





-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


setting width of side notes

2011-01-22 Thread Jose Quesada
Hi,

I started using side notes, fantastic feature. While they look good on the
screen, the get cut because most printers cannot print when getting close to
the borders of the paper.
Is there a way of setting the width of side notes?
Thanks.
-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: Is there a way to retain hyperlinks in pasted text?

2011-01-22 Thread Jose Quesada
I'd love to know if this is possible; I'd even pay for it.
If you want to organize a 'sponsored feature' project, let me know.

On Fri, Jan 14, 2011 at 9:34 PM, <j...@joelschwartz.com> wrote:

>  I sent this query a couple of days ago, but no one responded, so I
> thought I'd give it another try.
>
> Let's say I copy a block of text on a web page and paste it into a lyx
> document. Some of the words in this block of text include hyperlinks to
> other URLs (web pages, pdf files, etc.). But when I paste the text block
> into lyx, the hyperlinks are gone and just the text gets pasted.
>
> Is there a way to paste the text into lyx so that the hyperlinks are retained
> in the lyx document?  Or, alternatively, do I need to recreate the
> hyperlinks manually (which would be a pain)?
>
> The users' guide doesn't mention a way to retain the hyperlinks, so I thought
> I'd check here to see if anyone has a way to accomplish this that's better
> than re-linking each one manually.
>
> Thanks,
> Joel
>
>



-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


setting width of side notes

2011-01-22 Thread Jose Quesada
Hi,

I started using side notes, fantastic feature. While they look good on the
screen, the get cut because most printers cannot print when getting close to
the borders of the paper.
Is there a way of setting the width of side notes?
Thanks.
-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


highlight current line or make cursor bigger?

2011-01-17 Thread Jose Quesada
Hi,

Is there a way to highlight current line or make cursor bigger?
I've changed colors, but still I find myself losing this little guy often.

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: table toolbar

2011-01-17 Thread Jose Quesada
I'm on svn, 3 days old, and can replicate the problem.
compiling the current version to see if it fixes things

-J

On Mon, Jan 17, 2011 at 6:24 PM, camus.phili...@free.fr wrote:

 Thanks.
 It's beta3, but I kept some config file in my home.
 I removed the ~/.lyx/ui/stdtoolbars.inc and it's OK now
 (except the fact I have to configure my ui again...)

 Philippe

 - Mail Original -
 De: Stephan Witt st.w...@gmx.net
 À: camus philippe camus.phili...@free.fr
 Cc: LyX Users lyx-users@lists.lyx.org
 Envoyé: Lundi 17 Janvier 2011 12:34:21 GMT +01:00 Afrique centrale - Ouest
 Objet: Re: table toolbar

 Am 17.01.2011 um 12:11 schrieb camus.phili...@free.fr:

  Hello,
  with lyx 2.0 (beta 3 or earlier) i can't get the table toolbar, neither
 automatically, nor by hand.
  Any idea ?
  (config : linux aptosid x86_64)

 Hi Philippe,
 please verify the LyX version and post it here.
 It should be fixed in beta3.

 Stephan




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


using ui-toggle fullscreen in xmonad does not return to non-full-screen mode

2011-01-17 Thread Jose Quesada
Hi,

Using ui-toggle fullscreen in xmonad does not return to non-full-screen
mode.
Can anyone replicate this? I'm using the latest svn version.

The tab completion doesn't work either. that is, I see the list of
completions, but moving arrows to select one doesn't work.

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: table toolbar

2011-01-17 Thread Jose Quesada
Oh, that's bad. are you able to tell which version you used before?

always svn.

beta2? Is there a version of ~/.lyx/ui/stdtoolbars.inc there  to test with?


in my case, yes.
I'm on the latest svn. I cannot produce the toolbar even selecting it from
view  toolbars.


 Stephan

 
  - Mail Original -
  De: Stephan Witt st.w...@gmx.net
  À: camus philippe camus.phili...@free.fr
  Cc: LyX Users lyx-users@lists.lyx.org
  Envoyé: Lundi 17 Janvier 2011 12:34:21 GMT +01:00 Afrique centrale -
 Ouest
  Objet: Re: table toolbar
 
  Am 17.01.2011 um 12:11 schrieb camus.phili...@free.fr:
 
   Hello,
   with lyx 2.0 (beta 3 or earlier) i can't get the table toolbar, neither
 automatically, nor by hand.
   Any idea ?
   (config : linux aptosid x86_64)
 
  Hi Philippe,
  please verify the LyX version and post it here.
  It should be fixed in beta3.
 
  Stephan
 
 
 
  --
  Best,
  -Jose
 
  Jose Quesada, PhD.
  Research scientist,
  Max Planck Institute,
  Center for Adaptive Behavior and Cognition,
  Berlin
  http://www.josequesada.name/
  http://twitter.com/Quesada




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


missing toggle-outine function

2011-01-17 Thread Jose Quesada
Hi,

I seem to remember I could hide and recover the outline with a shortcut.
I'm looking but I cannot find any toggle-outine function on the docs (lyx
svn).
A search produces LFUN_OUTLINE_UP and friends only.
Do you know the function name?
Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


highlight current line or make cursor bigger?

2011-01-17 Thread Jose Quesada
Hi,

Is there a way to highlight current line or make cursor bigger?
I've changed colors, but still I find myself losing this little guy often.

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: table toolbar

2011-01-17 Thread Jose Quesada
I'm on svn, 3 days old, and can replicate the problem.
compiling the current version to see if it fixes things

-J

On Mon, Jan 17, 2011 at 6:24 PM, camus.phili...@free.fr wrote:

 Thanks.
 It's beta3, but I kept some config file in my home.
 I removed the ~/.lyx/ui/stdtoolbars.inc and it's OK now
 (except the fact I have to configure my ui again...)

 Philippe

 - Mail Original -
 De: Stephan Witt st.w...@gmx.net
 À: camus philippe camus.phili...@free.fr
 Cc: LyX Users lyx-users@lists.lyx.org
 Envoyé: Lundi 17 Janvier 2011 12:34:21 GMT +01:00 Afrique centrale - Ouest
 Objet: Re: table toolbar

 Am 17.01.2011 um 12:11 schrieb camus.phili...@free.fr:

  Hello,
  with lyx 2.0 (beta 3 or earlier) i can't get the table toolbar, neither
 automatically, nor by hand.
  Any idea ?
  (config : linux aptosid x86_64)

 Hi Philippe,
 please verify the LyX version and post it here.
 It should be fixed in beta3.

 Stephan




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


using ui-toggle fullscreen in xmonad does not return to non-full-screen mode

2011-01-17 Thread Jose Quesada
Hi,

Using ui-toggle fullscreen in xmonad does not return to non-full-screen
mode.
Can anyone replicate this? I'm using the latest svn version.

The tab completion doesn't work either. that is, I see the list of
completions, but moving arrows to select one doesn't work.

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: table toolbar

2011-01-17 Thread Jose Quesada
Oh, that's bad. are you able to tell which version you used before?

always svn.

beta2? Is there a version of ~/.lyx/ui/stdtoolbars.inc there  to test with?


in my case, yes.
I'm on the latest svn. I cannot produce the toolbar even selecting it from
view  toolbars.


 Stephan

 
  - Mail Original -
  De: Stephan Witt st.w...@gmx.net
  À: camus philippe camus.phili...@free.fr
  Cc: LyX Users lyx-users@lists.lyx.org
  Envoyé: Lundi 17 Janvier 2011 12:34:21 GMT +01:00 Afrique centrale -
 Ouest
  Objet: Re: table toolbar
 
  Am 17.01.2011 um 12:11 schrieb camus.phili...@free.fr:
 
   Hello,
   with lyx 2.0 (beta 3 or earlier) i can't get the table toolbar, neither
 automatically, nor by hand.
   Any idea ?
   (config : linux aptosid x86_64)
 
  Hi Philippe,
  please verify the LyX version and post it here.
  It should be fixed in beta3.
 
  Stephan
 
 
 
  --
  Best,
  -Jose
 
  Jose Quesada, PhD.
  Research scientist,
  Max Planck Institute,
  Center for Adaptive Behavior and Cognition,
  Berlin
  http://www.josequesada.name/
  http://twitter.com/Quesada




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


missing toggle-outine function

2011-01-17 Thread Jose Quesada
Hi,

I seem to remember I could hide and recover the outline with a shortcut.
I'm looking but I cannot find any toggle-outine function on the docs (lyx
svn).
A search produces LFUN_OUTLINE_UP and friends only.
Do you know the function name?
Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: table toolbar

2011-01-17 Thread Jose Quesada
Oh, that's bad. are you able to tell which version you used before?

always svn.

beta2? Is there a version of ~/.lyx/ui/stdtoolbars.inc there  to test with?
>
>
in my case, yes.
I'm on the latest svn. I cannot produce the toolbar even selecting it from
view > toolbars.


> Stephan
>
> >
> > - Mail Original -
> > De: "Stephan Witt" <st.w...@gmx.net>
> > À: "camus philippe" <camus.phili...@free.fr>
> > Cc: "LyX Users" <lyx-users@lists.lyx.org>
> > Envoyé: Lundi 17 Janvier 2011 12:34:21 GMT +01:00 Afrique centrale -
> Ouest
> > Objet: Re: table toolbar
> >
> > Am 17.01.2011 um 12:11 schrieb camus.phili...@free.fr:
> >
> > > Hello,
> > > with lyx 2.0 (beta 3 or earlier) i can't get the table toolbar, neither
> automatically, nor "by hand".
> > > Any idea ?
> > > (config : linux aptosid x86_64)
> >
> > Hi Philippe,
> > please verify the LyX version and post it here.
> > It should be fixed in beta3.
> >
> > Stephan
> >
> >
> >
> > --
> > Best,
> > -Jose
> >
> > Jose Quesada, PhD.
> > Research scientist,
> > Max Planck Institute,
> > Center for Adaptive Behavior and Cognition,
> > Berlin
> > http://www.josequesada.name/
> > http://twitter.com/Quesada
>
>


-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


missing toggle-outine function

2011-01-17 Thread Jose Quesada
Hi,

I seem to remember I could hide and recover the outline with a shortcut.
I'm looking but I cannot find any toggle-outine function on the docs (lyx
svn).
A search produces LFUN_OUTLINE_UP and friends only.
Do you know the function name?
Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


highlight current line or make cursor bigger?

2011-01-17 Thread Jose Quesada
Hi,

Is there a way to highlight current line or make cursor bigger?
I've changed colors, but still I find myself losing this little guy often.

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: table toolbar

2011-01-17 Thread Jose Quesada
I'm on svn, 3 days old, and can replicate the problem.
compiling the current version to see if it fixes things

-J

On Mon, Jan 17, 2011 at 6:24 PM, <camus.phili...@free.fr> wrote:

> Thanks.
> It's beta3, but I kept some config file in my home.
> I removed the ~/.lyx/ui/stdtoolbars.inc and it's OK now
> (except the fact I have to configure my ui again...)
>
> Philippe
>
> - Mail Original -
> De: "Stephan Witt" <st.w...@gmx.net>
> À: "camus philippe" <camus.phili...@free.fr>
> Cc: "LyX Users" <lyx-users@lists.lyx.org>
> Envoyé: Lundi 17 Janvier 2011 12:34:21 GMT +01:00 Afrique centrale - Ouest
> Objet: Re: table toolbar
>
> Am 17.01.2011 um 12:11 schrieb camus.phili...@free.fr:
>
> > Hello,
> > with lyx 2.0 (beta 3 or earlier) i can't get the table toolbar, neither
> automatically, nor "by hand".
> > Any idea ?
> > (config : linux aptosid x86_64)
>
> Hi Philippe,
> please verify the LyX version and post it here.
> It should be fixed in beta3.
>
> Stephan
>



-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


using ui-toggle fullscreen in xmonad does not return to non-full-screen mode

2011-01-17 Thread Jose Quesada
Hi,

Using ui-toggle fullscreen in xmonad does not return to non-full-screen
mode.
Can anyone replicate this? I'm using the latest svn version.

The tab completion doesn't work either. that is, I see the list of
completions, but moving arrows to select one doesn't work.

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


okular, fwd and reverse search

2011-01-16 Thread Jose Quesada
Hi,

I've followed the instructions in the wiki:
http://wiki.lyx.org/LyX/SyncTeX

to get okular to do a fwd and reverse search (or at least one) in 2.0.
This is the line I have on the 'editor' section in okular.
lyxclient -g %f %l

Shift-click doesn't do anything.
Any idea what could be wrong?

Thanks!
-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


okular, fwd and reverse search

2011-01-16 Thread Jose Quesada
Hi,

I've followed the instructions in the wiki:
http://wiki.lyx.org/LyX/SyncTeX

to get okular to do a fwd and reverse search (or at least one) in 2.0.
This is the line I have on the 'editor' section in okular.
lyxclient -g %f %l

Shift-click doesn't do anything.
Any idea what could be wrong?

Thanks!
-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


okular, fwd and reverse search

2011-01-16 Thread Jose Quesada
Hi,

I've followed the instructions in the wiki:
http://wiki.lyx.org/LyX/SyncTeX

to get okular to do a fwd and reverse search (or at least one) in 2.0.
This is the line I have on the 'editor' section in okular.
lyxclient -g %f %l

Shift-click doesn't do anything.
Any idea what could be wrong?

Thanks!
-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


reducing font size for side notes?

2011-01-14 Thread Jose Quesada
Hi,

Using the standard article class, is there any way of reducing font size for
side notes?
Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


reducing font size for side notes?

2011-01-14 Thread Jose Quesada
Hi,

Using the standard article class, is there any way of reducing font size for
side notes?
Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


reducing font size for side notes?

2011-01-14 Thread Jose Quesada
Hi,

Using the standard article class, is there any way of reducing font size for
side notes?
Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: LaTeX Error: File `ulem.sty' not found

2010-12-13 Thread Jose Quesada
yes, but not the latex3 packages:
(in any case, I fixed it with texhash, thanks to Liviu and the list)
# es dev-texlive/texlive-latex
  @@ Searching...
  @@ Package: dev-texlive/texlive-latex-2010 branch: 5, [
repo_sabayonlinux.org]
  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
  Installed:  version: 2010 ~ tag: NoTag ~ revision: 0
  Slot:   0
  Homepage:   http://www.tug.org/texlive/
  Description:TeXLive Basic LaTeX packages
  License:GPL-2 LPPL-1.3
  @@ Package: dev-texlive/texlive-latex3-2010 branch: 5, [
repo_sabayonlinux.org]
  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
  Installed:  version: Not installed ~ tag: N/A ~ revision:
N/A
  Slot:   0
  Homepage:   http://www.tug.org/texlive/
  Description:TeXLive LaTeX3 packages
  License:GPL-2 LPPL-1.3
  @@ Package: dev-texlive/texlive-latexextra-2010 branch: 5, [
repo_sabayonlinux.org]
  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
  Installed:  version: Not installed ~ tag: N/A ~ revision:
N/A
  Slot:   0
  Homepage:   http://www.tug.org/texlive/
  Description:TeXLive LaTeX supplementary packages
  License:BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3
as-is public-domain
  @@ Package: dev-texlive/texlive-latexrecommended-2010 branch: 5, [
repo_sabayonlinux.org]
  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
  Installed:  version: 2010 ~ tag: NoTag ~ revision: 0
  Slot:   0
  Homepage:   http://www.tug.org/texlive/
  Description:TeXLive LaTeX recommended packages
  License:GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 as-is
public-domain
   Keywords:   dev-texlive/texlive-latex
   Found:  4 entries


On Mon, Dec 13, 2010 at 1:38 AM, Pavel Sanda sa...@lyx.org wrote:

 Jose Quesada wrote:
  Thanks Liviu.
  The package is not there. Do you think this is a bug? If so, I'll fill it
 on
  my distro's tracker.

 do you have dev-texlive/texlive-latex installed?
 pavel




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: LaTeX Error: File `ulem.sty' not found

2010-12-13 Thread Jose Quesada
yes, but not the latex3 packages:
(in any case, I fixed it with texhash, thanks to Liviu and the list)
# es dev-texlive/texlive-latex
  @@ Searching...
  @@ Package: dev-texlive/texlive-latex-2010 branch: 5, [
repo_sabayonlinux.org]
  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
  Installed:  version: 2010 ~ tag: NoTag ~ revision: 0
  Slot:   0
  Homepage:   http://www.tug.org/texlive/
  Description:TeXLive Basic LaTeX packages
  License:GPL-2 LPPL-1.3
  @@ Package: dev-texlive/texlive-latex3-2010 branch: 5, [
repo_sabayonlinux.org]
  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
  Installed:  version: Not installed ~ tag: N/A ~ revision:
N/A
  Slot:   0
  Homepage:   http://www.tug.org/texlive/
  Description:TeXLive LaTeX3 packages
  License:GPL-2 LPPL-1.3
  @@ Package: dev-texlive/texlive-latexextra-2010 branch: 5, [
repo_sabayonlinux.org]
  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
  Installed:  version: Not installed ~ tag: N/A ~ revision:
N/A
  Slot:   0
  Homepage:   http://www.tug.org/texlive/
  Description:TeXLive LaTeX supplementary packages
  License:BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3
as-is public-domain
  @@ Package: dev-texlive/texlive-latexrecommended-2010 branch: 5, [
repo_sabayonlinux.org]
  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
  Installed:  version: 2010 ~ tag: NoTag ~ revision: 0
  Slot:   0
  Homepage:   http://www.tug.org/texlive/
  Description:TeXLive LaTeX recommended packages
  License:GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 as-is
public-domain
   Keywords:   dev-texlive/texlive-latex
   Found:  4 entries


On Mon, Dec 13, 2010 at 1:38 AM, Pavel Sanda sa...@lyx.org wrote:

 Jose Quesada wrote:
  Thanks Liviu.
  The package is not there. Do you think this is a bug? If so, I'll fill it
 on
  my distro's tracker.

 do you have dev-texlive/texlive-latex installed?
 pavel




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: LaTeX Error: File `ulem.sty' not found

2010-12-13 Thread Jose Quesada
yes, but not the latex3 packages:
(in any case, I fixed it with texhash, thanks to Liviu and the list)
# es dev-texlive/texlive-latex
>>  @@ Searching...
>>  @@ Package: dev-texlive/texlive-latex-2010 branch: 5, [
repo_sabayonlinux.org]
>>  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
>>  Installed:  version: 2010 ~ tag: NoTag ~ revision: 0
>>  Slot:   0
>>  Homepage:   http://www.tug.org/texlive/
>>  Description:TeXLive Basic LaTeX packages
>>  License:GPL-2 LPPL-1.3
>>  @@ Package: dev-texlive/texlive-latex3-2010 branch: 5, [
repo_sabayonlinux.org]
>>  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
>>  Installed:  version: Not installed ~ tag: N/A ~ revision:
N/A
>>  Slot:   0
>>  Homepage:   http://www.tug.org/texlive/
>>  Description:TeXLive LaTeX3 packages
>>  License:GPL-2 LPPL-1.3
>>  @@ Package: dev-texlive/texlive-latexextra-2010 branch: 5, [
repo_sabayonlinux.org]
>>  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
>>  Installed:  version: Not installed ~ tag: N/A ~ revision:
N/A
>>  Slot:   0
>>  Homepage:   http://www.tug.org/texlive/
>>  Description:TeXLive LaTeX supplementary packages
>>  License:BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3
as-is public-domain
>>  @@ Package: dev-texlive/texlive-latexrecommended-2010 branch: 5, [
repo_sabayonlinux.org]
>>  Available:  version: 2010 ~ tag: NoTag ~ revision: 0
>>  Installed:  version: 2010 ~ tag: NoTag ~ revision: 0
>>  Slot:   0
>>  Homepage:   http://www.tug.org/texlive/
>>  Description:TeXLive LaTeX recommended packages
>>  License:GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 as-is
public-domain
>>   Keywords:   dev-texlive/texlive-latex
>>   Found:  4 entries


On Mon, Dec 13, 2010 at 1:38 AM, Pavel Sanda <sa...@lyx.org> wrote:

> Jose Quesada wrote:
> > Thanks Liviu.
> > The package is not there. Do you think this is a bug? If so, I'll fill it
> on
> > my distro's tracker.
>
> do you have dev-texlive/texlive-latex installed?
> pavel
>



-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: LaTeX Error: File `ulem.sty' not found

2010-12-12 Thread Jose Quesada
Thanks Liviu.
The package is not there. Do you think this is a bug? If so, I'll fill it on
my distro's tracker.
Right now, there's no error anymore, but no output (pdf or anything else)
whatsoever...

-J

On Sun, Dec 12, 2010 at 10:28 AM, Liviu Andronic landronim...@gmail.comwrote:

 On Sun, Dec 12, 2010 at 9:53 AM, Jose Quesada ques...@gmail.com wrote:
  Hi,
 
  I'm on sabayon 5.4, using package dev-texlive/texlive-latex-2010 and lyx
 2.0
  svn.
 
  When pressing the pdflatex button, I get:
 
  LaTeX Error: File `ulem.sty' not found
 
 This should normally come with texlive-latex-base (on Ubuntu).

 http://packages.ubuntu.com/search?searchon=contentskeywords=ulem.stymode=exactfilenamesuite=maverickarch=any

 Try Tools  Reconfigure, then Tools  TeX Info  Styles and check that
 it's in the list. Regards
 Liviu


  I think this was working before. I'm no latex expert; and this may be
  package-related but...
 
  Do you know what is going on? I've attached the entire log just in case.
 
  Thanks!
 
  -Jose
 
  PS: this happens with KOMA article and article; I haven't tried all
  templates, though.
 
 
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
 (format=pdflatex
  2010.11.20) 12 DEC 2010 09:41
 
  entering extended mode
 
  restricted \write18 enabled.
 
  %-line parsing enabled.
 
  **exist.de.16.tex
 
  (./exist.de.16.tex
 
  LaTeX2e 2009/09/24
 
  Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation,
  lo
 
  aded.
 
  (/usr/share/texmf-dist/tex/latex/koma-script/scrartcl.cls
 
  Document Class: scrartcl 2010/09/17 v3.07 KOMA-Script document class
  (article)
 
  (/usr/share/texmf-dist/tex/latex/koma-script/scrkbase.sty
 
  Package: scrkbase 2010/09/17 v3.07 KOMA-Script package
  (KOMA-Script-dependent b
 
  asics and keyval usage)
 
  (/usr/share/texmf-dist/tex/latex/koma-script/scrbase.sty
 
  Package: scrbase 2010/09/17 v3.07 KOMA-Script package
  (KOMA-Script-independent
 
  basics and keyval usage)
 
  (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
 
  Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
 
  \...@toks@=\toks14
 
  ) (/usr/share/texmf-dist/tex/latex/koma-script/scrlfile.sty
 
  Package: scrlfile 2009/03/25 v3.03 KOMA-Script package (loading files)
 
  Package scrlfile, 2009/03/25 v3.03 KOMA-Script package (loading files)
 
  Copyright (C) Markus Kohm
 
  ))) (/usr/share/texmf-dist/tex/latex/koma-script/tocbasic.sty
 
  Package: tocbasic 2010/09/14 v3.06a KOMA-Script package (handling
 toc-files)
 
  )
 
  Package tocbasic Info: omitting babel extension for `toc'
 
  (tocbasic) because of feature `nobabel' available
 
  (tocbasic) for `toc' on input line 115.
 
  Package tocbasic Info: omitting babel extension for `lof'
 
  (tocbasic) because of feature `nobabel' available
 
  (tocbasic) for `lof' on input line 116.
 
  Package tocbasic Info: omitting babel extension for `lot'
 
  (tocbasic) because of feature `nobabel' available
 
  (tocbasic) for `lot' on input line 117.
 
  Class scrartcl Info: File `scrsize11pt.clo' used instead of
 
  (scrartcl) file `scrsize11.clo' to setup font sizes on input line 121
 
  0.
 
  (/usr/share/texmf-dist/tex/latex/koma-script/scrsize11pt.clo
 
  File: scrsize11pt.clo 2010/09/17 v3.07 KOMA-Script font size class option
  (11pt
 
  )
 
  ) (/usr/share/texmf-dist/tex/latex/koma-script/typearea.sty
 
  Package: typearea 2010/09/17 v3.07 KOMA-Script package (type area)
 
  Package typearea, 2010/09/17 v3.07 KOMA-Script package (type area)
 
  Copyright (C) Frank Neukam, 1992-1994
 
  Copyright (C) Markus Kohm, 1994-
 
  \...@bcor=\skip41
 
  \...@div=\count79
 
  \...@hblk=\skip42
 
  \...@vblk=\skip43
 
  \...@temp=\skip44
 
  Package typearea Info: These are the values describing the layout:
 
  (typearea) DIV = 10
 
  (typearea) BCOR = 0.0pt
 
  (typearea) \paperwidth = 597.50793pt
 
  (typearea) \textwidth = 418.2pt
 
  (typearea) DIV departure = -6%
 
  (typearea) \evensidemargin = 17.3562pt
 
  (typearea) \oddsidemargin = 17.3562pt
 
  (typearea) \paperheight = 845.04694pt
 
  (typearea) \textheight = 595.80026pt
 
  (typearea) \topmargin = -25.16531pt
 
  (typearea) \headheight = 17.0pt
 
  (typearea) \headsep = 20.40001pt
 
  (typearea) \topskip = 11.0pt
 
  (typearea) \footskip = 47.60002pt
 
  (typearea) \baselineskip = 13.6pt
 
  (typearea) on input line 1134.
 
  )
 
  \...@part=\count80
 
  \...@section=\count81
 
  \...@subsection=\count82
 
  \...@subsubsection=\count83
 
  \...@paragraph=\count84
 
  \...@subparagraph=\count85
 
  \abovecaptionskip=\skip45
 
  \belowcaptionskip=\skip46
 
  \...@pti@n...@sid@b...@x=\box26
 
  \...@figure=\count86
 
  \...@table=\count87
 
  \bibindent=\dimen102
 
  ) (/usr/share/texmf-dist/tex/latex/base/fontenc.sty
 
  Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
 
  (/usr/share/texmf-dist/tex/latex/base/t1enc.def
 
  File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
 
  LaTeX Font Info: Redeclaring font encoding T1 on input line 43

Re: LaTeX Error: File `ulem.sty' not found

2010-12-12 Thread Jose Quesada
Thanks Liviu.
The package is not there. Do you think this is a bug? If so, I'll fill it on
my distro's tracker.
Right now, there's no error anymore, but no output (pdf or anything else)
whatsoever...

-J

On Sun, Dec 12, 2010 at 10:28 AM, Liviu Andronic landronim...@gmail.comwrote:

 On Sun, Dec 12, 2010 at 9:53 AM, Jose Quesada ques...@gmail.com wrote:
  Hi,
 
  I'm on sabayon 5.4, using package dev-texlive/texlive-latex-2010 and lyx
 2.0
  svn.
 
  When pressing the pdflatex button, I get:
 
  LaTeX Error: File `ulem.sty' not found
 
 This should normally come with texlive-latex-base (on Ubuntu).

 http://packages.ubuntu.com/search?searchon=contentskeywords=ulem.stymode=exactfilenamesuite=maverickarch=any

 Try Tools  Reconfigure, then Tools  TeX Info  Styles and check that
 it's in the list. Regards
 Liviu


  I think this was working before. I'm no latex expert; and this may be
  package-related but...
 
  Do you know what is going on? I've attached the entire log just in case.
 
  Thanks!
 
  -Jose
 
  PS: this happens with KOMA article and article; I haven't tried all
  templates, though.
 
 
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
 (format=pdflatex
  2010.11.20) 12 DEC 2010 09:41
 
  entering extended mode
 
  restricted \write18 enabled.
 
  %-line parsing enabled.
 
  **exist.de.16.tex
 
  (./exist.de.16.tex
 
  LaTeX2e 2009/09/24
 
  Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation,
  lo
 
  aded.
 
  (/usr/share/texmf-dist/tex/latex/koma-script/scrartcl.cls
 
  Document Class: scrartcl 2010/09/17 v3.07 KOMA-Script document class
  (article)
 
  (/usr/share/texmf-dist/tex/latex/koma-script/scrkbase.sty
 
  Package: scrkbase 2010/09/17 v3.07 KOMA-Script package
  (KOMA-Script-dependent b
 
  asics and keyval usage)
 
  (/usr/share/texmf-dist/tex/latex/koma-script/scrbase.sty
 
  Package: scrbase 2010/09/17 v3.07 KOMA-Script package
  (KOMA-Script-independent
 
  basics and keyval usage)
 
  (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
 
  Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
 
  \...@toks@=\toks14
 
  ) (/usr/share/texmf-dist/tex/latex/koma-script/scrlfile.sty
 
  Package: scrlfile 2009/03/25 v3.03 KOMA-Script package (loading files)
 
  Package scrlfile, 2009/03/25 v3.03 KOMA-Script package (loading files)
 
  Copyright (C) Markus Kohm
 
  ))) (/usr/share/texmf-dist/tex/latex/koma-script/tocbasic.sty
 
  Package: tocbasic 2010/09/14 v3.06a KOMA-Script package (handling
 toc-files)
 
  )
 
  Package tocbasic Info: omitting babel extension for `toc'
 
  (tocbasic) because of feature `nobabel' available
 
  (tocbasic) for `toc' on input line 115.
 
  Package tocbasic Info: omitting babel extension for `lof'
 
  (tocbasic) because of feature `nobabel' available
 
  (tocbasic) for `lof' on input line 116.
 
  Package tocbasic Info: omitting babel extension for `lot'
 
  (tocbasic) because of feature `nobabel' available
 
  (tocbasic) for `lot' on input line 117.
 
  Class scrartcl Info: File `scrsize11pt.clo' used instead of
 
  (scrartcl) file `scrsize11.clo' to setup font sizes on input line 121
 
  0.
 
  (/usr/share/texmf-dist/tex/latex/koma-script/scrsize11pt.clo
 
  File: scrsize11pt.clo 2010/09/17 v3.07 KOMA-Script font size class option
  (11pt
 
  )
 
  ) (/usr/share/texmf-dist/tex/latex/koma-script/typearea.sty
 
  Package: typearea 2010/09/17 v3.07 KOMA-Script package (type area)
 
  Package typearea, 2010/09/17 v3.07 KOMA-Script package (type area)
 
  Copyright (C) Frank Neukam, 1992-1994
 
  Copyright (C) Markus Kohm, 1994-
 
  \...@bcor=\skip41
 
  \...@div=\count79
 
  \...@hblk=\skip42
 
  \...@vblk=\skip43
 
  \...@temp=\skip44
 
  Package typearea Info: These are the values describing the layout:
 
  (typearea) DIV = 10
 
  (typearea) BCOR = 0.0pt
 
  (typearea) \paperwidth = 597.50793pt
 
  (typearea) \textwidth = 418.2pt
 
  (typearea) DIV departure = -6%
 
  (typearea) \evensidemargin = 17.3562pt
 
  (typearea) \oddsidemargin = 17.3562pt
 
  (typearea) \paperheight = 845.04694pt
 
  (typearea) \textheight = 595.80026pt
 
  (typearea) \topmargin = -25.16531pt
 
  (typearea) \headheight = 17.0pt
 
  (typearea) \headsep = 20.40001pt
 
  (typearea) \topskip = 11.0pt
 
  (typearea) \footskip = 47.60002pt
 
  (typearea) \baselineskip = 13.6pt
 
  (typearea) on input line 1134.
 
  )
 
  \...@part=\count80
 
  \...@section=\count81
 
  \...@subsection=\count82
 
  \...@subsubsection=\count83
 
  \...@paragraph=\count84
 
  \...@subparagraph=\count85
 
  \abovecaptionskip=\skip45
 
  \belowcaptionskip=\skip46
 
  \...@pti@n...@sid@b...@x=\box26
 
  \...@figure=\count86
 
  \...@table=\count87
 
  \bibindent=\dimen102
 
  ) (/usr/share/texmf-dist/tex/latex/base/fontenc.sty
 
  Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
 
  (/usr/share/texmf-dist/tex/latex/base/t1enc.def
 
  File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
 
  LaTeX Font Info: Redeclaring font encoding T1 on input line 43

Re: LaTeX Error: File `ulem.sty' not found

2010-12-12 Thread Jose Quesada
Thanks Liviu.
The package is not there. Do you think this is a bug? If so, I'll fill it on
my distro's tracker.
Right now, there's no error anymore, but no output (pdf or anything else)
whatsoever...

-J

On Sun, Dec 12, 2010 at 10:28 AM, Liviu Andronic <landronim...@gmail.com>wrote:

> On Sun, Dec 12, 2010 at 9:53 AM, Jose Quesada <ques...@gmail.com> wrote:
> > Hi,
> >
> > I'm on sabayon 5.4, using package dev-texlive/texlive-latex-2010 and lyx
> 2.0
> > svn.
> >
> > When pressing the pdflatex button, I get:
> >
> > LaTeX Error: File `ulem.sty' not found
> >
> This should normally come with texlive-latex-base (on Ubuntu).
>
> http://packages.ubuntu.com/search?searchon=contents=ulem.sty=exactfilename=maverick=any
>
> Try Tools > Reconfigure, then Tools > TeX Info > Styles and check that
> it's in the list. Regards
> Liviu
>
>
> > I think this was working before. I'm no latex expert; and this may be
> > package-related but...
> >
> > Do you know what is going on? I've attached the entire log just in case.
> >
> > Thanks!
> >
> > -Jose
> >
> > PS: this happens with KOMA article and article; I haven't tried all
> > templates, though.
> >
> >
> > This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
> (format=pdflatex
> > 2010.11.20) 12 DEC 2010 09:41
> >
> > entering extended mode
> >
> > restricted \write18 enabled.
> >
> > %&-line parsing enabled.
> >
> > **exist.de.16.tex
> >
> > (./exist.de.16.tex
> >
> > LaTeX2e <2009/09/24>
> >
> > Babel  and hyphenation patterns for english, dumylang,
> nohyphenation,
> > lo
> >
> > aded.
> >
> > (/usr/share/texmf-dist/tex/latex/koma-script/scrartcl.cls
> >
> > Document Class: scrartcl 2010/09/17 v3.07 KOMA-Script document class
> > (article)
> >
> > (/usr/share/texmf-dist/tex/latex/koma-script/scrkbase.sty
> >
> > Package: scrkbase 2010/09/17 v3.07 KOMA-Script package
> > (KOMA-Script-dependent b
> >
> > asics and keyval usage)
> >
> > (/usr/share/texmf-dist/tex/latex/koma-script/scrbase.sty
> >
> > Package: scrbase 2010/09/17 v3.07 KOMA-Script package
> > (KOMA-Script-independent
> >
> > basics and keyval usage)
> >
> > (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
> >
> > Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
> >
> > \...@toks@=\toks14
> >
> > ) (/usr/share/texmf-dist/tex/latex/koma-script/scrlfile.sty
> >
> > Package: scrlfile 2009/03/25 v3.03 KOMA-Script package (loading files)
> >
> > Package scrlfile, 2009/03/25 v3.03 KOMA-Script package (loading files)
> >
> > Copyright (C) Markus Kohm
> >
> > ))) (/usr/share/texmf-dist/tex/latex/koma-script/tocbasic.sty
> >
> > Package: tocbasic 2010/09/14 v3.06a KOMA-Script package (handling
> toc-files)
> >
> > )
> >
> > Package tocbasic Info: omitting babel extension for `toc'
> >
> > (tocbasic) because of feature `nobabel' available
> >
> > (tocbasic) for `toc' on input line 115.
> >
> > Package tocbasic Info: omitting babel extension for `lof'
> >
> > (tocbasic) because of feature `nobabel' available
> >
> > (tocbasic) for `lof' on input line 116.
> >
> > Package tocbasic Info: omitting babel extension for `lot'
> >
> > (tocbasic) because of feature `nobabel' available
> >
> > (tocbasic) for `lot' on input line 117.
> >
> > Class scrartcl Info: File `scrsize11pt.clo' used instead of
> >
> > (scrartcl) file `scrsize11.clo' to setup font sizes on input line 121
> >
> > 0.
> >
> > (/usr/share/texmf-dist/tex/latex/koma-script/scrsize11pt.clo
> >
> > File: scrsize11pt.clo 2010/09/17 v3.07 KOMA-Script font size class option
> > (11pt
> >
> > )
> >
> > ) (/usr/share/texmf-dist/tex/latex/koma-script/typearea.sty
> >
> > Package: typearea 2010/09/17 v3.07 KOMA-Script package (type area)
> >
> > Package typearea, 2010/09/17 v3.07 KOMA-Script package (type area)
> >
> > Copyright (C) Frank Neukam, 1992-1994
> >
> > Copyright (C) Markus Kohm, 1994-
> >
> > \...@bcor=\skip41
> >
> > \...@div=\count79
> >
> > \...@hblk=\skip42
> >
> > \...@vblk=\skip43
> >
> > \...@temp=\skip44
> >
> > Package typearea Info: These are the values describing the layout:
> >
> > (typearea) DIV = 10
> >
> > (typearea) BCOR = 0.0pt
> >
&g

problems with lyx2lyx after moving to beta2, from svn

2010-12-08 Thread Jose Quesada
Hi,

I've been using the svn version for the last 6 months. Today I tried beta 2,
and it seems to be incompatible with my templates and files produced with
the svn version (!).

This is what I get:

/home/quesada/Dropbox/exist.de/exist.de.16.lyx is from an older version of
LyX and the lyx2lyx script failed to convert it.
Warning: 410: Format not supported.
Warning: Quitting.
Error: Conversion script failed

/home/quesada/.lyx/templates/defaults.lyx is from an older version of LyX
and the lyx2lyx script failed to convert it.
Error: Could not read template

What was the workaround for this? I know there's one, but cannot find it...

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


problems with lyx2lyx after moving to beta2, from svn

2010-12-08 Thread Jose Quesada
Hi,

I've been using the svn version for the last 6 months. Today I tried beta 2,
and it seems to be incompatible with my templates and files produced with
the svn version (!).

This is what I get:

/home/quesada/Dropbox/exist.de/exist.de.16.lyx is from an older version of
LyX and the lyx2lyx script failed to convert it.
Warning: 410: Format not supported.
Warning: Quitting.
Error: Conversion script failed

/home/quesada/.lyx/templates/defaults.lyx is from an older version of LyX
and the lyx2lyx script failed to convert it.
Error: Could not read template

What was the workaround for this? I know there's one, but cannot find it...

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


problems with lyx2lyx after moving to beta2, from svn

2010-12-08 Thread Jose Quesada
Hi,

I've been using the svn version for the last 6 months. Today I tried beta 2,
and it seems to be incompatible with my templates and files produced with
the svn version (!).

This is what I get:

/home/quesada/Dropbox/exist.de/exist.de.16.lyx is from an older version of
LyX and the lyx2lyx script failed to convert it.
Warning: 410: Format not supported.
Warning: Quitting.
Error: Conversion script failed

/home/quesada/.lyx/templates/defaults.lyx is from an older version of LyX
and the lyx2lyx script failed to convert it.
Error: Could not read template

What was the workaround for this? I know there's one, but cannot find it...

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: LyZ: lyxpipe changes in 2.0?

2010-12-03 Thread Jose Quesada
Thanks Pavel,
So this means that 2.0beta/svn doesn't work with LyZ? Is this fixable?
I did try 1.6.8 and it did work :)

On Thu, Dec 2, 2010 at 4:56 PM, Pavel Sanda sa...@lyx.org wrote:

 Jose Quesada wrote:
  /home/user/.lyx/lyxpipe.in
  /home/user/.lyx/lyxpipe.out
 
  I never cared to look for this before because it worked, it may have
 always
  been like that...

 yes, just try to run 1.6 and you will find them there.

 pavel




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: LyZ: lyxpipe changes in 2.0?

2010-12-03 Thread Jose Quesada
Thanks Pavel,
So this means that 2.0beta/svn doesn't work with LyZ? Is this fixable?
I did try 1.6.8 and it did work :)

On Thu, Dec 2, 2010 at 4:56 PM, Pavel Sanda sa...@lyx.org wrote:

 Jose Quesada wrote:
  /home/user/.lyx/lyxpipe.in
  /home/user/.lyx/lyxpipe.out
 
  I never cared to look for this before because it worked, it may have
 always
  been like that...

 yes, just try to run 1.6 and you will find them there.

 pavel




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: LyZ: lyxpipe changes in 2.0?

2010-12-03 Thread Jose Quesada
Thanks Pavel,
So this means that 2.0beta/svn doesn't work with LyZ? Is this fixable?
I did try 1.6.8 and it did work :)

On Thu, Dec 2, 2010 at 4:56 PM, Pavel Sanda <sa...@lyx.org> wrote:

> Jose Quesada wrote:
> > /home/user/.lyx/lyxpipe.in
> > /home/user/.lyx/lyxpipe.out
> >
> > I never cared to look for this before because it worked, it may have
> always
> > been like that...
>
> yes, just try to run 1.6 and you will find them there.
>
> pavel
>



-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


LyZ: lyxpipe changes in 2.0?

2010-12-02 Thread Jose Quesada
Hi,

I use the LyZ FF addon to insert zotero references:

https://addons.mozilla.org/en-US/firefox/addon/56806/
(btw, highly recommended!)

I -think- it was working before on 2.0 svn, but I may be misremembering and
it might have been 1.6...
In any case one obvious problem seems to be that in LyZ preferences the
default lyxpipe is:

/home/user/.lyx/lyxpipe

But looking for that file, I realized I have instead:
/home/user/.lyx/lyxpipe.in
/home/user/.lyx/lyxpipe.out

I never cared to look for this before because it worked, it may have always
been like that...
Have there been changes on the way lyx uses lyxpipes?
Could this be the reason it doesn't work? In any case, it could be a problem
on the LyZ side of course. Here's a hint in that direction:
http://www.klubko.net/wp/?page_id=945
Now I have to port it to new Zotero API, but I just have so little time to
look into it.

This single addon makes lyx an order of magnitude more useful to me. Please
let me know what I can do to help. Now that 2.0 is approaching rc, it'd be
nice to have it working by then.


-- 
Best,
-Jose

PS: looks like the entire LyZ architecture is a bit quirky: After much
opening and closing of programs I learned that I must open firefox *after*
have my document is opened in Lyx. This was the critical step that I missed.
Thanks again for writing this extremely useful program.


Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


LyZ: lyxpipe changes in 2.0?

2010-12-02 Thread Jose Quesada
Hi,

I use the LyZ FF addon to insert zotero references:

https://addons.mozilla.org/en-US/firefox/addon/56806/
(btw, highly recommended!)

I -think- it was working before on 2.0 svn, but I may be misremembering and
it might have been 1.6...
In any case one obvious problem seems to be that in LyZ preferences the
default lyxpipe is:

/home/user/.lyx/lyxpipe

But looking for that file, I realized I have instead:
/home/user/.lyx/lyxpipe.in
/home/user/.lyx/lyxpipe.out

I never cared to look for this before because it worked, it may have always
been like that...
Have there been changes on the way lyx uses lyxpipes?
Could this be the reason it doesn't work? In any case, it could be a problem
on the LyZ side of course. Here's a hint in that direction:
http://www.klubko.net/wp/?page_id=945
Now I have to port it to new Zotero API, but I just have so little time to
look into it.

This single addon makes lyx an order of magnitude more useful to me. Please
let me know what I can do to help. Now that 2.0 is approaching rc, it'd be
nice to have it working by then.


-- 
Best,
-Jose

PS: looks like the entire LyZ architecture is a bit quirky: After much
opening and closing of programs I learned that I must open firefox *after*
have my document is opened in Lyx. This was the critical step that I missed.
Thanks again for writing this extremely useful program.


Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


LyZ: lyxpipe changes in 2.0?

2010-12-02 Thread Jose Quesada
Hi,

I use the LyZ FF addon to insert zotero references:

https://addons.mozilla.org/en-US/firefox/addon/56806/
(btw, highly recommended!)

I -think- it was working before on 2.0 svn, but I may be misremembering and
it might have been 1.6...
In any case one obvious problem seems to be that in LyZ preferences the
default lyxpipe is:

/home/user/.lyx/lyxpipe

But looking for that file, I realized I have instead:
/home/user/.lyx/lyxpipe.in
/home/user/.lyx/lyxpipe.out

I never cared to look for this before because it worked, it may have always
been like that...
Have there been changes on the way lyx uses lyxpipes?
Could this be the reason it doesn't work? In any case, it could be a problem
on the LyZ side of course. Here's a hint in that direction:
http://www.klubko.net/wp/?page_id=945
"Now I have to port it to new Zotero API, but I just have so little time to
look into it."

This single addon makes lyx an order of magnitude more useful to me. Please
let me know what I can do to help. Now that 2.0 is approaching rc, it'd be
nice to have it working by then.


-- 
Best,
-Jose

PS: looks like the entire LyZ architecture is a bit quirky: "After much
opening and closing of programs I learned that I must open firefox *after*
have my document is opened in Lyx. This was the critical step that I missed.
Thanks again for writing this extremely useful program.""


Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: hiding the menu bar

2010-11-09 Thread Jose Quesada
I've also added a shortcut to toggle the status bar.
Is there any way I could tell lyx to start up with both menu and status
hidden?

Thanks,
-J

On Sat, Nov 6, 2010 at 8:44 AM, Jose Quesada ques...@gmail.com wrote:

 This is great.
 Thanks!


 On Fri, Nov 5, 2010 at 2:48 PM, Richard Heck rgh...@comcast.net wrote:

 On 11/05/2010 09:26 AM, Pavel Sanda wrote:

 Jose Quesada wrote:


 I finf the ability of most KDE apps of hiding the menu bar very useful.
 You
 can assign a shortcut to toggle it.
 Is this possible in lyx? If not, is it worth a feature request?


 alt+x
 ui-toggle menubar
 enter



 And of course you can assign a shortcut to ui-toggle menubar.

 rh




 --
 Best,
 -Jose

 Jose Quesada, PhD.
 Research scientist,
 Max Planck Institute,
 Center for Adaptive Behavior and Cognition,
 Berlin
 http://www.josequesada.name/
 http://twitter.com/Quesada




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: hiding the menu bar

2010-11-09 Thread Jose Quesada
I've also added a shortcut to toggle the status bar.
Is there any way I could tell lyx to start up with both menu and status
hidden?

Thanks,
-J

On Sat, Nov 6, 2010 at 8:44 AM, Jose Quesada ques...@gmail.com wrote:

 This is great.
 Thanks!


 On Fri, Nov 5, 2010 at 2:48 PM, Richard Heck rgh...@comcast.net wrote:

 On 11/05/2010 09:26 AM, Pavel Sanda wrote:

 Jose Quesada wrote:


 I finf the ability of most KDE apps of hiding the menu bar very useful.
 You
 can assign a shortcut to toggle it.
 Is this possible in lyx? If not, is it worth a feature request?


 alt+x
 ui-toggle menubar
 enter



 And of course you can assign a shortcut to ui-toggle menubar.

 rh




 --
 Best,
 -Jose

 Jose Quesada, PhD.
 Research scientist,
 Max Planck Institute,
 Center for Adaptive Behavior and Cognition,
 Berlin
 http://www.josequesada.name/
 http://twitter.com/Quesada




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: hiding the menu bar

2010-11-09 Thread Jose Quesada
I've also added a shortcut to toggle the status bar.
Is there any way I could tell lyx to start up with both menu and status
hidden?

Thanks,
-J

On Sat, Nov 6, 2010 at 8:44 AM, Jose Quesada <ques...@gmail.com> wrote:

> This is great.
> Thanks!
>
>
> On Fri, Nov 5, 2010 at 2:48 PM, Richard Heck <rgh...@comcast.net> wrote:
>
>> On 11/05/2010 09:26 AM, Pavel Sanda wrote:
>>
>>> Jose Quesada wrote:
>>>
>>>
>>>> I finf the ability of most KDE apps of hiding the menu bar very useful.
>>>> You
>>>> can assign a shortcut to toggle it.
>>>> Is this possible in lyx? If not, is it worth a feature request?
>>>>
>>>>
>>> alt+x
>>> ui-toggle menubar
>>> enter
>>>
>>>
>>>
>> And of course you can assign a shortcut to "ui-toggle menubar".
>>
>> rh
>>
>>
>
>
> --
> Best,
> -Jose
>
> Jose Quesada, PhD.
> Research scientist,
> Max Planck Institute,
> Center for Adaptive Behavior and Cognition,
> Berlin
> http://www.josequesada.name/
> http://twitter.com/Quesada
>



-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: hiding the menu bar

2010-11-06 Thread Jose Quesada
This is great.
Thanks!

On Fri, Nov 5, 2010 at 2:48 PM, Richard Heck rgh...@comcast.net wrote:

 On 11/05/2010 09:26 AM, Pavel Sanda wrote:

 Jose Quesada wrote:


 I finf the ability of most KDE apps of hiding the menu bar very useful.
 You
 can assign a shortcut to toggle it.
 Is this possible in lyx? If not, is it worth a feature request?


 alt+x
 ui-toggle menubar
 enter



 And of course you can assign a shortcut to ui-toggle menubar.

 rh




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: hiding the menu bar

2010-11-06 Thread Jose Quesada
This is great.
Thanks!

On Fri, Nov 5, 2010 at 2:48 PM, Richard Heck rgh...@comcast.net wrote:

 On 11/05/2010 09:26 AM, Pavel Sanda wrote:

 Jose Quesada wrote:


 I finf the ability of most KDE apps of hiding the menu bar very useful.
 You
 can assign a shortcut to toggle it.
 Is this possible in lyx? If not, is it worth a feature request?


 alt+x
 ui-toggle menubar
 enter



 And of course you can assign a shortcut to ui-toggle menubar.

 rh




-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: hiding the menu bar

2010-11-06 Thread Jose Quesada
This is great.
Thanks!

On Fri, Nov 5, 2010 at 2:48 PM, Richard Heck <rgh...@comcast.net> wrote:

> On 11/05/2010 09:26 AM, Pavel Sanda wrote:
>
>> Jose Quesada wrote:
>>
>>
>>> I finf the ability of most KDE apps of hiding the menu bar very useful.
>>> You
>>> can assign a shortcut to toggle it.
>>> Is this possible in lyx? If not, is it worth a feature request?
>>>
>>>
>> alt+x
>> ui-toggle menubar
>> enter
>>
>>
>>
> And of course you can assign a shortcut to "ui-toggle menubar".
>
> rh
>
>


-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


hiding the menu bar

2010-11-05 Thread Jose Quesada
Hi,

I finf the ability of most KDE apps of hiding the menu bar very useful. You
can assign a shortcut to toggle it.
Is this possible in lyx? If not, is it worth a feature request?
Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


hiding the menu bar

2010-11-05 Thread Jose Quesada
Hi,

I finf the ability of most KDE apps of hiding the menu bar very useful. You
can assign a shortcut to toggle it.
Is this possible in lyx? If not, is it worth a feature request?
Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


hiding the menu bar

2010-11-05 Thread Jose Quesada
Hi,

I finf the ability of most KDE apps of hiding the menu bar very useful. You
can assign a shortcut to toggle it.
Is this possible in lyx? If not, is it worth a feature request?
Thanks!

-- 
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


is there any way to set lyx 2.0 to write always in lyx 1.6 format?

2010-10-16 Thread Jose Quesada
Hi,
I'm collaborating with a mac person; compiling 2.0 there seems to be not so
trivial, so he'll use 1.6.7 and I 2.0. Then, I'll always have to write in
1.6 format. I know how to export, that's easy. But is there any way to set
it as default? Thanks!
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: is there any way to set lyx 2.0 to write always in lyx 1.6 format?

2010-10-16 Thread Jose Quesada
Thanks Liviu,

Checked the functions help page. It only offers LFUN_BUFFER_EXPORT and
LFUN_BUFFER_EXPORT_CUSTOM, both of them use for exporting to pdf. No mention
of lyx16 on that page. This export shortcut could be coming up later, or may
be implemented and not documented? I hope so Any of the 2.0 devs want to
chime in?

Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sat, Oct 16, 2010 at 1:29 PM, Liviu Andronic landronim...@gmail.comwrote:

 On Sat, Oct 16, 2010 at 9:34 AM, Jose Quesada ques...@gmail.com wrote:
  Hi,
  I'm collaborating with a mac person; compiling 2.0 there seems to be not
 so
  trivial,
 
 Why not use the .dmg binaries?
 ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/alpha6/


  so he'll use 1.6.7 and I 2.0. Then, I'll always have to write in
  1.6 format. I know how to export, that's easy. But is there any way to
 set
  it as default? Thanks!
 
 More or less. You can assign ctrl+s to always export to lyx16 (Tools 
 Prefs  Edit  Bindings), or you can add a File menu item similar to
 Save that would export to lyx16 (see stdmenus.inc or even
 stdtoolbars.inc). You will find some examples on the list and some
 documentation in Help  Functions (and possibly other manuals).

 Regards
 Liviu


  Best,
  -Jose
 
  Jose Quesada, PhD.
  Research scientist,
  Max Planck Institute,
  Center for Adaptive Behavior and Cognition,
  Berlin
  http://www.josequesada.name/
  http://twitter.com/Quesada
 



 --
 Do you know how to read?
 http://www.alienetworks.com/srtest.cfm
 http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
 Do you know how to write?
 http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mailhttp://garbl.home.comcast.net/%7Egarbl/stylemanual/e.htm#e-mail



is there any way to set lyx 2.0 to write always in lyx 1.6 format?

2010-10-16 Thread Jose Quesada
Hi,
I'm collaborating with a mac person; compiling 2.0 there seems to be not so
trivial, so he'll use 1.6.7 and I 2.0. Then, I'll always have to write in
1.6 format. I know how to export, that's easy. But is there any way to set
it as default? Thanks!
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: is there any way to set lyx 2.0 to write always in lyx 1.6 format?

2010-10-16 Thread Jose Quesada
Thanks Liviu,

Checked the functions help page. It only offers LFUN_BUFFER_EXPORT and
LFUN_BUFFER_EXPORT_CUSTOM, both of them use for exporting to pdf. No mention
of lyx16 on that page. This export shortcut could be coming up later, or may
be implemented and not documented? I hope so Any of the 2.0 devs want to
chime in?

Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sat, Oct 16, 2010 at 1:29 PM, Liviu Andronic landronim...@gmail.comwrote:

 On Sat, Oct 16, 2010 at 9:34 AM, Jose Quesada ques...@gmail.com wrote:
  Hi,
  I'm collaborating with a mac person; compiling 2.0 there seems to be not
 so
  trivial,
 
 Why not use the .dmg binaries?
 ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/alpha6/


  so he'll use 1.6.7 and I 2.0. Then, I'll always have to write in
  1.6 format. I know how to export, that's easy. But is there any way to
 set
  it as default? Thanks!
 
 More or less. You can assign ctrl+s to always export to lyx16 (Tools 
 Prefs  Edit  Bindings), or you can add a File menu item similar to
 Save that would export to lyx16 (see stdmenus.inc or even
 stdtoolbars.inc). You will find some examples on the list and some
 documentation in Help  Functions (and possibly other manuals).

 Regards
 Liviu


  Best,
  -Jose
 
  Jose Quesada, PhD.
  Research scientist,
  Max Planck Institute,
  Center for Adaptive Behavior and Cognition,
  Berlin
  http://www.josequesada.name/
  http://twitter.com/Quesada
 



 --
 Do you know how to read?
 http://www.alienetworks.com/srtest.cfm
 http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
 Do you know how to write?
 http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mailhttp://garbl.home.comcast.net/%7Egarbl/stylemanual/e.htm#e-mail



is there any way to set lyx 2.0 to write always in lyx 1.6 format?

2010-10-16 Thread Jose Quesada
Hi,
I'm collaborating with a mac person; compiling 2.0 there seems to be not so
trivial, so he'll use 1.6.7 and I 2.0. Then, I'll always have to write in
1.6 format. I know how to export, that's easy. But is there any way to set
it as default? Thanks!
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: is there any way to set lyx 2.0 to write always in lyx 1.6 format?

2010-10-16 Thread Jose Quesada
Thanks Liviu,

Checked the functions help page. It only offers LFUN_BUFFER_EXPORT and
LFUN_BUFFER_EXPORT_CUSTOM, both of them use for exporting to pdf. No mention
of lyx16 on that page. This export shortcut could be coming up later, or may
be implemented and not documented? I hope so Any of the 2.0 devs want to
chime in?

Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sat, Oct 16, 2010 at 1:29 PM, Liviu Andronic <landronim...@gmail.com>wrote:

> On Sat, Oct 16, 2010 at 9:34 AM, Jose Quesada <ques...@gmail.com> wrote:
> > Hi,
> > I'm collaborating with a mac person; compiling 2.0 there seems to be not
> so
> > trivial,
> >
> Why not use the .dmg binaries?
> ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/alpha6/
>
>
> > so he'll use 1.6.7 and I 2.0. Then, I'll always have to write in
> > 1.6 format. I know how to export, that's easy. But is there any way to
> set
> > it as default? Thanks!
> >
> More or less. You can assign ctrl+s to always export to lyx16 (Tools >
> Prefs > Edit > Bindings), or you can add a File menu item similar to
> Save that would export to lyx16 (see stdmenus.inc or even
> stdtoolbars.inc). You will find some examples on the list and some
> documentation in Help > Functions (and possibly other manuals).
>
> Regards
> Liviu
>
>
> > Best,
> > -Jose
> >
> > Jose Quesada, PhD.
> > Research scientist,
> > Max Planck Institute,
> > Center for Adaptive Behavior and Cognition,
> > Berlin
> > http://www.josequesada.name/
> > http://twitter.com/Quesada
> >
>
>
>
> --
> Do you know how to read?
> http://www.alienetworks.com/srtest.cfm
> http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
> Do you know how to write?
> http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail<http://garbl.home.comcast.net/%7Egarbl/stylemanual/e.htm#e-mail>
>


missing fonts to use elsarticle.cls

2010-09-27 Thread Jose Quesada
 from \languag...@british

\...@newzealand = a dialect from \languag...@british

))

No file newfile1.aux.

\openout1 = `newfile1.aux'.

LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

(/usr/share/texmf-dist/tex/context/base/supp-pdf.mkii

[Loading MPS to PDF converter (version 2006.09.02).]

\scratchcounter=\count96

\scratchdimen=\dimen111

\scratchbox=\box30

\nofMPsegments=\count97

\nofMParguments=\count98

\everyMPshowfont=\toks19

\MPscratchCnt=\count99

\MPscratchDim=\dimen112

\MPnumerator=\count100

\everyMPtoPDFconversion=\toks20

) [1

 {//var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./newfile1.aux) )

Here is how much of TeX's memory you used:

2018 strings out of 495061

23057 string characters out of 3182832

76719 words of memory out of 300

5209 multiletter control sequences out of 15000+20

6621 words of font info for 18 fonts, out of 300 for 9000

28 hyphenation exceptions out of 8191

32i,4n,30p,227b,149s stack positions out of 5000i,500n,1p,20b,5s

{/usr/s

hare/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}/usr/share/texmf-dist

/fonts/type1/public/cm-super/sfti0800.pfb

Output written on newfile1.pdf (1 page, 23744 bytes).

PDF statistics:

11 PDF objects out of 1000 (max. 8388607)

0 named destinations out of 1000 (max. 50)

1 words of extra memory for PDF output out of 1 (max. 1000)



Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


missing fonts to use elsarticle.cls

2010-09-27 Thread Jose Quesada
 from \languag...@british

\...@newzealand = a dialect from \languag...@british

))

No file newfile1.aux.

\openout1 = `newfile1.aux'.

LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

(/usr/share/texmf-dist/tex/context/base/supp-pdf.mkii

[Loading MPS to PDF converter (version 2006.09.02).]

\scratchcounter=\count96

\scratchdimen=\dimen111

\scratchbox=\box30

\nofMPsegments=\count97

\nofMParguments=\count98

\everyMPshowfont=\toks19

\MPscratchCnt=\count99

\MPscratchDim=\dimen112

\MPnumerator=\count100

\everyMPtoPDFconversion=\toks20

) [1

 {//var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./newfile1.aux) )

Here is how much of TeX's memory you used:

2018 strings out of 495061

23057 string characters out of 3182832

76719 words of memory out of 300

5209 multiletter control sequences out of 15000+20

6621 words of font info for 18 fonts, out of 300 for 9000

28 hyphenation exceptions out of 8191

32i,4n,30p,227b,149s stack positions out of 5000i,500n,1p,20b,5s

{/usr/s

hare/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}/usr/share/texmf-dist

/fonts/type1/public/cm-super/sfti0800.pfb

Output written on newfile1.pdf (1 page, 23744 bytes).

PDF statistics:

11 PDF objects out of 1000 (max. 8388607)

0 named destinations out of 1000 (max. 50)

1 words of extra memory for PDF output out of 1 (max. 1000)



Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


missing fonts to use elsarticle.cls

2010-09-27 Thread Jose Quesada
ish

))

No file newfile1.aux.

\openout1 = `newfile1.aux'.

LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 19.

LaTeX Font Info: ... okay on input line 19.

(/usr/share/texmf-dist/tex/context/base/supp-pdf.mkii

[Loading MPS to PDF converter (version 2006.09.02).]

\scratchcounter=\count96

\scratchdimen=\dimen111

\scratchbox=\box30

\nofMPsegments=\count97

\nofMParguments=\count98

\everyMPshowfont=\toks19

\MPscratchCnt=\count99

\MPscratchDim=\dimen112

\MPnumerator=\count100

\everyMPtoPDFconversion=\toks20

) [1

 {//var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./newfile1.aux) )

Here is how much of TeX's memory you used:

2018 strings out of 495061

23057 string characters out of 3182832

76719 words of memory out of 300

5209 multiletter control sequences out of 15000+20

6621 words of font info for 18 fonts, out of 300 for 9000

28 hyphenation exceptions out of 8191

32i,4n,30p,227b,149s stack positions out of 5000i,500n,1p,20b,5s

{/usr/s

hare/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}

Output written on newfile1.pdf (1 page, 23744 bytes).

PDF statistics:

11 PDF objects out of 1000 (max. 8388607)

0 named destinations out of 1000 (max. 50)

1 words of extra memory for PDF output out of 1 (max. 1000)



Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: more on collaboration

2010-09-25 Thread Jose Quesada
Hi,
I think Greg's post is key here.
Even if the two users are never editing at the same time, having always the
latest version with all merges applied is reassuring.

@Rob: Yet, I've never actually met anyone who writes with others in real
time. I think this is because the tech didn't even exist a year ago. Any
tech takes a while to get adopted. Most people don't even know it exists,
and the ones who do don't know why they need it. Plus, leaving the tech
aside, I can imagine there's a mental change when writing this way.

I'm using abiword to collaborate on a paper. Will report how things went
after a few days.
Btw, the latex on gDocs thing is way too beta to be usable. It lost edits,
crashed, etc. It's just a pity that abiword is so limited in other features
(search, adding references, etc), but it looks really promising.

Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sat, Sep 25, 2010 at 7:51 AM, Jose Quesada ques...@gmail.com wrote:

 Hi Kevin,
 I tried Gobby. it's as simple as notepad, so for serious
 programming/writing it'd feel a bit limited. But the deal breaker is no
 undo. Yes, you hear that right. I think Gobby is actually feature-wise worse
 than in-browser alternatives.

 Best,
 -Jose

 Jose Quesada, PhD.
 Research scientist,
 Max Planck Institute,
 Center for Adaptive Behavior and Cognition,
 Berlin
 http://www.josequesada.name/
 http://twitter.com/Quesada


 On Fri, Sep 24, 2010 at 8:21 PM, Kevin Brubeck Unhammer 
 kun...@student.uib.no wrote:

 2010/9/24 Gregory Jefferis jeffe...@gmail.com:
  Non-interactive collaborative editing means that there can always be one
  live version of a document to which anyone can apply changes that are
  versioned, identified and much more likely.  Essentially it solves the
  conflicting merge problem by automatically merging all the time so that
 you
  are always looking at the latest version (and can be alerted to recent
  changes).  You can try and do this with traditional version control
  arrangements but you will always run into a conflict if the system isn't
  designed for the possibility of interactive collaborative editing.

 And this is the reason why most users love Google Docs and will never
 use git (even though as we all know, merging with git is Fun and
 Easy).


 I think the ideal situation would look like Gobby[1] running inside
 LyX (not necessarily with chat features, but at least showing where
 the other user is editing), but I can understand how that would be a
 lot of work to implement. Sponsorship project? ;-)


 -Kevin


 [1] http://gobby.0x539.de





Re: more on collaboration

2010-09-25 Thread Jose Quesada
Hi,
I think Greg's post is key here.
Even if the two users are never editing at the same time, having always the
latest version with all merges applied is reassuring.

@Rob: Yet, I've never actually met anyone who writes with others in real
time. I think this is because the tech didn't even exist a year ago. Any
tech takes a while to get adopted. Most people don't even know it exists,
and the ones who do don't know why they need it. Plus, leaving the tech
aside, I can imagine there's a mental change when writing this way.

I'm using abiword to collaborate on a paper. Will report how things went
after a few days.
Btw, the latex on gDocs thing is way too beta to be usable. It lost edits,
crashed, etc. It's just a pity that abiword is so limited in other features
(search, adding references, etc), but it looks really promising.

Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sat, Sep 25, 2010 at 7:51 AM, Jose Quesada ques...@gmail.com wrote:

 Hi Kevin,
 I tried Gobby. it's as simple as notepad, so for serious
 programming/writing it'd feel a bit limited. But the deal breaker is no
 undo. Yes, you hear that right. I think Gobby is actually feature-wise worse
 than in-browser alternatives.

 Best,
 -Jose

 Jose Quesada, PhD.
 Research scientist,
 Max Planck Institute,
 Center for Adaptive Behavior and Cognition,
 Berlin
 http://www.josequesada.name/
 http://twitter.com/Quesada


 On Fri, Sep 24, 2010 at 8:21 PM, Kevin Brubeck Unhammer 
 kun...@student.uib.no wrote:

 2010/9/24 Gregory Jefferis jeffe...@gmail.com:
  Non-interactive collaborative editing means that there can always be one
  live version of a document to which anyone can apply changes that are
  versioned, identified and much more likely.  Essentially it solves the
  conflicting merge problem by automatically merging all the time so that
 you
  are always looking at the latest version (and can be alerted to recent
  changes).  You can try and do this with traditional version control
  arrangements but you will always run into a conflict if the system isn't
  designed for the possibility of interactive collaborative editing.

 And this is the reason why most users love Google Docs and will never
 use git (even though as we all know, merging with git is Fun and
 Easy).


 I think the ideal situation would look like Gobby[1] running inside
 LyX (not necessarily with chat features, but at least showing where
 the other user is editing), but I can understand how that would be a
 lot of work to implement. Sponsorship project? ;-)


 -Kevin


 [1] http://gobby.0x539.de





Re: more on collaboration

2010-09-25 Thread Jose Quesada
Hi,
I think Greg's post is key here.
Even if the two users are never editing at the same time, having always the
latest version with all merges applied is reassuring.

@Rob: "Yet, I've never actually met anyone who writes with others in real
time." I think this is because the tech didn't even exist a year ago. Any
tech takes a while to get adopted. Most people don't even know it exists,
and the ones who do don't know why they need it. Plus, leaving the tech
aside, I can imagine there's a mental change when writing this way.

I'm using abiword to collaborate on a paper. Will report how things went
after a few days.
Btw, the latex on gDocs thing is way too beta to be usable. It lost edits,
crashed, etc. It's just a pity that abiword is so limited in other features
(search, adding references, etc), but it looks really promising.

Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sat, Sep 25, 2010 at 7:51 AM, Jose Quesada <ques...@gmail.com> wrote:

> Hi Kevin,
> I tried Gobby. it's as simple as notepad, so for serious
> programming/writing it'd feel a bit limited. But the deal breaker is no
> undo. Yes, you hear that right. I think Gobby is actually feature-wise worse
> than in-browser alternatives.
>
> Best,
> -Jose
>
> Jose Quesada, PhD.
> Research scientist,
> Max Planck Institute,
> Center for Adaptive Behavior and Cognition,
> Berlin
> http://www.josequesada.name/
> http://twitter.com/Quesada
>
>
> On Fri, Sep 24, 2010 at 8:21 PM, Kevin Brubeck Unhammer <
> kun...@student.uib.no> wrote:
>
>> 2010/9/24 Gregory Jefferis <jeffe...@gmail.com>:
>> > Non-interactive collaborative editing means that there can always be one
>> > live version of a document to which anyone can apply changes that are
>> > versioned, identified and much more likely.  Essentially it solves the
>> > conflicting merge problem by automatically merging all the time so that
>> you
>> > are always looking at the latest version (and can be alerted to recent
>> > changes).  You can try and do this with traditional version control
>> > arrangements but you will always run into a conflict if the system isn't
>> > designed for the possibility of interactive collaborative editing.
>>
>> And this is the reason why most users love Google Docs and will never
>> use git (even though as we all know, merging with git is Fun and
>> Easy).
>>
>>
>> I think the ideal situation would look like Gobby[1] running inside
>> LyX (not necessarily with chat features, but at least showing where
>> the other user is editing), but I can understand how that would be a
>> lot of work to implement. Sponsorship project? ;-)
>>
>>
>> -Kevin
>>
>>
>> [1] http://gobby.0x539.de
>>
>
>


more on collaboration

2010-09-24 Thread Jose Quesada
Hi,
We've had previous discussions on whether or not it's useful to have some
kind of real-time collaboration in LyX.
The death of wave seemed to reinforce the idea that this is not a killer
feature, and people don't need it. Collaboration using a VCS is sufficient.

Well, recently I found two counterexamples.
One is http://docs.latexlab.org
A decent latex editor built on top of google docs.
The other one is... abiword. surprised :) ?
While being a crappy word processor, it's actually better than anything
built within a browser:
http://msevior.livejournal.com/28805.html
http://www.abisource.com/wiki/AbiCollab

I still think LyX would benefit from such functionality.
Thoughts?

Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: more on collaboration

2010-09-24 Thread Jose Quesada
Hi Kevin,
I tried Gobby. it's as simple as notepad, so for serious programming/writing
it'd feel a bit limited. But the deal breaker is no undo. Yes, you hear that
right. I think Gobby is actually feature-wise worse than in-browser
alternatives.
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Fri, Sep 24, 2010 at 8:21 PM, Kevin Brubeck Unhammer 
kun...@student.uib.no wrote:

 2010/9/24 Gregory Jefferis jeffe...@gmail.com:
  Non-interactive collaborative editing means that there can always be one
  live version of a document to which anyone can apply changes that are
  versioned, identified and much more likely.  Essentially it solves the
  conflicting merge problem by automatically merging all the time so that
 you
  are always looking at the latest version (and can be alerted to recent
  changes).  You can try and do this with traditional version control
  arrangements but you will always run into a conflict if the system isn't
  designed for the possibility of interactive collaborative editing.

 And this is the reason why most users love Google Docs and will never
 use git (even though as we all know, merging with git is Fun and
 Easy).


 I think the ideal situation would look like Gobby[1] running inside
 LyX (not necessarily with chat features, but at least showing where
 the other user is editing), but I can understand how that would be a
 lot of work to implement. Sponsorship project? ;-)


 -Kevin


 [1] http://gobby.0x539.de



more on collaboration

2010-09-24 Thread Jose Quesada
Hi,
We've had previous discussions on whether or not it's useful to have some
kind of real-time collaboration in LyX.
The death of wave seemed to reinforce the idea that this is not a killer
feature, and people don't need it. Collaboration using a VCS is sufficient.

Well, recently I found two counterexamples.
One is http://docs.latexlab.org
A decent latex editor built on top of google docs.
The other one is... abiword. surprised :) ?
While being a crappy word processor, it's actually better than anything
built within a browser:
http://msevior.livejournal.com/28805.html
http://www.abisource.com/wiki/AbiCollab

I still think LyX would benefit from such functionality.
Thoughts?

Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: more on collaboration

2010-09-24 Thread Jose Quesada
Hi Kevin,
I tried Gobby. it's as simple as notepad, so for serious programming/writing
it'd feel a bit limited. But the deal breaker is no undo. Yes, you hear that
right. I think Gobby is actually feature-wise worse than in-browser
alternatives.
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Fri, Sep 24, 2010 at 8:21 PM, Kevin Brubeck Unhammer 
kun...@student.uib.no wrote:

 2010/9/24 Gregory Jefferis jeffe...@gmail.com:
  Non-interactive collaborative editing means that there can always be one
  live version of a document to which anyone can apply changes that are
  versioned, identified and much more likely.  Essentially it solves the
  conflicting merge problem by automatically merging all the time so that
 you
  are always looking at the latest version (and can be alerted to recent
  changes).  You can try and do this with traditional version control
  arrangements but you will always run into a conflict if the system isn't
  designed for the possibility of interactive collaborative editing.

 And this is the reason why most users love Google Docs and will never
 use git (even though as we all know, merging with git is Fun and
 Easy).


 I think the ideal situation would look like Gobby[1] running inside
 LyX (not necessarily with chat features, but at least showing where
 the other user is editing), but I can understand how that would be a
 lot of work to implement. Sponsorship project? ;-)


 -Kevin


 [1] http://gobby.0x539.de



more on collaboration

2010-09-24 Thread Jose Quesada
Hi,
We've had previous discussions on whether or not it's useful to have some
kind of real-time collaboration in LyX.
The death of wave seemed to reinforce the idea that this is not a killer
feature, and people don't need it. Collaboration using a VCS is sufficient.

Well, recently I found two counterexamples.
One is http://docs.latexlab.org
A decent latex editor built on top of google docs.
The other one is... abiword. surprised :) ?
While being a crappy word processor, it's actually better than anything
built within a browser:
http://msevior.livejournal.com/28805.html
http://www.abisource.com/wiki/AbiCollab

I still think LyX would benefit from such functionality.
Thoughts?

Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: more on collaboration

2010-09-24 Thread Jose Quesada
Hi Kevin,
I tried Gobby. it's as simple as notepad, so for serious programming/writing
it'd feel a bit limited. But the deal breaker is no undo. Yes, you hear that
right. I think Gobby is actually feature-wise worse than in-browser
alternatives.
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Fri, Sep 24, 2010 at 8:21 PM, Kevin Brubeck Unhammer <
kun...@student.uib.no> wrote:

> 2010/9/24 Gregory Jefferis <jeffe...@gmail.com>:
> > Non-interactive collaborative editing means that there can always be one
> > live version of a document to which anyone can apply changes that are
> > versioned, identified and much more likely.  Essentially it solves the
> > conflicting merge problem by automatically merging all the time so that
> you
> > are always looking at the latest version (and can be alerted to recent
> > changes).  You can try and do this with traditional version control
> > arrangements but you will always run into a conflict if the system isn't
> > designed for the possibility of interactive collaborative editing.
>
> And this is the reason why most users love Google Docs and will never
> use git (even though as we all know, merging with git is Fun and
> Easy).
>
>
> I think the ideal situation would look like Gobby[1] running inside
> LyX (not necessarily with chat features, but at least showing where
> the other user is editing), but I can understand how that would be a
> lot of work to implement. Sponsorship project? ;-)
>
>
> -Kevin
>
>
> [1] http://gobby.0x539.de
>


Compare documents gone?

2010-09-13 Thread Jose Quesada
Hi,

In lyx 2.0 what's new page, it mentions compare documents (which is really
nice and a big reason to use lyx over plain latex). However in the last few
svn updates I made, that feature is gone. Is it gone for good, or is it
coming back?
Also, a way to use this feature from the command line (say lyx --diff docA
docB) would be killer so it could be integrated with version control
systems. Better yet if it understood say git's syntax for indicating
changes.

Best,
-Jose

Jose Quesada, PhD.
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: Compare documents gone?

2010-09-13 Thread Jose Quesada
The item in the menu.
So it might be that I'm using a config file from 1.6.
Let me check that...
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Mon, Sep 13, 2010 at 10:05 AM, Pavel Sanda sa...@lyx.org wrote:

 Jose Quesada wrote:
  Hi,
 
  In lyx 2.0 what's new page, it mentions compare documents (which is
 really
  nice and a big reason to use lyx over plain latex). However in the last
 few
  svn updates I made, that feature is gone. Is it gone for good, or is it
  coming back?

 what exactly disappeared? the item in menu or the dialog does not work?

  Also, a way to use this feature from the command line (say lyx --diff
 docA
  docB) would be killer so it could be integrated with version control

 its already integrated if you use svn.

 pavel



Compare documents gone?

2010-09-13 Thread Jose Quesada
Hi,

In lyx 2.0 what's new page, it mentions compare documents (which is really
nice and a big reason to use lyx over plain latex). However in the last few
svn updates I made, that feature is gone. Is it gone for good, or is it
coming back?
Also, a way to use this feature from the command line (say lyx --diff docA
docB) would be killer so it could be integrated with version control
systems. Better yet if it understood say git's syntax for indicating
changes.

Best,
-Jose

Jose Quesada, PhD.
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: Compare documents gone?

2010-09-13 Thread Jose Quesada
The item in the menu.
So it might be that I'm using a config file from 1.6.
Let me check that...
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Mon, Sep 13, 2010 at 10:05 AM, Pavel Sanda sa...@lyx.org wrote:

 Jose Quesada wrote:
  Hi,
 
  In lyx 2.0 what's new page, it mentions compare documents (which is
 really
  nice and a big reason to use lyx over plain latex). However in the last
 few
  svn updates I made, that feature is gone. Is it gone for good, or is it
  coming back?

 what exactly disappeared? the item in menu or the dialog does not work?

  Also, a way to use this feature from the command line (say lyx --diff
 docA
  docB) would be killer so it could be integrated with version control

 its already integrated if you use svn.

 pavel



Compare documents gone?

2010-09-13 Thread Jose Quesada
Hi,

In lyx 2.0 what's new page, it mentions compare documents (which is really
nice and a big reason to use lyx over plain latex). However in the last few
svn updates I made, that feature is gone. Is it gone for good, or is it
coming back?
Also, a way to use this feature from the command line (say lyx --diff docA
docB) would be killer so it could be integrated with version control
systems. Better yet if it understood say git's syntax for indicating
changes.

Best,
-Jose

Jose Quesada, PhD.
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


Re: Compare documents gone?

2010-09-13 Thread Jose Quesada
The item in the menu.
So it might be that I'm using a config file from 1.6.
Let me check that...
Best,
-Jose

Jose Quesada, PhD.
Research scientist,
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Mon, Sep 13, 2010 at 10:05 AM, Pavel Sanda <sa...@lyx.org> wrote:

> Jose Quesada wrote:
> > Hi,
> >
> > In lyx 2.0 what's new page, it mentions compare documents (which is
> really
> > nice and a big reason to use lyx over plain latex). However in the last
> few
> > svn updates I made, that feature is gone. Is it gone for good, or is it
> > coming back?
>
> what exactly disappeared? the item in menu or the dialog does not work?
>
> > Also, a way to use this feature from the command line (say lyx --diff
> docA
> > docB) would be killer so it could be integrated with version control
>
> its already integrated if you use svn.
>
> pavel
>


Re: lyx chokes on documents with many subsections?

2010-08-10 Thread Jose Quesada
Thanks Rob,

Actually, this was on vanilla lyx-devel svn trunk.

Best,
-Jose

Jose Quesada, PhD.
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sun, Aug 8, 2010 at 5:40 PM, Rob Oakes lyx-de...@oak-tree.us wrote:

 Hi Jose,

 If you've been using the LyX-Outline branch, you may want to update to
 the most recent version.  It's been a little over a week since I've
 merge LyX trunk.  (I've been trying to fix a problem related to tabbing
 to the next entry in the expanded outline view.)

 I merged the source again this morning.  It incorporates a lot of
 bugfixes that may have been specific to your problems.  (In addition to
 fixing a small memory leak that I found with the Corkboard.)

 Might be worth a try to see if it speeds up LyX for you.

 Cheers,

 Rob




Re: lyx chokes on documents with many subsections?

2010-08-10 Thread Jose Quesada
Thanks Rob,

Actually, this was on vanilla lyx-devel svn trunk.

Best,
-Jose

Jose Quesada, PhD.
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sun, Aug 8, 2010 at 5:40 PM, Rob Oakes lyx-de...@oak-tree.us wrote:

 Hi Jose,

 If you've been using the LyX-Outline branch, you may want to update to
 the most recent version.  It's been a little over a week since I've
 merge LyX trunk.  (I've been trying to fix a problem related to tabbing
 to the next entry in the expanded outline view.)

 I merged the source again this morning.  It incorporates a lot of
 bugfixes that may have been specific to your problems.  (In addition to
 fixing a small memory leak that I found with the Corkboard.)

 Might be worth a try to see if it speeds up LyX for you.

 Cheers,

 Rob




Re: lyx chokes on documents with many subsections?

2010-08-10 Thread Jose Quesada
Thanks Rob,

Actually, this was on vanilla lyx-devel svn trunk.

Best,
-Jose

Jose Quesada, PhD.
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sun, Aug 8, 2010 at 5:40 PM, Rob Oakes <lyx-de...@oak-tree.us> wrote:

> Hi Jose,
>
> If you've been using the LyX-Outline branch, you may want to update to
> the most recent version.  It's been a little over a week since I've
> merge LyX trunk.  (I've been trying to fix a problem related to tabbing
> to the next entry in the expanded outline view.)
>
> I merged the source again this morning.  It incorporates a lot of
> bugfixes that may have been specific to your problems.  (In addition to
> fixing a small memory leak that I found with the Corkboard.)
>
> Might be worth a try to see if it speeds up LyX for you.
>
> Cheers,
>
> Rob
>
>


Re: lyx chokes on documents with many subsections?

2010-08-07 Thread Jose Quesada
Sorry to revive an old thread, but the slowness is still there, with current
svn versions. I'm writing this on kde. May not be happening on other wm (for
a while I was on xmonad, and didn't remember to type faster than lyx could
render)...
Best,
-Jose

Jose Quesada, PhD.
Max Planck Institute,
Center for Adaptive Behavior and Cognition,
Berlin
http://www.josequesada.name/
http://twitter.com/Quesada


On Sun, Jun 27, 2010 at 8:37 AM, Jose Quesada ques...@gmail.com wrote:

  Out of curiosity, do you notice the performance lags when using the
 expanded outline/corkboard widget?

 Nope, it doesn't happen! which is incredibly good news!


 Best,
 -Jose

 Jose Quesada, PhD.
 Max Planck Institute,
 Center for Adaptive Behavior and Cognition,
 Berlin
 http://www.josequesada.name/
 http://twitter.com/Quesada


 2010/6/25 Rob Oakes lyx-de...@oak-tree.us

 Hi Vincent,

  So.. could it be Rob's outliner enhancements then ??? 

 That's certainly possible, but I think it unlikely.  To the best of my
 knowledge, Jose only began using the branch with the expanded outliner and
 other tools yesterday whereas the problem  has also been seen in  LyX
 1.6.6.1 and the main trunk.

 With that said, I think that we should be very careful about drawing
 conclusions about the SVN version of LyX from the LyX-Outline branch. The
 outline version has a lot of changes and the code is not particularly
 optimized (though I am working on cleaning it up).  I do find it interesting
 that turning off the Outline pane resolves the problems.

 Out of curiosity, do you notice the performance lags when using the
 expanded outline/corkboard widget?  If not, that would provide an important
 clue as to where the bottleneck is happening.  (My own gut says it has
 something to do with QTreeView on 64 bit systems.  I remember reading
 something about that on a forum a while back.)

 Cheers,

 Rob





  1   2   3   >