Re: errors typesetting UserGuide.lyx

2012-02-05 Thread Jens Nöckel
Assuming convert is really the problem, perhaps you can try a different imagemagick installation. Two options would be Macports, http://www.macports.org/install.php or Fink, http://www.finkproject.org/download/index.php?phpLang=en You only need one of these. Most people seem to choose Macports

Re: errors typesetting UserGuide.lyx

2012-02-05 Thread Richard Talley
So I found a problem with the 'convert' utility (part of ImageMagick 6.6.9) that MacTex 2011 installs. The installation fails to install the necessary xml files that 'convert' needs to function correctly at the command line. Over at the macosx-tex mailing list, Dick Koch provided a link to the nec

automatique reference of sub figure

2012-02-05 Thread Omar Cheikhrouhou (ISET)
Hello, I use the following preambule \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1 to add the word < Figure > when referencing figure. However, the word figure is not added when referencing sub-figure. For example it write 3a instead of Figure 3a. Please, what to add in order

Re: Arrays or similar in \xymatrix{

2012-02-05 Thread Paul A . Rubin
I'm not entirely sure I know what you want. Does the following file do it? Paul #LyX 2.0 created this file. For more info see http://www.lyx.org/ \lyxformat 413 \begin_document \begin_header \textclass article \use_default_options true \maintain_unincluded_children false \language english \langua

Re: eLyXer for Document Parsing

2012-02-05 Thread Abdelrazak Younes
On 05/02/2012 17:48, Rob Oakes wrote: My current script is about 50 lines long, and can be used with either native XHTML or eLyXer. To add new features, you add additional cases describing how to translate the XHTML. Which brings us to an important point: there's already a pretty good LyX ->

Re: eLyXer for Document Parsing

2012-02-05 Thread Rob Oakes
On Feb 5, 2012, at 2:04 AM, Abdelrazak Younes wrote: > Strong suggestion: use LyX proper. I am quite sure you already know that > because I saw some patches from you in this area but I'll explain anyway: > LyX's html own export is so good and fast because it effectively knows the > in-memory r

Re: eLyXer for Document Parsing

2012-02-05 Thread Alex Fernandez
Hi all, I am currently travelling so excuse my android top-posting. Actually building a reusable in-memory representation for Python scripting of LyX documents was a requisite for eLyXer. You should not have trouble with large documents as my puny netbook eats 1000 page documents for lunch. Look a

Re: eLyXer for Document Parsing

2012-02-05 Thread Abdelrazak Younes
On 04/02/2012 18:03, Rob Oakes wrote: Dear eLyXer Users and Developers, I'm still at work on the import/export module for Microsoft Word documents. I'm making pretty good progress. I've got a rough prototype that works pretty well and I'm now starting to refine it. My approach up to now has b

Re: eLyXer for Document Parsing

2012-02-05 Thread Abdelrazak Younes
On 04/02/2012 19:07, slitt wrote: One more question: You sure you want to go in-memory? What happens if a guy has a 1200 page book with 100 chapters each containing 10 sections, each containing 10 subsections, and tries to parse it on a machine with 512 MB RAM? You in a heap of trouble son. I