Re: Can somebody help me with the Lyx config?

2005-10-16 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Well, Let's check what can be wrong: At both my | Windows and Linux preferences I have: | | Default language: Portuguese | Language package: \usepackage{ae,aecompl} | Command start: \selectlanguage{portuguese} | Command end: (empty) | | (all

Re: Lyx command line question

2005-10-19 Thread Lars Gullik Bjønnes
Paul [EMAIL PROTECTED] writes: | PS: Please always reply to the list | | I second that. I noticed a tendency to reply off-list. This leaves | gaps in the mailing list archives and puts off a subset of list | subscribers. css-discuss, on the contrary, adopted some different | habits. The

Re: Lyx command line question: summarized

2005-10-19 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | find foo -name '*.gif' | while read file | do | pngfile=`basename $file .gif`.png | convert $file pngfile | done Hmm... I thought thiw was usually written as a for-loop. for file in `find foo -name \*.gif` ; do pngfile=`basename $file

Re: Lyx command line question

2005-10-19 Thread Lars Gullik Bjønnes
Paul Smith [EMAIL PROTECTED] writes: | On 10/19/05, Paul [EMAIL PROTECTED] wrote: | PS: Please always reply to the list | | I second that. I noticed a tendency to reply off-list. This leaves | gaps in the mailing list archives and puts off a subset of list | subscribers. css-discuss, on

Re: Lyx command line question: summarized

2005-10-19 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | The problem is that for splits the returned list of files using | whitespace... find foo -name \*.gif -print -exec convert {} `basename {}`.png \; then (ha!) | (and you forgot a '$') | | Right :) (And restricted the search to the foo directory rather

Re: Forget Windows

2005-11-07 Thread Lars Gullik Bjønnes
Gunnar [EMAIL PROTECTED] writes: | On Sunday 06 November 2005 22:05, James W Dow wrote: | LyX is a wonderful word processor. It is best one for writing mathematics | directly from the keyboard. Please don't spend a huge time developing it | for Windows. Windows will gradually fade away.

Re: Forget Windows

2005-11-08 Thread Lars Gullik Bjønnes
Gour [EMAIL PROTECTED] writes: | I'd also like to see more focus (especially) on GTK+. The only way to make that happen is to get someone to do it, or do it yourself. There is not really much developer attention on gtk. -- Lgb

Re: Forget Windows

2005-11-08 Thread Lars Gullik Bjønnes
Gour [EMAIL PROTECTED] writes: | Yes, there is code-share, but every individial port (win32, gtk) takes | away the energy time of devs, and that's why I'd prefer to e.g. have | gtk port which could (if) cover Win32, Linux-like OS-es MaC OS in one | stroke. Note that code share is in the very

Re: c++2tex

2005-12-07 Thread Lars Gullik Bjønnes
Herbert Voss [EMAIL PROTECTED] writes: | Nusret BALCI wrote: | I couldn't find how to get to that dialog. Under which | menu is it? Do one need to install a plugin, or is it | a standard dialog? | | no, it is an extension to my personal LyX ... and | shows how it could be for all ... Yes...

Re: Forget Windows

2005-12-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Helge == Helge Hafting [EMAIL PROTECTED] writes: | | Helge _Editing_ with lyx 1.4 is fine, except from the occational bug. | Helge The startup time is not - it has definitely regressed, and I | Helge wonder if it has to be that way. What could

Re: c++2tex

2005-12-07 Thread Lars Gullik Bjønnes
Herbert Voss [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | Herbert Voss [EMAIL PROTECTED] writes: | | Lars Gullik Bjønnes wrote: | | Herbert Voss [EMAIL PROTECTED] writes: | | | Nusret BALCI wrote: | | | I couldn't find how to get to that dialog. Under which | | | menu

Re: Forget Windows

2005-12-07 Thread Lars Gullik Bjønnes
Helge Hafting [EMAIL PROTECTED] writes: | On Wed, Dec 07, 2005 at 04:58:51PM +0100, Jean-Marc Lasgouttes wrote: | Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars I also tried to do some profiling on this, but failed to get | Lars anything to pinpoint. Also on my box startup

Re: Forget Windows

2005-12-08 Thread Lars Gullik Bjønnes
Helge Hafting [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | Helge Hafting [EMAIL PROTECTED] writes: | | | On Wed, Dec 07, 2005 at 04:58:51PM +0100, Jean-Marc Lasgouttes wrote: | | Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | | Lars I also tried to do some

Downtime on LyX servers.

2005-12-08 Thread Lars Gullik Bjønnes
The LyX servers will be taken down within one hour, to be relocated to a different server room. This mean that all services provided by aussie or baywatch will be down. The mailingling lists on lists.lyx.org might also suffer, because of dns issues, but essentially the lists should work. I am

Re: Forget Windows

2005-12-08 Thread Lars Gullik Bjønnes
Helge Hafting [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | | To set optimization level you should use --enable-optimization='-O2' | | | | | | Ok, tried this. More exactly: | | $ ./configure --prefix=/usr/local --with-frontend=qt --with-gnu-ld | |

Re: Downtime on LyX servers.

2005-12-09 Thread Lars Gullik Bjønnes
Helge Hafting [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | The LyX servers will be taken down within one hour, to be relocated to | a different server room. | | This mean that all services provided by aussie or baywatch will be | down. | The mailingling lists on lists.lyx.org

[prerelease] LyX 1.4.0pre3

2005-12-24 Thread Lars Gullik Bjønnes
This is the third pre-release of LyX 1.4.0. This is getting close to what will be in the final release, only some speed issues, documentation updates and some small other stuff is likely to be changed after this. As always this is pre-release code, and must be handled as such. Be sure to backup

Re: Who's minding the shop?

2006-01-11 Thread Lars Gullik Bjønnes
Kevin Pfeiffer [EMAIL PROTECTED] writes: | Does someone receive and answer messages sent to [EMAIL PROTECTED]? | | I wrote a couple days ago and have received no answer so far. Yes, but not often. -- Lgb

Re: New Windows version

2006-01-13 Thread Lars Gullik Bjønnes
Abdel [EMAIL PROTECTED] writes: | Helge Hafting a écrit : | Lars Olesen wrote: | | When is the windows version of lyx 1.4 expected. I need it to make | some exams now :) | | If you really need lyx 1.4 quickly - check out the source and | compile it yourself. | I've been using it for half

Re: A Newbie's Experience with LyX

2006-01-29 Thread Lars Gullik Bjønnes
Rich Shepard [EMAIL PROTECTED] writes: |While I'm sure that others will strongly disagree with me, I think that LyX | is the wrong tool to prepare Web pages, just as I think it's the wrong tool | to do visually intensive page layout (use Scribus for that). I might agree with the arguemtents

Re: A Newbie's Experience with LyX

2006-01-29 Thread Lars Gullik Bjønnes
Sven Schreiber [EMAIL PROTECTED] writes: | Martin A. Hansen schrieb: | i would love to hear the developers (and others) oppinion on the raised | issues. | | | As a devoted Lyx user I think he is very kind to Lyx when he says | Thankfully I haven't needed to copy anything more complex than a

Re: Editors for LaTeX-files with syntax highlighting

2006-02-10 Thread Lars Gullik Bjønnes
Kevin Pfeiffer [EMAIL PROTECTED] writes: | Uwe Stöhr writes: | the next version of the windows installer will have support for | editors with which LaTeX-files can be viewed with highlighted syntax. | | A side question -- does anyone know of further developments of a (vim) | syntax file for

Prerelease 6 of 1.4.0

2006-03-04 Thread Lars Gullik Bjønnes
This will be the last prerelease before the 1.4.0 proper is released. Unless critical problems is discovered this will become 1.4.0 in a reasonable short time. Help to make sure that pre6 does not contain any brown-paperbag bugs will be appreciated. You can get pre6 from:

[Announce] LyX version 1.4.0

2006-03-08 Thread Lars Gullik Bjønnes
Public release of LyX version 1.4.0 === We are glad to announce the release of LyX 1.4.0. It is the culmination of 3 years of hard work, and we sincerely hope this you will enjoy the results. The changes are too numerous to summarize in a few words, jump directly

Re: Wiki question: What is spam? And, separate group for non-LyX stuff?

2006-03-23 Thread Lars Gullik Bjønnes
Stephen Harris [EMAIL PROTECTED] writes: | Stephen (who has converted to: What's the Word? Thunderbird!) So now I can read your mails again without being completely confused wrt quoting style :-) -- Lgb

Re: document switching

2006-04-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Just in case it wasn't clear, I think he'd like a function to that changes | the buffer to the previous buffer. Then after he's switched, he can use | that function again to switch back. I know that I would have like this | function when I was writing a lot in LyX.

Re: document switching

2006-04-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Hmm we already have LFUN_SWITCHBUFFER buffer-switch, but it seems | buggy. I'll have a quick look at it. Not buggy, but doesn't have the back-and-forth switching ability. We should enhance it. -- Lgb

Re: bibtex on windows

2006-07-01 Thread Lars Gullik Bjønnes
Bo Peng [EMAIL PROTECTED] writes: | It seems to be a severe problem for windows users, so I'd say they should be | used as soon as possible. | | I can confirm that with the latest patch (r14285) that convert all \t | to spaces, bibtex works under windows. | | Lars, are you interested in

LyX Server Downtime - server on the move

2012-02-25 Thread Lars Gullik Bjønnes
Hi all, The LyX server running the web pages, the wiki and subversion will be moved from one virtual server to another during next week. This move will consist of a complete re-install since the virtual-servers in question are not compatible. The Downtime will be from Tuesday evening/night,

Reminder: Downtime for lyx server - today

2012-02-28 Thread Lars Gullik Bjønnes
This is just a reminder that the LyX server running the web pages, the wiki, and subversion will go down later today for reloacation to a different server. I expect the server will go down about 22:00 +0100, perhaps a bit before, perhaps a bit later. The expectation is that the downtime will not

Server back up again

2012-02-29 Thread Lars Gullik Bjønnes
The switch went almost without problems and everything should now be up again. There are some issues with PHP5 compability, but we are working to fix those. They should not stop anything from working. Please reports problems to me or the devel list. --         Lgb

Re: File listing criteria

2004-06-01 Thread Lars Gullik Bjønnes
Rich Shepard [EMAIL PROTECTED] writes: | On Tue, 1 Jun 2004, Lars Gullik Bjønnes wrote: The lastfiles file is saved upon exit from lyx. So if you just kill lyx the file won't be saved. | Thanks, Lars. I suspected it was something like this. So, to put the | current file on the list I shut

Re: References

2004-06-17 Thread Lars Gullik Bjønnes
Roland Schmitz [EMAIL PROTECTED] writes: | Hi, | Am Donnerstag, 17. Juni 2004 07:59 schrieb G. Milde: How about a InsertReference dialog that offers a choice of lists: * existing marks (default) * chapters, sections and sub... * figures * tables * equations If I choose to

Re: lyx and tables

2004-10-10 Thread Lars Gullik Bjønnes
Uwe Stöhr [EMAIL PROTECTED] writes: | But what happens when a program has no license? I mean nothing. Nobody | is allowed to own it, and that's what we want, right? No. the author still has the copyright. so if there is no license that means that nobody can use it (without explict permision from

[Alberto Corbi Bellot] environment combobox in lyx-qt not responding and bullets

2004-10-11 Thread Lars Gullik Bjønnes
---BeginMessage--- hi... i happen to experience the following when using lyx-qt: sometimes, when i try to click in the environment combobox (the menu below the menubar where you can choose environments like itemize, section, subsection) it does not respond to my command: it does not show the

Re: lyx and tables

2004-10-11 Thread Lars Gullik Bjønnes
Uwe Stöhr [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | But what happens when a program has no license? I mean nothing. Nobody | is allowed to own it, and that's what we want, right? No. the author still has the copyright. so if there is no license that means that nobody can use

[Alberto Corbi Bellot] aspell and lyx problem

2004-10-11 Thread Lars Gullik Bjønnes
---BeginMessage--- hi... i'm alberto, a spanish lyx user... i'm currently using lyx with spanish and french documents. i have configured lyx to use aspell instead of ispell and works find with spanish but with french i get the following error: Error: The file /usr/lib/aspell/frenchb can not be

Re: scrash when lyx is started

2004-10-13 Thread Lars Gullik Bjønnes
belahcene abdelkader [EMAIL PROTECTED] writes: | Hi every body, | I just downloded the lyx-1.3.5-1fc2_qt.i386.rpm and | install it on my debian sarge, there is no error at | the installation step, That package is for Fedora Core 2. So of you have Debian you should either get a rpm for that or

Re: LyX to Word -- Success

2004-10-13 Thread Lars Gullik Bjønnes
Stefano Franchi [EMAIL PROTECTED] writes: | Thanks so much to everyone who helped me figure out how to go from LyX | to Word. The key hint was to use htlatex to convert into OpenOffice | and then export from OpenOffice to Microsoft word. Works beautifully | and almost out of the box (after you

Re: Maybe, it is a bug related with the spell-checker

2004-10-16 Thread Lars Gullik Bjønnes
Herbert Voss [EMAIL PROTECTED] writes: | Paul Smith wrote: Thanks, Herbert. There is a (probably) easier way of dealing with this bug: set (inside LyX) the language of the document, from which one copies, with the language of one's document; then, one can paste with a language compatible

Re: lyx-qt + russian locale + math symbols display

2004-10-05 Thread Lars Gullik Bjønnes
Nikita V. Youshchenko [EMAIL PROTECTED] writes: Unfortunately, today one of our users reported that lyx-qt (installed from debian binary package 1.3.4-2) crashes every other minute for him, until restarted with LC_ALL=C. | Ok, we found it. It crashes on each autosave, because of error in

[Steve Litt] [Web-team] Another great Internet LyX resource

2004-11-23 Thread Lars Gullik Bjønnes
---BeginMessage--- Hi all, Please take a look at the LyX Quickstart page at http://www.troubleshooters.com/lpm/200210/200210.htm, and if appropriate, include it in the English sites section of your Internet Resources page at http://www.lyx.org/internet/. The LyX Quickstart page is a tutorial

Re: [Steve Litt] [Web-team] Another great Internet LyX resource

2004-11-23 Thread Lars Gullik Bjønnes
Herbert Voss [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: Subject: [Web-team] Another great Internet LyX resource From: Steve Litt [EMAIL PROTECTED] Date: Tue, 23 Nov 2004 10:22:29 -0500 To: [EMAIL

Re: [Steve Litt] [Web-team] Another great Internet LyX resource

2004-11-23 Thread Lars Gullik Bjønnes
Herbert Voss [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | the first screenshot is extremely misleading. It shows some wrong | LaTeX code and a way in which LyX shouldn't be use ... But still not too bad. | extremely bad I mean the rest. -- Lgb

ftp.lyx.org - revived

2004-12-07 Thread Lars Gullik Bjønnes
The ftp server had a fatal disk crash during the weekend and all the disk arrays had to be rebuild. I have just finished uploading the whole lyx ftp site again. Please tell if there are any problems. -- Lgb

Re: Comments on structured authoring, LyX, OpenOffice, and life

2005-01-03 Thread Lars Gullik Bjønnes
Matej Cepl [EMAIL PROTECTED] writes: | Charles de Miramon wrote: a powerfull searchreplace | Oh yes, regexps would be nice. I think that the LyX development team did not understand that a graphical toolkit is not a 'skin' but a source of more and more powerfull components and in the case of

Re: No Search Replace in 1.3.5?

2005-01-08 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | [Off topic, but since you | possibly know: Is there nowadays a way to move the mouse pointer with | keyboard only in KDE (i.e. Alt-Right move the pointer 100 pixels to | the right or similar)? This is about the only feature I need from a | windowmanager

Donations to LyX through PayPal

2005-01-12 Thread Lars Gullik Bjønnes
This is for those of you that have wanted to make a donation to LyX, but have found it too cumbersome. I have opened a PayPal account for LyX that can we used for donations. The address is: [EMAIL PROTECTED] (donations AT lyx DOT org) There is also some information on

Re: How to pronounce LyX?

2005-02-07 Thread Lars Gullik Bjønnes
V.Yumashev [EMAIL PROTECTED] writes: | Hi, | I am quite satisfied with LyX. | But how shall I pronounce LyX ([liks] or [lik] or ...)? We have been down this road before... once I even created a sound file to explain how I pronounced it. But people (esp. american) could not hear the difference

Re: lyxserver under windows

2005-03-07 Thread Lars Gullik Bjønnes
Rob S [EMAIL PROTECTED] writes: | Geoffrey Lloyd wrote: Is it possible to use the lyxserver utility on a windows XP platform. | Not that I know of. I thought windows had named pipes? -- Lgb

Re: lyxserver under windows

2005-03-07 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Geoffrey Lloyd wrote: Is it possible to use the lyxserver utility on a windows XP platform. | Not that I know of. I thought windows had named pipes? It definately has named pipes. But i have no idea how to get it to work. | Lars is just

Re: lyxserver under windows

2005-03-07 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | Lars is just confused ;-) The current implementation of the lyxserver | will not work on Windows. It uses the unix API directly: Well... no. but if some win person were to implement the named pipe solution it would work

Re: XML scehma for future LyX version

2005-05-10 Thread Lars Gullik Bjønnes
Jose' Matos [EMAIL PROTECTED] writes: | On Monday 02 May 2005 22:57, John O'Gorman wrote: | [...] Is there a schema (or DTD) available for the XML that will be the new source format of LyX? | There was some discussion about this in the developers list around last | October, use the mail

Re: line numbers in Lyx?

2005-05-10 Thread Lars Gullik Bjønnes
Kevin Pfeiffer [EMAIL PROTECTED] writes: | (my day for questions) | I have trouble keeping track of where I am in Lyx and think it would be | really nice to have line numbers available -- either on the left, or | simply a current line number below the document window (like vim | does). I In

Re: How to select all

2005-05-20 Thread Lars Gullik Bjønnes
Kevin Pfeiffer [EMAIL PROTECTED] writes: | Not offering this for these users is like putting them into a super, | wonderful, really powerful automobile---but one that has right-side | steering (for those of us who drive on the left side). Ouch. Hmm... I drive equally well with both

Re: My versions won't control

2005-06-16 Thread Lars Gullik Bjønnes
Todd Denniston [EMAIL PROTECTED] writes: | There may be no way in LyX to specify which one LyX uses, but as I just | confirmed with a LyX document I have under CVS, LyX knows how to interface | with CVS. I believe (have not looked in the LyX code) it makes the choice | of which VCS to use based

Re: Changing the order of styles in the drop down menu

2005-07-12 Thread Lars Gullik Bjønnes
Richard Brown [EMAIL PROTECTED] writes: | Dear Lyx people, | I'm using the memoir document class for my work at the moment, but find | that the three format styles that I most often use are at the very end | of the drop down styles menu on the left. Is there some way to configure | the list so

Re: Cannot upload LyX 1.3.6 rpm for Mandriva LE2005

2005-07-17 Thread Lars Gullik Bjønnes
Paul Smith [EMAIL PROTECTED] writes: | Dear All | I am trying to upload LyX 1.3.6 rpm for Mandriva LE2005 on | ftp.devel.lyx.org | but I cannot login. What username/password should I use? anon should work. -- Lgb

Re: Cannot upload LyX 1.3.6 rpm for Mandriva LE2005

2005-07-17 Thread Lars Gullik Bjønnes
Paul Smith [EMAIL PROTECTED] writes: | Dear All | I am trying to upload LyX 1.3.6 rpm for Mandriva LE2005 on | ftp.devel.lyx.org | but I cannot login. What username/password should I use? I have no problem with anonymous login. -- Lgb

Re: \Gamma doesn't show in screen

2005-07-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Angus == Angus Leeming [EMAIL PROTECTED] writes: | Angus Paul Smith wrote: ftp://ftp.lyx.org/pub/lyx/contrib/BaKoMa4LyX.zip Not working the link above, Angus! | Angus shrug So ftp.lyx.org is dead /shrug | Angus Jean-Marc? | Lars? ftp.lyx.org

Re: output refresh when only graphics change?

2005-08-17 Thread Lars Gullik Bjønnes
Sven Schreiber [EMAIL PROTECTED] writes: | How can I force lyx to run a latex cycle when only an included graphics | file has changed? | Lyx doesn't seem to notice the change (which I understand) and therefore | only offers the output from the buffer with the old graphic. LyX is supposed to

Re: output refresh when only graphics change?

2005-08-20 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Paul A. Rubin wrote: Can do, but first let me clarify two things. You said LyX does check for a changed graphic file _when it generates the LaTeX source_. However, if the only thing you've done since the last LaTeX run is muck around with the

From the ashes www.lyx.org/devel (formely www.devel.lyx.org)

2005-09-19 Thread Lars Gullik Bjønnes
Www.devel.lyx.org is dead (learn to live with it) Long live www.lyx.org/devel same contents different wrapping. Please tell about broken links etc. (especially internal links, or links that make mirroring harder than necessary) -- Lgb

Re: From the ashes www.lyx.org/devel (formely www.devel.lyx.org)

2005-09-19 Thread Lars Gullik Bjønnes
Bo Peng [EMAIL PROTECTED] writes: | Please tell about broken links etc. (especially internal links, or | links that make mirroring harder than necessary) | | | please update the cvs information. | | /cvs/lyx, no such repository. I'll leave that to the ones that know what the correct patch

Pre2 is out there

2005-10-10 Thread Lars Gullik Bjønnes
Please check this one out, look at this stage especially for distribution problems. Also we still have some bugs to fix, so be sure to have backups of everything you play with. ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre2.tar.bz2 ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre2.tar.gz --

Re: pre2 is stable?

2005-10-10 Thread Lars Gullik Bjønnes
Paul Smith [EMAIL PROTECTED] writes: | Dear All | | Is the the pre2 version of LyX a stable one? Oooo... way no. But it is getting there. It shoudn't eat your documents and crash your machine all the time... | | Thanks in advance, But please try it out, but make sure you have backups... --

Re: Wiki page for Presentations using LyX

2005-10-14 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Given the recent thread, I've posted some of the answers to this page: | | http://wiki.lyx.org/LyX/PresentationsUsingLyX | | feel free to add more or perhaps re-structure it. | | On Wed, 12 Oct 2005, Robert Orr wrote: | These were really nice. | | Is it

[Sebastien Loisel loisel@math.mcgill.ca] lyx

1999-04-29 Thread Lars Gullik Bjønnes
CC answers to [EMAIL PROTECTED] too. Lgb --- Start of forwarded message --- Message-ID: [EMAIL PROTECTED] Date: Wed, 28 Apr 1999 18:47:29 + From: Sebastien Loisel [EMAIL PROTECTED] Organization: McGill University To: [EMAIL PROTECTED] Subject: lyx This is a multi-part

Re: Small glitch in View dvi?

1999-05-05 Thread Lars Gullik Bjønnes
David Aronstein [EMAIL PROTECTED] writes: | So, I'm not sure if this file will be of any use. | Is there some other way we can help track this down? Only if you want to dig into the sources. Lgb

Re: Small glitch in View dvi?

1999-05-06 Thread Lars Gullik Bjønnes
Kayvan Aghaiepour Sylvan [EMAIL PROTECTED] writes: | /tmp/lyx_tmp10450aaa/lyx_bufrtmp10450aaa/foo.tex 2303679553 2303679553 | | My only other thought is that somehow MakeAbsPath() is returning the | wrong thing for inclusion into the DepTable | | ---Kayvan One thing

Re: A problem with a PS file

1999-05-12 Thread Lars Gullik Bjønnes
Leonid Belostotski [EMAIL PROTECTED] writes: | preview the document. Normally, I generate pictures with xfig, however | this one was generated under Win95NT by Matlab. | Any ideas why that happens? The line endings are DOS style (\r\n) and not UNIX (\n) use a prog like fromdos or try "tr -d

Re: Problem with RCS in LyX 1.0.1

1999-05-22 Thread Lars Gullik Bjønnes
Pierre-Henri Boinnard [EMAIL PROTECTED] writes: | [E:\]rlog D:\exchange\BibTeX_Notizen.lyx | | RCS file: D:\exchange\RCS/BibTeX_Notizen.lyx | | This may be the problem, LyX is looking for either | D:\exchange\BibTeX_Notizen.lyx,v or | D:\exchange\RCS/BibTeX_Notizen.lyx,v to know if the file

Re: Spanish ñ and protected spaces

1999-05-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Julián the result of putting \noextrasspanish in the Latex preable is | Julián the error : ! Undefined control sequence. I.44 | Julián \noextrasspanish | | You should complain on the list [EMAIL PROTECTED] (or to | [EMAIL PROTECTED]) and ask why

Re: buffer-previous

1999-06-02 Thread Lars Gullik Bjønnes
Reuben Thomas [EMAIL PROTECTED] writes: | Does this command do anything? It seems to have no effect for me in | 1.0.3pre4 (and I did have several documents loaded when I tried it, and | had been switching between them). No, it does nothing. It should really be removed...and reimplemented as

[kevin_rusty@usa.net] LyX Feedback

1999-06-09 Thread Lars Gullik Bjønnes
I forwarded you mail to the LyX Users mailing list. Lgb --- Start of forwarded message --- Date: Tue, 8 Jun 1999 22:00:11 +0200 Message-Id: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: LyX Feedback Reply-to: [EMAIL PROTECTED] HELP!!! I can't get

[damjan.bole@campus.fri.uni-lj.si] LyX Feedback

1999-06-16 Thread Lars Gullik Bjønnes
I forwarded you msg to the lyx-users list, they can probably give you better answers than I can. Lgb --- Start of forwarded message --- Date: Wed, 16 Jun 1999 13:24:27 +0200 Message-Id: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: LyX Feedback

Re: Many questions (mostly layout)

1999-07-05 Thread Lars Gullik Bjønnes
Manuel Hossfeld [EMAIL PROTECTED] writes: | - A quite general one to begin with: I´m using the "report" document class for | my thesis. Fortunately, there aren´t any fixed guidelines on how a thesis has to | look like in our faculty, but I´m still a bit unsure if I made the right choice. | (Or

Re: Many questions (mostly layout)

1999-07-06 Thread Lars Gullik Bjønnes
Manuel Hossfeld [EMAIL PROTECTED] writes: | Unfortunately you are not allowed to create new types of float for | inside LyX. To do something like that you have to use LaTeX (ert) | directly. | | What is "ert"? A package? ERT is a nickname we have for the "Evil Red Text" you get when

Re: restrictions on accenting

1999-07-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | I do not really know why these characters are considered as not | valid. Maybe Lars could comment on this, since I believe he added that | code. The "Allow Accents on all chars" was added for use with T1 fonts. All accents found in T1 is enabled

[jessej@nairobi.umephy.maine.edu] LyX Feedback

1999-07-28 Thread Lars Gullik Bjønnes
I forwarded you question to the LyX Users list. Lgb --- Start of forwarded message --- Date: Wed, 28 Jul 1999 17:09:02 +0200 Message-Id: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: LyX Feedback Reply-to: [EMAIL PROTECTED] Hello. Thanks very much

new prerelease lyx-1.0.4pre4

1999-07-28 Thread Lars Gullik Bjønnes
-BEGIN PGP SIGNED MESSAGE- Can be found on: ftp://la1ad.uio.no/pub/lyx/lyx-1.0.4pre4.tar.gz ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.0.4.tar.gz And on ftp.lyx.org soon (but not yet because of a admin problem) As always you should be careful when trying out prereleases, so be sure to

Re: ./configure doesn't work with GCC 2.95

1999-08-04 Thread Lars Gullik Bjønnes
Iain McClatchie [EMAIL PROTECTED] writes: | Summary: | This line in ./configure appears to be non-ANSI C++, because it | doesn't | specify a return value: | extern select ($ac_cv_func_select_arg1,$ac_cv_func_select_arg234, | | gcc-2.95 notices, fails to compile the test, and ./configure

Re: Two problems

1999-08-16 Thread Lars Gullik Bjønnes
Reuben Thomas [EMAIL PROTECTED] writes: | 2. I'm currently getting the error "\listfiles can only be used in the | preamble" when I process a document of mine. This error is reported on | line 2, where it certainly *is* in the preamble. What am I doing wrong? | Processing the file manually with

Re: Oops!

1999-08-16 Thread Lars Gullik Bjønnes
Reuben Thomas [EMAIL PROTECTED] writes: | My error "\listfiles can only be used in the preamble" was caused by an | included file, plus the bug that errors in included files are referred to | main files. So nothing new there. Sorry. Good. I was a bit worried. Lgb

Re: Help! No footnotes!

1999-08-16 Thread Lars Gullik Bjønnes
Darrin Thompson [EMAIL PROTECTED] writes: | I also scanned the dvi file and was unable to find any references to my | footnotes. I have looked at the ouput with both xdvi and gv and they | just are not there. Are you using footnotes in tables or in sectioning headers? Lgb

Re: Help! No footnotes!

1999-08-16 Thread Lars Gullik Bjønnes
Darrin Thompson [EMAIL PROTECTED] writes: | Nope. Plain old vanilla, middle of the paragraph footnotes. What happens if you creat a minimal LateX document with footnotes and run it through latex? \documentclass{article} \begin{document} \footnote{test} \end{document} Lgb

Re: Help! No footnotes!

1999-08-17 Thread Lars Gullik Bjønnes
Darrin Thompson [EMAIL PROTECTED] writes: | Thanks, | | I finally figured out a simpler work around that works about half the | time. | | Latex is trying to generate new font files and is having permission | troubles. It just won't say permission denied or anything obvious like | that. The

Re: ftp to ftp.lyx.org failing.

1999-08-17 Thread Lars Gullik Bjønnes
"Gregory B. Hill" [EMAIL PROTECTED] writes: | bash-2.01$ ftp ftp.lyx.org | Connected to ftp.lyx.org. | 421 Service not available, remote server has closed connection | ftp quit | bash-2.01$ You still have that problem? Lgb

Re: Help! No footnotes!

1999-08-17 Thread Lars Gullik Bjønnes
Darrin Thompson [EMAIL PROTECTED] writes: | I thought that everything under /usr should be read only except to root | or superuser. Is latex not yet compliant with that? | | Darrin | | | If it is a permission problem this should fix it: | | cd /usr/share/ | chmod -R a+rX texmf/ -R =

Re: Still stuck on Solaris

1999-08-24 Thread Lars Gullik Bjønnes
"David F. Nitz" [EMAIL PROTECTED] writes: | Can't export LaTex file. A ".tex" file is created, but size is always 0 | bytes. No error or warning messages are generated. Can you try with full debug output turned on? run lyx as "lyx -dbg 65535" and see if any of the messages given gives a

new prerelease LyX-1.0.4pre6

1999-08-25 Thread Lars Gullik Bjønnes
-BEGIN PGP SIGNED MESSAGE- Docbook support is not quite finished so we will most likely have at least one more prerelease before 1.0.4 proper. Changes in this pre: - - better scroll-wheel support (found on certain mice) - - custom-pagesize support is better. (really a bug) - - short

Re: language other than english

1999-08-30 Thread Lars Gullik Bjønnes
Aleksandr Konstantinov [EMAIL PROTECTED] writes: | Hello. | | I'm having problem trying to use russian language with LyX. It looks | like I need | /usepackage[koi8-r]{inputenc} before /usepackage{babel} but how to make | LyX | to put something other than /usepackage[latinX]{inputenc}? Is it

Re: French Lyx Page using the lyx.org page appearance

1999-08-30 Thread Lars Gullik Bjønnes
Yann MORERE [EMAIL PROTECTED] writes: | i've made my own lyx french page using the source code of the lyx.org | page to conserve the "LyX" home pages appearance. | | http://www.multimania.com/ymorere/lyx/lyx.htm | | Am I right or Wrong, are these pages copyrighted? Of course they are

Re: German mailinglist, German manual

1999-08-30 Thread Lars Gullik Bjønnes
Helge Hielscher [EMAIL PROTECTED] writes: | Hello, | | is there a german mailinglist? a friend of mine has to write his thesis | in math, but he knows only a little english.the lyx that came with suse | linux 6.2 had german menus which was a plus for him. | | so is there any german material

Re: compiling LyX

1999-08-30 Thread Lars Gullik Bjønnes
Herbert [EMAIL PROTECTED] writes: | I tried to run configure from LyX1.0.4-pre6, but | I got the message | "Unable to find a C++-compiler" | I wonder why, because I'h installed g++ and the | links CC, C++ and so on works well. So you are able to compile this program: #include iostream using

Re: LyX Feedback

1999-09-08 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Lyx is the best thing since vi. | I want to make it the standard where I work | to replace framemaker but I need some success | stories to back me up. | I have a memory of reading that Sony uses lyx | in some engineering department. Do you have | a good list of big

Re: Fwd: ezmlm warning

1999-09-13 Thread Lars Gullik Bjønnes
Reinhard Borek [EMAIL PROTECTED] writes: | [EMAIL PROTECTED]: | 141.48.3.51 failed after I sent the message. | Remote host said: 554 Syntactically invalid address for from field '[EMAIL PROTECTED] |(Lars Gullik Bjønnes)' You have an sysadmin not doing his job. Demand from you sysadmin that he

Re: ezmlm warning

1999-09-17 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Rules are made for maximum compatibility. Not complying with the rules of | the internet you are risking packet rejections, no matter how convinced you | are that certain rules should be changed. In this case it is obviouly not true. I only have problems with a

Re: quotes in mathmode?

1999-09-22 Thread Lars Gullik Bjønnes
Bill Simpson [EMAIL PROTECTED] writes: | So I don't understand why I can't do this in LyX. Mathed uses is not using the same keyhandling/insertion functions/modules as the rest of LyX. Some time in the future this will change. Lgb

Re: Cannot quit, when tmp-dir is missing

1999-09-23 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 22-Sep-99 Jan Ulrich Hasecke wrote: | Hello Lyxers, | | i have a script which deletes from time to time things in /tmp | | When lyx is running and the script deletes temporary lyx-files in | /tmp, you can not quit lyx. Lyx complains: | |

  1   2   3   4   5   6   7   8   9   10   >