<?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://permalink.gmane.org/gmane.editors.lyx.general">
    <title>gmane.editors.lyx.general</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.editors.lyx.general/78970"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78969"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78968"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78967"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78966"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78965"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78964"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78963"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78962"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78961"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78960"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78959"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78958"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78957"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78956"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78955"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78954"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78953"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78952"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.general/78951"/>
      </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://permalink.gmane.org/gmane.editors.lyx.general/78970">
    <title>Re: Remove the automatically added amssymb</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78970</link>
    <description>&lt;pre&gt;Am 19.05.2013 22:31, schrieb dianzi.ben&amp;lt; at &amp;gt;gmail.com:


But mtpro2 is only a font. Are you sure it would work without amssymb? To check that export a small 
example your file as LaTeX. Open the LaTeX file with a text editor and remove there the line with 
amssymb. Finally compile the file manually using a console with the command

pdflatex yourfile.tex

(assuming your filename is "yourfile.tex")

I bet it won't work. If you have problems, send a small example LyX file.

regards Uwe

&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-20T01:30:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78969">
    <title>Re: Remove the automatically added amssymb</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78969</link>
    <description>&lt;pre&gt; Have a look at ticket 5058 ( http://www.lyx.org/trac/ticket/5058), which I filled some time back. 
I attached a module ( http://www.lyx.org/trac/attachment/ticket/5058/noamssymb.module) 
that fools LyX into thinking amssymb is already loaded. 

Paul






&lt;/pre&gt;</description>
    <dc:creator>Paul A. Rubin</dc:creator>
    <dc:date>2013-05-19T23:54:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78968">
    <title>Re: adding custom latex class in lyx</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78968</link>
    <description>&lt;pre&gt;
Hi Amjad,

I'm running through old emails thread that weren't answered and found 
your question. It's a shame nobody answered yet. Anyway, the first thing 
to make sure is that LaTeX can see your document class. To do this try a 
very minimal .tex document with the proper document class

\documentclass{ws-ijsc}
\begin{document}
Hello World!
\end{document}

and see if pdflatex can convert it to a pdf. Then let's go from there.

&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-19T22:18:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78967">
    <title>Re: legend separate from figure</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78967</link>
    <description>&lt;pre&gt;
Did you figure this out? It's an interesting question. Seems like one 
way would be to use the LaTeX package dpfloat, obviously in ERT since 
LyX has no knowledge of it.


\thispagestyle{empty}

&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-19T22:01:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78966">
    <title>Re: psfragfig</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78966</link>
    <description>&lt;pre&gt;
The way I use psfrag is to insert the .eps into LyX using the standard 
way from the Insert menu, and put the psfrag code in ERT in the LyX 
document. This way, LyX handles the copying of the .eps file correctly. 
You obviously need the correct \usepackage line added to your preamble 
in document settings.

Hope this helps,
Julien


&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-19T21:55:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78965">
    <title>Re: Why does "lyx --export pdflatex" results in draft graphics? Or lyx+latexdiff</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78965</link>
    <description>&lt;pre&gt;
Hi Mikhail,

Did you figure out your issue? The draft option is normaly not set by 
LyX, maybe it is set by your documentclass or some class option you are 
using. Can you provide a minimal example document reproducing the problem?

Cheers,
Julien


&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-19T21:51:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78964">
    <title>Re: textsubscript and textsuperscript bug?</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78964</link>
    <description>&lt;pre&gt;
Should be fixed in the next LyX version, see 
http://www.lyx.org/trac/ticket/8610 for reference.

Cheers,
Julien


&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-19T21:45:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78963">
    <title>Re: pdf output disabled for some documents</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78963</link>
    <description>&lt;pre&gt;
Hi Francesco,

Did you figure out your issue? If you can't figure it out, please send a 
small example file that contains the minimum stuff possible to reproduce 
your problem. It guess it has likely something to do with required LaTeX 
packages that are not installed on your system, thus LaTeX export is 
blocked but LyXHTML does not rely on LaTeX and thus it is always 
available as an export option.

Cheers,
Julien


&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-19T21:49:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78962">
    <title>Re: vertical distance between \setbibpreamble and reference list not working?</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78962</link>
    <description>&lt;pre&gt;
The \protect\bigskip part should be inside your call to the 
\setbibpreamble{} macro.

\setbibpreamble{Die Zahl(en) hinter der Referenz (und auch den Einträgen 
der Nomenklatur) beziehen sich auf die Seite(n). Mit einem geeigneten 
pdf-Leseprogramm springt man nach einem Mausklick auf die Zahl an die 
Seite\protect\bigskip}

Does it help then?

&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-19T21:42:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78961">
    <title>Re: Sidecap</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78961</link>
    <description>&lt;pre&gt;
Please note that I've updated this layout file to provide a version 
specific to LyX 2.0. As you have experienced, the previous version, for 
LyX 1.6, wasn't really working with 2.0. Please let me know if it works 
for you.

The new version is here:
http://theorie.physik.uni-konstanz.de/jrioux/lyx/

Cheers,
Julien


&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-19T21:33:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78960">
    <title>Using pdfpages package in lyx</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.editors.lyx.general/78959">
    <title>Re: using RevTex 4.1 for journal formatting</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78959</link>
    <description>&lt;pre&gt;
Please note that I've updated this layout file to provide a version 
specific to LyX 2.0 (the previous version, for LyX 1.6, was also working 
but not using the full features of LyX 2.0).

The new version is here:
http://theorie.physik.uni-konstanz.de/jrioux/lyx/

Cheers,
Julien


&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-19T21:28:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78958">
    <title>Re: Remove the automatically added amssymb</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78958</link>
    <description>&lt;pre&gt;Am 19.05.2013 21:50, schrieb dianzi.ben&amp;lt; at &amp;gt;gmail.com:


LyX only adds amssymb if it is needed to compile the file. Can you provide a _small_ LyX testfile 
where you think that amssymb is not necessary?

regards Uwe


&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-19T20:29:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78957">
    <title>Re: Problem with Thai document</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78957</link>
    <description>&lt;pre&gt;Am 19.05.2013 17:09, schrieb Rawin Youngnoi:


Then we have a serious problem. Can you please report this but in our bug tracker:
http://www.lyx.org/trac/wiki/BugTrackerHome

Ca you please attach there an example LyX file?

regards Uwe

&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-19T20:19:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78956">
    <title>Remove the automatically added amssymb</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.editors.lyx.general/78955">
    <title>Re: Problem with Thai document</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78955</link>
    <description>&lt;pre&gt;Hi Uwe,

I use Windows 7 home premium edition. And i usually don't view source window. Actually, it respond very slowly when I was typing, too.

Regards,
Rawin

On 19 พ.ค. 2556, at 2:54, "Uwe Stöhr" &amp;lt;uwestoehr&amp;lt; at &amp;gt;web.de&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Rawin Youngnoi</dc:creator>
    <dc:date>2013-05-19T15:09:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78954">
    <title>Re: Offset problem with pdf picture floats</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78954</link>
    <description>&lt;pre&gt;Am 18.05.2013 12:40, schrieb Marc Wijnand:


Your problem is the table you used for the images. Instead of a table use subfloats. Set the image 
of each subfloat to have a width of e.g. 30 column%. Between the subfloats inset an hfill.
See the attached file.

To learn more about subfloats, see sec. 3.7 "Subfloats" of the EmbeddedObjects manual that you find 
in LyX's Help menu.

Some annotations to your file:
- you used TeX code to make text red. This can be done much easier vie the text style dialog (the 
toolbar button with "ab" as icon (menu Edit-&amp;gt;Text Style Customized).
- you used TeX code to center a paragraph. This can be done much easier vie the paragraph settings 
dialog (the toolbar button right to the text style button (menu Edit-&amp;gt;Paragraph Settings).
- for images it is sufficient to specify only the width - the height will be changed automatically 
accordingly if you use the option "Maintain aspect ratio"
- your document text is in Dutch, so also the document should be set to Dutch to be able to 
&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-18T20:24:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78953">
    <title>Re: Problem with Thai document</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78953</link>
    <description>&lt;pre&gt;Am 18.05.2013 16:19, schrieb Rawin Youngnoi:


What is your operating system?
That LyX becomes slow on scrolling may happen if you have the view source window open and use there 
the option to preview the whole source. Is it better if you close the view source window?

regards Uwe

&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-18T19:53:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78952">
    <title>Re: Problem with Thai document</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78952</link>
    <description>&lt;pre&gt;Hi Scott,

I use Window 7 Home Premium. However, i don't know how to compile the code.

Actually, it's not just scrolling but typing, too. (Respond slowly)

Thanks,
Rawin 

On 18 พ.ค. 2556, at 22:40, "Scott Kostyshak" &amp;lt;skostysh&amp;lt; at &amp;gt;princeton.edu&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Rawin Youngnoi</dc:creator>
    <dc:date>2013-05-18T15:55:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78951">
    <title>Re: Problem with Thai document</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.general/78951</link>
    <description>&lt;pre&gt;
Hi Rawin,

What operating system are you using (this info is always good to send
in a bug report/ question) ?


If you are able to compile the code, you can do a git bisect which
will lead to the exact commit that changed the behavior. You might
want to wait before you invest the time because I know others have had
scrolling problems and are looking into them. Hopefully they will
respond.

Best,

Scott

&lt;/pre&gt;</description>
    <dc:creator>Scott Kostyshak</dc:creator>
    <dc:date>2013-05-18T15:40:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.general/78950">
    <title>Problem with Thai document</title>
    <link>http://permalink.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>
  <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>
