AMS article and sequential numbering
I've recently started using LyX 1.6.1 and discovered that my AMS article documents now all have sequential numbering of theorems and lemmas. In previous version one could choose between standard AMS article, and sequentially numbered, but now there is only one option. I searched the mail list archive and release notes, but have not found any discussion about this. Can somebody clarify the situation? Best regards, Alex
Problems with Instant Preview in 1.6.0
Hi, Instant Preview doesn't work well for me with LyX 1.6.0. It only displays certain parts of the maths formulas. In contrast, LyX 1.5.3 never had a problem with this (although some earlier versions did, as well). Can this be fixed somehow? Howcome it works with 1.5.3 but not 1.6.0 running on the same system? Regards, Alex
Re: LyX 1.5.1 temp dir
Thanks; no, no preview was done. In fact, all I did was to type in hello. save the document, and then exit. On Aug 16, 2007, at 10:57 AM, Paul A. Rubin wrote: A S Hodel wrote: I've been attempting to use LyX on a G4 iCube (Mac OS X 10.3.9). I regularly get dialog windows with messages like: Could not remove the temporary directory /tmp/lyx_tmpdir24268OWp5HN/lyx_tmpbuf0 I've checked the /tmp directory: the folder in question is there, and permissions are appropriately set, so I'm at a loss as to why this error occurs. Hodel-iCube:/tmp/lyx_tmpdir24268OWp5HN hodelas$ ls -lRa .: total 0 drwx--4 hodelas wheel 136 Aug 16 09:26 . drwxrwxrwt 14 root wheel 476 Aug 16 09:26 .. drwxr-xr-x2 hodelas wheel 68 Aug 16 09:26 lyx_tmpbuf0 srwxr-xr-x1 hodelas wheel 0 Aug 16 09:26 lyxsocket ./lyx_tmpbuf0: total 0 drwxr-xr-x2 hodelas wheel 68 Aug 16 09:26 . drwx--4 hodelas wheel 136 Aug 16 09:26 .. When I get this error, it's usually because I'm exiting LyX (or perhaps closing a document) while I still have yap or Acrobat Reader viewing the document. So the temporary document file (.dvi or .pdf) can't be deleted because the viewer has it locked, which means the folder can't be deleted. Your directory listing shows the temp directory empty, so if you did the listing right after getting the error message (without exiting a viewer, closing LyX, etc.) then that's not the explanation. /Paul A Scottedward Hodel, PhD, Associate Professor Dept. Electrical and Computer Engineering, 200 Broun Hall Auburn University, AL 36849-5201 (334) 844-1854 Fax: (34) 844-1809 http://www.eng.auburn.edu/~hodelas
LyX 1.5.1 temp dir
I've been attempting to use LyX on a G4 iCube (Mac OS X 10.3.9). I regularly get dialog windows with messages like: Could not remove the temporary directory /tmp/lyx_tmpdir24268OWp5HN/lyx_tmpbuf0 I've checked the /tmp directory: the folder in question is there, and permissions are appropriately set, so I'm at a loss as to why this error occurs. Hodel-iCube:/tmp/lyx_tmpdir24268OWp5HN hodelas$ ls -lRa .: total 0 drwx--4 hodelas wheel 136 Aug 16 09:26 . drwxrwxrwt 14 root wheel 476 Aug 16 09:26 .. drwxr-xr-x2 hodelas wheel 68 Aug 16 09:26 lyx_tmpbuf0 srwxr-xr-x1 hodelas wheel 0 Aug 16 09:26 lyxsocket ./lyx_tmpbuf0: total 0 drwxr-xr-x2 hodelas wheel 68 Aug 16 09:26 . drwx--4 hodelas wheel 136 Aug 16 09:26 .. A Scottedward Hodel, PhD, Associate Professor Dept. Electrical and Computer Engineering, 200 Broun Hall Auburn University, AL 36849-5201 (334) 844-1854 Fax: (34) 844-1809 http://www.eng.auburn.edu/~hodelas
Article class with theorems (layout file)
Dear All, I am using the document class "article (AMS, sequential numbering)". This gives me a drop-down menu from which I can select environments Theorem, Corollary, Lemma, Proof, etc. However, I do not want to use the amsart document class but the normal class article and still have access to the expanded drop-down menu with Theorem, Corollary, Lemma, and so on. Has anyone written layout files that combine the normal article class with the expanded drop-down menu? Thanks in advance, Alex
Instant preview in 1.5.0 under Win Vista
Hi, I have just installed LyX 1.5.0 beta (from ftp://ftp.devel.lyx.org/pub/lyx/pre), under Windows Vista, but instant preview does not behave as normal. If I start writing a new document, maths is shown with instant preview, but if I load a previously written document, the formulas don't change, even if I go in and out of a formula. Moreover, even when I get instant preview, "big" symbols like integrals, sums, and products don't show up. Is this an issue with LyX, Vista, or both? Regards, Alex
Re: How to write an algebra textbook?
I consistently use Math Mode; once I set up/learned the keyboard shortcuts to insert parenthesis and arrays, the speed of entry is comparable to directly typing math equations in LaTeX, which is far faster than a point-and-click approach. LyX-Code is definitely a poor option. Symbols for multiplication: depends on the age of the student. If we're looking at starting algebra, 8th or 9th grade (13-14 years old), then I recall multiplication symbols being omitted. Alternatively, you can use the \times or \cdot symbols (which will transform to their correct symbols in Math Mode). On May 11, 2007, at 7:05 AM, Steve Litt wrote: Hi all, If I were to write an algebra textbook, on non-division equations, am I better off using math mode (which seems very slow to author, if U ask me), or should I use Lyx-Code and write the equations like you'd write them as source code? Speaking of that, what should I use as a multiplication symbol -- x, X, *, or something else? Thanks SteveT Steve Litt Author: Universal Troubleshooting Process books and courseware http://www.troubleshooters.com/
Re: Consecutive math environments
This is handled in the beamer class with a "separator." I haven't looked at the structure of this command to see how it works; I ought to, though, because I've had the same frustration as you. One workaround: put a "\par" command in ERT in a "Standard" environment between the two definitions. I don't know how that will change spacing between the environments in the printed document, but it should achieve the desired effect. Yours, A S Hodel On Jan 15, 2007, at 10:09 AM, Richard Heck wrote: Marc Vinyals wrote: Hi, I want to have two instances of the same math environment without separation. Eg: Definition 1.3 (foo) Definition 1.4 (foo2) However, the two definitions merge into a single one. This can be very handy in some situations, but it's not what I'm looking for. I googled and found this was already a problem in LyX 1.1's days, and it can be solved by inserting some dummy environment (LyX-Note) between. Has any better solution been developed? I think enhancement requests have been filed along these lines, but I don't know their status. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://bobjweil.com/heck/ == Get my public key from http://sks.keyserver.penguin.de Hash: 0x1DE91F1E66FFBDEC Learn how to sign your email using Thunderbird and GnuPG at: http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto
Re: problème avec lyx (Ihave a problem with l yx windows 1.4.1)
I think the translation is a bit different: (but then again, I'm an American so take this with a grain of salt) [EMAIL PROTECTED] wrote: Bonjour je suis un nouvel utilisateur de lyx et j'ai un problème lorsque je convertit mon document au format dvi. Le message d'erreur est le suivant : "An error occured whilst running Python" "D:/Utilitaires/lyx 1.4.1/Ressources/scripts Et lorsque je demande la version en Draftdvi le message est :"Bad dvi file" En fait les problèmes disparaissent quand j'enlève mes images Bitmap du document. Pourrait-on m'expliquer le problème et comment y remédier ? Merci par avance. I am a new Lyx user and I have a problem when I convert my document to dvi format. The error message is the following: "An error occured whilst running Python" "D:/Utilitaires/lyx 1.4.1/Ressources/scripts And when I ask the version in Draftdvi the message is "Bad dvi file." In fact these problems disappear when I upload my bitmap images from the document. Can some explain the problem and how to remedy it? Thanks in advance -- I regret I can't answer the question, but perhaps the additional detail in the translation may help. A S Hodel http://homepage.mac.com/hodelas [EMAIL PROTECTED]
Re: Margins in Lyx 1.4.0
I've adjusted margins in Document -> Settings -> Page Margins on Panther (Powerbook G3 and a G4 Cube) and on Tiger (iMac G5). This is probably a different procedure than you're used to. I've not used earlier versions of LyX. On Apr 9, 2006, at 2:55 PM, James Banks wrote: Hi, I've recently upgraded to Lyx 1.4.0 on Mac OS X on my iBook but one thing I miss from the 1.3.x releases is the ability to set 'small margins' or 'very small margins' in the Document settings. Can I replicate this using the 1.4.0 release, if so, how? I know I can supply my own custom margins but I would like to use the small and very small margins settings. I've been looking around in the settings but I can't find a simple way to do this. I've tried using the \usepackage{layout} and \layout in the document to see what the difference between the small margins and very small margins settings are in 1.3.7 but both report the same layout page. Thanks for your help, James Banks A S Hodel http://homepage.mac.com/hodelas [EMAIL PROTECTED]
Re: LyX on Mac OS X: key binding strangeness
On Apr 7, 2006, at 7:51 AM, Bennett Helm wrote: On Apr 5, 2006, at 11:24 AM, A S Hodel wrote: I've found a couple of behaviors of LyX 1.4.0 on Mac OS X (both 10.3 and 10.4) that are annoying and I don't know how to fix them. Key bindings listed in the menu are: CMD-, for preferences CMD-Q to quit. However, if I use "Cmd-," I instead get the "About LyX" dialog. This occurs even if I use the menu to select LyX preferences. The only exception is my first use of LyX after a reinstall. Similarly, if I use CMD-Q, it pulls up the document settings dialog, even if I use the menu instead of the key binding. I am at a loss on how to repair this behavior. What language are you using for the GUI? English. What happens if you create a new user account and run LyX from there? I'll need some time to get an opportunity to properly exercise that kind of test. I'll report back ASAP. A Scottedward Hodel, PhD, Associate Professor Dept. Electrical and Computer Engineering, 200 Broun Hall Auburn University, AL 36849-5201 (334) 844-1854 Fax: (34) 844-1809 http://www.eng.auburn.edu/~hodelas
LyX on Mac OS X: key binding strangeness
I've found a couple of behaviors of LyX 1.4.0 on Mac OS X (both 10.3 and 10.4) that are annoying and I don't know how to fix them. Key bindings listed in the menu are: CMD-, for preferences CMD-Q to quit. However, if I use "Cmd-," I instead get the "About LyX" dialog. This occurs even if I use the menu to select LyX preferences. The only exception is my first use of LyX after a reinstall. Similarly, if I use CMD-Q, it pulls up the document settings dialog, even if I use the menu instead of the key binding. I am at a loss on how to repair this behavior. Yours, A S Hodel
Lyx computer algebra system
I've started using LyX 1.4.0 on mac os X during the last week and I am slowly coming to like it a lot! While working in the MathEd mode, I noticed that the Edit menu has the option: Edit->Math->Use Computer Algebra System -> [several choices here] where the choices include Octave, Maple, Mathematica, and Macsyma. I was unable to find the phrase "computer algebra system" in the documentation. As an avid Octave user, I am curious to know how this feature of LyX can be used. A S Hodel http://homepage.mac.com/hodelas [EMAIL PROTECTED]