Re: Interface language

2007-11-03 Thread Pavel Sanda
alias lyxe=LANG=en lyx should do waht you want Missing semicolon, try something like: alias lyx=LANG=en;lyx why the semicolon ? pavel

Re: Paste from other apps don't work

2007-11-03 Thread Pavel Sanda
Someone have this problem? confirmed. maybe you can file a bug about this. pavel

Re: Compile failure

2007-11-04 Thread Pavel Sanda
Nonetheless I'm getting the following error (well into the compile): ld: library not found for -lQtCore this is not compile error, but linking problem. i guess you need to set path to qt4 in configure (if this is used on mac). pavel

Re: Compile failure

2007-11-04 Thread Pavel Sanda
Yes, a good suggesetion, but the curious thing is that I am setting it. whats the exact configure command you use ? where is placed your libQtCore.so ? pavel

Re: Compile failure

2007-11-04 Thread Pavel Sanda
For compiling Qt: ./configure -static -no-exceptions -nomake examples -nomake tools -nomake demos -prefix /usr/local/Trolltech/Qt-4.3.2/ where is placed your libQtCore.so ? Hm. The compile and install of Qt seemed flawless, but I can't find that file: i know nothing of libraries on

Re: jabber room

2007-11-11 Thread Pavel Sanda
I thought I'd create a jabber room for real time communication: [EMAIL PROTECTED] fyi note that irc channel for real time communication already exists (and its already dead silent too). pavel

Re: Moving graphics from R into LyX - best format?

2008-01-22 Thread Pavel Sanda
I produce most of my statistical graphics in R and move them into LyX floats. I've been exporting them as JPGs from R. Is there a better format that plays well with LyX/LaTeX? Any suggestions are appreciated. - If you want EPS output in R, be aware that you need to use some

Re: Word Count

2008-02-08 Thread Pavel Sanda
Is there any way around this? (short of going through the document and deleting the notes? in case of lyx comments export to text file and count the words by eg wc -w file.txt . this wont help you with greyed out text though. In the future perhaps a checkbox in the word-count popup that could

Re: copy/paste from emacs/openoffice

2008-02-08 Thread Pavel Sanda
How do I copy text from emacs and openoffice into lyx under linux? I am trying to patch together a few sources for a presentation and I can't get lyx to recognize that it has something to paste in any way (marking and middle mouse button or marking and using edit-copy). what version of lyx

Re: copy/paste from emacs/openoffice

2008-02-09 Thread Pavel Sanda
How do I copy text from emacs and openoffice into lyx under linux? I am trying to patch together a few sources for a presentation and I can't get lyx to recognize that it has something to paste in any way (marking and middle mouse button or marking and using edit-copy). what

Re: Fuzzy fonts (Hebrew)

2008-02-17 Thread Pavel Sanda
Before I do all of your suggested tests (which I will do) I just have to say: it seems like the pdf you've sent me has fuzzy Hebrew as well! Well - as I understand, PDF should embed the fonts inside it, so it's not impossible that we see the documents in two computers in two different ways;

Re: Why oh why did you drop xforms?

2008-02-18 Thread Pavel Sanda
--with-extra-prefix=/usr/lib/qt4 but change the path accordingly. I don't understand what you mean. where do you have libraries of qt4 now ? pavel

Re: Why oh why did you drop xforms?

2008-02-18 Thread Pavel Sanda
If someone can cite a version of Lyx that runs without tears on the latest stable version of Slack (12) then I may give it a try again. i see some slackware package for 1.4.4 in wiki. pavel

Re: Why oh why did you drop xforms?

2008-02-18 Thread Pavel Sanda
And it errors out like this: deps/Dialogs.Tpo -c Dialogs.cpp -o Dialogs.o QAbout.h:24: error: ???Ui??? has not been declared QAbout.h:24: error: expected `{' before ???QAboutUi??? QAbout.h:24: error: invalid function declaration make[7]: *** [Dialogs.lo] Error 1 make[7]: Leaving directory

Re: Why oh why did you drop xforms?

2008-02-18 Thread Pavel Sanda
On Monday 18 February 2008 18:26, Pavel Sanda wrote: --with-extra-prefix=/usr/lib/qt4 but change the path accordingly. I don't understand what you mean. where do you have libraries of qt4 now ? Depending on the meaning of the question, either /usr/lib/qt4 or /usr/lib/qt4/lib

Re: Why oh why did you drop xforms?

2008-02-18 Thread Pavel Sanda
But now I want to upgrade LyX without installing a newer operating system. I don't think that's too much to ask. One could counter that if I used Debian I could just apt-get install the whole thing. Well I don't use Debian -- I like Mandriva and have been using it since 2000, and I

Re: Why oh why did you drop xforms?

2008-02-19 Thread Pavel Sanda
While in the process of trying to add things like Qt4 to my Slack 12 system I managed to mung my ability to send outgoing mail. I reinstalled on a fresh partition but I still have problems. So among other things I am giving up on Lyx. More to the point, I am giving up on

Re: Why oh why did you drop xforms? SOLVED

2008-02-21 Thread Pavel Sanda
Deleting and re-extracting the source tree did the trick. So the steps to cure the problem turned out to be: Good to hear. Steve, if you think that README INSTALL files put you somewhere in the wrong direction, the best you can do is to send us the corrections. Pavel

Re: Command-buffer inset-insert syntax

2008-02-25 Thread Pavel Sanda
For versions of LyX subsequent to 1.4, you have to use |inset-insert| instead. The format is |LYXCMD:anything:inset-insert ref LatexCommand ref reference referenceName \end_inset|. There's also an optional name NAME argument that seems to work in docbook: |link

Re: Command-buffer inset-insert syntax

2008-02-25 Thread Pavel Sanda
So I tried inset-insert ref LatexCommand ref reference tst:2 you mean this? inset-apply ref LatexCommand ref reference tst:2\end_inset p

Re: Command-buffer inset-insert syntax

2008-02-26 Thread Pavel Sanda
Just to make it complete: the syntax is inset-apply ref LatexCommand Format reference label name\end_inset where label name is the name of the referenced label and Format is one of the following: ref -- reference eqref -- (reference) pageref -- page vpageref -- on page

Re: lyxfun to goto line in source

2008-03-07 Thread Pavel Sanda
I wonder, whether there is a lyx function that can be used to place the cursor in the relevant line. one possibility would be use paragraph-goto but it will be quite tricky to get the right number of paragraph. not every indexing number here has its own counter part in visible document etc...

Re: lyxfun to goto line in source

2008-03-11 Thread Pavel Sanda
I wonder, whether there is a lyx function that can be used to place the cursor in the relevant line. one possibility would be use paragraph-goto but it will be quite tricky to get the right number of paragraph. not every indexing number here has its own counter part in visible

Re: WRB - Discoveries

2008-03-20 Thread Pavel Sanda
If someone likes, he or she can upload it into the wiki - I don't know where to put it and how to upload it... such page was recently created in wiki http://wiki.lyx.org/LyX/Screencasts also http://wiki.lyx.org/LyX/Screencasts-HowToCreateThem pavel

Re: How to open the dialog for label / reference inset by keyboard

2008-03-20 Thread Pavel Sanda
Is there any LFUN or pre-assigned shortcut to open the settings dialog for the label / reference / bib reference inset under the cursor? such lfun would be surpise to me. i mean no :) pavel

Re: Pasting iffy in LyX 1.5.3

2008-03-21 Thread Pavel Sanda
On multiline copies, Edit-Paste in LyX usually removes linefeeds. Edit-pastespecial-text puts in the last thing copied or cut from LyX, with middle button and using Edit- paste special - Selection linefeeds are correct (tested with eterm, xterm and lyx 1.5.4). pavel

Re: Pasting iffy in LyX 1.5.3

2008-03-21 Thread Pavel Sanda
On multiline copies, Edit-Paste in LyX usually removes linefeeds. Edit-pastespecial-text puts in the last thing copied or cut from LyX, with middle button and using Edit- paste special - Selection linefeeds are correct (tested with eterm, xterm and lyx 1.5.4). Why is that not the

Re: Pasting iffy in LyX 1.5.3

2008-03-21 Thread Pavel Sanda
After many years of relying on the middle mouse button for pasting text, I recently upgraded one of my machines to openSUSE 10.3 and the middle button no longer works quickly or reliably for any app (not just LyX). I now need to click up to 4 times and wait before it works. this belongs to

Re: LFUN to open label / reference inset dialog

2008-03-23 Thread Pavel Sanda
Anybody an idea? Yes: next-inset-toggle (Ctrl-i with cua.bind) this behaviour is intended? i find the naming confusing. wouldn't be better to have clear distinction between toggling and dialog showing? also what is the relation to dialog-show lfun? pavel

Re: UI changes

2008-03-23 Thread Pavel Sanda
-When I first inserted TeX code, I found the label ERT confusing, since I didn't know what it meant. (However, it is a pretty funny label.) evil red tex(t) :)) p

Re: LFUN to open label / reference inset dialog

2008-03-24 Thread Pavel Sanda
Before posting, I did look through the list of LFUNs (as offered by   the Alt+X command bar). However, I couldn't imagine next-inset-toggle   as the one I was looking for. Probably. More important, however, is that Ctrl-i somewhat acts consistently (IMHO). which is the current state in

Re: LFUN to open label / reference inset dialog

2008-03-24 Thread Pavel Sanda
which is the current state in your opinion? From a user POV, yes (except for the bug Richard referred to). in such a case we should at least rename the lfun to be clear that it does also the dialog opening for certain insets. when even devs are not able to find such an lfun there is

Re: LFUN to open label / reference inset dialog

2008-03-24 Thread Pavel Sanda
unfortunately all naming coming to my mind now are bit weird. any proposals? Well, note that what it does is highly context-dependent. If you're in a note but in front of ERT, for example, then Ctrl-I will do something to the ERT, not to the note. So, well, ??? lets bump it with

Re: Website re-design ideas

2008-03-24 Thread Pavel Sanda
I also think the LyX.org site is OK except for the background and the white text... changing that alone could make a huge difference. I we have fix for this long time, but nobody on dev list commented the design so i let it die. http://195.113.31.123/~sanda/junk/lyx/www/ pavel

Re: LyX logo

2008-03-24 Thread Pavel Sanda
nice if we give him our input, even if it would just be a modification to the existing monster/bird/? design. What do you all think? there was quite agreement the lyx-icon/document you picked now back is not better then our monster. pavel

Re: LyX logo

2008-03-24 Thread Pavel Sanda
I think we could do a more impressive design with something fractal or a graph of some impressive-looking function.. if that makes any sense. The first design here could be good as an app icon.. -andrei there are currently two main logos - monster and the banner you see when launch lyx. i

Re: LyX logo

2008-03-24 Thread Pavel Sanda
nice if we give him our input, even if it would just be a modification to the existing monster/bird/? design. What do you all think? there was quite agreement the lyx-icon/document you picked now back is not better then our monster. pavel I didn't understand what you wrote to be honest,

Re: LyX logo

2008-03-25 Thread Pavel Sanda
A good logo should be recognized immediately. The bird is the only one here that is somewhat unique. I don't know how it represents the LyX brand and it may be more a mascot than a logo, but in my opinion we should not change the logo unless we get one that is really professionally

Re: LyX logo

2008-03-25 Thread Pavel Sanda
might be that it associates to creativity, through it's childish appearance. after all i'm just a child playing with toys. pavel

Re: LyX logo

2008-03-25 Thread Pavel Sanda
might be that it associates to creativity, through it's childish appearance. after all i'm just a child playing with toys. Just like the rest of us:-) Guess it really comes down to the kind of users we _want_ :-) me? :)) p

Re: WRB - Installing LyX

2008-03-26 Thread Pavel Sanda
In my opinion, LyX *is* WYSIWYG to a significant degree. LyX content in LyX looks very much like its PDF output. Typefaces, sizes, weights, slants, margins all look similar to the eventual output. but these visual elements are there to convey _meanings_ not visual appearance in resulting

Re: New splash screen (Was: LyX logo)

2008-03-26 Thread Pavel Sanda
current banner because it includes the version number. Is there a difference between 'banner' and 'splash screen'? (I'm wondering if the wiki page shold be renamed) yes splash screen is the name for a picture shown while application starts. i looked on the pictures and the are cold and sad

Re: New LyX website

2008-03-30 Thread Pavel Sanda
I like it much more than our current webpage. But there are some bugs: This page http://www.lyx.org/test/index.php/Main/Translation btw i think the listing of translated things is very outdated. either update or delete it? When will the new webpage will replace the old one- with the release

Re: New LyX website

2008-03-31 Thread Pavel Sanda
Achieve effortless superiority in document production! Without learning any special language or code, just type your content into a Graphic front end and the superb TeX typesetting system will give you a bit like a spam ;) pavel

Re: New LyX website

2008-03-31 Thread Pavel Sanda
2. I suggest a direct link to the visual tour, or at least the screenshots, in the left margin. When I'm shopping for software, that's usually one of the first things I seek out, and I'll sometimes not bother poking around a site if I can't see screenshots early on. good point, i usually

Re: New LyX website

2008-03-31 Thread Pavel Sanda
I really like the structure and the cleanliness. It's very usable and navigable. I'd change the home page text slightly, getting rid of the (IMHO) meaningless term WYSIWYM. For instance, I'd change the first paragraph to: this paragraph was changed by me, sorry Steve... i've post my reply

Re: Visual Tour (Was: New LyX website)

2008-03-31 Thread Pavel Sanda
On the question of screenshots, a) it bugs me that the illustrations are all in a serif font, which should never be used on a screen, unless it's maybe old courier. Michael, feel free to re-create pictures in screenshot section and/or graphical tour. the screenshots you sent are fine,

Re: Templates for the new website

2008-03-31 Thread Pavel Sanda
About skins, I'd love a new skin for wiki.lyx.org (hint, hint), but please note that it should _not_ be the same as for www.lyx.org. (See discussion on the devel list). please at least for the wiki part use template which use full screen width. pavel

Re: LyX logo

2008-04-01 Thread Pavel Sanda
Rather that there are bosses believing that if you have fun at work you are not seriously working. I.e. once they see the platypus on your desktop you cannot convince them that using LyX will increase productivity as well as quality but fear for the reputation of their

Re: Templates, 3d pages graphic, logo ideas

2008-04-01 Thread Pavel Sanda
The 'pages' are nice. However, I don't like the logo. Too far away from the current one... The 'pages' do look nice, but how are they to be used? In a splash screen? maybe incorporate it into intro picture? i like it too. pavel

Re: Converting to HTML

2008-04-05 Thread Pavel Sanda
My question is whether I can insert a command that will appear in the header of an .html file created by LyX. I'd like to do it through the document settings or other means. Some background follows. you can define your own script converting tex-html. in preamble you will add some tex

Strange segfault of dvipost when compiling lyx file

2008-04-06 Thread Pavel Sanda
hi, i'm getting strange segfault when compiling one particular lyx document. after some time i came to quite small attached example which display the problem. for compilation one needs elsevier article classes (http://www.ctan.org/tex-archive/help/Catalogue/entries/elsevier.html) the log

Re: Strange segfault of dvipost when compiling lyx file

2008-04-07 Thread Pavel Sanda
Here's my output from lyx while generating a .dvi of your example: i guess you must generate postscript. what happens if you run: dvipost a.dvi ? lyx dvipng warning: at (-1,-1) ignored header \special{!userdict begin/bop-hook{/isls false def/vsize 792 def/hsize 612 def}def end}. you have

Re: Strange segfault of dvipost when compiling lyx file

2008-04-07 Thread Pavel Sanda
can anybody confirm on some other tex install that attached dvi fails too? i dont have any idea what went wrong. Try dvipost-1.1.patch in development\Win32\patches. i had dvipost 1.0 and just upgrading to 1.1 was enough. pavel

Re: ERT to inline by command

2008-04-08 Thread Pavel Sanda
My suggestion would be a new LFUN next-inset-configure that will open a dialog window in any case: currently inset-settings lfun (now speaking in terms of 1.6) pavel

Re: ERT to inline by command (workaround)

2008-04-08 Thread Pavel Sanda
currently inset-settings lfun (now speaking in terms of 1.6) I find inset-settings even in my LyX 1.5.4. However, I could not get M-x inset-settings to open the settings dialogue of an ERT box. Tried with the cursor inside the box as well as in front of the box. (Error message: Befehl

Re: ERT to inline by command (workaround)

2008-04-08 Thread Pavel Sanda
How can I find out other possbile arguments to inset-insert and what argument(s) does inset-apply expect? some partial info can be found here: http://www.jikos.cz/~ps/lyx/html/namespacelyx.html#5ae63e8160e98b54ad28f142ed40c202449cfaf8159510673d9cbc8920aa6428 pavel

Re: feauture request

2008-04-10 Thread Pavel Sanda
I have a small request that may be silly for normally able people, but may be important for the visually impaired. Would it be possible to have rendered math formulas scaled automatically with the text? i'm not sure what you mean by 'rendered', but here, they are scaled with text

Re: generic X copy-and-paste not working

2008-05-06 Thread Pavel Sanda
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 and not clickable. This is LyX 1.5.2 on NetBSD. I am not

Re: [announce] preview test release of LyX 1.6.0alpha2 for Windows

2008-05-06 Thread Pavel Sanda
1- I am not sure I fully understand how the full screen mode options are supposed to work (I read the wiki page for Lyx 1.6, but I am still not sure): As I understand it, the Toggle checkbox in the prefs (scrollbar, tabbar, toolbar) set them off when checked and on when unchecked (this

Re: Texlive for lyx

2008-05-06 Thread Pavel Sanda
Your first step should be to look at what is in each one and decide whether you need it. I find the best place to quickly get information on packages is http://gentoo-portage.com. please note that there is texmfind utility under gentoo, which helps to find appropriate packages for a given

Re: [announce] preview test release of LyX 1.6.0alpha2 for Windows

2008-05-06 Thread Pavel Sanda
So if this is what happens on all platforms, I would suggest to use the word hide instead of toggle. ok thats reasonable. pavel

Re: Bogus responses to my [EMAIL PROTECTED] posts

2008-05-06 Thread Pavel Sanda
I see that too. JMarc, is the user list also handled by Mate? In which case maybe he could erase this account? only in case he was stupid enough to sign up with this email address :) p

Re: Strange behaviour of .eps figures in LyX 1.5.5

2008-05-14 Thread Pavel Sanda
In the former versions of LyX this behaviour could be prevented by using older versions of ImageMagick instead of the newer ones coming with the LyX installer. Now, however, selected ImageMagick files are preinstalled in LyX directories and the previous workaround with the older

Re: Strange behaviour of .eps figures in LyX 1.5.5

2008-05-14 Thread Pavel Sanda
I also experience the lack of antialiasing though there seem to be some exceptions. I am afraid I will not be able to use the promising new 1.6 series if these problems remain unsolved. I am really afraid as my lecture notes, slides etc. are almost entirely written by LyX and I would not be

Re: How badly is a LyX upgrade going to mess me up?

2008-05-14 Thread Pavel Sanda
All of my books except one are in LyX 1.4.2. The latest book is LyX 1.5.3. I'm hoping to get a 64bit machine with 8GB of Ram, and use LyX 1.5.4. I know that once you open and save a LyX 1.4.2 doc in 1.5.4, you can never go back to 1.4.2. So my question is, do you think 1.5.4 will

Re: Summary to the individual embedding debate.

2008-05-14 Thread Pavel Sanda
Bo, thanks for your responses. - was there some conclusion about filename extension? if there are going to be any tricks with copying or moving .lyx file itself i smell thousand and one problems of rewrites, bad deletions on user side etc. i think that some .lyz would be

Re: Summary to the individual embedding debate.

2008-05-14 Thread Pavel Sanda
Bo, agh, sorry wrong list :( pavel

Geograph. info

2008-05-24 Thread Pavel Sanda
Pavel Sanda wrote: Motto: Abdelrazak Younes wrote: Pavel Sanda wrote: i personally would be interrested in geographical distribution :) in such a case we would have imho better indication from intersted users. Me too! the generation from httpd logs goes very

Re: [announce] preview test release of LyX 1.6.0beta1 for Windows

2008-05-31 Thread Pavel Sanda
Hello LyX testers, ! THIS LYX VERSION SHOULD NOT BE USED FOR ANYTHING ELSE THAN TESTING ! take this warning seriously, this snapshost has dataloss bug wrt space insets. pavel

Re: Help on new (1.6) mathmacro

2008-06-04 Thread Pavel Sanda
I'm trying to find a description of how to use the new mathmacro stuff. Attempting to insert a mathmacro I get something that appears to have input for a name, TeX code, and LyX code. I don't know what should go into these. I'm guessing that the box labeled TeX is for a TeX expansion of the

Re: 1.5.5 compilation failure with Qt 4.4.0

2008-06-08 Thread Pavel Sanda
Qt: 4.4.0 (compiled by me i guess this will be the problem :) maybe the following link can help you http://bugs.gentoo.org/show_bug.cgi?id=212086#c6 pavel

Re: greek fonts

2008-06-08 Thread Pavel Sanda
Does anyone know how to solve this problem??? There was a recent discussion [1] on this, with no apparent solution. This other relevant discussion [2] seems to offer a solution. Regards, Liviu [1] http://www.mail-archive.com/lyx-users@lists.lyx.org/msg63778.html [2]

Re: greek fonts

2008-06-09 Thread Pavel Sanda
It works in LyX, if you use the correct unicode char (from the extended Greek table) out of the box, but not so good with combining chars. Also, there there any way to get the characters to appear in Greek on-screen (i.e. before converting the text to dvi)? Yes, see attached file. btw

Re: greek fonts

2008-06-10 Thread Pavel Sanda
* For the LyX GUI, I use DejaVu Serif, DejaVu Sans and Inconsolata. i installed these and it works beatifully on the screen. now the next step :) i see latex error that utf8x.def file is missing. is tetex supposed to work with the chosen encoding or do i need texlive? what tex distribution do

Re: greek fonts

2008-06-10 Thread Pavel Sanda
I copied them from the `gucharmap` character listing application. Many editors (but not LyX) have a special chars feature where you can select any character from a table. fyi lyx 1.6 should solve this http://wiki.lyx.org/LyX/NewInLyX16#toc16 pavel

Re: greek fonts

2008-06-10 Thread Pavel Sanda
On 10.06.08, Pavel Sanda wrote: now the next step :) i see latex error that utf8x.def file is missing. Where you able to select utf8x font encoding from the LyX gui? i dont think this is possible. you can only select language encoding, which was set to utf8x in your previous file. i

Re: greek fonts

2008-06-11 Thread Pavel Sanda
Normally LyX checks the package availability for any extensions, so this might count as a (minor) LyX bug, no i dont have this package locally, so its not lyx problem. It is a lyx problem if you can actively set DocumentSettingsLanguageEncoding to utf8x while the package ucs (and

Re: greek fonts

2008-06-11 Thread Pavel Sanda
On 10 Jun 2008, G. Milde wrote: On 10.06.08, Anthony Campbell wrote: I tried to use Lyx for ancient Greek but the circumflex (tilde) keeps appearing before the letter instead of above it. In most fonts, even in the Standard glyph list of the Unicode

Re: greek fonts

2008-06-11 Thread Pavel Sanda
With this fix, your lyx example can be set to use the language Greek (polytonic). However, as the tilde acts as a non-breakable space in LaTeX, it is escaped by LyX (converted to \asciitilde) and hence the example will only work right, if you put the tilde (or the whole text) in an ERT box

Re: greek fonts

2008-06-11 Thread Pavel Sanda
it. When you put tilde-accent into the command buffer and then strike the desired key, sorry i meant accent-tilde pavel

Re: greek fonts

2008-06-11 Thread Pavel Sanda
is tetex supposed to work with the chosen encoding or do i need texlive? what tex distribution do you use? utf8x.def is part of the ucs package for comprehensive unicode support. I use the texlive packages from Debian/testing which contain ucs in texlive-latex-recommended. I do not

Re: greek fonts

2008-06-11 Thread Pavel Sanda
But this is inconsistent with handling of other extensions. Editing in LyX works even without any tex distribution, still reconfigure checks availability of fonts, classes and packages -- but not inputenc nor ucs. which is a different story then prohibit this encoding ;) pavel

Re: greek fonts

2008-06-11 Thread Pavel Sanda
On 11 Jun 2008, G. Milde wrote: It still doesn't work here. That is, the tilde comes out before the letter, not on top of it. But I think this is something to do with the current version of Latex, not Lyx, because the same thing is now happening in native Latex as well. Looks like I

Re: greek fonts (summary?)

2008-06-11 Thread Pavel Sanda
Question to the developers: Would it be possible to pass the tilde '~' to LaTeX as-is if the language is set to polutonikogreek? please correct me if i'm wrong, but i think this is wrong direction. how will you determine nonbreak. space vs tilde accent then? The same way as

Re: greek fonts

2008-06-12 Thread Pavel Sanda
But missing input encodings are not marked (are they?) -- this is what I call inconsistency. yes :) p

Re: greek fonts (summary?)

2008-06-12 Thread Pavel Sanda
On 12 Jun 2008, Pavel Sanda wrote: i would like to summarize the my understanding of the problems i encountered, please comment on: 1. Screen painting. after installing unicode fonts for X displaying ancient greek letters works in lyx without problems. [snip

Re: greek fonts (summary?)

2008-06-13 Thread Pavel Sanda
It is not just the accents but also hyphenation patterns etc. The distinction is similar to german and ngerman (i.e. old and new spelling), only that the reform in Greece was 20 years earlier). OTOH, it can be a big timesave if you can input strange characters as a combination of ASCII

Re: Short indexes reference

2008-06-17 Thread Pavel Sanda
Thnx, Abdel, but it doesn't work - perhaps is because of the italian version (lyx 1.5.5) do you have the cursor exactly before the inset (box)? as for the repeat-typing problem, maybe the autocompletion in 1.6 will be of some help for you. pavel

Re: Latex commands in math mode

2008-06-17 Thread Pavel Sanda
On Mon, Jun 16, 2008 at 9:04 AM, Friedrich Hagedorn [EMAIL PROTECTED] wrote: It seems this \intertext command is not properly handled in LyX. I had the same problem, when you press 'space' it jumps you out of the command. You may want to file this as a bug or feature enhancement. I'm not sure

Re: greek fonts

2008-06-18 Thread Pavel Sanda
On 6/8/08, Pavel Sanda [EMAIL PROTECTED] wrote: what about to setup some wiki page sumarizing greek+lyx issues? I planned to do this in some near future, but prefered to wait for some (more) feedback from the list and give myself some more search-time, before doing so. i setup the wiki

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 case it doesn't

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 normal

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

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 it is still used, i remember some screem last time we discussed

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

  1   2   3   4   5   6   7   8   9   10   >