Re: lyx160svn 25575

2008-07-15 Thread Pavel Sanda
[EMAIL PROTECTED] 4-lyx-wiki $ LyX: BN_BIND: Unknown LyX function `error-next' [around line 69 of file ~/.lyx/bind/de/cua.bind current token: 'error-next' context: ''] LyX: BN_BIND: Unknown LyX function `new-line' [around line 205 of file ~/.lyx/bind/de/cua.bind current token: 'new-line'

Re: lyx docbook XML - schema

2008-07-15 Thread Pavel Sanda
Hello, I'm working on a project where the documentation is written in docbook XML. I'd like to use Lyx to create it, but I have not found where I can make lyx export to XML with schema instead of DTD. How do I do that? i'm afraid lyx support of docbook export is obsolete for a long time

Re: 1.6 beta4 crashing on Ubuntu

2008-07-18 Thread Pavel Sanda
Hi there, on my computer runs lyx beta 4 from svn in Ubuntu Hardy. I could not find the error you described. Could you run lyx in the terminal and post the crash/error output? even better would be to show us that document... pavel

Re: *.po conflicts after updating SVN

2008-07-18 Thread Pavel Sanda
What did I wrong? nothing, this happens when po directory is rebuilt. this usually happens only if lyx.pot is missing, otherwise plain make command shouldn't trigger it. How could I most easily change all these files to the latest SVN version? go to the po directory, then svn revert -R *

Re: *.po conflicts after updating SVN

2008-07-18 Thread Pavel Sanda
On 18.07.08, Pavel Sanda wrote: nothing, this happens when po directory is rebuilt. this usually happens only if lyx.pot is missing, otherwise plain make command shouldn't trigger it. As I did not delete lyx.pot by hand, I wonder if this was done by `make clean` or `make distclean

Re: More on 1.6 beta4 crashing on Ubuntu

2008-07-19 Thread Pavel Sanda
Hi Michael and all list members I posted the following question to the list: I have just compiled Lyx 1.6 beta4 on Ubuntu (8.04) and installed it. When I tried to open my Lyx documents, one document is constantly crashing when I click on the title in the document (very strange). Can

Re: Converting msword to LyX is ugly!

2008-07-19 Thread Pavel Sanda
Hi all, I have a 300 page book written in MS Word version 97, and I have to convert it to LyX in order to make the second edition. I'll accept all condolences now :-) Believe it or not, the MS Word version was written very much what you guys would call WYSIWYM. I had styles for

Re: .kmap ortography

2008-07-20 Thread Pavel Sanda
I just want to write this lines \kmap ?? \kmap ?? in my personal.kmap file to have a chevrons or guillemets marks (I use also double quotes) at worst you can alway use key binding instead, i.e. to bind shift+ to unicode-insert 0x0bb lfun. pavel But it doesn't work, perhaps due to

Re: Progress on the MS Word to LyX conversion (xml)

2008-07-22 Thread Pavel Sanda
Steve Litt wrote: layout name=Standard this. /layout layout name=Standard inset type=bibtext latex=bibtex bibfiles=/tmp/bib options=plain / /layout Just as easy to parse, I hope. Maybe even easier. now you are joking right? :) i just see all the bugs just because '' is redirection. and

Re: Progress on the MS Word to LyX conversion (xml)

2008-07-22 Thread Pavel Sanda
On Tuesday 22 July 2008 22:54:14 Pavel Sanda wrote: now you are joking right? :) i just see all the bugs just because '' is redirection. and imho manually generate \begin_layout Standard is more simpler then typing layout name=Standard. You are welcome to reimplement lyx in shell

Re: Progress on the MS Word to LyX conversion (xml)

2008-07-22 Thread Pavel Sanda
Pavel Sanda wrote: Moreover, if you're editing by hand, you can use something that recognizes XML. of course it will work, but it will take x-times more time. quite difference to write sed one-liner or start doing some xslt templating. pavel

Documentation of LyX functions (aka LFUNs)

2008-07-22 Thread Pavel Sanda
Dear LyXers, I'm proud to announce that the LFUNs documentation project has been finished. If you are interested in mastering LyX this documentation could be useful for your needs. Some technical speech: * All documentation is orginally written as doxygen comments in our source code, so

Re: Progress on the MS Word to LyX conversion (xml)

2008-07-23 Thread Pavel Sanda
On Wednesday 23 July 2008 00:19:09 Pavel Sanda wrote: while you are right that xml could be better technology for internal lyx parsing (and i can understand your viewpoint as lyx2lyx fan:) this was not my mail about. It is funny to see all this nostalgia around something

Re: Progress on the MS Word to LyX conversion (xml)

2008-07-23 Thread Pavel Sanda
Perhaps our best hope of continuing tweakability of native LyX is to create 1.5.x to XML and XML to 1.5.x converters. Then all the parsing/tweaking can continue to be done in the 1.5.x format. as have written others 1.6 is still ok. for lyx files assembly you can still make what you want in

Re: Progress on the MS Word to LyX conversion (xml)

2008-07-23 Thread Pavel Sanda
The next question is why do we need to manipulate lyx files with awk and friends? Is not there something that can should be done by lyx? search and replace is one of the weak lyx parts and even if we get Tommaso one day to put his stuff in there are so many place where its of no help. just

Re: Documentation of LyX functions (aka LFUNs)

2008-07-23 Thread Pavel Sanda
If you are interested in mastering LyX this documentation could be useful for your needs. Should we put this in a page on the wiki site? It could just be a copy of your announcement that's put in a page in the development group, e.g. http://wiki.lyx.org/Devel/LFUN Then we can

Re: Documentation of LyX functions (aka LFUNs)

2008-07-23 Thread Pavel Sanda
This html page is HUGE. It would be helpfull (especially for people on slower net connections and not so powerfull machines) to have the lfuns section in a separate html document. (Of course I can use the pdf as well, but the active links in the html are an added bonus.) you can play with it

Re: Documentation of LyX functions (aka LFUNs)

2008-07-23 Thread Pavel Sanda
Yes, please do so. or we can put the .lyx file into LyX help menu. dont know if others think its good idea. I don't know if this is a good idea as this are informations for specialists and developers. you are probably right, help menu is overpopulated even now. I could provide such a

Re: Documentation of LyX functions (aka LFUNs)

2008-07-24 Thread Pavel Sanda
On Wed, 23 Jul 2008, Pavel Sanda wrote: by the way - Uwe, i have hidden wish - would it be possible for you to produce ONE BIG LYX documentation for all the manuals together (plus lfuns.lyx) - each file could be one part for example... ? Would you only use it to search for information

Re: Progress on the MS Word to LyX conversion (xml)

2008-07-24 Thread Pavel Sanda
what I claim is that we need better script tools to handle lyx documents. Those tools should be stable across lyx versions and should not depend of any particular file format. frankly - these are nice dreams, but there is not manpower to do it. my feeling is that the xml-branch commit

Re: We could really use search-for-environment and search-for-charstyle

2008-07-24 Thread Pavel Sanda
On Wednesday 23 July 2008 19:16:49 Steve Litt wrote: Hi all, One feature I think would be really helpful in LyX would be search-for-environment and search-for-character-style. That way I wouldn't need to go into Vim every time I wanted to locate a specific character style. Thanks

Re: Progress on the MS Word to LyX conversion (xml)

2008-07-27 Thread Pavel Sanda
On Thursday 24 July 2008 13:07:19 Pavel Sanda wrote: frankly - these are nice dreams, but there is not manpower to do it. my feeling is that the xml-branch commit activity pefectly shows what will happen after the worst bugs will be repaired in xml merged trunk. or you have some

Re: making a binary tarball from SVN

2008-07-28 Thread Pavel Sanda
On 14.07.08, Jean-Marc Lasgouttes wrote: G. Milde [EMAIL PROTECTED] writes: compiling LyX from the source took me some hours, so I thought I could install from a tarball on my second machine. However, trying with make dist-bzip2 Does it work now? Sort of: it complained

Re: Lyx functions

2008-07-28 Thread Pavel Sanda
What about in standard mode when I am writing text? nearly all mouse actions can be done by keyboard action, you just have to lern the keybindings or bind new functions for your usage. Can I use lyx as a non WYSIWYG editor? you have to choose what you want. if you want vim-li editing, use vim

Re: generic X copy-and-paste not working

2008-07-29 Thread Pavel Sanda
On 6.05.08, Pavel Sanda wrote: Normally, I can highlight text in a terminal and paste it with a middle-click. In LyX, usually I can get to it with Edit - Paste Special. (I can copy-and-paste fine in my xterms.) In my LyX, the Paste Special choices are shaded out

Re: generic X copy-and-paste not working

2008-07-29 Thread Pavel Sanda
On 29.07.08, Pavel Sanda wrote: On 6.05.08, Pavel Sanda wrote: Normally, I can highlight text in a terminal and paste it with a middle-click. In LyX, usually I can get to it with Edit - Paste Special. (I can copy-and-paste fine in my xterms.) In my LyX

Re: generic X copy-and-paste not working

2008-07-29 Thread Pavel Sanda
On 29.07.08, Pavel Sanda wrote: My last compile is from SVN 2008-07-25 so, if your check-in is not later, this saves a lot of effort and bandwidth. its from todays morning :) and compiling took several hours. A fresh attempt doday (on another machine) used up all memory and had

Re: Holy Moly!

2008-07-29 Thread Pavel Sanda
really didn't mean to cause such a drama everyone, sorry if I have offended anyone all I want is to come off the list. I will follow the traditional route and keep trying! Hope everyone has a good day!!! Mellisa, if the web instructions does not work for you, please send me one sample of

Re: Problem importing document from lyx 1.5.5 to 1.6 beta 4

2008-08-03 Thread Pavel Sanda
Any ideas? plese put it in bugzilla and add the file demonstrating the problem. pavel

Re: Any words of wisdom switching from 1.4.2 to 1.5.6?

2008-08-27 Thread Pavel Sanda
On Saturday 23 August 2008 06:40:32 am killermike wrote: Steve Litt wrote: I have one book written in stone age LyX in 2001, using Dekl Tsur's color character style workaround. It's been upgraded to 1.4.2, and compiles on 1.4.2, but it doesn't compile on 1.5.x, and I dread getting it

Re: Reduce spacing between // for hyperrefs?

2008-08-28 Thread Pavel Sanda
On Mon, Aug 25, 2008 at 02:09:29PM +0200, Andre Poenitz wrote: And, since the preamble is inserted before \usepackage{hyperref}, this needs to be wrapped in \AtBeginDocument is it possible to put all this into module? i would find it useful. pavel

Re: Can't paste into lyx

2008-08-28 Thread Pavel Sanda
I use LyX on windows XP. I have some text in a .txt file. When I select it and try to paste it into LyX nothing happens, but it works the other way around, any fix for this? can you report whether this action helps in win environment? : 1. select something _inside_ lyx and copy it. 2.

Re: Can't bind lyx function to certain keys

2008-08-28 Thread Pavel Sanda
I'm trying to set up my keybindings so that when I enter a greek character, it inserts the greek character in math mode. I have my keyboard set up (with xmodmap) so that pressing Mode_switch-a generates Greek_alpha, Mode_switch-b generates Greek_beta, and so on. Then in my lyx keybindings

Re: 1.6.0 rc1 minor bug

2008-08-28 Thread Pavel Sanda
Hello, In Preferences I try to change color of inline completation. This option no work. are you sure you have set both inline completion and non-unique inline completion colors? pavel

Re: LyX version 1.6.0 (release candidate 2) is released

2008-08-29 Thread Pavel Sanda
José Matos wrote: Public release of LyX version 1.6.0 (release candidate 2) = what about putting it to website? pavel

Re: Bug in LyX 1.6-RC1

2008-08-29 Thread Pavel Sanda
I don't know if it is a known bug, but LyX 1.6-RC1 crashes whenever I try to copy a piece of text that contains ERT from one LyX document to another. Can anyone confirm this? no, can you confirm it on rc2? pavel

Re: tab through eqnarray environment - bug in 1.6rc1?

2008-08-29 Thread Pavel Sanda
On Aug 29, 2008, at 1:42 AM, Abdelrazak Younes wrote: James Sutherland wrote: Has anyone noticed that in 1.6rc1 using the tab key to skip through the three fields in the eqnarray environment does not function properly? Shift-Tab cycles in reverse as it has in the past, but Tab does not

Re: tab through eqnarray environment - bug in 1.6rc1?

2008-08-29 Thread Pavel Sanda
For convenience, I would suggest Ctrl-Tab for forward-cycling through eqnarray fields Can't do that as Ctrl-Tab is reserved to document switching. btw it works for you? ctrl+tab makes no action here, athough the binding is correct and buffer-next lfun from command buffer works too.

Re: tab through eqnarray environment - bug in 1.6rc1?

2008-08-29 Thread Pavel Sanda
On Aug 29, 2008, at 7:43 AM, Pavel Sanda wrote: For convenience, I would suggest Ctrl-Tab for forward-cycling through eqnarray fields Can't do that as Ctrl-Tab is reserved to document switching. btw it works for you? ctrl+tab makes no action here, athough the binding is correct

Re: tab through eqnarray environment - bug in 1.6rc1?

2008-08-29 Thread Pavel Sanda
On Aug 29, 2008, at 7:43 AM, Pavel Sanda wrote: For convenience, I would suggest Ctrl-Tab for forward-cycling through eqnarray fields Can't do that as Ctrl-Tab is reserved to document switching. btw it works for you? ctrl+tab makes no action here, athough the binding is correct

Re: 1.6rc2 buglet

2008-08-29 Thread Pavel Sanda
When I change background color (in the gui), it opens additional 'list of equations' and 'source' views. this has nothing to do with colors, but with session handling. i have observed on linux, that after instalation of new version, the _second_ run pops up automatically both of the dialogs

Re: plug: LyX article on Linux.com

2008-08-29 Thread Pavel Sanda
On Fri, 29 Aug 2008, killermike wrote: John Kane wrote: Nice article. I can refer to it when recommending LyX to people. Hi, Have you added a link to the article from the wiki page Press about LyX? Christian, you are a bit late :) http://www.lyx.org/PressAboutLyX p

Re: opening Math help crashes lyx 1.6rc1

2008-08-31 Thread Pavel Sanda
On Aug 29, 2008, at 9:05 AM, James Sutherland wrote: Every time I open the Math document in the Help menu, LyX 1.6rc1 crashes. All of the other help documents open without any problem. This occurs on Mac. I haven't been able to check on other platforms. Can anyone confirm this on

Re: Ubuntu missing screen fonts for symbols: solution.

2008-09-04 Thread Pavel Sanda
On 3.09.08, Paul Johnson wrote: In Debian, latex-xft-fonts is suggested. I agree that the more convincing recommended might be the better choice but there is no need to require latex-xft-fonts. i don't know how debian has handled this, but note, that lyx is shiped with bakoma fonts

Re: 1.6.0 rc1 crash

2008-09-04 Thread Pavel Sanda
hello, rc1 crash when I clicked Export Plain text can you post the minimal example of file, where this happens? there is one known case when math macros are in use. pavel

Re: 1.6.0 rc1 crash

2008-09-04 Thread Pavel Sanda
no math used. no macros. only a text without any format. no titles, no footnotes, nothing. I wrote a text aimed to be exported to txt and then send by mail without html. i was asking for some example file. your report is useless until there is some way how to reproduce it. pavel

Re: 1.6.0 rc2 bug and feature request

2008-09-06 Thread Pavel Sanda
hello, On my system, opensuse 11.0 with kde, all dialog box are open in full screen mode, e.g., size of dialog box is same of entire screen, without option for change size. In rc1 this not happen. Is impossible work with search and replace with this behaviour. can't reproduce (i dont

Re: 1.6.0 rc2 bug and feature request

2008-09-06 Thread Pavel Sanda
b) In early version of version control I have an option for check changes one by one. I have not see it in 1.6.0 version. i'm not sure what you mean. are talking about version control or revision control? where this option resides in 1.5? eh sorry, version control is the same as

Re: pictures into the lyx file

2008-09-10 Thread Pavel Sanda
Paul A. Rubin wrote: It is easy to embed a compiled image (PDF, JPG, PNG, EPS, ...) from a suitable drawing/graphing program. I take it that's not what you want? no, embedding is not possible now. Also, it is a pity lyx is not able t render tikz and xy-pic pictures.

Re: OT: post-process postscript or PDF document to add page numbering and footer

2008-09-10 Thread Pavel Sanda
On Tue, 9 Sep 2008, Zan wrote: I have thousands of pages to process. The first two volumes will be around 600 pages each. I will need to automate. i think postscript is better parseable format for such a task. pavel

Re: LyX 1.6rc2 crashes when navigating in the outline panel (MAC OS X)

2008-09-12 Thread Pavel Sanda
Hi there, I'd just like to report that LyX version 1.6rc2 repeatedly crashes when trying to open child documents from a master document by clicking in the toggle outline panel (see details from the Apple's crash reporter in the attached file). if nobody answers best to put it into bugzilla.

Re: Finding and replacing quotes

2008-09-22 Thread Pavel Sanda
Jürgen Spitzmüller wrote: 2. consider using the LaTeX package csquotes from now on. Has LyX built-in support or csquotes (besides ERT)? http://bugzilla.lyx.org/show_bug.cgi?id=1499 pavel

Re: LyX OS-X AppleScript

2008-09-22 Thread Pavel Sanda
Daniel Lohmann wrote: LyX 1.5.5, Mac OSX 10.5.5 I found some nice AppleScripts There is no AppleScript support built into LyX, so, unfortunately, there is no chance for this to work. Maybe there are LFUNs to move around the application window, and something similar could be done using

Re: RC2 and graphics

2008-09-22 Thread Pavel Sanda
These are also on the web somewhere, but I can't remember where. menu help - lyx functions. pavel

Re: OT. Insert [lyx] into the Subject

2008-09-22 Thread Pavel Sanda
Hi mailing list admin, Just a minor request. As many other mailing lists, I think it would be handy if your listserver would insert [lyx] into the subject field. It would help me a lot in order to filter/sort/order my incoming mails much faster. why not? this is already possible

Re: RC2 and graphics, follow up

2008-09-23 Thread Pavel Sanda
(I observed my watch a few times RC2 needed around 25-30 seconds from the moment I clicked the OK button of the inset-image-dialog, 1.5.0 needs certainly less than 5 seconds. No representative sample ;-) ugh. is this waiting done by cpu usage or swapping? i just nearly freezed my box from

Re: LyX... questions/ideas/wishes

2008-09-25 Thread Pavel Sanda
Well, I just saw something but I can't nail it! I mean, I would like to you have to be faster :) other option is to go to preferences dialog-editing-shortcuts-font,layouts and textclasses and find out that e.g. layout-Section is Alt+P 2 pavel

Re: An idea about the appearance of key-bindings in the statusbar

2008-09-25 Thread Pavel Sanda
Christian Ridderström wrote: PS. Maybe the ability to see a log/history of the most recent commands could be useful. Do we have that possibility? you mean lyx -dbg action ? pavel

Re: How to use lyxclient ?

2008-09-26 Thread Pavel Sanda
Could someone give me a one-line example? this is not possible with the current version of lyxclient, however i fixed it for next releases. pavel

Re: How to use lyxclient ?

2008-09-27 Thread Pavel Sanda
Pavel Sanda wrote: Could someone give me a one-line example? this is not possible with the current version of lyxclient, however i fixed it for next releases. Great, thanks a lot!!! Will (did?) that also go into the 1.5.x-series? i can put it there if Juergen allows it. pavel

Re: How to use lyxclient ?

2008-09-28 Thread Pavel Sanda
i can put it there if Juergen allows it. is it just the oneliner here? http://www.lyx.org/trac/changeset/26586 yes. Could you give a brief explanation of the change? cin string reads only one word, so you can enter only lfun command without parameter. getline solves this. pavel

Re: How to use lyxclient ?

2008-09-29 Thread Pavel Sanda
Pavel Sanda wrote: cin string reads only one word, so you can enter only lfun command without parameter. getline solves this. OK then. done pavel

Re: toolbars gone

2008-09-29 Thread Pavel Sanda
I don't think it can be an SP3 issue, because LyX was running perfectly earlier today. What am I overlooking? have you been in fullscreen mode when setting this? http://bugzilla.lyx.org/show_bug.cgi?id=5274 anyway the session info you are looking for deletion is under qt handling - on linux

Re: hang up in 1.6.0 rc3

2008-10-09 Thread Pavel Sanda
I have problems with RC2 and RC3 when I work on imported files. I have heavy and frequent crashes indeed. try to find a a recipy how to reproduce it, or send a backtrace if you can. pavel

Re: dependency hell while compiling lyx 1.5.6 from source

2008-10-18 Thread Pavel Sanda
~ the thing is that as I read online in order to install qt 4 you need libqt4-core and then to install libqt4-core you need ... so you will be dealing with an apparently endless dependency ~ There should be a way to deal with this, right? What is it? isn't this the job of your linux

Re: dependency hell while compiling lyx 1.5.6 from source

2008-10-19 Thread Pavel Sanda
On Saturday 18 October 2008 07:38:24 pm Pavel Sanda wrote: If you were thinking of upgrading to the latest version of your distro, this would be an excellent time to do so. I had horrid problems compiling 1.5.x on Mandriva 2007, but on Mandriva 2008 it compiled effortlessly because Mandriva

Re: dependency hell while compiling lyx 1.5.6 from source

2008-10-19 Thread Pavel Sanda
Pavel Sanda wrote: On Saturday 18 October 2008 07:38:24 pm Pavel Sanda wrote: If you were thinking of upgrading to the latest version of your distro, this would be an excellent time to do so. I had horrid problems compiling 1.5.x on Mandriva 2007, but on Mandriva 2008 it compiled

Re: dependency hell while compiling lyx 1.5.6 from source

2008-10-19 Thread Pavel Sanda
Pavel Sanda wrote: ahh i missed that its knoppix. maybe its time to start thinking about knoppix-based CD with texlive lyx 1.6 so people can use live system with lyx without any install needs... just found that dvd-based knoppix 5.3.1 already has texlive 2007 lyx 1.5.3 pavel

Re: report class, how do i change the margin ONLY in the appendix?

2008-10-30 Thread Pavel Sanda
Jon Bendtsen wrote: Hi i have a report class document. And i want to change the marin only in the appendix. The top and button margin to have more on the pages. Look at the manual for the geometry package. btw is there some way how this package could be used for switching paper

Re: report class, how do i change the margin ONLY in the appendix?

2008-10-30 Thread Pavel Sanda
btw is there some way how this package could be used for switching paper orientation for individual pages or from the curent position along? i see only preamble switches in the manul... i'm regularly facing the problem of mixing portrait/landscape child documents and its bit tough to

Re: Someone uses my Bugzilla account

2008-11-05 Thread Pavel Sanda
Manveru wrote: There is a possibility that was not really you. But coincidence of addresses used by someone else to spam bugzilla. That's the most likely thing: Someone else's computer is infected, and it's using Johannes's email address as the from and just spamming everything it

Re: Someone uses my Bugzilla account

2008-11-05 Thread Pavel Sanda
On Wed, Nov 05, 2008, Pavel Sanda wrote: i just tried to search out that old case and i found the name is OK now! so i made new experiment in http://bugzilla.lyx.org/show_bug.cgi?id=5429 in comment 6 and my name was changed into David A. Case. i just wonder when bugzilla switch

Re: graphic files

2008-11-05 Thread Pavel Sanda
Basically, yeah. This was a feature bandied about perhaps two years ago more exactly this feature was some time part of lyx 1.6 and called 'embedding feature' or 'bundled format', unfortunately the discussions about its design and implementation was so heated that we nearly lost two of core

Re: problem with the LyX tutorial ( 7A2-99B )

2008-11-08 Thread Pavel Sanda
could not load splash screen: '/usr/share/lyx/./images/banner.png' this looks like wrong instalation. what distro do you use, how did you install lyx, whats the output of ls -l /usr/share/lyx/images/banner.png ? convert: unable to open image

Re: problem with the LyX tutorial

2008-11-08 Thread Pavel Sanda
could not load splash screen: '/usr/share/lyx/./images/banner.png' this looks like wrong instalation. what distro do you use, how did you install lyx, whats the output of ls -l /usr/share/lyx/images/banner.png ? convert: unable to open image

Re: Lyx download not working

2011-02-21 Thread Pavel Sanda
Nicola Donato wrote: Hello, I'm really sorry to use this mailing list but I'm trying to download lyx for windows but each link is not working, I tried also from other PC and internet connections but no one was successfull. Could please help me in some way?? maybe sending me here by mail??

Re: Cursor in LyX 2 beta4

2011-03-04 Thread Pavel Sanda
Abdelrazak Younes wrote: #ifdef Q_WS_WIN int const CursorWidth = 2; #else int const CursorWidth = 1; #endif considering how trivial is this change and how many times it was asked, i would accept patch for RC variable even for 2.0. pavel

Re: SIGSEGV signal

2011-03-05 Thread Pavel Sanda
Marcelo Acu?a wrote: Hello, lyx 2.0 beta 4 with debian squeeze: when I marked tables with mouse I get SIGSEGV signal error. Anyone do have same problem? no, you need to give more exact recipy. pavel

Re: Print Notes in LyX2.0beta4

2011-03-05 Thread Pavel Sanda
Greg Kise wrote: Hi All, I have a large document with many LyX Notes. I need to print the document with the Notes so I can find the things I need to edit. How can I print notes in LyX2.0beta4? look at lyx functions manual, inset-forall. if you need this regularly, branches should be used

ANNOUNCE: LyX version 2.0.0 (release candidate 1)

2011-03-07 Thread Pavel Sanda
Public release of LyX version 2.0.0 (release candidate 1) = We are pleased to announce the first release candidate of LyX 2.0.0. Since the last beta releases became stable enough for a regular work we switched to release candidate, freezed

Re: New version question

2011-03-08 Thread Pavel Sanda
David L. Johnson wrote: So, why was this change made? Can I set some preference to un-make it? I don't really want to downgrade, if I can avoid it. LyX is my default program for writing just about everything. http://www.lyx.org/trac/ticket/7266 pavel

Re: SIGSEGV signal

2011-03-08 Thread Pavel Sanda
Marcelo Acu?a wrote:   lyx 2.0 beta 4 with debian squeeze:   when I marked tables with mouse I get SIGSEGV signal error.   Anyone do have same problem? no, you need to give more exact recipy. pavel Is difficult to reproduce. I have a table unfolded. The table with a caption is

Re: bug? powerdot problems with 2.0 beta 3

2011-03-08 Thread Pavel Sanda
moabi2000 wrote: Hi, Using 2.0 beta 3 the powerdot example file fails to compile properly. Using ps2pdf, the orientation of the slides is wrong and they are truncated (attached pdf). Using dvipdfm the orientation is correct, but the style (background colours) do not show up (attached

Re: about the forward and backward LaTeX synctex search

2011-03-13 Thread Pavel Sanda
Wei-Dong Lian wrote: hi everyone, I am using the lyx200rc1, great changes have made. it is very convenient to support Chinese language. do you know that we are waiting for somebody updating chinese localisation for lyx 2.0? :) It seems we can find the evince and gedit marriage to implement

Re: Problem with sidecaptions in multi-lingual documents LyX 2

2011-03-17 Thread Pavel Sanda
P??vel Nicklasson wrote: I have encountered a problem when trying to convert some files. In documents with several languages with the sidecaptions module activated do not work in LyX 2RC1. It is a regression from LyX 1.6 there the documents work. i guess that sidecaptions module is not

Re: LyX 2.0.0 release candidate 1 - (Non official Win32 binaries)

2011-03-19 Thread Pavel Sanda
Nikos Chantziaras wrote: This installer needs to be run with admin privileges - beep, next candidate. Is there an installer other than this somewhere? It's an RC, I would have guessed it would come with an official Windows version. not really. there was some note lately from installer

Re: In openSUSE 11.4, scrolling in LyX RC1 very slow

2011-03-20 Thread Pavel Sanda
Joon Ro wrote: In openSUSE 11.3 this did not happen. Any ideas where to look? Could it be related to QT? and to X server as well. pavel

Question about old classic.ui layout usage

2011-03-20 Thread Pavel Sanda
hi, is there still any user of very old classic.ui layout for lyx menus ? he should speak now, otherwise i consider to kill it for lyx 2.0. its not maintained for years and lot of new functions will be missing in that menu layout. pavel

Re: In openSUSE 11.4, scrolling in LyX RC1 very slow

2011-03-20 Thread Pavel Sanda
Joon Ro wrote: Regarding video drivers, I'm using intel graphics and did not do any modification regarding xorg or graphic drivers. if it was really in X then combination of hardware+drivers could be important. pavel

Re: In openSUSE 11.4, scrolling in LyX RC1 very slow

2011-03-20 Thread Pavel Sanda
Joon Ro wrote: Hardware: GM45 Express Chipset Driver: i915 (xorg-x11-driver-video 7.6-52.4 x86_64) Please let me know if you need any more information. not now, but as we get such reports from time to time something can ring a bell... pavel

ANNOUNCE: Windows installer for RC1

2011-03-20 Thread Pavel Sanda
Dear LyX Users, new official windows installer was prepared and put on the ftp site ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/ . Note that this installer is based on fresh new code different from 1.6 series and needs some testing from you. Most important new features of this installer is that it

Re: Weird behavior after Lyx 2.0 RC1 installation

2011-03-24 Thread Pavel Sanda
Julio Rojas wrote: Both the same. I'm afraid RC1 broke my miktex. what installer did you use previously? pavel

Re: LYX software query

2011-03-24 Thread Pavel Sanda
Vincent van Ravesteijn wrote: It seems that when you installed it requires the ability to go to the web and pull down files, could you confirm that this is the case? This is not necessary. Either you install MikTeX (assuming you are talking about windows) separately, or you can download

Re: LYX software query

2011-03-28 Thread Pavel Sanda
Guenter Milde wrote: This is not necessary. Either you install MikTeX (assuming you are talking about windows) separately, or you can download the installer-bundle (IIRC this includes MikTeX). the problem is that some styles/classes are downloaded by miktex itself and by default

Re: [LyX 2.0.0rc1] LyX file symbol in explorer disappeared

2011-03-28 Thread Pavel Sanda
Jannick Asmus wrote: Hi, after installation of LyY 2.0.0rc1-2 on my WinVista machine the symbol (blue L) for LyX files has disappeared in the explorer, whereas the application to files with extension .lyx is LyX. Moreover in the list of installed programs (system panel - don't know the

Re: rcs-multi and LyX 2.0 RC1

2011-03-28 Thread Pavel Sanda
Dr Eberhard W Lisse wrote: How do I achieve the wanted behaviour so I an see when I last edited a particular page? commit number should be doable via insetinfo (insert revision information on VCS toolbar), use context menu to change. the routine for timedate is not implemented for RCS, but

Re: Suggestions on which revision control system to use with LyX?

2011-03-28 Thread Pavel Sanda
Steve Litt wrote: Any suggestions is very welcome. I haven't started using version control yet, but all my friends love Git. which is not supported by lyx at all. we know RCS, CVS, SVN. RCS is good for local usage only (not to be shared among people) while SVN (newer replacement of CVS)

Re: Suggestions on which revision control system to use with LyX?

2011-03-29 Thread Pavel Sanda
Guenter Milde wrote: however lyx support only .lyx files, not files like bibliography or pictures around. these need to be manually added so if you don't intend to become commandline capable, the lyx support of version control won't be enough for you. This is one more argument for Git

Translations of Math environments in LyX output - last call for LyX 2.0

2011-03-29 Thread Pavel Sanda
Dear translators, one of the new features in the upcoming LyX 2.0 is automatic translation of math environments strings (and some floats) to the localized form. For example Exercise becomes Aufgabe in the output of the documents with language set to german. In the attached file you find a list

ANNOUNCE: LyX version 2.0.0 (release candidate 2)

2011-03-29 Thread Pavel Sanda
Release of LyX version 2.0.0 (release candidate 2) == We are pleased to announce the second release candidate of LyX 2.0.0. Due to the numerous requests we added more sets of toolbar icons (based on Oxygen and LibreOffice themes) which can be

<    1   2   3   4   5   6   7   8   9   10   >