Re: 1.1.6pre3 now?
Allan Rae wrote: > > On Wed, 10 Jan 2001, astrid wrote: > > > > Note that you can test the program without 'installing' it. Configure > > > --with-lyxname (again to preserve ~/.lyx), and compile with just 'make' > > > (and not 'make install' if you've been using that). Then you can run the > > > exectuable from [wherever the sources are]/src/lyx > > > > Hello, > > > > I did try this as well: > > ./configure --with-lyxname lyx-1.1.6pre3 > > but after a lot of lines I get the error message: > > --- > > checking for c++... c++ > > checking whether the C++ compiler (c++ ) works... no > > configure: error: installation or configuration problem: C++ compiler > > cannot create executables. > > configure: error: ./configure failed for sigc++ > > --- > > So please, what can I do against this? The c++ compiler is installed. > > (SuSe7.0) > > Is c++ a symlink to g++? yes > Do you have libstdc++ installed? I found: /usr/lib/ libstdc++.so.2.7.2 libstdc++.so.2.8 libstdc++.so.2.9 libstdc++-3-libc6.1-2-2.10.0.a libstdc++-3-libc6.1-2-2.10.0.so libstdc++-libc6.1-2.a.3 (link) libstdc++-libc6.1-2.so.3(link) libstdc++-libc6.1-1.so.2 /usr/lib/gcc-lib/i486-linux/egcs-2.91.66/ libstdc++.a (link) libstdc++.so(link) /usr/i486-linux-libc5/lib/ libstdc++.so libstdc++.so.27 (link) libstdc++.so.27.2.1 (link) > How about libstdc++-devel? (the header files) Is this file one of the above? > > I'm not sure what names SuSE use for their versions of these packages > (their naming convention is stuffed). Probably something like libstdc.rpm > and libstdcd.rpm. > > Allan. (ARRae) Astrid
Re: 1.1.6pre3 now?
> I found: > /usr/lib/ > libstdc++.so.2.7.2 [snip] So you have the libraries and will be able to run already-compiled code. To compile your own, however, you'll need the associated header files. Here's the contents of my g++ header file dir. You'll need to find/install the equivalent for your flavour of g++. Angus aleem@pneumon:aleem-> ls /usr/local/GNU/include/g++-3/ PlotFile.h indstream.h stl_algobase.h SFile.h iolibio.hstl_alloc.h algo.h iomanip stl_bvector.h algobase.h iomanip.hstl_config.h algorithmiosfwd stl_construct.h alloc.h iostdio.hstl_deque.h bitset iostream stl_function.h builtinbuf.h iostream.h stl_hash_fun.h bvector.hiostreamP.h stl_hash_map.h cassert istream.hstl_hash_set.h cctype iterator stl_hashtable.h cerrno iterator.h stl_heap.h cfloat libio.h stl_iterator.h ciso646 libioP.h stl_list.h climits list stl_map.h clocale list.h stl_multimap.h cmathmap stl_multiset.h complex map.hstl_numeric.h complex.hmemory stl_pair.h csetjmp multimap.h stl_queue.h csignal multiset.h stl_raw_storage_iter.h cstdarg numeric stl_relops.h cstddef ostream.hstl_rope.h cstdio pair.h stl_set.h cstdlib parsestream.hstl_slist.h cstring pfstream.h stl_stack.h ctimeprocbuf.hstl_tempbuf.h cwchar pthread_allocstl_tree.h cwctype pthread_alloc.h stl_uninitialized.h defalloc.h queuestl_vector.h dequerope stream.h deque.h rope.h streambuf.h editbuf.hropeimpl.h strfile.h floatio.hset string fstream set.hstrstream fstream.hsliststrstream.h function.h slist.h tempbuf.h functional stacktree.h hash_map stack.h type_traits.h hash_map.h std/ utility hash_set stdexceptvalarray hash_set.h stdiostream.hvector hashtable.h stl.hvector.h heap.h stl_algo.h
Re: VNC and LyX
On Wed, Jan 10, 2001 at 12:50:14PM +1200, Arnim Littek wrote: > I find that LyX V1.1.5fix2 and earlier does not work over VNC. I've > not done any homework to establish why. Your vncserver probably runs in 8 bit *TrueColor* which causes many problems. You should either run it in 8 bit PseudoColor by using the -cc 3 flag or run in in 16 bit (or more) TrueColor using the -depth 16 flag.
Re: 1.1.6pre3 now?
> > So you have the libraries and will be able to run already-compiled code. To > compile your own, however, you'll need the associated header files. Here's > the contents of my g++ header file dir. You'll need to find/install the > equivalent for your flavour of g++. > > Angus > > aleem@pneumon:aleem-> ls /usr/local/GNU/include/g++-3/ I found all files in /usr/include/g++/ except: bitset iostdio.h iostreamP.h libio.h libioP.h valarray Astrid
Re: bullets and pdf (year 2001 bug?)
On Tue, Jan 09, 2001 at 08:29:31PM +0100, Niklas Werner wrote: > > > did you choose pslatex in (lyx)layout->document->fontstyle? > > yes! no problem there... as I said. The documents worked perfectly last > year and still does in ps and in printing (And I only changed one > typing error..) > > > > > You can also try selecting the bullet symbol from Ding1 in > > layout->document->bullet shapes. > well, see above, ps works, importing into PageMaker (not mine ;-)) works > as well. But did you try my suggestion ? It might create give you a pdf that works both with gs and acroread. You can also try to unchoose pslatex.
Re: 1.1.6pre3 now?
On Thu, 11 Jan 2001, astrid wrote: > > > > > So you have the libraries and will be able to run already-compiled code. To > > compile your own, however, you'll need the associated header files. Here's > > the contents of my g++ header file dir. You'll need to find/install the > > equivalent for your flavour of g++. > > > > Angus > > > > aleem@pneumon:aleem-> ls /usr/local/GNU/include/g++-3/ > > I found all files in /usr/include/g++/ > > except: > > bitset > iostdio.h > iostreamP.h > libio.h > libioP.h > valarray Hmmm... at this point it may simply be better to take a look at the config.log file (I think your original message said it was the sigc++/configure that failed so look at sigc++/config.log) and search so "error" or "Error" in the file then send the surrounding lines. Allan. (ARRae)
Re: 1.1.6-pre3 and wv
On Wed, Jan 10, 2001 at 11:43:28AM +0200, Robin Turner wrote: > Dekel Tsur wrote: > It was in English. Here's an example of what got generated: > Closer inspection revealed that I was not getting "digital garbage" as > I'd said before - look carefully here and you see "ELS 112 Vocabulary > Test Two, Summer School 2000" -- but why am I getting all the character > codes in brackets as well? The [n] is for unicode characters which cannot be converted to latin1 (in your case, I think that these are spacing characters). To get rid of those, edit the file text.c in the wv sources, and uncomment line 1622 (the line if (char16 >= 0x80) printf("[%x]", char16); ) Also, you can send your complaints to the wv authors.
Re: 1.1.6pre3 now?
Allan Rae wrote: > > > Hmmm... at this point it may simply be better to take a look at the > config.log file (I think your original message said it was the > sigc++/configure that failed so look at sigc++/config.log) and search so > "error" or "Error" in the file then send the surrounding lines. > > Allan. (ARRae) The problem might be: -- snip -- configure:1744: c++ -o conftestconftest.C 1>&5 /usr/i486-suse-linux/bin/ld: cannot find -lstdc++ collect2: ld returned 1 exit status configure: failed program was: #line 1739 "configure" #include "confdefs.h" --snap-- Astrid
Re: VNC and LyX
On Thu, 11 Jan 2001, Dekel Tsur wrote: > Your vncserver probably runs in 8 bit *TrueColor* which causes many problems. Should I take that so that LyX doesn't support 8-bit TrueColor? Then it's a bug in LyX/Xforms (granted, the mode isn't so usual).
Re: VNC and LyX
On Thu, Jan 11, 2001 at 02:15:24PM +0200, Tuukka Toivonen wrote: > On Thu, 11 Jan 2001, Dekel Tsur wrote: > > > Your vncserver probably runs in 8 bit *TrueColor* which causes many problems. > > Should I take that so that LyX doesn't support 8-bit TrueColor? Then it's > a bug in LyX/Xforms (granted, the mode isn't so usual). Yes, and the bug is in Xforms.
Re: 1.1.6pre3 now?
On Thu, 11 Jan 2001, astrid wrote: > Allan Rae wrote: > > > > > > > Hmmm... at this point it may simply be better to take a look at the > > config.log file (I think your original message said it was the > > sigc++/configure that failed so look at sigc++/config.log) and search so > > "error" or "Error" in the file then send the surrounding lines. > > > > Allan. (ARRae) > > > The problem might be: > > -- snip -- > configure:1744: c++ -o conftestconftest.C 1>&5 > /usr/i486-suse-linux/bin/ld: cannot find -lstdc++ Weird! This looks like an older egcs compiler is being run trying to build binaries that are compatible with older libs. I might be wrong though. I seem to have deleted your earlier email listing all the libraries you had installed but it may be worth trying two things: 1. make sure /etc/ld.so.conf lists non-standard¹ directories that those libraries may be in and then run ldconfig (you'll need to root to do this) ¹ anything other than /lib and /usr/lib 2. It'd be nice to know why c++ is being tried instead of g++. I'm sure g++ is supposed to be tested first. How many compilers do you have installed? What does: ls -l `locate g++ | grep bin` and ls -l `locate c++ | grep bin` result in? Allan. (ARRae)
Re: 1.1.6pre3 now?
> 1. make sure /etc/ld.so.conf lists non-standard¹ directories that those > libraries may be in and then run ldconfig (you'll need to root to do this) > ¹ anything other than /lib and /usr/lib > > 2. It'd be nice to know why c++ is being tried instead of g++. I'm sure > g++ is supposed to be tested first. How many compilers do you have > installed? What does: > ls -l `locate g++ | grep bin` > and > ls -l `locate c++ | grep bin` > result in? Next guess: Do you have any aliases defined that might be relevant? Andre' -- André Pönitz [EMAIL PROTECTED]
Document Revision feature request
I was wondering if Lyx could do something along the lines of a track changes to a document by multiple authors (So that they can be checked and later accepted or rejected) . If there is a way of doing this please help me out and let me know. This would be really handy since all the documents that I write are edited and reviewed electronically by my boss then updated by myself. At the moment we use Word which can be a real pain at times. Thanks, Tulan.
Re: Menus not german
On Tue, Jan 09, 2001 at 07:01:58PM +0100, Andre Berger wrote: > what I really like about LyX are its interfaces. I think the .lyxpipe > is a great idea, and make extensive use of the custom export > command. What I would really appreciate are more customizable > interfaces, which let me happily pipe my stuff! I'd like to have about > five custom export commands, greyed out if not set up... Get things > less specific and more interchangeable... The new export code allows you to define an unlimited number of custom exports.
Re: Document Revision feature request
On Thu, Jan 11, 2001 at 02:12:34PM +, Tulan Shah wrote: > I was wondering if Lyx could do something along the lines of a track > changes to a document by multiple authors (So that they can be checked > and later accepted or rejected) . If there is a way of doing this > please help me out and let me know. > IMHO you should use a version-tool like RCS or CVS. CVS can show differences between two versions of a document, becoming familiar with the LyX format gives clues what has changed... IIRC within LyX there is a sub menu for version control issues. HTH Frank
Re: Menus not german
Hallo Dekel! Am Don, 11 Jan 2001, schrieb Dekel Tsur: > The new export code allows you to define an unlimited number of > custom exports. Mh I tried the following: 1. In "Preferences" I added a Converter DVI --> Fax 2. In the field Converter I put 'faxspool $$i' (without the quotes) 3. I clicked on the new-created menu-item "Fax..." and all was done 4. But the Fax was not sended because a did not specified any telephone-number. How can I make Lyx pop-up a small window to type in the number or the shortcut from ~/.faxnrs faxspool understands? Thanks! juh -- 68 in der CDU http://www.sudelbuch.de/1999/19991222.html
Re: Table of Contents in Text output?
On Tue, Jan 09, 2001 at 01:56:50PM -0500, Ronald Florence wrote: > Brian Lavender wrote: > > > How do I get the table of contents generated with ascii text > > Herbert's suggestion is, as usual, timely and correct. But I wonder: > if the philosopy of LyX is that the user should worry about content > and not the form of what is being written, shouldn't the user be able > to export to commonly used formats, like ascii without the gyrations > of converting to pdf or ps and then to ascii? I've seen comparably > complicated recommendations for getting a word-count and other > operations that shouldn't require the user to look up the procedure > and revert to an xterm and a shell to run off scripts and pipelines. The CVS version now creates a table of contents when doing ascii export, so this feature will be in 1.1.6 which will be released soon.
Re: VNC and LyX - another perspective
On 1/9/01 7:50 PM, "Arnim Littek" <[EMAIL PROTECTED]> wrote: > I find that LyX V1.1.5fix2 and earlier does not work over VNC. I've > not done any homework to establish why. > > With the fundamental changes in approach to GUI etc, is this likely > to change in the near future? > > Arnim. I also have had troubles with LyX (1.1.5) and VNC - while LyX starts up fine, there seems to be a problem with LyX keeping up with my typing in VNC - it skips characters frequently, resulting in unusable work. Other applications (ApplixWare, e.g.) work fine, and can indeed keep pace. FWIW, this version of LyX worked perfectly in remote Xwindows sessions. A final word: since compiling and installing 1.1.6pre3 (nice work!), my VNC problem has disappeared. I, also, have not done my homework to figure out why, content with the fact that it now works. Best regards, Bob -- Bob Torres Ph.D. Candidate [EMAIL PROTECTED] Development Sociology http://www.torres.cxCornell University Instant Messaging: ICQ:95880740 / AIM:djbobyt
Writing my syllabus in latex with Lyx
I had a syllabus in MS Word, and used word2tex to convert to tex. Then on Linux I'm using LyX to edit it. The import with relyx worked fine, I was impressed. There are a couple of things that have me stumped, and I'm sure it is just a new user problem. I don't know what document class to use. I also need numbered paragraphs that are like the "hanging" paragraphs in MS WORD, with the first line at the margin and following lines indented. I want the end result like so. (I have used tabs to try to illustrate desired spacing) Paul Johnson Pols 707 Research Methods II Textbooks: name, book, author name, book, author Weekly Assignments 1. Introduction. In case this is a long thing, I want it to be a "hanging" paragraph as in Word Joe Smith, Read this or you die. 2. Another weed of fine educational material Bill Jones, Read this or you die. -- Paul E. Johnson email: [EMAIL PROTECTED] Dept. of Political Sciencehttp://lark.cc.ukans.edu/~pauljohn University of Kansas Office: (785) 864-9086 Lawrence, Kansas 66045FAX: (785) 864-5700
Re: Writing my syllabus in latex with Lyx
On 1/11/01 2:07 PM, "Paul E Johnson" <[EMAIL PROTECTED]> wrote: > I had a syllabus in MS Word, and used word2tex to convert to tex. Then > on Linux I'm using LyX to edit it. The import with relyx worked fine, I > was impressed. There are a couple of things that have me stumped, and > I'm sure it is just a new user problem. I also do a syllabus in LyX...I'll share what I do, maybe it will help. > > I don't know what document class to use. I also need numbered > paragraphs that are like the "hanging" paragraphs in MS WORD, with the > first line at the margin and following lines indented. I want the end > result like so. (I have used tabs to try to illustrate desired spacing) Other LyX wizards might disagree with my choice, but I use the LyX article class, and I like the result. > > Paul Johnson > Pols 707 Research Methods II > > Textbooks: > name, book, author > name, book, author > > Weekly Assignments > > 1. Introduction. In case this is a long thing, I want > it to be a "hanging" paragraph as in Word > > Joe Smith, Read this or you die. > > 2. Another weed of fine educational material > > Bill Jones, Read this or you die. > This might not be exactly what you're after, but I make each class a subsubsection. Underneath that, I use an itemize for the "read this or you die bit." If you're interested, I'd be glad to send along a copy of my syllabus if you'd like to see how I've done it...just let me know. Good luck! Bob -- Bob Torres Ph.D. Candidate [EMAIL PROTECTED] Development Sociology http://www.torres.cxCornell University Instant Messaging: ICQ:95880740 / AIM:djbobyt
Re: Picture alignment
On 9 Jan 01, at 16:22, Syrus Nemat-Nasser wrote: > > When I insert pictures into a file (say two pictures in one "wide figure > > float") the pictures seem to be nicely in their place in the LyX window > > but when I actually compile the file and view the dvi, the pictures are > > at top of the page rather than where I want them to be. > > This is default behavior for LaTeX. However, you can try to control the > placement by putting '!h' (without the quotes) in the float placement box > of the Layout->Document dialog. 'h' means: here; '!h' means: try really > really hard to place this float here. Before cursing LaTeX as the most stupid typesetting program at all, try to consider, that there is another target which LaTeX tries to hit (as usuall). Which is the optimal placement of the picture (or table) in the output. When you have a huge rectangle in the text, things are getting extremely complicated for the typesetter, unless it is allowed to float figures freely. Therefore, I would recommend NOT to use !h option, but rather to be prepared, that my figure (or table) may be placed somewhere else and refer to it only indirectly ("see table 4"). Than you need not it being placed directly after the particular paragraph and reader can easily find where it best fit for typesetter. More could be find in one very old article in TUGBOAT by Phillip Taylor (big article -- something about book typesetting). Recommended. Matej Cepl Have a nice day
html
Hello, when I convert a file (lyx) into a file html the result is very fine, but not any of amya or netscape(3.04) can display the mathematical expressions...it is not a problem with lyx but, wich are the softs allows to display mathematical expression written in html ? Thanks for idea. Gerard.
Re: Picture alignment
> > This is default behavior for LaTeX. However, you can try to control the > > placement by putting '!h' (without the quotes) in the float placement box > > of the Layout->Document dialog. 'h' means: here; '!h' means: try really > > really hard to place this float here. > > Before cursing LaTeX as the most stupid typesetting program at all, > try to consider, that there is another target which LaTeX tries to hit > (as usuall). Which is the optimal placement of the picture (or table) > in the output. When you have a huge rectangle in the text, things > are getting extremely complicated for the typesetter, unless it is > allowed to float figures freely. > > Therefore, I would recommend NOT to use !h option, but rather to > be prepared, that my figure (or table) may be placed somewhere > else and refer to it only indirectly ("see table 4"). Than you need not > it being placed directly after the particular paragraph and reader can > easily find where it best fit for typesetter. > The problem was that the picture was covering the text... So, the text was not moving accordingly. Any idea? Regards, Remzi
Re: Writing my syllabus in latex with Lyx
Paul E Johnson wrote: > > I don't know what document class to use. I also need numbered > paragraphs that are like the "hanging" paragraphs in MS WORD, with the > first line at the margin and following lines indented. I want the end > result like so. (I have used tabs to try to illustrate desired spacing) > > Paul Johnson > Pols 707 Research Methods II > > Textbooks: > name, book, author > name, book, author > copy the following lyx-layout as myStyles.inc into ~/.lyx/layouts and insert in ~/.lyx/layouts/stdclass.inc a line Input myStyles.inc start lyx new and you can choose the format HangIndent, it's in color blue and gives what you want. With ctrl-enter you'll get a new paragraph with same indentation. Herbert Style HangIndent MarginFirst_Dynamic LatexType Command LatexName myHangIndent NextNoIndent 1 # LabelTypeManual LeftMarginMMN ParSkip 0.4 TopSep1.5 BottomSep 0.7 ParSep0.3 Align Block AlignPossible Block, Left Font Shape Normal Color blue EndFont Preamble \newenvironment{HangIndent} {\list{}{% \setlength\leftmargin{1.5cm}% leftmargin \itemindent-\leftmargin}\item{}} {\endlist} \newcommand\myHangIndent[1]{ \begin{HangIndent} #1 \end{HangIndent} } EndPreamble End > > -- > Paul E. Johnson email: [EMAIL PROTECTED] > Dept. of Political Sciencehttp://lark.cc.ukans.edu/~pauljohn > University of Kansas Office: (785) 864-9086 > Lawrence, Kansas 66045FAX: (785) 864-5700 -- [EMAIL PROTECTED] http://perce.de/lyx/
Re: html
Robin Gerard wrote: > > when I convert a file (lyx) into a file html the > result is very fine, but not any of amya or netscape(3.04) > can display the mathematical expressions...it is not > a problem with lyx but, wich are the softs allows to display > mathematical expression written in html ? what kind of converter do you have installed? tex2html or tth? Herbert -- [EMAIL PROTECTED] http://perce.de/lyx/
lyx-1.1.5fix2 on SuSE-7-PPC?
Anybody knows why the compiler doesn't want lyx? Or where to find a decent version of gcc? configure with all sorts of options tried.. ;-( gcc -v : Reading specs from /usr/lib/gcc-lib/powerpc-suse-linux/2.95.3/specs gcc version 2.95.3 19991030 (prerelease/franzo/2625) Seems to be a bit beta... Making all in mathed make[3]: Entering directory `/home/nick/lyx-1.1.5fix2/src/mathed' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I/usr/lib/g++-include -isystem /usr/X11R6/include -g -O2 -c formula.C g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I/usr/lib/g++-include -isystem /usr/X11R6/include -g -O2 -c formula.C -o formula.o In file included from ../../src/lyxfont.h:21, from ../../src/insets/lyxinset.h:23, from formula.h:26, from formula.C:29: ../../src/LString.h:21: conflicting types for `typedef class lyxstring string' /usr/lib/g++-include/string:9: previous declaration as `typedef class basic_string,__default_alloc_template > string' make[3]: *** [formula.lo] Error 1 make[3]: Leaving directory `/home/nick/lyx-1.1.5fix2/src/mathed' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/nick/lyx-1.1.5fix2/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/home/nick/lyx-1.1.5fix2/src' make: *** [all-recursive] Error 1 have fun* Niklas