www-user with CSS

2001-06-10 Thread A.
at my (slightly out of date) mirror you can find a css based www.lyx.org http://www.koziarski.org/LyX/www-user/ All the formatting (on the front page at least, haven't fixed LDN or /news.inc) is done with CSS instead of http://www.koziarski.org/LyX/www-user/?nocss=1 I'd appreciate a

Re: www-user with CSS

2001-06-13 Thread A.
JMarc wrote: > > But how come the colors of the title and of the line about sponsors > > needed are in the correct color? Isn't it possible to do the same > > thing on the main text? That's the irritating thing about Netscape 4. I *am* giving the same instruction to as they both should be in

Re: www-user with CSS

2001-06-14 Thread A.
of CSS compliance and Netscape4 should be considered broken and have CSS turned off. I realise that if we added """ td, p, li, div, span, table, h1, h2, h3, h4 h5 . { color: rbg(238,238,238) } """ It will work *ok* in netscape 4 but I don't see the point. I gue

Re: www-user with CSS

2001-06-14 Thread A.
> I absolutely agree with you. > > However, there's a way to improve the maintainability of CSS. Get rid of > redundancy! Below are a few examples. > > But first the remaining issues. This time I looked carefully in your CSS > and XHTML. I noticed the following: &g

GNOME frontend compile problems

2001-07-15 Thread A.
Hello All, I'm back tinkering with the GNOME frontend in my spare time (new contract at work has finally been sorted so I'm able to sleep again) I've started drawing up a few of the Dialogs in glade and fiddling in emacs to tie together the necessary signals / slots etc. Howev

Re: GNOME frontend compile problems

2001-07-16 Thread A.
On 16 Jul 2001 08:39:34 +0200, Lars Gullik Bjønnes wrote: > Michael "A." Koziarski <[EMAIL PROTECTED]> writes: > > | Hello All, > | > | I'm back tinkering with the GNOME frontend in my spare time (new > | contract at work has finally been sorted so I'

CRASH 1.2.0 & 1.2.2cvs

2002-09-23 Thread A. A. Reese
This is a reproducable crash that Alice found. The file has a number of minipages, some with graphics. It is a newsletter using multicol. Open it up, use PgDn key to end of file, then PgUp until it crashes. Below is a partial listing of lyx -dbg key. Please don't cc this address, I'

cvs fails to compile with glibc-2.2

2000-11-14 Thread A. A. Reese
/i686-pc-linux-gnu/2.95.2/include/g++/streambuf.h:364: `struct streampos' used where a `long long int' was expected /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/include/g++/streambuf.h:364: warning: control reaches end of non-void function `streambuf::pubseekpos(_G_fpos64_t, int)' I

Cross-reference spacing

2010-11-08 Thread A. Lapraitis
Hello fellow LyXers, I am very sorry if I am asking the question in the wrong mailing list (please direct me elsewhere if it is the case). When inserting a cross-reference, i get no spacing around it, i.e. "Now returning to[eq:main], we see..." instead of the way I would like it: &quo

out for 3 weeks

2007-07-22 Thread younes . a
Hello, Just to let you that I'll be off-list for 3 weeks. If someone would like to merge my mvc branch to trunk once it's open I'll be much grateful. AFAICT, it is mostly ready, except for the missing close tab button and the splash background. Good luck with 1.5.0!!! Cheers, Abdel.

Re: Slow motion while editing

2007-07-22 Thread younes . a
Selon Guillaume Pothier <[EMAIL PROTECTED]>: > > > > Make sure the profiler runs a little bit longer. 20 seconds cumulative > > or so. With 4.74 seconds there's a lot of statistical noise. > > > > Done, now 23s. > I updated the file at the same URL: &g

Re: Slow motion while editing

2007-07-22 Thread younes . a
Selon [EMAIL PROTECTED]: > Selon Guillaume Pothier <[EMAIL PROTECTED]>: > > > > > > > Make sure the profiler runs a little bit longer. 20 seconds cumulative > > > or so. With 4.74 seconds there's a lot of statistical noise. > > > > >

For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread younes . a
Hello, I am still in Tunisia and do not have the time to read the list but as I remember there should be a meeting these days I would like to ask that you guys merge that my MVC branch. Please? I am affraid that big cleanups will make the merge too difficult afterwards. The branch is only

Re: [Cvslog] r19834 - in /lyx-devel/trunk/src: insets/InsetCaption.h i...

2007-08-28 Thread younes . a
: > > Remove the wide() hack. This simplifies quite a few things... > > I notice that, when changing an inset, not only that inset's containing > paragraph but all paragraphs on-screen are repainted, even if the height > of that paragraph doesn't change (so this appears un

Re: [Cvslog] r19859 - /lyx-devel/trunk/src/TextMetrics.cpp

2007-08-28 Thread younes . a
row_, > > Forgot this comment? - Martin Yes, I'll correct it thanks. People, there's seems to be quite of few bugs introduced by my cleanup. I am in the process of correcting them. Please bear with me a little a bit. Sorry for the inconvenience, but this is the kind of things that

Re: [Cvslog] r19859 - /lyx-devel/trunk/src/TextMetrics.cpp

2007-08-28 Thread younes . a
y and the fix is in. > > Note BTW that also underbar (from the text settings dialog) changes the > text appearance without changing the metric... currently it doesn't cause > problems but that might change. I'll have a look, thanks. > You should catch all these cases. Sure

Re: [Cvslog] r19859 - /lyx-devel/trunk/src/TextMetrics.cpp

2007-08-29 Thread younes . a
Quoting Martin Vermeer <[EMAIL PROTECTED]>: > > Yes, if you do it, do it now. I believe drawing can be very efficient if > designed with parsimony from the ground up. Me too obviously. > > > This CRC thing was at the time considered rather a kludge ;-/ > > >

Re: [patch] TOC dialog

2006-11-17 Thread younes . a
tion, yet. the problem is the > line (in ControlToc) > ParConstIterator it(kernel().bufferview()->cursor()); > > returns wrong cursor pos. for tables. You can see a similar problem > while goto function is called. The cursor does not go to first line of > the float, but some arb

Re: [PATCH] caching translated string

2007-01-15 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > >>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Abdelrazak> Take this patch if you want to see some debug outputs. > Abdelrazak> It's working perfectly here an

Re: [PATCH] Inset Caption

2007-01-29 Thread younes . a
Quoting Martin Vermeer <[EMAIL PROTECTED]>: > On Fri, 2007-01-26 at 17:31 +0100, Abdelrazak Younes wrote: > > Georg Baum wrote: > > > Abdelrazak Younes wrote: > > > > > >> Hello, > > >> > > >> Here is a correctly working vers

Re: [patch] new bibtex parser (bug 1826)

2007-03-29 Thread younes . a
BibTeX entries. When we > Abdelrazak> do that, we could then ditch the basic internal bibitem > Abdelrazak> support. > > I am not sure that writing entries is a good idea, because then people > will request all the features of a good bibtex manager. Users _are_ requesting all kin

Re: Antialiasing render hint für QPainter

2007-03-29 Thread younes . a
Quoting Uwe Stöhr <[EMAIL PROTECTED]>: > > Could someone please commit this patch? > > I've done this: > http://www.lyx.org/trac/changeset/17639 Thanks. > > Now the math fonts look much better, what is still missing are good looking > parentheses, see the > attached screenshot of how it looks

Re: Patch for 3381

2007-03-29 Thread younes . a
2.3, > >>>>> > >>>> I think you can use this : #if QT_VERSION == 0x040203 ... #endif > >>>> > Richard> But I think it needs to be a run-time check... > >> Why a run-time check? > >> > Richard> Because if we're compiling a binary

Re: Patch for 3381

2007-03-30 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > >>>>> "younes" == younes a <[EMAIL PROTECTED]> writes: > > >> There are many places where we assume that we know it. I would not > >> care about that unless there appears to be a r

Re: The Preferences Bug, Again: 3109

2007-03-30 Thread younes . a
al problem is that there is initialization code in the constructor for > > PrefColors that is doing two different things: (i) creating the color > > patches in the dialog and initializing a variable that tracks the > > current colors. But the constructor is only ever called once, the

Re: Patch for 3381

2007-03-30 Thread younes . a
Quoting Richard Heck <[EMAIL PROTECTED]>: > > So is the suggestion that I should make the check with #if? If so, can > someone remind me how to do this? I.e, what the QT_VERSION syntax is? http://doc.trolltech.com/4.1/qtglobal.html#QT_VERSION #if QT_VERSION == 0x040203 ... #endif

Re: math panel as dock widget

2007-03-30 Thread younes . a
Quoting Michael Gerz <[EMAIL PROTECTED]>: > Abdelrazak Younes schrieb: > > Other candidates for the docking: > > - The find&replace dialog > > - The spellchecker dialog > > > > Those two are _very_ user-unfriendly; for example, you often have to > > move them around to see the text underneath. > a

Re: [PATCH] More Reworked Preference GUI Layouts (only the screen appearance)

2007-04-11 Thread younes . a
Quoting Richard Heck <[EMAIL PROTECTED]>: > Abdelrazak Younes wrote: > >> what about a similar design for the file format and copier sections? > > Yes but I don't have much time to work on that (I did the Converters > > one because I wanted some spaces for th

Re: [PATCH] New Paragraph Dialog with Radio Buttons

2007-04-11 Thread younes . a
Richard Heck wrote: > Attached is a patch fixing bug 1550. It pre-empts my previous effort, > using radio buttons, as suggested by Abdel and JMarc, among others, > rather than a combo box, as previously. Very good work Richard! Thanks for doing this. > > This patch makes the di

Re: [PATCH] New Paragraph Dialog with Radio Buttons

2007-04-11 Thread younes . a
Quoting [EMAIL PROTECTED]: > I propose that you commit your patch (taking into account my comments below) > with the modal dialog. Then, I'll help you fixing this update issue. Here's a cleanup patch based on yours. Abdel.

Re: [PATCH] New Paragraph Dialog with Radio Buttons

2007-04-11 Thread younes . a
Quoting [EMAIL PROTECTED]: > Quoting [EMAIL PROTECTED]: > > > > I propose that you commit your patch (taking into account my comments > below) > > with the modal dialog. Then, I'll help you fixing this update issue. > > Here's a

Re: [Cvslog] r17695 - /lyx-devel/trunk/src/client/debug.h

2007-04-11 Thread younes . a
outside LyX. So why the f*** would it be > absolutely necessary to not have constants named LYXRC and MATHED there. > > PPS: Even if this goes ad hominem: Is there a specific reason you tend > to choose the least pragmatic solution under any given circumstances or > is it really coincidence? My guess? Religion! :-) Abdel.

Re: about the unicode symbols in delimiter dialog

2007-04-11 Thread younes . a
Quoting Andre Poenitz <[EMAIL PROTECTED]>: > On Tue, Apr 10, 2007 at 01:41:20PM +0200, Abdelrazak Younes wrote: > > No, I think we should just test which font will cover all the symbols > > used there. Right now, the font is hard-coded in the ui file > > (QDelimiterUi.ui) and set to MS Shell Dlg 2

Re: [PATCH-UPDATE] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-11 Thread younes . a
Quoting Andre Poenitz <[EMAIL PROTECTED]>: > On Tue, Apr 10, 2007 at 02:23:24PM -0400, Richard Heck wrote: > > Let me try to say why I'm confused about how to handle updating the > > dialog. > > I never understood that either. And I still think that the explicit > controllers are too clumsy to han

Re: [PATCH] New Paragraph Dialog with Radio Buttons

2007-04-11 Thread younes . a
gt; >> > > I think we don't really need this QPRadioMap. We have only 4 radio buttons, > why > > don't you access them directly instead? > > > I had it that way before, and there were switch statements everywhere. > My thought was that, if we ever managed

Re: Getting rid of qttableview.[Ch]

2006-05-09 Thread younes . a
gt; qttableview.h is the verbatim copy of december 2001; so > Abdelrazak> this is not a move of config.h to qttableview.C but a > Abdelrazak> creation. > > Indeed. And I have checked that both qt and boost input > without any guard, which means that we can indeed remove the >

Re: Moving gettex.[Ch] and messages.[Ch] to src/support/

2006-05-09 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > >>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Abdelrazak> I guess that would be a "no" from JMarc and Lars so let's > Abdelrazak> just forget about t

Re: Fix --without-included-boost?

2006-05-09 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > >>>>> "younes" == younes a <[EMAIL PROTECTED]> writes: > > younes> I didn't know about that feature indeed but doing the autogen > younes> and configure steps each time you make a chang

Re: [PATCH] frontends/qt4/*.C contains *_moc.cpp

2006-05-22 Thread younes . a
Quoting Helge Hafting <[EMAIL PROTECTED]>: > Abdelrazak Younes wrote: > > > On Windows, the cpu work a bit more with qt4 but not a lot, maybe 30% > > more. I think there's still something wrong in the way I use QPixmap > > and I guess this is the root of th

Re: [PATCH] frontends/qt4/*.C contains *_moc.cpp

2006-05-23 Thread younes . a
abysmal slow on the > other side. Indeed. > 4.1.x is better than 4.0.x, but not as 'fast' as 3.x, and there are > still areas when you'd get a slowdown by almost arbitrary factors. 4.1.3 seems to have major drawing optimisation for MacOSX Abdel.

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-02 Thread younes . a
Quoting Bo Peng <[EMAIL PROTECTED]>: > > No AFAIK, this is a MSVC2005 feature. > > > I am > > > worried about the existence of QtXXX.dll.manifest. qt-mt.dll.manifest > > > for all the Q../Free qt3/qt4 compiled with msvc2003/2005. > > mscv2003 will not

Re: Painter::lines speedup

2006-06-15 Thread younes . a
font info in the > Abdelrazak> 4-dimensional C-array or the searching in the font width > Abdelrazak> map. > > There is no search in the 4-dim array, it is pure indexing. What is > more expensive is the map. But Andre said that he used the reference to a pointer explicitely to

Re: Qt4 frontend save/restore geoemtry patch

2006-06-22 Thread younes . a
Quoting Peter Kümmel <[EMAIL PROTECTED]>: > Abdelrazak Younes wrote: > >> > >> I think we should use QMainWindow::centralWidget().width/height instead. > > > > In this particular case, yes. But I would prefer to fix the problem at > > the source: We don't need the width and height on BufferView cr

internal error in server

2008-02-28 Thread A. Sengupta
This is to let you know that attempts to download lyx-1.5.4 over the past few days is invariably leading to "Internal error in server ftp://ftp.lyx.org/lyx/stable/";. Since this is going on for quite a few days now, perhaps something is wrong somewhere?

Re: freefont, LFUN_FONT_FREE_APPLY and LFUN_FONT_FREE_UPDATE...

2007-10-31 Thread younes . a
font change (as defined in the dialog), You mean even when the dialog is closed? This is very bad UI IMO. > and LFUN_FONT_FREE_UPDATE > allows to change this setting. I've come to understand that in the mean time... a side effect of the serialisation. Any objection if I clean up that

Re: The Stix Unicode math fonts are available in beta

2007-11-05 Thread younes . a
Quoting William Adams <[EMAIL PROTECTED]>: > On Nov 2, 2007, at 2:23 PM, Abdelrazak Younes wrote: > > > Helge Hafting wrote: > >> Abdelrazak Younes wrote: > >>> Helge Hafting wrote: > >>>> William Adams wrote: > >>>>> http:/

bug in tex2lyx

2004-07-23 Thread a . horsfield
Hi, The attached .lyx file causes the Windows native port (Qt version) of LyX 1.3.2 to crash. It was produced from the attached .tex file using the following commands on a Linux box tex2lyx bug.tex > tmp.lyx lyx2lyx -t221 tmp.lyx > bug.lyx unix2dos bug.lyx The bug can be avoided by rep

possible bug in LyX 1.4

2004-07-23 Thread a . horsfield
Hi, I have just compiled LyX 1.4 on a box running Red Hat Enterprise Linux. As soon as I started up LyX (using the xforms interface), the machine memory filled up, and hundreds of megabytes of error messages were produced before I killed the job. The first few lines of the error messages are as

Donations

2022-12-14 Thread Paul A. Rubin
Is it possible to make an unrestricted donation via PayPal. Every time I try (using the button from the LyX.org donation page), I get the following response: "Things don't appear to be working at the moment. Please try again later." "At the moment" is apparently Latin for "ever". Paul -- lyx-

Re: Donations

2022-12-16 Thread Paul A. Rubin
On 12/16/22 09:06, Pavel Sanda wrote: On Wed, Dec 14, 2022 at 05:40:40PM -0500, Paul A. Rubin wrote: Is it possible to make an unrestricted donation via PayPal. Every time I try (using the button from the LyX.org donation page), I get the following response: "Things don't appear to

Re: Bug in running external program (-shell-escape)

2023-03-03 Thread Paul A. Rubin
On 2/24/23 05:56, Mario D wrote: It looks like I have found a bug using the external library in lyx: if you pass the option \tikzexternalize[prefix=some_dir/] then lyx is not able to create the subdir "some_dir" in its temporary working dir under the /tmp tree, which results in a c

Re: Alt/Option key question

2023-03-31 Thread Paul A. Rubin
On 3/30/23 16:24, Christopher Menzel wrote: Gentle LyX folk: I use the Emacs UI for LyX, which means the Option key (or Alt key, for PC users) gets a good workout — e.g., Opt-D deletes word-forward, Opt-F moves the cursor forward by word, etc. (In the standard LyX UI, those keys bring up the

Re: Allow space at beginning of (some?) insets

2023-06-01 Thread Paul A. Rubin
On 6/1/23 11:42, Scott Kostyshak wrote: I come across the example in the attachment often in various forms. It would be nice if I could insert a space at the beginning of an inset. Am I missing a more natural workaround than the ones shown in the example? Scott Would Insert > Formatt

Re: [lyx-announce] LyX 2.4.0 RC2

2024-02-08 Thread Cruz A . Echevarría
Dear Richard, First of all, thanks for your invaluable help to the scientific community. I was a user of LyX in my previous life as an active professor of Economics at the University of the Basque Country. Now, to the point. I have not tested yet your RCs. But please let me tell you what

Odd window behavior (LyX 1.6.3/Win XP)

2009-06-19 Thread Paul A. Rubin
Hi all, Before entering a bug report, I thought I'd check and see if this is a known phenomenon (since I've seen other reports of issues with recent versions of Qt). In LyX 1.6.3-1 on Win XP, with the LyX window maximized (and with or without a document open), if I change anyth

Re: probably a bug in theorems-sec.module

2009-06-22 Thread Paul A. Rubin
section in the file theorems-sec.module changes the style back to bold. Is this intentional, or is it a bug? Regards, Michał Skrzypek I don't reproduce that here (same setup minus the Polish). What document class are you using? Any other modules besides "Theorems" and "Theorems (By Section)"? /Paul

Syntax for math-insert

2009-06-22 Thread Paul A. Rubin
Hi all, I think this is a bug, in which case I'll add a ticket, but first I want to make sure I'm not missing something fundamental about the syntax of math-insert. Should 'math-insert x_y' insert $x_y$, or do I need something in front of the x and/or after the y?

Re: Syntax for math-insert

2009-06-22 Thread Paul A. Rubin
rgheck wrote: Paul A. Rubin wrote: Hi all, I think this is a bug, in which case I'll add a ticket, but first I want to make sure I'm not missing something fundamental about the syntax of math-insert. Should 'math-insert x_y' insert $x_y$, or do I need something in f

Re: probably a bug in theorems-sec.module

2009-06-23 Thread Paul A. Rubin
)" module. After further investigation I narrowed it down to a simple testfile; see attachments, included are: test.lyx (source), test.tex (pdflatex export), test.pdf (resulting pdf with Theorem env in italic). All the contents and all the modules are needed (i.e. removing any of them also

Wiki question

2009-06-24 Thread Paul A. Rubin
Hi all, Anybody know an easy way to rename a page on the wiki? (Easy => does not require creating a new page and copying all content of the existing one.) Separate (but related in my case) question: We have a layouts page group. When we upload modules for sharing, should we put

Re: Wiki question

2009-06-25 Thread Paul A. Rubin
Christian Ridderström wrote: On Wed, 24 Jun 2009, Paul A. Rubin wrote: Anybody know an easy way to rename a page on the wiki? (Easy => does not require creating a new page and copying all content of the existing one.) As an administrator, me or Jean-Marc can simply rename the f

Re: Wiki question

2009-06-25 Thread Paul A. Rubin
Christian Ridderström wrote: It's probably a good idea to start with a single page, perhaps even in the main group, LyX/. http://wiki.lyx.org/LyX/Modules?action=edit If you then find this paging getting to big and difficult to maintain, then split into several separate

Re: Wiki question

2009-06-26 Thread Paul A. Rubin
e, but the descriptive text, apparently drawn from the top level heading, was gone). So I stripped out the (:title tag, made it a level 1 heading, and that looks ok to my not-very-discriminating eye. This is more work than writing the modules! /Paul

Re: Wiki question

2009-06-26 Thread Paul A. Rubin
Christian Ridderström wrote: Btw, I think you should add a list of contributors, and some way to get in contact (which could of course be through the users' or developers' list). Ok, I put a hint about this at the top of LyX/Modules and took the blame for the two sets

Re: Wiki question

2009-06-27 Thread Paul A. Rubin
Jürgen Spitzmüller wrote: Paul A. Rubin wrote: Ok, I put a hint about this at the top of LyX/Modules and took the blame for the two sets of files I uploaded. Incidentally, I noticed that the Modules upload directory already existed and contained a file (nomindex.module), but I have no idea who

Re: Wiki question

2009-06-27 Thread Paul A. Rubin
Christian Ridderström wrote: Maybe it'd be a good idea to write some instructions on how to create and _license_ a module? Does a module file needs instructions that says who the author is and that it's licensed under some kind of licnese? I don't recall doing anythin

Re: Suggestion: Add some more information to 'Help->About LyX'

2009-06-29 Thread Paul A. Rubin
Christian Ridderström wrote: For a Windoze user, the '~\Application\...' is probably going to be a bit difficult to understand Did we at some point have a separate document with this information, like how we have a document about the LaTeX configuration? I don't r

Re: Suggestion: Add some more information to 'Help->About LyX'

2009-07-02 Thread Paul A. Rubin
Christian Ridderström wrote: On Mon, 29 Jun 2009, Paul A. Rubin wrote: Christian Ridderström wrote: For a Windoze user, the '~\Application\...' is probably going to be a bit difficult to understand Did we at some point have a separate document with this information, lik

Did the wiki upload password change?

2009-07-14 Thread Paul A. Rubin
The password I had (used with id 'lyx') worked a few days ago, but no joy today. Can someone e-mail me the current password? My direct address is rubin AT msu DOT edu. Thanks, Paul

Options for modules

2009-07-21 Thread Paul A. Rubin
Hi all, Is there any way to pass an optional argument (entered in Document -> Settings) to a module? I can't see one. (This relates to fixing bug 5058.) Thanks, Paul

Re: Options for modules

2009-07-22 Thread Paul A. Rubin
rgheck wrote: On 07/21/2009 02:55 PM, Paul A. Rubin wrote: Hi all, Is there any way to pass an optional argument (entered in Document -> Settings) to a module? I can't see one. (This relates to fixing bug 5058.) Do you mean pass it to a package the module loads? Yes. If so,

Re: Options for modules

2009-07-22 Thread Paul A. Rubin
Jürgen Spitzmüller wrote: Paul A. Rubin wrote: How do I tell LyX that option X belongs to package Y? If I just put \usepackage{Y} in the module and X in the class options, LyX passes option X to the document class, not to package Y. The ClassOptions section doesn't seem to help

Need wiki upload id/pw

2009-07-23 Thread Paul A. Rubin
Hi, My id/pw for uploads to the wiki suddenly stopped working. Can someone send me the current credentials? Thanks, Paul

Revised modules for theorem-like environments

2009-07-23 Thread Paul A. Rubin
I submitted some modules a while back to allow all the standard/AMS/AMS extended theorem-like environments to use separate counters. I don't see a ticket in Trac, so I guess I must have just e-mailed them to this list. Turns out I borked the counter display in some of them. Corr

Re: Revised modules for theorem-like environments

2009-07-25 Thread Paul A. Rubin
Jürgen Spitzmüller wrote: On 07/23/2009 02:14 PM, Paul A. Rubin wrote: I submitted some modules a while back to allow all the standard/AMS/AMS extended theorem-like environments to use separate counters. I don't see a ticket in Trac, so I guess I must have just e-mailed them to this

Re: Need wiki upload id/pw

2009-07-25 Thread Paul A. Rubin
Hi Pavel, No, no response yet (and I do have something I need to upload). Thanks, Paul Pavel Sanda wrote: Paul A. Rubin wrote: Hi, My id/pw for uploads to the wiki suddenly stopped working. Can someone send me the current credentials? have you get response? pavel Thanks

Re: Need wiki upload id/pw

2009-07-26 Thread Paul A. Rubin
Jürgen Spitzmüller wrote: Paul A. Rubin wrote: Hi Pavel, No, no response yet (and I do have something I need to upload). I've sent Paul the data. Jürgen Jürgen and Pavel, Thanks, it's working now. Not sure what happened here: I had the password stored in both Firefox and Ke

Re: Revised modules for theorem-like environments

2009-07-26 Thread Paul A. Rubin
Jürgen Spitzmüller wrote: Paul A. Rubin wrote: http://www.lyx.org/trac/ticket/5880 could you please upload the new patch there? I notice a link on the ticket to the revised files (at marc.info). Do you still want me to upload the new zip, or does that cover it? Please upload it, then we

Re: Revised modules for theorem-like environments

2009-07-26 Thread Paul A. Rubin
Jürgen Spitzmüller wrote: Jürgen Spitzmüller wrote: On a related note, I also posted a bug fix for the existing theorem modules -- under certain circumstances (which I've since forgotten), the title (Theorem, Lemma, ...) appears in italics rather than bold. I can't find a Trac ticke

Re: Random leftover file

2009-07-31 Thread Paul A. Rubin
David Raymond wrote: If you launch lyx, create and save the simplest lyx file, and then exit, the index file is created. (No exports, no viewing.) The index file has zero length, so it has no content. FWIW, I failed to reproduce this with LyX 1.6.3 on Win XP.

Re: Qeustion about modules

2009-08-12 Thread Paul A. Rubin
"Character styles" module? There might be a "text styles" module, or something of the sort, that would collect things like this. rh That reminds me of a question I have: is there currently an ability, or a plan to add an ability, to make the modules list in Document

[PATCH] article-beamer.layout

2009-08-13 Thread Paul A. Rubin
Beamer is designed specifically to output 128mm x 96mm slides, but it is IHMO not sensible for article mode. The attached patch to article-beamer.layout fixes this (and also overrides beamer.layout's assertion that it provides hyperref support). Do I need to file a trac ticket for this? /Paul

Re: [PATCH] article-beamer.layout

2009-08-13 Thread Paul A. Rubin
Paul A. Rubin wrote: The attached patch to article-beamer.layout ... which would have been more sensible had I actually attached the patch. (sigh) --- C:/Program Files/LyX16/Resources/layouts/article-beamer.layout Wed Oct 22 20:28:36 2008 +++ C:/Documents and Settings/Paul Rubin

Re: [PATCH] article-beamer.layout

2009-08-13 Thread Paul A. Rubin
Jürgen Spitzmüller wrote: Paul A. Rubin wrote: ... which would have been more sensible had I actually attached the patch. (sigh) Since this is both trivial and straightforward, I committed it right away. Oh fine! Just like my academic career -- now I'm known for trivial results

Re: math font display in edit mode

2009-08-14 Thread Paul A. Rubin
Steven Higgins wrote: I have been using lyx for several years now, and really enjoy using it. Recently I got a new PC and installed lyx 1.6.X under kde 4.2.4 on opensuse 11.1. my problem is that greek and other math symbols (even trivial ones like "=") do not display correctly in ed

Re: math font display in edit mode

2009-08-14 Thread Paul A. Rubin
e/qt This suggestion led led me to expect to find a bash script under /usr/share/lyx called configure. I find only a configure.py which does not recognise the options listed above. Simply calling ./configure.py does not resolve the problem He meant compiling LyX yourself, and configuring with the

Re: display context wider than the screen

2009-08-20 Thread Paul A. Rubin
bsmile wrote: It seems the current lyx editor cannot display context wider than the screen. This could be very inconvenient for controlling the layout of the final document since sometimes the source sentence is very long but the compiled pdf verion is very short. Is it possible to add a

Re: Beware! Arsene is coming !

2009-08-25 Thread Paul A. Rubin
Jean-Marc Lasgouttes wrote: Some people say that good things always come to an end, but this implies that good things have to start at some point too. I am glad to announce the birth of our third child Arsène (who is thus a boy, for those of you who slept during French literature courses) this

Re: Beware! Arsene is coming !

2009-09-06 Thread Paul A. Rubin
Jean-Marc Lasgouttes wrote: I wanted to avoid overflowing the list, ... as if there's anything more important going on here ... ;-) but I put a few there: http://www-rocq.inria.fr/~lasgoutt/photos/arsene/P1000420.JPG http://www-rocq.inria.fr/~lasgoutt/photos/arsene/P1000443.JPG http:

Re: math crash

2009-09-11 Thread Paul A. Rubin
it = C:/Documents and Settings/Paul Rubin/My Documents/newfile1.lyx => newfile1 D:\LyX\lyx-1.6.4\src\frontends\qt4\GuiWorkArea.cpp(1549): segment ended D:\LyX\lyx-1.6.4\src\ServerSocket.cpp(87): lyx: Server socket quitting lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Ple

Re: How to become a LyX Developer

2009-09-22 Thread Paul A. Rubin
Abdelrazak Younes wrote: For the rest, I do believe you'll have loads of fun while learning C++ programming with us :-) I used to program in C++ (a little) before I switched to Java. I recently had a colonoscopy. If I had to repeat one or the other, I'd sign up for another c

OT: Suggestions for task manager

2009-11-08 Thread Paul A. Rubin
Hi all, Does anyone have a suggestion for a free/open source task manager (for a programming project) that lets you record which release will contain a completed task (enhancement or bug fix) and then has an easy way to generate a "what's new in this release" report? TIA, Paul

Re: instant preview for tikz pictures in lyx

2010-01-31 Thread Paul A. Rubin
Vincent van Ravesteijn - TNW wrote: In both cases, this works out of Lyx, but unfortunately, i cannot see the tikz-picture inside lyx (using the magic of instant preview). My question therefore: - is there a simple way to do this, or if not - is this a problem of instant preview, or - should I

File import error

2019-02-28 Thread Paul A. Rubin
A rather mysterious issue has cropped up on the user list, and I'm moving it over here hoping someone will have a clue where to look. I'd file a bug report, but I'm not entirely sure it's a LyX bug. Symptom: On some systems, the file dialog opened by File > Import >

Re: File import error

2019-02-28 Thread Paul A. Rubin
On 2/28/19 9:24 PM, Scott Kostyshak wrote: On Thu, Feb 28, 2019 at 05:03:45PM -0500, Paul A. Rubin wrote: I don't see anything like this in the bug tracker. Any suggestions on something I can test here? Should I file a bug report? As JMarc mentioned on the lyx-users thread, are ther

Re: File import error

2019-03-01 Thread Paul A. Rubin
On 3/1/19 12:46 AM, Scott Kostyshak wrote: On Thu, Feb 28, 2019 at 11:27:06PM -0500, Paul A. Rubin wrote: Is this in 2.3.2? (FWIW, the version I have lists the build date as 12/08/18.) Yes the setting does apply for 2.3.x You can just test with the following added to your preferences file

Re: File import error

2019-03-01 Thread Paul A. Rubin
On 3/1/19 2:31 PM, Scott Kostyshak wrote: Interesting! So there seem to be two puzzles from what I understand: 1. Why is the default different on your systems. 2. Why can you only reproduce the bug on one system. I agree. I am accursed. If there is a bug in any piece of software, no matter

Re: File import error

2019-03-01 Thread Paul A. Rubin
On 3/1/19 3:30 PM, Andrew Parsloe wrote: On 2/03/2019 8:31 AM, Scott Kostyshak wrote: On Fri, Mar 01, 2019 at 01:45:48PM -0500, Paul A. Rubin wrote: On 3/1/19 12:46 AM, Scott Kostyshak wrote: On Thu, Feb 28, 2019 at 11:27:06PM -0500, Paul A. Rubin wrote: Is this in 2.3.2? (FWIW, the version

Re: File import error

2019-03-01 Thread Paul A. Rubin
On 3/1/19 12:46 AM, Scott Kostyshak wrote: On Thu, Feb 28, 2019 at 11:27:06PM -0500, Paul A. Rubin wrote: On 2/28/19 9:24 PM, Scott Kostyshak wrote: On Thu, Feb 28, 2019 at 05:03:45PM -0500, Paul A. Rubin wrote: I don't see anything like this in the bug tracker. Any suggestions on some

Re: File import error

2019-03-02 Thread Paul A. Rubin
On 3/2/19 7:58 AM, Jean-Marc Lasgouttes wrote: Le 01/03/2019 à 21:43, Paul A. Rubin a écrit : I have no idea if this makes a difference, but just in case it triggers a thought: my desktop (where the issue never manifests) has Qt 4.8.7 and 5.5.1 installed; my laptop (where the problem manifests

  1   2   3   4   5   6   7   8   9   10   >