Re: keyboard question

2008-06-27 Thread Pavel Sanda
> Dear LyX gurus: why does LyX ignore: > > \bind "cacute" "unicode-insert 0x00e7" > > while e.g. > > \bind "M-C-comma" "unicode-insert 0x00e7" # insert a ç (c with cedilla) > > works? because Qt::Key_Comma exists, while Qt::Key_cacute does not (http://doc.trolltech.com/4.4/qt.html). in

Re: keyboard question

2008-06-27 Thread Pavel Sanda
> PS Here is what I tried: in american.kmap I put > > \kmod ' acute aeiouAEIOU > > # \kmod "," cedilla native > > \kxmod ' c ç just a wild guess, what happen with this: \kxmod acute c ç pavel

Re: keyboard question

2008-07-02 Thread Pavel Sanda
> Furthermore, I don't get a single quote this way, but an isolated acute > accent. In other words, with such a keyboard remap, it's impossible to > get a single quote in LyX. > > And at last, only the accents (acute, grave, circonflex...) exhibit this > behavior. The double quote retains its norm

Re: keyboard question

2008-07-02 Thread Pavel Sanda
> > this keymap part of lyx is from days when changing keymaps was not so > > easy as it is now under X. by default these things should be maintained > > in X settings not in lyx. here lyx reacts as most other apps wrt keymaps. > > Should we get rid of our own keyboard mapping soonish then? > > D

Re: keyboard question

2008-07-02 Thread Pavel Sanda
> On Wed, Jul 02, 2008 at 09:13:27PM +0200, Pavel Sanda wrote: > > > Should we get rid of our own keyboard mapping soonish then? > > > > > > Does anybody still use it and could not use alternatives provided by his > > > environment? > > > > yes

Re: making a binary tarball from SVN

2008-07-07 Thread Pavel Sanda
> Dear LyX users, > > 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 what happens with "make dist"? pavel

Re: overstrike

2008-07-09 Thread Pavel Sanda
> Is there a way to get overstrike text in LyX? > I am looking for something like what happens when you track changes and > delete something, but without using track changes... http://www.mail-archive.com/[EMAIL PROTECTED]/msg135337.html we also have it in wiki feature poll. pavel

Re: Inserting code

2008-07-10 Thread Pavel Sanda
> Is there a way to copy code from other editors into Lyx in such a way that > at least the format of the code is preserved? have you tried listings environment? pavel

Re: LyX version 1.6.0 (beta 4) is released

2008-07-14 Thread Pavel Sanda
José Matos wrote: > You can download LyX 1.6.0beta4 here (the .bz2 are compressed with > bzip2, which yields smaller files): > > ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.6.0beta4.tar.gz > ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.6.0beta4.tar.bz2 ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx

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-

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 tim

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 i

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). C

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 style

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, pe

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

2008-07-22 Thread Pavel Sanda
> Steve Litt wrote: > > this. > > > > > > > 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 imho manually generate \begin_layout Standard is more simpler then typing . now imagine those regexps wher

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 . > &g

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 thi

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

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 i

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 lo

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

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

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 > provi

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 yo

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 acti

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.

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

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? > > S

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 v

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.) > > > > > >

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 > > > > >

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 anot

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 o

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 g

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 keyb

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, b

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 comman

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 > >>>>> > >>>>>

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 i

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 y

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

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 fo

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

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. http://wiki.

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 bugz

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 d

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

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 effortle

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

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 tou

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 everythin

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 in

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 dev

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 > `png:/tmp/lyx_tmpdir8697x4VFgc/gconvert086971dmYl

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 > `png:/tmp/lyx_tmpdir8697x4VFgc/gconvert086971dmYl

Re: lyx2lyx script broken (1.6.0 on Vista)

2008-11-18 Thread Pavel Sanda
> PPS: I cut a few smileys from the mail to avoid the embarassing ranking > in the 1.7 smiley-per-mail statistics. feel free to uncover yourself, users list is not evaluated... pavel

Re: lyx2lyx script broken (1.6.0 on Vista)

2008-11-18 Thread Pavel Sanda
> On Tue, Nov 18, 2008 at 11:43:34PM +0100, Pavel Sanda wrote: > > > PPS: I cut a few smileys from the mail to avoid the embarassing ranking > > > in the 1.7 smiley-per-mail statistics. > > > > feel free to uncover yourself, users list is not evaluated...

Re: Koma-script not fully compatible with hyperref package

2008-11-21 Thread Pavel Sanda
> P.S. Should I also report this bug somewhere on CTAN where the packages > reside? > I can't figure out for the love of God where I can sign up for a user account > on > the Koma Script website, though my German is good enough. It only lets > _existing_ users log in or renew passwords though! >

Re: includegraphics - a newbie question

2008-11-26 Thread Pavel Sanda
> *.png test file there and tied to preview the PDF but got an error message > about not being able to determine the bounding box. I put my own width > and height into the dialog box but got the same error message. this usually won't happen. maybe something strange with that png file or the tex

Re: How to reference LyX ?

2008-11-26 Thread Pavel Sanda
> From Bibtex point of view and proper title generation in Bibliography > this entry should be more like this: > > @misc{ wiki:xxx, > author = "Wikipedia", > title = "Ly{X} --- {W}ikipedia{,} {T}he {F}ree {E}ncyclopedia", > year = "2008", > url = "\url{http://en.wikipedia.org/w/index.php?t

Re: How to reference LyX ?

2008-11-26 Thread Pavel Sanda
> Hi, > > I want to refernce LyX in a paper I'm writing, do you have a bibliographic > reference ? i just looked into some paper in PLoS and bibliographical entry was like this: "Bugzilla. Available: http://www.bugzilla.org. Accessed 10 July 2006." ( http://www.ploscompbiol.org/article/info:doi

Re: z-notation

2008-11-26 Thread Pavel Sanda
> And I'd guess you can do it in LaTeX, though I do not know. yes you can, guidance for latex macros is even part of the ISO standard for Z syntax. pavel

Re: (Slightly OT): Can't install texlive on gentoo system

2008-11-26 Thread Pavel Sanda
> * ERROR: app-text/texlive-core-2008-r4 failed. > * Call stack: > * ebuild.sh, line 49: Called src_install > * environment, line 3006: Called einstall > 'bindir=/var/tmp/portage/app-text/texlive-core-2008-r4/image//usr/bin' > 'texmf=/var/tmp/portage/app-text/tex

Re: Fast typing - LyX follows slowly only

2008-12-07 Thread Pavel Sanda
> Am Fri, 05 Dec 2008 14:03:18 +0100 > schrieb Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > > > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > > > Integrated mainboard 865G chipset with Pentium IV 2.8 GHZ and 1024 > > > RAM. > > > > And did you enable the 3D desktop effects? > > > > JMarc > >

Re: Find and Replace math

2008-12-07 Thread Pavel Sanda
> Richard Heck <[EMAIL PROTECTED]> writes: > > This is a long-standing desire, for "round trip" LaTeX editing, or the > > ability to edit directly in the View>Source pane. Unfortunately, LyX's > > own internal format isn't LaTeX, and the tex2lyx importer isn't ready > > for this kind of thing. >

Re: Does the version management work under windows?

2008-12-07 Thread Pavel Sanda
> ok, i think i figured this out. i needed to install more miktex packages. it > runs now. > but the version management does not work at all. i see it complain that some > ci tool is returning an error. there is no ci tool installed at all, so im > not surprised. > > it does not appear in the cygw

Re: Showing LyX Notes in output

2008-12-07 Thread Pavel Sanda
> On Fri, 5 Dec 2008 21:39:15 + (UTC) > baseliner <[EMAIL PROTECTED]> wrote: > > > James Sutherland <[EMAIL PROTECTED]> writes: > > > > > > > > Right-click and then choose "Greyed Out". This will show up in the > > > output. > > > > Yeah, as I mentioned in my post, greyed out is too passi

Re: Does the version management work under windows?

2008-12-07 Thread Pavel Sanda
> Pavel Sanda wrote: > >> ci is a part of rcs. another possibility is subversion. >> whether there is a possibility to run those creatures under >> cygwin/windows i haven't slightest clue. > > Subversion (both server and client) is available for Win XP and highe

Re: Does the version management work under windows?

2008-12-08 Thread Pavel Sanda
> Pavel Sanda wrote: >>> Pavel Sanda wrote: >>> >>>> ci is a part of rcs. another possibility is subversion. >>>> whether there is a possibility to run those creatures under >>>> cygwin/windows i haven't slightest clue. >>>

Re: version management under windows

2008-12-08 Thread Pavel Sanda
> On Mon, Dec 08, 2008 at 08:37:51AM +0100, Abdelrazak Younes wrote: > >> Pavel Sanda updating the VCS stuff for 1.6 so that it will use cvs, > >> svn, or git. > > > > I don't think Pavel put git support in... But I seem to remember he has > > it on

Re: version management under windows

2008-12-09 Thread Pavel Sanda
> Pavel Sanda wrote: >>> I would think so. The main git repo could be easily hosted in a number of >>> locations. >> whats the improvement over svn? > > Cloning a git repository is as easy as a snap and we wouldn't need to > maintain an svn server that

<    3   4   5   6   7   8   9   10   11   >