Re: list of figures

2009-04-14 Thread Niko Schwarz
ohh, i forgot, it also says LaTeX Error: Command \...@figure already
defined.
niko

On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz
niko.schw...@googlemail.comwrote:

 hmm. then i get this error message:

 @figur...@dottedtocline{1}{1.5em}{2.3em}}

  Your command was ignored.

 Type I command return to replace it with another command,

 or return to continue without it.


 niko

 On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de wrote:

 Niko Schwarz schrieb:

  in my list of figures, the numbers of the figures are standing much too
 close to the captions of the figures! what can i do?


 Add this command to your document preamble:

 \newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}

 (http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)

 regards Uwe





Re: list of figures

2009-04-14 Thread Niko Schwarz
solved!
i added this to the pre-amble:

\renewcommand...@figure{\@tocline{0}{3pt plus2pt}{0pt}{2.5em}{}}

On Tue, Apr 14, 2009 at 7:59 AM, Niko Schwarz
niko.schw...@googlemail.comwrote:

 ohh, i forgot, it also says LaTeX Error: Command \...@figure already
 defined.
 niko


 On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz niko.schw...@googlemail.com
  wrote:

 hmm. then i get this error message:

 @figur...@dottedtocline{1}{1.5em}{2.3em}}

  Your command was ignored.

 Type I command return to replace it with another command,

 or return to continue without it.


 niko

 On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de wrote:

 Niko Schwarz schrieb:

  in my list of figures, the numbers of the figures are standing much too
 close to the captions of the figures! what can i do?


 Add this command to your document preamble:

 \newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}

 (http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)

 regards Uwe






generate list of changes by track changes

2009-04-14 Thread Abe Lau
Hi all,
I have been using the change tracking feature and it is great.
However, I am trying to get a complete list of changes at the end of
the document, something like

blah blah is added on page 123
blah blah is removed on page 234
etc...etc


The only way I could think of is to create a new crossref at those
changes, and cross referencing it at the changelog, preserving the
page number at the PDF output.   Is there any simple way to achieve
this changelog feature?  Thanks.

Abe


Re: generate list of changes by track changes

2009-04-14 Thread Jürgen Spitzmüller
Abe Lau wrote:
 I have been using the change tracking feature and it is great.
 However, I am trying to get a complete list of changes at the end of
 the document, something like

The package changes provides such a feature. I think it is possible to 
rewrite LyX's \lyxchangeadded and \lyxchangedeleted to wrap the changes 
package.
(In LyX 1.6.0, one could even write a module for that).

Jürgen


Re: TOC too long, can't get middle page to be empty

2009-04-14 Thread Florian Rubach

rettie schrieb:

My TOC is just over 3 pages now and using \thispagestyle{empty} I can get rid 
of numbering on the 1st and 3rd pages (i.e. first and last), but the middle 
page's number stays. I can't get rid of it!

I've tried flooding Lyx with \thispagestyle{empty} ERT boxes, but no luck. 
Anyone have any ideas? I can't really cut down on the TOC more I'm afraid, 3 
pages is the minimum! I apologise if this has been asked to death! Thanks in 
advance,

Alex
  


The solution to your problem depends on the pagestyle you use.
You can set the pagestyle to empty before the place where you insert the 
TOC by typing \pagestyle{empty} in an ERT box and reset it to whatever 
it was by \pagestyle{your_style} right after the TOC.
If you haven't explicitly specified a pagestyle, replace your_style with 
plain, otherwise use your pagestyle. If you want the numbering to be 
started at one after your TOC, add \setcounter{page}{1} in ERT.


I hope this helps,

Florian


Re: pdflatex impossible, no error message

2009-04-14 Thread Uwe Stöhr

Markus Brandstetter schrieb:


Export always used to work and still works fine with earlier versions of
the same document. Between these versions I did not add anything new I
hadn't added before, except for one footnote.
The preamble of the not-working version contains one paragraph of
textclass specific commands that the older version does not have.


This command is added by LyX for a LyX-specific list environment. But a list within a footnote is 
quite unusual and might be the problem. So I would check that the footnote and its content are in 
the Standard environment and not set to be a list, section or whatever.


Btw.:


User specified LaTeX commands.
\usepackage[TS1,T1]{fontenc}
\usepackage{textcomp}


You don't need these commands, LyX takes care of them automatically. (As you can see in your posted 
code, LyX added these packages already.)



\usepackage{ae}


This is also not needed, you can select the AE fonts via the LyX document 
settings.

regards Uwe


problems with URL in bibliography: urldate, font

2009-04-14 Thread Berthold Metz (PH-Freiburg)

hi,

i have the following problem with URLs in my bibliography.

in the bibtex-file i have this syntax:
code
@misc{ISB,
author = {Staatsinstitut f\ur Schulqualit\at und Bildungsforschung, 
M\unchen},

year = {o.J.},
title = {{V}ergleichsarbeiten / {P}r\ufungen},
url = 
{\url{http://www.isb.bayern.de/isb/index.aspx?MNav=0QNav=11TNav=0INav=0}},

urldate = {05.03.2008}
}
/code

in the bibliography-output i get this:
code
Staatsinstitut für Schulqualität und Bildungsforschung, München (o.J.). 
Vergleichsarbeiten

/ Prüfungen.
URL \url{http://www.isb.bayern.de/isb/index.aspx?MNav=0QNav=11TNav=
0INav=0}
/code

now i would like to display the urldate (with some text like last 
checked or something); moreover the font in which the last line appears 
(from URL ...) is a big, ugly typewriter-font.


i would be glad about any advice, thank you in advance!
bert


Re: problems with URL in bibliography: urldate, font

2009-04-14 Thread Uwe Stöhr

Berthold Metz (PH-Freiburg) schrieb:


in the bibtex-file i have this syntax:
code
@misc{ISB,
author = {Staatsinstitut f\ur Schulqualit\at und Bildungsforschung, 
M\unchen},


You can directly use Umlauts in your BibTeX files.


in the bibliography-output i get this:

 ...

URL \url{http://www.isb.bayern.de/isb/index.aspx?MNav=0QNav=11TNav=
0INav=0}
/code

now i would like to display the urldate (with some text like last 
checked or something); moreover the font in which the last line appears 
(from URL ...) is a big, ugly typewriter-font.


Here's an example what I use:

@MISC{FloWorks,
  author = {{Dassault Systèmes SolidWorks Corp.}},
  title = {{COSMOS FloWorks 2008}},
  howpublished = {Internet: 
http://www.solidworks.com/sw/products/cfd-flow-analysis-software.htm
(accessed 2009-02-24)}
}

You can see that you can omit the command \url{}. When you are using hyperref (menu 
Document-Settings - PDF properties) URLs will automatically be linked in the PDF output.


regards, also from Freiburg
Uwe


Re: generate list of changes by track changes

2009-04-14 Thread Abe Lau
The package changes provides such a feature. I think it is possible to
 rewrite LyX's \lyxchangeadded and \lyxchangedeleted to wrap the changes
 package.
  (In LyX 1.6.0, one could even write a module for that).

  Jürgen

I was trying to use changes with \listofchanges, I could only
produce something like:

Autor: Anonym
   Eingefügt: 1
   Gelöscht: 0
   Ersetzt:   1

which I suppose it means the number of \replaced and \added.
However, I cannot manage to get it print out the entire list of
changes like:

 blah blah is added on page 123
blah blah is removed on page 234
etc...etc

Unfortunately the doc doesn't have any example on how the
\listofchanges should look like.  Any hint?

Thx


Re: pdflatex impossible, no error message

2009-04-14 Thread Markus Brandstetter
Thanks a lot for your reply and the advice!

The footnote has long been deleted anyway; now I also changed all the
other lists within the document to standard format, and so got rid of
the lyxlist environment command. However, export still doesn't work...
But isn't it strange that Lyx doesn't even complain about any error or
so, but simply does not react to my export command?
Any more ideas?

I know these are all rookie questions and I'm extremely grateful that
you bother to answer them! (Of course I had browsed all forum archives
and FAQs on the planet for help before.)

-Markus


 Export always used to work and still works fine with earlier versions
of
 the same document. Between these versions I did not add anything new I
 hadn't added before, except for one footnote.
 The preamble of the not-working version contains one paragraph of
 textclass specific commands that the older version does not have.

This command is added by LyX for a LyX-specific list environment. But a
list within a footnote is 
quite unusual and might be the problem. So I would check that the
footnote and its content are in 
the Standard environment and not set to be a list, section or whatever.

Btw.:

 User specified LaTeX commands.
 \usepackage[TS1,T1]{fontenc}
 \usepackage{textcomp}

You don't need these commands, LyX takes care of them automatically. (As
you can see in your posted 
code, LyX added these packages already.)

 \usepackage{ae}

This is also not needed, you can select the AE fonts via the LyX
document settings.

regards Uwe



Re: agutex layout?

2009-04-14 Thread Martin Vermeer
On Mon, 13 Apr 2009 09:05:46 -0700
Gwen Barnes gwen.bar...@gmail.com wrote:

  If it is really different, we need a new layout, yes. Does it replace the
  older one(s)?
 
 
 
 It does replace the older ones in that it seems to be the only one they are
 offering now.  It's supposed to work for all the different AGU journals.
 I'm not sure how different the final output is, but (I think) that (a)
 without being able to  download the old class/style files I don't think I
 can use the old layouts, and (b) when submitting a paper they're probably
 going to expect a latex file using the new latex class.
 
 http://www.agu.org/pubs/helpdesk/
 
 -Gwen

Then you should write a new layout file, and probably we should phase the
old ones out. But as the journals will look the same as before, I think you
can save yourself a lot of time by starting from these existing layouts.

- Martin


Re: agutex layout?

2009-04-14 Thread Uwe Stöhr

Martin Vermeer schrieb:


Then you should write a new layout file,


Hi martin,

I thought you could write a layout file. For a layout newbie writing a layout is quite tricky, 
therefore I have written layouts requested by users. I don't have much time at the moment, when it 
is the same, I can try to find an hour the next days anyway to write it. Or Gwen, you can try to 
write a layout by yourself and send it back for review.


regards Uwe


Re: pdflatex impossible, no error message

2009-04-14 Thread Paul A. Rubin

Markus Brandstetter wrote:


Surprisingly pdflatex stopped to create any output, in fact no export
command (dvi, ps, tex) produces any result. I don't get any file and no
error message either. 



By this do you mean that the LaTeX log file (Document - LaTeX Log) 
shows latex (or pdflatex) completing the document with no errors?  Or is 
the log file empty?


/Paul



How to insert text in a multiline equation?

2009-04-14 Thread Ming Jiang
Hi,

I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?
Thank you very much! 



Re: How to insert text in a multiline equation?

2009-04-14 Thread Florian Rubach


Ming Jiang schrieb:

Hi,

I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?
Thank you very much! 
  


Take a look at the math-manual (to be found under help in your menu 
bar), should be section 18...


Regards,
Florian


Re: How to insert text in a multiline equation?

2009-04-14 Thread Florian Rubach

Ming Jiang schrieb:

Hi,

I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?
Thank you very much! 
  


For the text, you can simply use the \text command, lyx recognizes it. 
Another possibility is the mbox (see section 9).


Regards,
Florian


Re: pdflatex impossible, no error message

2009-04-14 Thread rgheck

Markus Brandstetter wrote:

Thanks a lot for your reply and the advice!

The footnote has long been deleted anyway; now I also changed all the
other lists within the document to standard format, and so got rid of
the lyxlist environment command. However, export still doesn't work...
But isn't it strange that Lyx doesn't even complain about any error or
so, but simply does not react to my export command?
Any more ideas?

  
Export to LaTeX and try compiling manually. Then you should get useful 
error messages.


This is almost always the first part of the answer to this kind of question.

rh



Re: UI in french

2009-04-14 Thread Pavel Sanda
alain.didierj...@free.fr wrote:
 Selon Uwe St??hr uwesto...@web.de:
 
  alain.didierj...@free.fr schrieb:
 
   Recently installed LyX 1.62 has UI and doc in english, when it used to be
   in french in previous version. How to go back to frenh ?
 
  What OS are you using? On Windows, you can change the lyx.bat file when you
  have installed LyX with
  the alternative installer, on Linux, you can change the menu language in the
  preferences menu. In
  both cases you need to restart LyX afterwards.
 
 I use gentoo Linux and Preferences setings has no effect...

do you have linguas_fr set when emerging? do you have correct LANG or 
LC_MESSAGES
set to french before launching lyx.
pavel


Re: similar typeface for monospaced and proportional?

2009-04-14 Thread Jeremy C. Reed
On Tue, 14 Apr 2009, Guenter Milde wrote:

 On 2009-04-11, Jeremy C. Reed wrote:
 
  Or is there a way to tell TeX to use a proportional typeface but force it 
  to use a fixed width so it will line up?
 
 The listings package has such an option. (Read its documentation.)

Thank you. I now scanned through the entire The Listings Package 
documentation. This appears to work for me. The default is to use the 
already defined font.

So I have:

\usepackage{listings}
\lstset{
columns=fixed
}

(I am not sure what the default is for columns, and didn't test others.)

But now document (the final PDF) has:
11Command invalid in math modeCommand invalid in math mode

Doesn't say what command. And nothing about this in my my latex logging.

I can reproduce this when I have two listlisting blocks that define a 
custom basicstyle. So my workaround is to simply change one of them to:

\begin{lstlisting}{basicstyle=\footnotesize}
to:
\begin{lstlisting}

But I need to reduce the size so a line doesn't wrap. Unless I can figure 
out how to increase the margin or get the text to not wrap.

Any thoughts on how to turn off any math mode or other?

Thanks again for pointing me to use listings package. Now the font looks 
correct and is still spaced accordingly.


  Jeremy C. Reed

echo 'EhZ[h ^jjf0%%h[[Zc[Z_W$d[j%Xeeai%ZW[ced#]dk#f[d]k_d%' | \
  tr'#-~''\-.-{'



Re: Lyx and DocBook

2009-04-14 Thread Nikos Alexandris

Ian:
  It also lists Lyx which seems a mature and usable tool for Latex,
  and produces highly attractive PDF documents.  I read though that getting
  attractive HTML out of it is difficult.

Richard:
 I''m getting good results out of the new tool ELyXer.
 http://wiki.lyx.org/Tools/ELyXer

Me too! It's the first time ever I get something useful.


 There have been a couple of threads about ELyXer on this mailing list.
 It's new and has some limitations. For instance, no TOC generation
 yet.

 However, the tool's author, Alex Fernandez, really likes getting
 challenging documents and making ELyXer work with them.

I second that comment :-)

Kindest regards, Nikos



Re: agutex layout?

2009-04-14 Thread Martin Vermeer
On Tue, 14 Apr 2009 15:11:39 +0200
Uwe Stöhr uwesto...@web.de wrote:

 Martin Vermeer schrieb:
 
  Then you should write a new layout file,
 
 Hi martin,
 
 I thought you could write a layout file. For a layout newbie writing a layout 
 is quite tricky, 
 therefore I have written layouts requested by users. I don't have much time 
 at the moment, when it 
 is the same, I can try to find an hour the next days anyway to write it. Or 
 Gwen, you can try to 
 write a layout by yourself and send it back for review.
 
 regards Uwe

The latter sounds best, if you want this job to ever get finished :-( 
Real life badly intruding right now.

regards Martin


still: minitoc package and index in TOC

2009-04-14 Thread Hubert Christiaen
After several experiments I still cannot get a correct reference of the index 
in the TOC. I have a book-class document and 'idxtotoc' in the 'custom' 
options field. At the end there should be 2 appendices, the second being the 
index.
- I can get a correct reference at the SECTION level with 
\addcontentsline{toc}{chapter}{index}
- I cannot get a correct reference at the CHAPTER level.
The above instruction should not be used with the minitoc package as it 
creates havoc in the sequence of the minitocs. This is here not a problem as 
there is no minitoc for the appendices nor after the index. This gives a 
correct line in the index, with a correct pagenumber, but the link points to 
the beginning of the first appendix (the last \chapter met). If I add some 
\chapter instruction, then a page with only 'Chapter: Index' is created and 
the real index starts on the next page.

Anyone a solution?

With thanks in advance,
Hubert

-- 
Hubert Christiaen
Bloesemlaan 17
3360 Korbeek-Lo
Belgium   


Re: pdflatex impossible, no error message

2009-04-14 Thread Guenter Milde
On 2009-04-14, Markus Brandstetter wrote:

 ... However, export still doesn't work...
 But isn't it strange that Lyx doesn't even complain about any error or
 so, but simply does not react to my export command?

LyX does not show error output of helper apps (except in the cosole) nor
does it check the return value. 

IMO, this is not only strange but a bug.

If you open lyx from a console/DOS-prompt/xterm window and have a look at
the output there, you might find a reason.

 Any more ideas?

I guess that the iconv conversion fails on a Unicode character in a place
where it is not allowed (LaTeX preamble, ERT, ...).

Günter




environment

2009-04-14 Thread Justin Carrera
Hi LyX users,

My name is Justin; I just got directed to LaTeX and found you guys...

I would like to know if there is a web version of LyX?

cheers,
Justin


VERY fustrating problem with the LyX and Child documents!

2009-04-14 Thread bigblop

I have a problem using child documents in a LyX document. When I compile from 
the child documents the PDF is not always updated.

I have tried installing the latest version of LyX: LyX 1.6.2 released. (Mar 15, 
2009)  but I still get the same error. Here is what I do:

1) Open the master document
2) Compile the master document using:
  master-buffer-update pdf2
3) Preview the master document using (which opens a preview PDF in Sumatra PDF):
  buffer-view pdf2
4) Open a child document, add some text and from the child document run the 
compile command:
  master-buffer-update pdf2

After 4) I don't see the new text in the PDF previewer (sumatra PDF). I have 
tried going back to the master document and run:

  master-buffer-update pdf2

but the pdf preview is still not updated.

Sometimes  (ONLY sometimes) the changes in the child document appears if I 
create a new line in the master document and then compile it (the new line must 
be inserted at a new position each time). Otherwise I have to close and reopen 
LyX and then compile again to see the changes.


I have written many projects (60-80 pages typically) before using many child 
documents using the above procedure without any problems. This error is 
especially frustrating since it only appears sometimes and only sometimes can 
be solved inserting a new line in the master document.

Any ideas why LyX suddenly stops working with child documents?

I use LyX on Vista64
-- 
View this message in context: 
http://n2.nabble.com/VERY-fustrating-problem-with-the-LyX-and-Child-documents%21-tp2634145p2634145.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: environment

2009-04-14 Thread rgheck

Justin Carrera wrote:

Hi LyX users,

My name is Justin; I just got directed to LaTeX and found you guys...

I would like to know if there is a web version of LyX?

  

If you mean a version that runs in a browser or something, no.

rh



Re: environment

2009-04-14 Thread Justin Carrera
  Yes a browser based version , so users can just edit on the web and allow
access to other user for collaboration.  I am very interested; Is anyone
else interested ?  I have some ideas and I am a programmer; if anyone wants
to contribute to a web bases version just pass me a note.

jc


On Tue, Apr 14, 2009 at 11:58 AM, rgheck rgh...@bobjweil.com wrote:

  Justin Carrera wrote:

 Hi LyX users,

 My name is Justin; I just got directed to LaTeX and found you guys...

 I would like to know if there is a web version of LyX?



 If you mean a version that runs in a browser or something, no.

 rh




-- 
i love is all that I need /i


Re: environment

2009-04-14 Thread rgheck

Justin Carrera wrote:

  Yes a browser based version , so users can just edit on the web and allow
access to other user for collaboration.  I am very interested; Is anyone
else interested ?  I have some ideas and I am a programmer; if anyone wants
to contribute to a web bases version just pass me a note.

  
You're welcome to work on this if you like, of course. LyX used to have 
various frontends, so there's still enough separation that this kind of 
thing would be possible.


That said, collaboration doesn't exactly require a web-based version, 
and other people have been working on making LyX more usable for 
collaboration in other ways. So you might want to check into that.


rh



Re: VERY fustrating problem with the LyX and Child documents!

2009-04-14 Thread bigblop

Having located the area where the error occurs I have found two ways of solving 
the problem. In the LyX master file the content comes in the following order:


1) - a (possibly corrupted) .tiff image inserted in a figure.
2) - page break
3) - section
4) - Input: child.lyx
...

If I either choose to remove the image 1) OR remove the following pagebreak 2), 
the child document gets updated correctly. It would make sense if it only 
helped to remove the image but actually it also solves the problem to remove 
the pagebreak.

I had a LyX crash where I got the following info:

convert: 
C:/Users/bob/AppData/Local/Temp/lyx_tmpdir.p18708/gconvert0.q18708.tif: unknown 
field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ 
tiff.c/TIFFWarnings/526.

Where I assume that 'convert' is an ImageMagic function. Maybe this could shed 
some light on whats is going on?





I have a problem using child documents in a LyX document. When I compile from 
the child documents the PDF is not always updated.

I have tried installing the latest version of LyX: LyX 1.6.2 released. (Mar 15, 
2009)  but I still get the same error. Here is what I do:

1) Open the master document
2) Compile the master document using:
  master-buffer-update pdf2
3) Preview the master document using (which opens a preview PDF in Sumatra PDF):
  buffer-view pdf2
4) Open a child document, add some text and from the child document run the 
compile command:
  master-buffer-update pdf2

After 4) I don't see the new text in the PDF previewer (sumatra PDF). I have 
tried going back to the master document and run:

  master-buffer-update pdf2

but the pdf preview is still not updated.

Sometimes  (ONLY sometimes) the changes in the child document appears if I 
create a new line in the master document and then compile it (the new line must 
be inserted at a new position each time). Otherwise I have to close and reopen 
LyX and then compile again to see the changes.


I have written many projects (60-80 pages typically) before using many child 
documents using the above procedure without any problems. This error is 
especially frustrating since it only appears sometimes and only sometimes can 
be solved inserting a new line in the master document.

Any ideas why LyX suddenly stops working with child documents?

I use LyX on Vista64


-- 
View this message in context: 
http://n2.nabble.com/VERY-fustrating-problem-with-the-LyX-and-Child-documents%21-tp2634145p2634721.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: How to insert text in a multiline equation?

2009-04-14 Thread Uwe Stöhr

Ming Jiang schrieb:


I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?


Use the shortcut Alt+M M which inserts math text. For more info about LyX and formula typesetting 
also have a look at LyX's math manual that you find in the Help menu.


regards Uwe


Re: VERY fustrating problem with the LyX and Child documents!

2009-04-14 Thread rgheck

bigblop wrote:

Having located the area where the error occurs I have found two ways of solving 
the problem. In the LyX master file the content comes in the following order:


1) - a (possibly corrupted) .tiff image inserted in a figure.
2) - page break
3) - section
4) - Input: child.lyx
...

If I either choose to remove the image 1) OR remove the following pagebreak 2), 
the child document gets updated correctly. It would make sense if it only 
helped to remove the image but actually it also solves the problem to remove 
the pagebreak.

I had a LyX crash where I got the following info:

convert: 
C:/Users/bob/AppData/Local/Temp/lyx_tmpdir.p18708/gconvert0.q18708.tif: unknown 
field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ 
tiff.c/TIFFWarnings/526.

Where I assume that 'convert' is an ImageMagic function. Maybe this could shed 
some light on whats is going on?

  
Yes, the compilation is failing at that point, so that's why nothing's 
updating.


rh



Re: [Figure embedding] An easy way to share lyx documents

2009-04-14 Thread Christian Ridderström

On Mon, 13 Apr 2009, rgheck wrote:

I'll second what a few others have said: A version control system is 
really the way to go for collaboration. You get easy exchanges, easy 
updating, conflict management, plus you get versioned archving of 
everything you do. There are plenty of free hosting services for this 
kind of thing, if you don't already have access to some server or other.


I started my new job today and learned about a document management system 
called 'DOX' 
(possible link: http://www.softwarecompliance.com/html/products/dox.html )


Now, while that system does have mane benefits, it does still seem quite 
crude compared to a proper version control system. Basically it expects 
you to lock a file while editing it.


So for sharing files to work with, I really think version control is the 
way to go. Perhaps what you need is such a system that easily let's you 
e-mail only the differences.


/Christian

--
Christian Ridderström   Mobile: +46-70 687 39 44

lyx and windows

2009-04-14 Thread Paul Sutton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is lyx for windows a self contained program or do i need to install
latex and other apps separately?

Paul
- --
Paul Sutton
www.zleap.net
Support Open and ISO standard file formats ISO 26300 odf
http://www.odfalliance.org
Next Linux User Group meet :Saturday ** May 9th ** : 3pm,  Shoreline
Cafe Paignton
Ubuntu 9.04 Jaunty Jackalope - Launched April 23rd, 2009
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknlCVEACgkQaggq1k2FJq1iIgCfWwVObuImxyNe+SrPk/0e7dUF
+xoAn3yAAiLWDDmhn4olaWr4NFvjVTm8
=l+Fc
-END PGP SIGNATURE-


Re: lyx and windows

2009-04-14 Thread Uwe Stöhr



Is lyx for windows a self contained program or do i need to install
latex and other apps separately?


Install LyX using the complete version of the AltInstaller and you get everything installed you need 
at once. (Assure that you have an open Internet connection before starting the installation if 
possible.)


regards Uwe


Latex export

2009-04-14 Thread Anders Host-Madsen
General request: LyX should have the option of exporting just the latex code,
without trying to convert pictures. Now if a picture already exists,
it just gives the option of 'overwrite', 'overwrite all' or 'cancel', 
but no option to skip the export of that particular image.

Specific problem: I have included a pdf file through pdfpages in a
LyX file. But now, when I try to export to pdflatex, it insists on
overwriting the pdf file with...? Well, It doesn't make sense to me.
It seems like it wants to overwrite the file with itself. I tried,
and it appears that
it overwrites the file with an identical copy of itself. Only the
'created date' changes. Again, it doesn't really make sense to
me. That doesn't happen with pdfs included as graphics.



1.6.2 install problems.

2009-04-14 Thread Max Bian
I installed 1.6.2 on Windows Vista on top of my existing 1.6.0 version. 
Now it won't start. It trys to find the UI definition file in the wrong 
place but it cannot find it. There is no directory LyX 1.6.1!!


I tried both the official installer and the Alt installer, both are 
giving me same errors like below.


Any idea??

Thanks.

---
LyX: Could not find UI definition file
---
Error while reading the configuration file
C:/Program Files/LyX 1.6.1/Resources/ui/default.
Please check your installation.
---
OK  
---




unscribe

2009-04-14 Thread f wonghc



 


  

Re: list of figures

2009-04-14 Thread Niko Schwarz
ohh, i forgot, it also says LaTeX Error: Command \...@figure already
defined.
niko

On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz
niko.schw...@googlemail.comwrote:

 hmm. then i get this error message:

 @figur...@dottedtocline{1}{1.5em}{2.3em}}

  Your command was ignored.

 Type I command return to replace it with another command,

 or return to continue without it.


 niko

 On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de wrote:

 Niko Schwarz schrieb:

  in my list of figures, the numbers of the figures are standing much too
 close to the captions of the figures! what can i do?


 Add this command to your document preamble:

 \newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}

 (http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)

 regards Uwe





Re: list of figures

2009-04-14 Thread Niko Schwarz
solved!
i added this to the pre-amble:

\renewcommand...@figure{\@tocline{0}{3pt plus2pt}{0pt}{2.5em}{}}

On Tue, Apr 14, 2009 at 7:59 AM, Niko Schwarz
niko.schw...@googlemail.comwrote:

 ohh, i forgot, it also says LaTeX Error: Command \...@figure already
 defined.
 niko


 On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz niko.schw...@googlemail.com
  wrote:

 hmm. then i get this error message:

 @figur...@dottedtocline{1}{1.5em}{2.3em}}

  Your command was ignored.

 Type I command return to replace it with another command,

 or return to continue without it.


 niko

 On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de wrote:

 Niko Schwarz schrieb:

  in my list of figures, the numbers of the figures are standing much too
 close to the captions of the figures! what can i do?


 Add this command to your document preamble:

 \newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}

 (http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)

 regards Uwe






generate list of changes by track changes

2009-04-14 Thread Abe Lau
Hi all,
I have been using the change tracking feature and it is great.
However, I am trying to get a complete list of changes at the end of
the document, something like

blah blah is added on page 123
blah blah is removed on page 234
etc...etc


The only way I could think of is to create a new crossref at those
changes, and cross referencing it at the changelog, preserving the
page number at the PDF output.   Is there any simple way to achieve
this changelog feature?  Thanks.

Abe


Re: generate list of changes by track changes

2009-04-14 Thread Jürgen Spitzmüller
Abe Lau wrote:
 I have been using the change tracking feature and it is great.
 However, I am trying to get a complete list of changes at the end of
 the document, something like

The package changes provides such a feature. I think it is possible to 
rewrite LyX's \lyxchangeadded and \lyxchangedeleted to wrap the changes 
package.
(In LyX 1.6.0, one could even write a module for that).

Jürgen


Re: TOC too long, can't get middle page to be empty

2009-04-14 Thread Florian Rubach

rettie schrieb:

My TOC is just over 3 pages now and using \thispagestyle{empty} I can get rid 
of numbering on the 1st and 3rd pages (i.e. first and last), but the middle 
page's number stays. I can't get rid of it!

I've tried flooding Lyx with \thispagestyle{empty} ERT boxes, but no luck. 
Anyone have any ideas? I can't really cut down on the TOC more I'm afraid, 3 
pages is the minimum! I apologise if this has been asked to death! Thanks in 
advance,

Alex
  


The solution to your problem depends on the pagestyle you use.
You can set the pagestyle to empty before the place where you insert the 
TOC by typing \pagestyle{empty} in an ERT box and reset it to whatever 
it was by \pagestyle{your_style} right after the TOC.
If you haven't explicitly specified a pagestyle, replace your_style with 
plain, otherwise use your pagestyle. If you want the numbering to be 
started at one after your TOC, add \setcounter{page}{1} in ERT.


I hope this helps,

Florian


Re: pdflatex impossible, no error message

2009-04-14 Thread Uwe Stöhr

Markus Brandstetter schrieb:


Export always used to work and still works fine with earlier versions of
the same document. Between these versions I did not add anything new I
hadn't added before, except for one footnote.
The preamble of the not-working version contains one paragraph of
textclass specific commands that the older version does not have.


This command is added by LyX for a LyX-specific list environment. But a list within a footnote is 
quite unusual and might be the problem. So I would check that the footnote and its content are in 
the Standard environment and not set to be a list, section or whatever.


Btw.:


User specified LaTeX commands.
\usepackage[TS1,T1]{fontenc}
\usepackage{textcomp}


You don't need these commands, LyX takes care of them automatically. (As you can see in your posted 
code, LyX added these packages already.)



\usepackage{ae}


This is also not needed, you can select the AE fonts via the LyX document 
settings.

regards Uwe


problems with URL in bibliography: urldate, font

2009-04-14 Thread Berthold Metz (PH-Freiburg)

hi,

i have the following problem with URLs in my bibliography.

in the bibtex-file i have this syntax:
code
@misc{ISB,
author = {Staatsinstitut f\ur Schulqualit\at und Bildungsforschung, 
M\unchen},

year = {o.J.},
title = {{V}ergleichsarbeiten / {P}r\ufungen},
url = 
{\url{http://www.isb.bayern.de/isb/index.aspx?MNav=0QNav=11TNav=0INav=0}},

urldate = {05.03.2008}
}
/code

in the bibliography-output i get this:
code
Staatsinstitut für Schulqualität und Bildungsforschung, München (o.J.). 
Vergleichsarbeiten

/ Prüfungen.
URL \url{http://www.isb.bayern.de/isb/index.aspx?MNav=0QNav=11TNav=
0INav=0}
/code

now i would like to display the urldate (with some text like last 
checked or something); moreover the font in which the last line appears 
(from URL ...) is a big, ugly typewriter-font.


i would be glad about any advice, thank you in advance!
bert


Re: problems with URL in bibliography: urldate, font

2009-04-14 Thread Uwe Stöhr

Berthold Metz (PH-Freiburg) schrieb:


in the bibtex-file i have this syntax:
code
@misc{ISB,
author = {Staatsinstitut f\ur Schulqualit\at und Bildungsforschung, 
M\unchen},


You can directly use Umlauts in your BibTeX files.


in the bibliography-output i get this:

 ...

URL \url{http://www.isb.bayern.de/isb/index.aspx?MNav=0QNav=11TNav=
0INav=0}
/code

now i would like to display the urldate (with some text like last 
checked or something); moreover the font in which the last line appears 
(from URL ...) is a big, ugly typewriter-font.


Here's an example what I use:

@MISC{FloWorks,
  author = {{Dassault Systèmes SolidWorks Corp.}},
  title = {{COSMOS FloWorks 2008}},
  howpublished = {Internet: 
http://www.solidworks.com/sw/products/cfd-flow-analysis-software.htm
(accessed 2009-02-24)}
}

You can see that you can omit the command \url{}. When you are using hyperref (menu 
Document-Settings - PDF properties) URLs will automatically be linked in the PDF output.


regards, also from Freiburg
Uwe


Re: generate list of changes by track changes

2009-04-14 Thread Abe Lau
The package changes provides such a feature. I think it is possible to
 rewrite LyX's \lyxchangeadded and \lyxchangedeleted to wrap the changes
 package.
  (In LyX 1.6.0, one could even write a module for that).

  Jürgen

I was trying to use changes with \listofchanges, I could only
produce something like:

Autor: Anonym
   Eingefügt: 1
   Gelöscht: 0
   Ersetzt:   1

which I suppose it means the number of \replaced and \added.
However, I cannot manage to get it print out the entire list of
changes like:

 blah blah is added on page 123
blah blah is removed on page 234
etc...etc

Unfortunately the doc doesn't have any example on how the
\listofchanges should look like.  Any hint?

Thx


Re: pdflatex impossible, no error message

2009-04-14 Thread Markus Brandstetter
Thanks a lot for your reply and the advice!

The footnote has long been deleted anyway; now I also changed all the
other lists within the document to standard format, and so got rid of
the lyxlist environment command. However, export still doesn't work...
But isn't it strange that Lyx doesn't even complain about any error or
so, but simply does not react to my export command?
Any more ideas?

I know these are all rookie questions and I'm extremely grateful that
you bother to answer them! (Of course I had browsed all forum archives
and FAQs on the planet for help before.)

-Markus


 Export always used to work and still works fine with earlier versions
of
 the same document. Between these versions I did not add anything new I
 hadn't added before, except for one footnote.
 The preamble of the not-working version contains one paragraph of
 textclass specific commands that the older version does not have.

This command is added by LyX for a LyX-specific list environment. But a
list within a footnote is 
quite unusual and might be the problem. So I would check that the
footnote and its content are in 
the Standard environment and not set to be a list, section or whatever.

Btw.:

 User specified LaTeX commands.
 \usepackage[TS1,T1]{fontenc}
 \usepackage{textcomp}

You don't need these commands, LyX takes care of them automatically. (As
you can see in your posted 
code, LyX added these packages already.)

 \usepackage{ae}

This is also not needed, you can select the AE fonts via the LyX
document settings.

regards Uwe



Re: agutex layout?

2009-04-14 Thread Martin Vermeer
On Mon, 13 Apr 2009 09:05:46 -0700
Gwen Barnes gwen.bar...@gmail.com wrote:

  If it is really different, we need a new layout, yes. Does it replace the
  older one(s)?
 
 
 
 It does replace the older ones in that it seems to be the only one they are
 offering now.  It's supposed to work for all the different AGU journals.
 I'm not sure how different the final output is, but (I think) that (a)
 without being able to  download the old class/style files I don't think I
 can use the old layouts, and (b) when submitting a paper they're probably
 going to expect a latex file using the new latex class.
 
 http://www.agu.org/pubs/helpdesk/
 
 -Gwen

Then you should write a new layout file, and probably we should phase the
old ones out. But as the journals will look the same as before, I think you
can save yourself a lot of time by starting from these existing layouts.

- Martin


Re: agutex layout?

2009-04-14 Thread Uwe Stöhr

Martin Vermeer schrieb:


Then you should write a new layout file,


Hi martin,

I thought you could write a layout file. For a layout newbie writing a layout is quite tricky, 
therefore I have written layouts requested by users. I don't have much time at the moment, when it 
is the same, I can try to find an hour the next days anyway to write it. Or Gwen, you can try to 
write a layout by yourself and send it back for review.


regards Uwe


Re: pdflatex impossible, no error message

2009-04-14 Thread Paul A. Rubin

Markus Brandstetter wrote:


Surprisingly pdflatex stopped to create any output, in fact no export
command (dvi, ps, tex) produces any result. I don't get any file and no
error message either. 



By this do you mean that the LaTeX log file (Document - LaTeX Log) 
shows latex (or pdflatex) completing the document with no errors?  Or is 
the log file empty?


/Paul



How to insert text in a multiline equation?

2009-04-14 Thread Ming Jiang
Hi,

I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?
Thank you very much! 



Re: How to insert text in a multiline equation?

2009-04-14 Thread Florian Rubach


Ming Jiang schrieb:

Hi,

I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?
Thank you very much! 
  


Take a look at the math-manual (to be found under help in your menu 
bar), should be section 18...


Regards,
Florian


Re: How to insert text in a multiline equation?

2009-04-14 Thread Florian Rubach

Ming Jiang schrieb:

Hi,

I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?
Thank you very much! 
  


For the text, you can simply use the \text command, lyx recognizes it. 
Another possibility is the mbox (see section 9).


Regards,
Florian


Re: pdflatex impossible, no error message

2009-04-14 Thread rgheck

Markus Brandstetter wrote:

Thanks a lot for your reply and the advice!

The footnote has long been deleted anyway; now I also changed all the
other lists within the document to standard format, and so got rid of
the lyxlist environment command. However, export still doesn't work...
But isn't it strange that Lyx doesn't even complain about any error or
so, but simply does not react to my export command?
Any more ideas?

  
Export to LaTeX and try compiling manually. Then you should get useful 
error messages.


This is almost always the first part of the answer to this kind of question.

rh



Re: UI in french

2009-04-14 Thread Pavel Sanda
alain.didierj...@free.fr wrote:
 Selon Uwe St??hr uwesto...@web.de:
 
  alain.didierj...@free.fr schrieb:
 
   Recently installed LyX 1.62 has UI and doc in english, when it used to be
   in french in previous version. How to go back to frenh ?
 
  What OS are you using? On Windows, you can change the lyx.bat file when you
  have installed LyX with
  the alternative installer, on Linux, you can change the menu language in the
  preferences menu. In
  both cases you need to restart LyX afterwards.
 
 I use gentoo Linux and Preferences setings has no effect...

do you have linguas_fr set when emerging? do you have correct LANG or 
LC_MESSAGES
set to french before launching lyx.
pavel


Re: similar typeface for monospaced and proportional?

2009-04-14 Thread Jeremy C. Reed
On Tue, 14 Apr 2009, Guenter Milde wrote:

 On 2009-04-11, Jeremy C. Reed wrote:
 
  Or is there a way to tell TeX to use a proportional typeface but force it 
  to use a fixed width so it will line up?
 
 The listings package has such an option. (Read its documentation.)

Thank you. I now scanned through the entire The Listings Package 
documentation. This appears to work for me. The default is to use the 
already defined font.

So I have:

\usepackage{listings}
\lstset{
columns=fixed
}

(I am not sure what the default is for columns, and didn't test others.)

But now document (the final PDF) has:
11Command invalid in math modeCommand invalid in math mode

Doesn't say what command. And nothing about this in my my latex logging.

I can reproduce this when I have two listlisting blocks that define a 
custom basicstyle. So my workaround is to simply change one of them to:

\begin{lstlisting}{basicstyle=\footnotesize}
to:
\begin{lstlisting}

But I need to reduce the size so a line doesn't wrap. Unless I can figure 
out how to increase the margin or get the text to not wrap.

Any thoughts on how to turn off any math mode or other?

Thanks again for pointing me to use listings package. Now the font looks 
correct and is still spaced accordingly.


  Jeremy C. Reed

echo 'EhZ[h ^jjf0%%h[[Zc[Z_W$d[j%Xeeai%ZW[ced#]dk#f[d]k_d%' | \
  tr'#-~''\-.-{'



Re: Lyx and DocBook

2009-04-14 Thread Nikos Alexandris

Ian:
  It also lists Lyx which seems a mature and usable tool for Latex,
  and produces highly attractive PDF documents.  I read though that getting
  attractive HTML out of it is difficult.

Richard:
 I''m getting good results out of the new tool ELyXer.
 http://wiki.lyx.org/Tools/ELyXer

Me too! It's the first time ever I get something useful.


 There have been a couple of threads about ELyXer on this mailing list.
 It's new and has some limitations. For instance, no TOC generation
 yet.

 However, the tool's author, Alex Fernandez, really likes getting
 challenging documents and making ELyXer work with them.

I second that comment :-)

Kindest regards, Nikos



Re: agutex layout?

2009-04-14 Thread Martin Vermeer
On Tue, 14 Apr 2009 15:11:39 +0200
Uwe Stöhr uwesto...@web.de wrote:

 Martin Vermeer schrieb:
 
  Then you should write a new layout file,
 
 Hi martin,
 
 I thought you could write a layout file. For a layout newbie writing a layout 
 is quite tricky, 
 therefore I have written layouts requested by users. I don't have much time 
 at the moment, when it 
 is the same, I can try to find an hour the next days anyway to write it. Or 
 Gwen, you can try to 
 write a layout by yourself and send it back for review.
 
 regards Uwe

The latter sounds best, if you want this job to ever get finished :-( 
Real life badly intruding right now.

regards Martin


still: minitoc package and index in TOC

2009-04-14 Thread Hubert Christiaen
After several experiments I still cannot get a correct reference of the index 
in the TOC. I have a book-class document and 'idxtotoc' in the 'custom' 
options field. At the end there should be 2 appendices, the second being the 
index.
- I can get a correct reference at the SECTION level with 
\addcontentsline{toc}{chapter}{index}
- I cannot get a correct reference at the CHAPTER level.
The above instruction should not be used with the minitoc package as it 
creates havoc in the sequence of the minitocs. This is here not a problem as 
there is no minitoc for the appendices nor after the index. This gives a 
correct line in the index, with a correct pagenumber, but the link points to 
the beginning of the first appendix (the last \chapter met). If I add some 
\chapter instruction, then a page with only 'Chapter: Index' is created and 
the real index starts on the next page.

Anyone a solution?

With thanks in advance,
Hubert

-- 
Hubert Christiaen
Bloesemlaan 17
3360 Korbeek-Lo
Belgium   


Re: pdflatex impossible, no error message

2009-04-14 Thread Guenter Milde
On 2009-04-14, Markus Brandstetter wrote:

 ... However, export still doesn't work...
 But isn't it strange that Lyx doesn't even complain about any error or
 so, but simply does not react to my export command?

LyX does not show error output of helper apps (except in the cosole) nor
does it check the return value. 

IMO, this is not only strange but a bug.

If you open lyx from a console/DOS-prompt/xterm window and have a look at
the output there, you might find a reason.

 Any more ideas?

I guess that the iconv conversion fails on a Unicode character in a place
where it is not allowed (LaTeX preamble, ERT, ...).

Günter




environment

2009-04-14 Thread Justin Carrera
Hi LyX users,

My name is Justin; I just got directed to LaTeX and found you guys...

I would like to know if there is a web version of LyX?

cheers,
Justin


VERY fustrating problem with the LyX and Child documents!

2009-04-14 Thread bigblop

I have a problem using child documents in a LyX document. When I compile from 
the child documents the PDF is not always updated.

I have tried installing the latest version of LyX: LyX 1.6.2 released. (Mar 15, 
2009)  but I still get the same error. Here is what I do:

1) Open the master document
2) Compile the master document using:
  master-buffer-update pdf2
3) Preview the master document using (which opens a preview PDF in Sumatra PDF):
  buffer-view pdf2
4) Open a child document, add some text and from the child document run the 
compile command:
  master-buffer-update pdf2

After 4) I don't see the new text in the PDF previewer (sumatra PDF). I have 
tried going back to the master document and run:

  master-buffer-update pdf2

but the pdf preview is still not updated.

Sometimes  (ONLY sometimes) the changes in the child document appears if I 
create a new line in the master document and then compile it (the new line must 
be inserted at a new position each time). Otherwise I have to close and reopen 
LyX and then compile again to see the changes.


I have written many projects (60-80 pages typically) before using many child 
documents using the above procedure without any problems. This error is 
especially frustrating since it only appears sometimes and only sometimes can 
be solved inserting a new line in the master document.

Any ideas why LyX suddenly stops working with child documents?

I use LyX on Vista64
-- 
View this message in context: 
http://n2.nabble.com/VERY-fustrating-problem-with-the-LyX-and-Child-documents%21-tp2634145p2634145.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: environment

2009-04-14 Thread rgheck

Justin Carrera wrote:

Hi LyX users,

My name is Justin; I just got directed to LaTeX and found you guys...

I would like to know if there is a web version of LyX?

  

If you mean a version that runs in a browser or something, no.

rh



Re: environment

2009-04-14 Thread Justin Carrera
  Yes a browser based version , so users can just edit on the web and allow
access to other user for collaboration.  I am very interested; Is anyone
else interested ?  I have some ideas and I am a programmer; if anyone wants
to contribute to a web bases version just pass me a note.

jc


On Tue, Apr 14, 2009 at 11:58 AM, rgheck rgh...@bobjweil.com wrote:

  Justin Carrera wrote:

 Hi LyX users,

 My name is Justin; I just got directed to LaTeX and found you guys...

 I would like to know if there is a web version of LyX?



 If you mean a version that runs in a browser or something, no.

 rh




-- 
i love is all that I need /i


Re: environment

2009-04-14 Thread rgheck

Justin Carrera wrote:

  Yes a browser based version , so users can just edit on the web and allow
access to other user for collaboration.  I am very interested; Is anyone
else interested ?  I have some ideas and I am a programmer; if anyone wants
to contribute to a web bases version just pass me a note.

  
You're welcome to work on this if you like, of course. LyX used to have 
various frontends, so there's still enough separation that this kind of 
thing would be possible.


That said, collaboration doesn't exactly require a web-based version, 
and other people have been working on making LyX more usable for 
collaboration in other ways. So you might want to check into that.


rh



Re: VERY fustrating problem with the LyX and Child documents!

2009-04-14 Thread bigblop

Having located the area where the error occurs I have found two ways of solving 
the problem. In the LyX master file the content comes in the following order:


1) - a (possibly corrupted) .tiff image inserted in a figure.
2) - page break
3) - section
4) - Input: child.lyx
...

If I either choose to remove the image 1) OR remove the following pagebreak 2), 
the child document gets updated correctly. It would make sense if it only 
helped to remove the image but actually it also solves the problem to remove 
the pagebreak.

I had a LyX crash where I got the following info:

convert: 
C:/Users/bob/AppData/Local/Temp/lyx_tmpdir.p18708/gconvert0.q18708.tif: unknown 
field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ 
tiff.c/TIFFWarnings/526.

Where I assume that 'convert' is an ImageMagic function. Maybe this could shed 
some light on whats is going on?





I have a problem using child documents in a LyX document. When I compile from 
the child documents the PDF is not always updated.

I have tried installing the latest version of LyX: LyX 1.6.2 released. (Mar 15, 
2009)  but I still get the same error. Here is what I do:

1) Open the master document
2) Compile the master document using:
  master-buffer-update pdf2
3) Preview the master document using (which opens a preview PDF in Sumatra PDF):
  buffer-view pdf2
4) Open a child document, add some text and from the child document run the 
compile command:
  master-buffer-update pdf2

After 4) I don't see the new text in the PDF previewer (sumatra PDF). I have 
tried going back to the master document and run:

  master-buffer-update pdf2

but the pdf preview is still not updated.

Sometimes  (ONLY sometimes) the changes in the child document appears if I 
create a new line in the master document and then compile it (the new line must 
be inserted at a new position each time). Otherwise I have to close and reopen 
LyX and then compile again to see the changes.


I have written many projects (60-80 pages typically) before using many child 
documents using the above procedure without any problems. This error is 
especially frustrating since it only appears sometimes and only sometimes can 
be solved inserting a new line in the master document.

Any ideas why LyX suddenly stops working with child documents?

I use LyX on Vista64


-- 
View this message in context: 
http://n2.nabble.com/VERY-fustrating-problem-with-the-LyX-and-Child-documents%21-tp2634145p2634721.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: How to insert text in a multiline equation?

2009-04-14 Thread Uwe Stöhr

Ming Jiang schrieb:


I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?


Use the shortcut Alt+M M which inserts math text. For more info about LyX and formula typesetting 
also have a look at LyX's math manual that you find in the Help menu.


regards Uwe


Re: VERY fustrating problem with the LyX and Child documents!

2009-04-14 Thread rgheck

bigblop wrote:

Having located the area where the error occurs I have found two ways of solving 
the problem. In the LyX master file the content comes in the following order:


1) - a (possibly corrupted) .tiff image inserted in a figure.
2) - page break
3) - section
4) - Input: child.lyx
...

If I either choose to remove the image 1) OR remove the following pagebreak 2), 
the child document gets updated correctly. It would make sense if it only 
helped to remove the image but actually it also solves the problem to remove 
the pagebreak.

I had a LyX crash where I got the following info:

convert: 
C:/Users/bob/AppData/Local/Temp/lyx_tmpdir.p18708/gconvert0.q18708.tif: unknown 
field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ 
tiff.c/TIFFWarnings/526.

Where I assume that 'convert' is an ImageMagic function. Maybe this could shed 
some light on whats is going on?

  
Yes, the compilation is failing at that point, so that's why nothing's 
updating.


rh



Re: [Figure embedding] An easy way to share lyx documents

2009-04-14 Thread Christian Ridderström

On Mon, 13 Apr 2009, rgheck wrote:

I'll second what a few others have said: A version control system is 
really the way to go for collaboration. You get easy exchanges, easy 
updating, conflict management, plus you get versioned archving of 
everything you do. There are plenty of free hosting services for this 
kind of thing, if you don't already have access to some server or other.


I started my new job today and learned about a document management system 
called 'DOX' 
(possible link: http://www.softwarecompliance.com/html/products/dox.html )


Now, while that system does have mane benefits, it does still seem quite 
crude compared to a proper version control system. Basically it expects 
you to lock a file while editing it.


So for sharing files to work with, I really think version control is the 
way to go. Perhaps what you need is such a system that easily let's you 
e-mail only the differences.


/Christian

--
Christian Ridderström   Mobile: +46-70 687 39 44

lyx and windows

2009-04-14 Thread Paul Sutton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is lyx for windows a self contained program or do i need to install
latex and other apps separately?

Paul
- --
Paul Sutton
www.zleap.net
Support Open and ISO standard file formats ISO 26300 odf
http://www.odfalliance.org
Next Linux User Group meet :Saturday ** May 9th ** : 3pm,  Shoreline
Cafe Paignton
Ubuntu 9.04 Jaunty Jackalope - Launched April 23rd, 2009
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknlCVEACgkQaggq1k2FJq1iIgCfWwVObuImxyNe+SrPk/0e7dUF
+xoAn3yAAiLWDDmhn4olaWr4NFvjVTm8
=l+Fc
-END PGP SIGNATURE-


Re: lyx and windows

2009-04-14 Thread Uwe Stöhr



Is lyx for windows a self contained program or do i need to install
latex and other apps separately?


Install LyX using the complete version of the AltInstaller and you get everything installed you need 
at once. (Assure that you have an open Internet connection before starting the installation if 
possible.)


regards Uwe


Latex export

2009-04-14 Thread Anders Host-Madsen
General request: LyX should have the option of exporting just the latex code,
without trying to convert pictures. Now if a picture already exists,
it just gives the option of 'overwrite', 'overwrite all' or 'cancel', 
but no option to skip the export of that particular image.

Specific problem: I have included a pdf file through pdfpages in a
LyX file. But now, when I try to export to pdflatex, it insists on
overwriting the pdf file with...? Well, It doesn't make sense to me.
It seems like it wants to overwrite the file with itself. I tried,
and it appears that
it overwrites the file with an identical copy of itself. Only the
'created date' changes. Again, it doesn't really make sense to
me. That doesn't happen with pdfs included as graphics.



1.6.2 install problems.

2009-04-14 Thread Max Bian
I installed 1.6.2 on Windows Vista on top of my existing 1.6.0 version. 
Now it won't start. It trys to find the UI definition file in the wrong 
place but it cannot find it. There is no directory LyX 1.6.1!!


I tried both the official installer and the Alt installer, both are 
giving me same errors like below.


Any idea??

Thanks.

---
LyX: Could not find UI definition file
---
Error while reading the configuration file
C:/Program Files/LyX 1.6.1/Resources/ui/default.
Please check your installation.
---
OK  
---




unscribe

2009-04-14 Thread f wonghc



 


  

Re: list of figures

2009-04-14 Thread Niko Schwarz
ohh, i forgot, it also says "LaTeX Error: Command \...@figure already
defined."
niko

On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz
wrote:

> hmm. then i get this error message:
>
> @figur...@dottedtocline{1}{1.5em}{2.3em}}
>
>  Your command was ignored.
>
> Type I   to replace it with another command,
>
> or  to continue without it.
>
>
> niko
>
> On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr  wrote:
>
>> Niko Schwarz schrieb:
>>
>>  in my list of figures, the numbers of the figures are standing much too
>>> close to the captions of the figures! what can i do?
>>>
>>
>> Add this command to your document preamble:
>>
>> \newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}
>>
>> (http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)
>>
>> regards Uwe
>>
>
>


Re: list of figures

2009-04-14 Thread Niko Schwarz
solved!
i added this to the pre-amble:

\renewcommand...@figure{\@tocline{0}{3pt plus2pt}{0pt}{2.5em}{}}

On Tue, Apr 14, 2009 at 7:59 AM, Niko Schwarz
wrote:

> ohh, i forgot, it also says "LaTeX Error: Command \...@figure already
> defined."
> niko
>
>
> On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz  > wrote:
>
>> hmm. then i get this error message:
>>
>> @figur...@dottedtocline{1}{1.5em}{2.3em}}
>>
>>  Your command was ignored.
>>
>> Type I   to replace it with another command,
>>
>> or  to continue without it.
>>
>>
>> niko
>>
>> On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr  wrote:
>>
>>> Niko Schwarz schrieb:
>>>
>>>  in my list of figures, the numbers of the figures are standing much too
 close to the captions of the figures! what can i do?

>>>
>>> Add this command to your document preamble:
>>>
>>> \newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}
>>>
>>> (http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)
>>>
>>> regards Uwe
>>>
>>
>>
>


generate list of changes by "track changes"

2009-04-14 Thread Abe Lau
Hi all,
I have been using the change tracking feature and it is great.
However, I am trying to get a complete list of changes at the end of
the document, something like

"blah blah" is added on page 123
"blah blah" is removed on page 234
etc...etc


The only way I could think of is to create a new crossref at those
changes, and cross referencing it at the changelog, preserving the
page number at the PDF output.   Is there any simple way to achieve
this changelog feature?  Thanks.

Abe


Re: generate list of changes by "track changes"

2009-04-14 Thread Jürgen Spitzmüller
Abe Lau wrote:
> I have been using the change tracking feature and it is great.
> However, I am trying to get a complete list of changes at the end of
> the document, something like

The package "changes" provides such a feature. I think it is possible to 
rewrite LyX's \lyxchangeadded and \lyxchangedeleted to wrap the changes 
package.
(In LyX 1.6.0, one could even write a module for that).

Jürgen


Re: TOC too long, can't get middle page to be empty

2009-04-14 Thread Florian Rubach

rettie schrieb:

My TOC is just over 3 pages now and using \thispagestyle{empty} I can get rid 
of numbering on the 1st and 3rd pages (i.e. first and last), but the middle 
page's number stays. I can't get rid of it!

I've tried flooding Lyx with \thispagestyle{empty} ERT boxes, but no luck. 
Anyone have any ideas? I can't really cut down on the TOC more I'm afraid, 3 
pages is the minimum! I apologise if this has been asked to death! Thanks in 
advance,

Alex
  


The solution to your problem depends on the pagestyle you use.
You can set the pagestyle to empty before the place where you insert the 
TOC by typing \pagestyle{empty} in an ERT box and reset it to whatever 
it was by \pagestyle{your_style} right after the TOC.
If you haven't explicitly specified a pagestyle, replace your_style with 
plain, otherwise use your pagestyle. If you want the numbering to be 
started at one after your TOC, add \setcounter{page}{1} in ERT.


I hope this helps,

Florian


Re: pdflatex impossible, no error message

2009-04-14 Thread Uwe Stöhr

Markus Brandstetter schrieb:


Export always used to work and still works fine with earlier versions of
the same document. Between these versions I did not add anything new I
hadn't added before, except for one footnote.
The preamble of the not-working version contains one paragraph of
"textclass specific commands" that the older version does not have.


This command is added by LyX for a LyX-specific list environment. But a list within a footnote is 
quite unusual and might be the problem. So I would check that the footnote and its content are in 
the Standard environment and not set to be a list, section or whatever.


Btw.:


User specified LaTeX commands.
\usepackage[TS1,T1]{fontenc}
\usepackage{textcomp}


You don't need these commands, LyX takes care of them automatically. (As you can see in your posted 
code, LyX added these packages already.)



\usepackage{ae}


This is also not needed, you can select the AE fonts via the LyX document 
settings.

regards Uwe


problems with URL in bibliography: urldate, font

2009-04-14 Thread Berthold Metz (PH-Freiburg)

hi,

i have the following problem with URLs in my bibliography.

in the bibtex-file i have this syntax:

@misc{ISB,
author = {Staatsinstitut f\"ur Schulqualit\"at und Bildungsforschung, 
M\"unchen},

year = {o.J.},
title = {{V}ergleichsarbeiten / {P}r\"ufungen},
url = 
{\url{http://www.isb.bayern.de/isb/index.aspx?MNav=0=11=0=0}},

urldate = {05.03.2008}
}


in the bibliography-output i get this:

Staatsinstitut für Schulqualität und Bildungsforschung, München (o.J.). 
Vergleichsarbeiten

/ Prüfungen.
URL \url{http://www.isb.bayern.de/isb/index.aspx?MNav=0=11=
0=0}


now i would like to display the urldate (with some text like "last 
checked" or something); moreover the font in which the last line appears 
(from "URL ...") is a big, ugly typewriter-font.


i would be glad about any advice, thank you in advance!
bert


Re: problems with URL in bibliography: urldate, font

2009-04-14 Thread Uwe Stöhr

Berthold Metz (PH-Freiburg) schrieb:


in the bibtex-file i have this syntax:

@misc{ISB,
author = {Staatsinstitut f\"ur Schulqualit\"at und Bildungsforschung, 
M\"unchen},


You can directly use Umlauts in your BibTeX files.


in the bibliography-output i get this:

> ...

URL \url{http://www.isb.bayern.de/isb/index.aspx?MNav=0=11=
0=0}


now i would like to display the urldate (with some text like "last 
checked" or something); moreover the font in which the last line appears 
(from "URL ...") is a big, ugly typewriter-font.


Here's an example what I use:

@MISC{FloWorks,
  author = {{Dassault Systèmes SolidWorks Corp.}},
  title = {{COSMOS FloWorks 2008}},
  howpublished = {Internet: 
http://www.solidworks.com/sw/products/cfd-flow-analysis-software.htm
(accessed 2009-02-24)}
}

You can see that you can omit the command \url{}. When you are using hyperref (menu 
Document->Settings -> PDF properties) URLs will automatically be linked in the PDF output.


regards, also from Freiburg
Uwe


Re: generate list of changes by "track changes"

2009-04-14 Thread Abe Lau
>The package "changes" provides such a feature. I think it is possible to
> rewrite LyX's \lyxchangeadded and \lyxchangedeleted to wrap the changes
> package.
>  (In LyX 1.6.0, one could even write a module for that).
>
>  Jürgen

I was trying to use "changes" with "\listofchanges", I could only
produce something like:

Autor: Anonym
   Eingefügt: 1
   Gelöscht: 0
   Ersetzt:   1

which I suppose it means the number of "\replaced" and "\added".
However, I cannot manage to get it print out the entire list of
changes like:

 "blah blah" is added on page 123
"blah blah" is removed on page 234
etc...etc

Unfortunately the doc doesn't have any example on how the
"\listofchanges" should look like.  Any hint?

Thx


Re: pdflatex impossible, no error message

2009-04-14 Thread Markus Brandstetter
Thanks a lot for your reply and the advice!

The footnote has long been deleted anyway; now I also changed all the
other lists within the document to standard format, and so got rid of
the lyxlist environment command. However, export still doesn't work...
But isn't it strange that Lyx doesn't even complain about any error or
so, but simply does not react to my export command?
Any more ideas?

I know these are all rookie questions and I'm extremely grateful that
you bother to answer them! (Of course I had browsed all forum archives
and FAQs on the planet for help before.)

-Markus


> Export always used to work and still works fine with earlier versions
of
> the same document. Between these versions I did not add anything new I
> hadn't added before, except for one footnote.
> The preamble of the not-working version contains one paragraph of
> "textclass specific commands" that the older version does not have.

This command is added by LyX for a LyX-specific list environment. But a
list within a footnote is 
quite unusual and might be the problem. So I would check that the
footnote and its content are in 
the Standard environment and not set to be a list, section or whatever.

Btw.:

> User specified LaTeX commands.
> \usepackage[TS1,T1]{fontenc}
> \usepackage{textcomp}

You don't need these commands, LyX takes care of them automatically. (As
you can see in your posted 
code, LyX added these packages already.)

> \usepackage{ae}

This is also not needed, you can select the AE fonts via the LyX
document settings.

regards Uwe



Re: agutex layout?

2009-04-14 Thread Martin Vermeer
On Mon, 13 Apr 2009 09:05:46 -0700
Gwen Barnes  wrote:

> > If it is really different, we need a new layout, yes. Does it replace the
> > older one(s)?
> >
> 
> 
> It does replace the older ones in that it seems to be the only one they are
> offering now.  It's supposed to work for all the different AGU journals.
> I'm not sure how different the final output is, but (I think) that (a)
> without being able to  download the old class/style files I don't think I
> can use the old layouts, and (b) when submitting a paper they're probably
> going to expect a latex file using the new latex class.
> 
> http://www.agu.org/pubs/helpdesk/
> 
> -Gwen

Then you should write a new layout file, and probably we should phase the
old ones out. But as the journals will look the same as before, I think you
can save yourself a lot of time by starting from these existing layouts.

- Martin


Re: agutex layout?

2009-04-14 Thread Uwe Stöhr

Martin Vermeer schrieb:


Then you should write a new layout file,


Hi martin,

I thought you could write a layout file. For a layout newbie writing a layout is quite tricky, 
therefore I have written layouts requested by users. I don't have much time at the moment, when it 
is the same, I can try to find an hour the next days anyway to write it. Or Gwen, you can try to 
write a layout by yourself and send it back for review.


regards Uwe


Re: pdflatex impossible, no error message

2009-04-14 Thread Paul A. Rubin

Markus Brandstetter wrote:


Surprisingly pdflatex stopped to create any output, in fact no export
command (dvi, ps, tex) produces any result. I don't get any file and no
error message either. 



By this do you mean that the LaTeX log file (Document -> LaTeX Log) 
shows latex (or pdflatex) completing the document with no errors?  Or is 
the log file empty?


/Paul



How to insert text in a multiline equation?

2009-04-14 Thread Ming Jiang
Hi,

I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?
Thank you very much! 



Re: How to insert text in a multiline equation?

2009-04-14 Thread Florian Rubach


Ming Jiang schrieb:

Hi,

I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?
Thank you very much! 
  


Take a look at the math-manual (to be found under "help" in your menu 
bar), should be section 18...


Regards,
Florian


Re: How to insert text in a multiline equation?

2009-04-14 Thread Florian Rubach

Ming Jiang schrieb:

Hi,

I want to insert text in a multiline equation, for example,

a = 1, if some condition is met
2, if some condition is met

like \text{if some condition is met} in TeX.
How can I do this in LyX?
Thank you very much! 
  


For the text, you can simply use the \text command, lyx recognizes it. 
Another possibility is the mbox (see section 9).


Regards,
Florian


Re: pdflatex impossible, no error message

2009-04-14 Thread rgheck

Markus Brandstetter wrote:

Thanks a lot for your reply and the advice!

The footnote has long been deleted anyway; now I also changed all the
other lists within the document to standard format, and so got rid of
the lyxlist environment command. However, export still doesn't work...
But isn't it strange that Lyx doesn't even complain about any error or
so, but simply does not react to my export command?
Any more ideas?

  
Export to LaTeX and try compiling manually. Then you should get useful 
error messages.


This is almost always the first part of the answer to this kind of question.

rh



Re: UI in french

2009-04-14 Thread Pavel Sanda
alain.didierj...@free.fr wrote:
> Selon Uwe St??hr :
> 
> > alain.didierj...@free.fr schrieb:
> >
> > > Recently installed LyX 1.62 has UI and doc in english, when it used to be
> > > in french in previous version. How to go back to frenh ?
> >
> > What OS are you using? On Windows, you can change the lyx.bat file when you
> > have installed LyX with
> > the alternative installer, on Linux, you can change the menu language in the
> > preferences menu. In
> > both cases you need to restart LyX afterwards.
> 
> I use gentoo Linux and Preferences setings has no effect...

do you have linguas_fr set when emerging? do you have correct LANG or 
LC_MESSAGES
set to french before launching lyx.
pavel


Re: similar typeface for monospaced and proportional?

2009-04-14 Thread Jeremy C. Reed
On Tue, 14 Apr 2009, Guenter Milde wrote:

> On 2009-04-11, Jeremy C. Reed wrote:
> 
> > Or is there a way to tell TeX to use a proportional typeface but force it 
> > to use a fixed width so it will line up?
> 
> The listings package has such an option. (Read its documentation.)

Thank you. I now scanned through the entire "The Listings Package" 
documentation. This appears to work for me. The default is to use the 
already defined font.

So I have:

\usepackage{listings}
\lstset{
columns=fixed
}

(I am not sure what the default is for columns, and didn't test others.)

But now document (the final PDF) has:
11Command invalid in math modeCommand invalid in math mode

Doesn't say what command. And nothing about this in my my latex logging.

I can reproduce this when I have two listlisting blocks that define a 
custom basicstyle. So my workaround is to simply change one of them to:

\begin{lstlisting}{basicstyle=\footnotesize}
to:
\begin{lstlisting}

But I need to reduce the size so a line doesn't wrap. Unless I can figure 
out how to increase the margin or get the text to not wrap.

Any thoughts on how to turn off any math mode or other?

Thanks again for pointing me to use listings package. Now the font looks 
correct and is still spaced accordingly.


  Jeremy C. Reed

echo 'EhZ[h ^jjf0%%h[[Zc[Z_W$d[j%Xeeai%ZW[ced#]dk#f[d]k_d%' | \
  tr'#-~''\-.-{'



Re: Lyx and DocBook

2009-04-14 Thread Nikos Alexandris

Ian:
> > It also lists Lyx which seems a mature and usable tool for Latex,
> > and produces highly attractive PDF documents.  I read though that getting
> > attractive HTML out of it is difficult.

Richard:
> I''m getting good results out of the new tool ELyXer.
> http://wiki.lyx.org/Tools/ELyXer

Me too! It's the first time ever I get something useful.


> There have been a couple of threads about ELyXer on this mailing list.
> It's new and has some limitations. For instance, no TOC generation
> yet.

> However, the tool's author, Alex Fernandez, really likes getting
> challenging documents and making ELyXer work with them.

I second that comment :-)

Kindest regards, Nikos



Re: agutex layout?

2009-04-14 Thread Martin Vermeer
On Tue, 14 Apr 2009 15:11:39 +0200
Uwe Stöhr  wrote:

> Martin Vermeer schrieb:
> 
> > Then you should write a new layout file,
> 
> Hi martin,
> 
> I thought you could write a layout file. For a layout newbie writing a layout 
> is quite tricky, 
> therefore I have written layouts requested by users. I don't have much time 
> at the moment, when it 
> is the same, I can try to find an hour the next days anyway to write it. Or 
> Gwen, you can try to 
> write a layout by yourself and send it back for review.
> 
> regards Uwe

The latter sounds best, if you want this job to ever get finished :-( 
Real life badly intruding right now.

regards Martin


still: minitoc package and index in TOC

2009-04-14 Thread Hubert Christiaen
After several experiments I still cannot get a correct reference of the index 
in the TOC. I have a book-class document and 'idxtotoc' in the 'custom' 
options field. At the end there should be 2 appendices, the second being the 
index.
- I can get a correct reference at the SECTION level with 
\addcontentsline{toc}{chapter}{index}
- I cannot get a correct reference at the CHAPTER level.
The above instruction should not be used with the minitoc package as it 
creates havoc in the sequence of the minitocs. This is here not a problem as 
there is no minitoc for the appendices nor after the index. This gives a 
correct line in the index, with a correct pagenumber, but the link points to 
the beginning of the first appendix (the last \chapter met). If I add some 
\chapter instruction, then a page with only 'Chapter: Index' is created and 
the real index starts on the next page.

Anyone a solution?

With thanks in advance,
Hubert

-- 
Hubert Christiaen
Bloesemlaan 17
3360 Korbeek-Lo
Belgium   


Re: pdflatex impossible, no error message

2009-04-14 Thread Guenter Milde
On 2009-04-14, Markus Brandstetter wrote:

> ... However, export still doesn't work...
> But isn't it strange that Lyx doesn't even complain about any error or
> so, but simply does not react to my export command?

LyX does not show error output of helper apps (except in the cosole) nor
does it check the return value. 

IMO, this is not only strange but a bug.

If you open lyx from a console/DOS-prompt/xterm window and have a look at
the output there, you might find a reason.

> Any more ideas?

I guess that the iconv conversion fails on a Unicode character in a place
where it is not allowed (LaTeX preamble, ERT, ...).

Günter




environment

2009-04-14 Thread Justin Carrera
Hi LyX users,

My name is Justin; I just got directed to LaTeX and found you guys...

I would like to know if there is a web version of LyX?

cheers,
Justin


VERY fustrating problem with the LyX and Child documents!

2009-04-14 Thread bigblop

I have a problem using child documents in a LyX document. When I compile from 
the child documents the PDF is not always updated.

I have tried installing the latest version of LyX: LyX 1.6.2 released. (Mar 15, 
2009)  but I still get the same error. Here is what I do:

1) Open the master document
2) Compile the master document using:
  master-buffer-update pdf2
3) Preview the master document using (which opens a preview PDF in Sumatra PDF):
  buffer-view pdf2
4) Open a child document, add some text and from the child document run the 
compile command:
  master-buffer-update pdf2

After 4) I don't see the new text in the PDF previewer (sumatra PDF). I have 
tried going back to the master document and run:

  master-buffer-update pdf2

but the pdf preview is still not updated.

Sometimes  (ONLY sometimes) the changes in the child document appears if I 
create a new line in the master document and then compile it (the new line must 
be inserted at a new position each time). Otherwise I have to close and reopen 
LyX and then compile again to see the changes.


I have written many projects (60-80 pages typically) before using many child 
documents using the above procedure without any problems. This error is 
especially frustrating since it only appears sometimes and only sometimes can 
be solved inserting a new line in the master document.

Any ideas why LyX suddenly stops working with child documents?

I use LyX on Vista64
-- 
View this message in context: 
http://n2.nabble.com/VERY-fustrating-problem-with-the-LyX-and-Child-documents%21-tp2634145p2634145.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: environment

2009-04-14 Thread rgheck

Justin Carrera wrote:

Hi LyX users,

My name is Justin; I just got directed to LaTeX and found you guys...

I would like to know if there is a web version of LyX?

  

If you mean a version that runs in a browser or something, no.

rh



  1   2   >