Re: Help with Thesis Style
On Fri, Jun 02, 2000 at 02:53:42PM -0700, Chris McCarthy wrote: > > http://www.astro.ucla.edu/~chris/uclathes/lpc.tex > > My goal was to convert this into LyX using reLyX, then > work from that. However reLyX gives an odd error: > the \begin{document} line is clearly there! I've commented out > the offending \usepackage{} commands, so they are not the problem. > I fear that reLyX just doesn't know this document class. As the current reLyX maintainer, send me your class file (and any other files this file depends on) and I can see if I can figure out what is going on for you. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory
Help with Thesis Style
Hello LyX users, I am considering writing a doctoral dissertation using LyX. Thanks to kind help from Kayvan Sylvan, I have LyX installed on my home (Linux) computer. Most people in my department (Astronomy) use LateX and the school (UCLA) accepts papers prepared using a specially made documentclass: \documentclass[PhD,double]{uclathes} I have an example thesis done in this class to use as a template: http://www.astro.ucla.edu/~chris/uclathes/lpc.tex My goal was to convert this into LyX using reLyX, then work from that. However reLyX gives an odd error: reLyX, the LaTeX to LyX translator. Revision date 1999/09/27 Reading LaTeX command syntax (lpc.tex: Splitting Preamble Didn't find \begin{document} command! at /usr/bin/../share/lyx/reLyX/MakePreamble.pm line 52, chunk 30. Exited due to fatal Error! + the \begin{document} line is clearly there! I've commented out the offending \usepackage{} commands, so they are not the problem. I fear that reLyX just doesn't know this document class. Any suggestions or Ideas? Incidentally, I looked at the CU-Thesis.lyx template, and while promising, there are enough differences between CU thesis format and UCLA format that I would like to use the working LaTeX files (uclathes.cls which can be found at http://www.astro.ucla.edu/~chris/uclathes/ ) as a starting point. Thanks much for any advice, Chris McCarthy Dept. of Astronomy, UCLA
Re: Lyx-1.1.5pre3
> many thanks for having a look at my table which is > attached as .gzip -file. The problem is that the document is in German, but some words are in English (american), and there is a bug in the code for handling mixed languages in a table. Now, I presume you didn't want to have English text in the document. To fix this, select the whole text, open the character style popup (alt+l c) select german from the language combox, and press ok. Another question is how did you manage to get the English words? It may have happened if you copy&paste from another document, which had the default language. Is this what happened?
RE: Lyx-1.1.5pre3
On 02-Jun-2000 thomas schönhoff wrote: > Hi to everybody, > yesterday I tried to compile a Lyx-file containing > a long table (which has already been presented on > the list in parts !). Viewing the table in gv was > impossible because of LaTex errors ( five at the > end of the table). Now an emergency stop > accompained by " job aborted, no legal \end found) > without a marked failure-box makes it impossible > to me to continue working at the layout of my > table. > This morning I had to correct same parts of the > table, mainly cutting and pasting text between > cells. After doing this the " the command dvips -o > command will be executed but no postscript (gv) > output apears ! > > The table has been initially created in Lyx-1.1.4 > (no patches), JMarc told me that this version > produced false code. Maybe this might be the > problem, but I've no idea how to deal with at the > moment ? If necessary I'll give an example file > instead of the original (121,27 k) ? > Well we would need the file to see what's wrong with it ;) Jürgen -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel:+39-0471-450260 I-39100 Bozen Fax:+39-0471-450296 ITALY Web:http://www.sad.it/~jug Confirmed bachelor: A man who goes through life without a hitch. -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Re: Nested includes
On Wed, May 31, 2000 at 09:07:00AM +0200, Michael Zapf wrote: > "Lars Gullik Bj?nnes" wrote: > > Nested inputs are allowed, but not nested includes. > > > > You can use include on the first level, but have to use input to get > > deeper than that. > > If that only did work... Actually, it does not. Try doing the following: > > 1. Create a file doc1.lyx which contains a file inclusion. Use "Insert->Include > File", select "use input" and enter doc2.lyx. > 2. Do the same with doc2.lyx which is to include doc3.lyx. > 3. Create doc3.lyx with some content lines. > 4. Select "File->View DVI". > 5. You get an alert "There were errors during the LaTeX run...". > 6. Clicking on the "error" tag pops up a window which states: "LaTeX error: File > 'doc3.tex' not found.", "\input{doc3.tex}" > > The reason seems to be that LyX does not recursively create temporary .tex files. Nested input will work if LyX doesn't use temporary directories (put "\use_tempdir false" in the lyxrc file). If LyX uses temporary directories, it creates all doc*.tex files, but it puts doc1.tex & doc2.tex in one directory (e.g. /tmp/lyx_tmp11555aaa/lyx_bufrtmp11555aaa), and the doc3.tex in another directory (e.g. /tmp/lyx_tmp11555aaa/lyx_bufrtmp11555aab). This is a bug that needs to be fixed.
Re: Lyx-1.1.5pre3
thomas schönhoff wrote: > > Hello, > > many thanks for having a look at my table which is > attached as .gzip -file. mark all text in the table, choose normal font size and after that footnotesize again. Herbert p.s. the lyx.file comes with an etxra mail -- [EMAIL PROTECTED] http://perce.de/voss
Re: Lyx-1.1.5pre3
Hello, many thanks for having a look at my table which is attached as .gzip -file. Thomas Herbert Voss wrote: > > compress the file with gzip and than send it direct > to me or/and other interesting lyxers > > Herbert > > -- > [EMAIL PROTECTED] > http://perce.de/voss tabneu02.6.lyx.gz
Re: Lyx-1.1.5pre3
> The table has been initially created in Lyx-1.1.4 > (no patches), JMarc told me that this version > produced false code. Maybe this might be the > problem, but I've no idea how to deal with at the > moment ? If necessary I'll give an example file > instead of the original (121,27 k) ? compress the file with gzip and than send it direct to me or/and other interesting lyxers Herbert -- [EMAIL PROTECTED] http://perce.de/voss
Lyx-1.1.5pre3
Hi to everybody, yesterday I tried to compile a Lyx-file containing a long table (which has already been presented on the list in parts !). Viewing the table in gv was impossible because of LaTex errors ( five at the end of the table). Now an emergency stop accompained by " job aborted, no legal \end found) without a marked failure-box makes it impossible to me to continue working at the layout of my table. This morning I had to correct same parts of the table, mainly cutting and pasting text between cells. After doing this the " the command dvips -o command will be executed but no postscript (gv) output apears ! The table has been initially created in Lyx-1.1.4 (no patches), JMarc told me that this version produced false code. Maybe this might be the problem, but I've no idea how to deal with at the moment ? If necessary I'll give an example file instead of the original (121,27 k) ? Thomas
Re: No NLS-Support?!? No german menues...:-((
Jens Stolze wrote: > > Hi, > > because of trouble having with Version 1.1.4-17, shipped with SuSE Linux > 6.4, I downloaded lyx-1.1.5pre3.tar.gz from www.no.lyx.org. I compiled > it (no errors but some warnings) without and with-included-gettext, LANG > is set to "de", ...but no german menues appear...:-(((. what's going on if you start with the full path /usr/X11/bin/lyx Herbert -- [EMAIL PROTECTED] http://perce.de/voss
Re: Presentation
Jens Stolze wrote: > thanks for this advice. The PDF-File is now much smaller and looks quite > good using Acrobat-Reader. > > But now there are no more bullet when a enumerate a text...;-((. Hi, installing and using pdflatex is the solution! Now I have bullets again. cu, Jens Stolze begin:vcard n:Stolze;Jens x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] x-mozilla-cpt:;0 fn:Jens Stolze end:vcard
Re: No NLS-Support?!? No german menues...:-((
Jens Stolze wrote: > > Hi, > > because of trouble having with Version 1.1.4-17, shipped with SuSE Linux > 6.4, I downloaded lyx-1.1.5pre3.tar.gz from www.no.lyx.org. I compiled > it (no errors but some warnings) without and with-included-gettext, LANG > is set to "de", ...but no german menues appear...:-(((. Hi, I have to answer myself, it's working now:-)). I checked the output at ./configure one more time, nevertheless I could read, that everything is all right. I found, that automake and autoconf are missing. So I installed this packets, configured with-included-gettext, recompiled lyx and ... it is working with german menues:-)). cu, Jens begin:vcard n:Stolze;Jens x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] x-mozilla-cpt:;0 fn:Jens Stolze end:vcard
export
Hi, it is great at 1.1.15 having HTML-export and cut-and-paste, two features I use everytime. Furthermore I have the desire for PDF-export and having two pages on one (psnup -2 $$Fname | lpr) at the some time, but at custom export, there is only the possibility to have one of them. Could it be possible to give one of them a menu entry so the other one cpould use the custom export? cu, Jens Stolze begin:vcard n:Stolze;Jens x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] x-mozilla-cpt:;0 fn:Jens Stolze end:vcard