<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.editors.lyx.general">
    <title>gmane.editors.lyx.general</title>
    <link>http://blog.gmane.org/gmane.editors.lyx.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/79048"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/79038"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/79035"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/79011"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/79009"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78995"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78992"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78974"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78971"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78960"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78956"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78950"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78947"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78944"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78936"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78935"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78934"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78932"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78930"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.lyx.general/78923"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/79048">
    <title>options on a document class</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/79048</link>
    <description>&lt;pre&gt;
Let me start with a big thanks to all of the developers and users of Lyx. I 
have been using it for nearly exclusively for 15 years or more. Ever since 
FrameMaker got purchased by Adobe I have been using Lyx.

Lyx works so well that I have never had to learn LaTeX or TeX. I have been 
through the documentation a couple of times and have been through the WIKI 
too. I almost always get my answers there, but sometimes I have to resort to 
google. In this case, they have all failed and I finally have to post. Well, 
I do not remember every posting before.

Currently I am trying to write a paper and it comes with this request:

Latex users: please use \documentclass[conference, compsocconf]{IEEEtran} 
(with option 'compsocconf').

Since Lyx works so well and I have never had to learn LaTeX, I have no idea 
what they are asking. I poked around Lyx and the documentation and have not 
convinced myself that I have found the correct thing to do.

1) Is there some place (pull down menu or dialog box) that I am suppos&lt;/pre&gt;</description>
    <dc:creator>Al Niessner</dc:creator>
    <dc:date>2013-05-22T22:09:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/79038">
    <title>convert lilypond-lyx to epub</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/79038</link>
    <description>&lt;pre&gt;Hello,

My lyx documents contain embedded lilypond code. I want to convert to epub.

Unfortunately the lilypond code isn't compiling to xhtml exporting with  
Lyx-HTML.

Are there any plans to implement this feature?

Regards
Jürgen

--

&lt;/pre&gt;</description>
    <dc:creator>Jürgen Lange</dc:creator>
    <dc:date>2013-05-22T15:17:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/79035">
    <title>Help with import from SPanish</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/79035</link>
    <description>&lt;pre&gt;Hi,

I am struggling with importing a document in Spanish into LyX because I
do not know how to get the Spanish diacriticals to show in the LyX
frontend and it doesn't compile.

Here is the minimal example

\documentclass{scrartcl}   
\usepackage[spanish]{babel}
\usepackage{selinput}
\SelectInputMappings{%
 aacute={á},
 ntilde={ñ},
 Euro={€}
}

\begin{document}
\section{Diagnóstico}
Durante el proceso de visitas al XXXXX, se realizó un inventario de las
características de la infraestructura de comunicaciones y acceso a
Internet y otros servicios.

\end{document}

I use LyX 2.0.6 on Mac 10.8.3 and would appreciate any advice :-)-O

el


&lt;/pre&gt;</description>
    <dc:creator>Dr Eberhard Lisse</dc:creator>
    <dc:date>2013-05-22T13:06:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/79011">
    <title>Line Breaks in Text Sections formatted with Local Layouts</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/79011</link>
    <description>&lt;pre&gt;Hi guys, I've been working with LyX and XeTeX recently to set up a
document which allows me to switch between various East Asian languages
using Text Styles. Although the Text Styles I have defined in Document
Properties -&amp;gt; Local Layouts work well for single words or phrases, I
haven't found a way to enter line breaks in sections defined for a
certain language, and I was hoping someone here may have a suggestion on
how to achieve this. I can copy and paste text containing line breaks
from other sources and I can force line breaks using CTRL + Enter, but I
was hoping for a more elegant solution that does not involve too much
ERT. Any thoughts?

Full disclosure: I posted this question on latex-community.org a week
ago, but haven't received a reply, which is why I figured I'd give this
mailing list a try. The post also contains a sample file demonstrating
my setup:
http://latex-community.org/forum/viewtopic.php?uid=56715&amp;amp;f=48&amp;amp;t=23239&amp;amp;start=0

System information:
$ uname -a
Linux thinkpad 3.2.0-43-generic #68-Ub&lt;/pre&gt;</description>
    <dc:creator>Stefan A.</dc:creator>
    <dc:date>2013-05-21T18:21:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/79009">
    <title>AMS multilne</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/79009</link>
    <description>&lt;pre&gt;Hello,

In lyx 2.0.5, I would like to insert a multline formula
(as documented), but I cannot do it because under insert &amp;gt; math &amp;gt;
all the first part of the options (until array environment) is
not available.
Do I have a package missing?
I attached my configure.log file.

Thank.

===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre&amp;lt; at &amp;gt;gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===========================================================================
&lt;/pre&gt;</description>
    <dc:creator>Patrick Dupre</dc:creator>
    <dc:date>2013-05-21T18:31:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78995">
    <title>disable package</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78995</link>
    <description>&lt;pre&gt;Hello,

lyx (2.0.5) make a
\usepackage{bm} that I am unable to control. Why?

I need to make a 
\usepackage{fourier,bm}
and not 
\usepackage{bm,fourier}

How can I do it?

Thank.

===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre&amp;lt; at &amp;gt;gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===========================================================================

&lt;/pre&gt;</description>
    <dc:creator>Patrick Dupre</dc:creator>
    <dc:date>2013-05-21T15:21:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78992">
    <title>Keyboard shortcut preferences file location</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78992</link>
    <description>&lt;pre&gt;I have Windows 7 and LyX 2.0.5.1 on this machine. When I go to
Tools&amp;gt;Preferences&amp;gt;Editing&amp;gt;Shortcuts, it says "cua" at the top, and I can
see a lot of edits which have not gone away when updating LyX.

I would now like to move those to another Windows 7 machine, but I don't
know where my changes have been stored. They don't seem to have modified
...\Lyx 2.0\Resources\bind\cua.bind. Any help locating a file I can
copy/rename to get the same shortcuts on another computer would be greatly
appreciated.

-Mark Spindler
&lt;/pre&gt;</description>
    <dc:creator>Mark Spindler</dc:creator>
    <dc:date>2013-05-21T00:51:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78974">
    <title>ctable does not work with article(APA)</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78974</link>
    <description>&lt;pre&gt;The attached file uses 'article' and runs.  Change to APA or APA6 and one gets an error message saying LaTeX error: command\tnote already defined.  

I'm probably just doing something stupid but I was having a look at ctable and found that it bombs with the document classes article(APA) and article(APA6).  It seems fine with other article classes, report and paper. It even compiles though looks funny in handout(tufte).  I have tried running it with all the normally expected APA environments as well with no luck.


It  runs with no problem in LaTeX with \documentclass[12pt,letterpaper]{apa}.




Any suggestions? 
Thanks
&lt;/pre&gt;</description>
    <dc:creator>John Kane</dc:creator>
    <dc:date>2013-05-20T14:51:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78971">
    <title>Problem with text being inserted randomly</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78971</link>
    <description>&lt;pre&gt;Hi,

I was wondering if anyone has advice on a possible bug I am experiencing in
LyX 2.0.5. I am currently writing up my PhD thesis, with each chapter being
a child lyx document. One chapter in particular is suffering from a
problem; text is being inserted randomly in any form of content (equations,
figure floats, chapter titles, tables).

I have tried deleting the offending text, but it only reappears in
seemingly random places. The text itself is not random, it is text from
elsewhere within the chapter (sometimes it is parts of equations, text,
text out of ERT [such as "\ac{}"]. It seems as if this phenomenon is only
present within this chapter (thankfully!).

I have also tried copying and pasting the contents to a fresh lyx file but
the problem still exists, albeit a bit better.

My OS is Windows XP, although given the same file the problem exists on my
own personal Windows 7 based laptop. Some of the chapters are modified LyX
files from my previous documents (LyX 1.6), does this have any bearing on
the i&lt;/pre&gt;</description>
    <dc:creator>Rich</dc:creator>
    <dc:date>2013-05-20T13:14:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78960">
    <title>Using pdfpages package in lyx</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78960</link>
    <description>&lt;pre&gt;Dear Lyx list

I am trying to use the pdfpages package in lyx in order to insert pdfs in my document. I used
Insert - File - External material
with following settings:
File
File: .../Title.pdf
Template: PDFPages
LaTeX and LyX options
Format: LaTeX
Option: pages=-
Size and rotation
Width: 100 Scale%
Contrary to the problem reports I found on the internet, I am able to produce a pdf document from the LyX file. But in this resultant pdf document, the pdf I intended to insert is replaced by a blank page.

Greetings
Marc Wijnand
&lt;/pre&gt;</description>
    <dc:creator>Marc Wijnand</dc:creator>
    <dc:date>2013-05-19T21:30:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78956">
    <title>Remove the automatically added amssymb</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78956</link>
    <description>&lt;pre&gt; 
Hi,


    I’m a fan of LyX for many years. I like it.


    However I cannot understand why the LyX use the &amp;lt;amssymb&amp;gt; package by default, even I remove everything in Math Option. I need to remove the package. Can you give me any suggestion or help about how to remove this?


     Thanks a lot and the best.


Xin GUO


 

发自 Windows 邮件&lt;/pre&gt;</description>
    <dc:creator>dianzi.ben&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2013-05-19T19:50:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78950">
    <title>Problem with Thai document</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78950</link>
    <description>&lt;pre&gt;Dear LyX team
I upgraded LyX 2.0.1 to 2.0.6 but when I opened my document, which is written in Thai, and moved cursor by hold any arrow key. It would have scrolled down very slowly. I have tested with English document but everything is OK.
I found that the above situation will occur in 2.0.4 but not 2.0.3.Have you got any suggestion?
Thanks in advance,Rawin Youngnoi       &lt;/pre&gt;</description>
    <dc:creator>Rawin Youngnoi</dc:creator>
    <dc:date>2013-05-18T14:19:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78947">
    <title>missing libhunspell prevents starting lyx</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78947</link>
    <description>&lt;pre&gt;May I ask again for an advice, especially the first question  
(libhunspell-1.2.so.0)?

Wolfgang

After upgrading to Debian wheezy I get this error

&lt;/pre&gt;</description>
    <dc:creator>Wolfgang Engelmann</dc:creator>
    <dc:date>2013-05-18T06:39:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78944">
    <title>Offset problem with pdf picture floats</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78944</link>
    <description>&lt;pre&gt;Dear Lyx list

I am able to use picture floats without any problem in Lyx 2.0.5.1, for all types of pictures except for pdfs. When I insert a pdf, the whole picture float is located a little bit to high, covering some text. How can I fix this without needing to copy the original pdf files and change the extension in order to be able to use them correctly in Lyx? You can find an example of this problem attached to this mail.


Greetings
Marc Wijnand&lt;/pre&gt;</description>
    <dc:creator>Marc Wijnand</dc:creator>
    <dc:date>2013-05-17T22:56:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78936">
    <title>copy/paste poems into lyx</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78936</link>
    <description>&lt;pre&gt;Hello:

I have a word document with poems. Every line within the same verse is a new paragraph, and the verses are separated by empty paragraphs.

I would like to copy these poems into lyx and use the verse environment.
If I copy/paste the poems into lyx, all lines become new paragraphs in lyx and the separating empty paragraphs/lines are removed, that is the verses become fused together. I should manually replace the paragraph marks with new lines within verses and leave them as they are between verses. This would be a very tedious work. Is there a way to automate this?

Thanks,

bcsikos


&lt;/pre&gt;</description>
    <dc:creator>Csikos Bela</dc:creator>
    <dc:date>2013-05-17T15:06:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78935">
    <title>What about ePub support</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78935</link>
    <description>&lt;pre&gt;Hi,

I want to publish ebooks and typeset books from the same source, because
today nearly all new books are offered as ebooks and as printed books.

Up to now I didn't find a good solution working out of the box.

Sphinx, the documentation system written in Python offers multiple
output formats from one source, eg. PDF via LaTeX. EPub support is
improving but not perfect yet. You have to tweak it a bit
(http://www.hasecke.eu/Members/juh/sphinx-a-tool-for-self-publisher)

I now want to give LyX a try, I used it years ago but always went back
to LaTeX.

I saw that there isn't a no epub support in LyX up to now. I read about
exporting to html and converting to epub via Calibre. This is a
workaround I could choose if I had to, but it is not the solution I am
looking for.

So what are the plans for the future? I read about a GSOC project aiming
to implement epub conversion in LyX. Is there a timeframe? In the road
map of 2.1 epub is not mentioned.

TIA
juh

&lt;/pre&gt;</description>
    <dc:creator>Jan Ulrich Hasecke</dc:creator>
    <dc:date>2013-05-17T10:31:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78934">
    <title>Lyx Math Macro Library</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78934</link>
    <description>&lt;pre&gt;Dear Lyx users,

is there any public library of LyX macros? Math notation has many widely used 
semantic elements that could be abstracted into LyX macros. Things like:

Set builder notation
Sequent calculus notation
Function notation (the fun argument would be the macro argument)
Operator notation (as with functions)
Braket notation
Macros that would take indexed notation in GR and output Penrose notation
(in combination Latex macros to perform the translation and rendering).

I have created a macro that is useful when working with sequent calculi.

One of the goals would be to minimize the need for tweaking the formatting -- 
things like spacing tweaks would be abstracted away into the macro.

IMHO, an official location to share LyX macros would be great.

Pavel Bažant


&lt;/pre&gt;</description>
    <dc:creator>Pavel Bažant</dc:creator>
    <dc:date>2013-05-17T09:22:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78932">
    <title>Header Block with spanning graphic</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78932</link>
    <description>&lt;pre&gt;Hey there,

How would one build a header that contained a graphic that spans the 
page from left to right and lies behind text?  Can this be done in Lyx?  
In Latex at all?

Morgan

&lt;/pre&gt;</description>
    <dc:creator>Morgan Rodwell</dc:creator>
    <dc:date>2013-05-17T03:22:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78930">
    <title>Aspell for Windows at LyX?</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78930</link>
    <description>&lt;pre&gt;May I ask a question here about the webpage http://wiki.lyx.org/Devel/Aspell ?

The page says: 
"If you need to install Aspell separately on windows, it can be downloaded from the LyX repositories: 

  a.. ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows/ "
To install Aspell separately on Windows is what I would like to do, but there seems to be nothing but a short text message at sourceforge.net, and only a very old (2002) Windows installer at http://aspell.net/win32/

Now, the sentence quoted above seems to say I can download a (hopefully up-to-date) Aspell installer for Windows from that LyX ftp site; and further, http://en.wikipedia.org/wiki/GNU_Aspell says that "the LyX project has long solved the Windows packaging problem by forking Aspell".

But, as far as I can see, the ftp site contains only dictionaries.  Is this so, or am I missing something?

Thanks for your help.&lt;/pre&gt;</description>
    <dc:creator>Ciarán Ó Duibhín</dc:creator>
    <dc:date>2013-05-17T01:57:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78923">
    <title>АКЦИЯ Оплата после получения СЕРТИФИКАТА</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78923</link>
    <description>&lt;pre&gt;Весь коплекс сертификатов продукции и оборудования.

АКЦИЯ Оплата после получения СЕРТИФИКАТА (ГОСТ Р) ЗА 1 ДЕНЬ, МАКЕТ СЕРТИФИКАТА ЗА 1 ЧАС!!!

Сертификаты ТС ТР (техрегламент, таможенного союза).

тел.+7 495 727 59 66


&lt;/pre&gt;</description>
    <dc:creator>Все виды сертификации</dc:creator>
    <dc:date>2013-05-16T14:10:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.lyx.general/78922">
    <title>subscript/superscript bug</title>
    <link>http://comments.gmane.org/gmane.editors.lyx.general/78922</link>
    <description>&lt;pre&gt;Hello:

I guess this is a bug:

When I write text with non-default font size (eg. small) and insert within this text subscript or superscript characters afterwards, lyx applies the same font size to the subscript/superscript characters as the surrounding font's size (that is small). The subscript/superscript font should be proportionally smaller than the surrounding font. In the source it is visible that lyx applies the font size command to the subscript/superscript text:

{\small{subscript A\textsubscript{{\small{2}}} bug}}{\small \par}

The font size command should not be applied to the subscript text as \textsubscript takes care of the font size. The same regards to superscript.

This occurs in lyx 2.0.6.

bcsikos




&lt;/pre&gt;</description>
    <dc:creator>Csikos Bela</dc:creator>
    <dc:date>2013-05-16T14:10:18</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.editors.lyx.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.editors.lyx.general</link>
  </textinput>
</rdf:RDF>
