Re: question about multiple files for a book

2010-01-09 Thread Manolo Martí­nez
Of course, convert to txt and then count. That makes sense :) Pavel Sanda escribió: Pavel Sanda wrote: Manolo Martí­nez wrote: I use Linux, yes. If you could provide that script, or a pointer where to find it, it would be great :) lyx -e text your_master.lyx wc -w your_master.t

Re: question about multiple files for a book

2010-01-09 Thread Steve Litt
On Saturday 09 January 2010 12:19:38 Pavel Sanda wrote: > Manolo Martí­nez wrote: > > I use Linux, yes. If you could provide that script, or a pointer where to > > find it, it would be great :) > > lyx -e text your_master.lyx > wc -w your_master.txt > > pavel Yeah, that's better than my way for

Re: question about multiple files for a book

2010-01-09 Thread Pavel Sanda
Pavel Sanda wrote: > Manolo Martí­nez wrote: > > I use Linux, yes. If you could provide that script, or a pointer where to > > find it, it would be great :) > > lyx -e text your_master.lyx > wc -w your_master.txt even more elaborate, make a script.sh: lyx -e text "$1" xmessage File has `wc -w Cu

Re: question about multiple files for a book

2010-01-09 Thread Pavel Sanda
Manolo Martí­nez wrote: > I use Linux, yes. If you could provide that script, or a pointer where to > find it, it would be great :) lyx -e text your_master.lyx wc -w your_master.txt pavel

Re: question about multiple files for a book

2010-01-08 Thread Marcelo Acuña
> I'm working with a long document in > multiple files, and I can tell you > that most things do work very well: > > * Labels from any file may be used everywhere > * You only need to include the bibliography once, > etc. > > About ortography, I guess one of the points of having > multiple files

Re: question about multiple files for a book

2010-01-08 Thread Manolo Martí­nez
I use Linux, yes. If you could provide that script, or a pointer where to find it, it would be great :) Manolo Steve Litt escribió: On Friday 08 January 2010 10:22:38 Manolo Martí­nez wrote: About ortography, I guess one of the points of having multiple files is being able to do this kind

Re: question about multiple files for a book

2010-01-08 Thread Steve Litt
On Friday 08 January 2010 10:22:38 Manolo Martí­nez wrote: > About ortography, I guess one of the points of having multiple files is > being able to do this kind of comprobations part by part; I agree with > you that word count is a problem, though. If you're using any UNIX based operating system

Re: question about multiple files for a book

2010-01-08 Thread Steve Litt
On Friday 08 January 2010 10:18:14 Marcelo Acuña wrote: > Hello, > I have a 35 words book Dang dude, that's awesome. What is that, 1200 pages? > and I want to know what I win and that I lose > if I change one file to multiple files? I am thinking to make the change > due to the delays in

Re: question about multiple files for a book

2010-01-08 Thread Manolo Martí­nez
I'm working with a long document in multiple files, and I can tell you that most things do work very well: * Labels from any file may be used everywhere * You only need to include the bibliography once, etc. About ortography, I guess one of the points of having multiple files is being able to