Ling Li wrote:
> LyX 1.2.0 can not work with floats (figure or table, ...) included in a
> paragraph with \emph on. For example, it will translate into LaTeX code
> like:
> \emph{ \begin{table} ...\end{table} ...}
> which can not compile.
why should this not compile??
\documentclass{a
On Jun 18, 4:55pm, Thomas Geffert wrote:
> Subject: Re: Good graphics in pdf
> "Gunther Stahl" <[EMAIL PROTECTED]> writes:
>
> > After writing with Lyx 1.1.5.fix2 and exporting the thesis to .ps I
> > result in a 200 MB file (because of a lot of graphics). This is
> > obviously to large to give i
Hi!
I'm using lyx 1.1.6fix4 on my Debian Woody. When I
try
to export the User's Guide, I get 17 errors. They
are
mostly the same:
--
Font T1/cmr/m/sc/9=eccc0900 at 9.0pt not loadable:
Metric (TFM) file not found /m
David Gil Oliva wrote:
> Hi!
>
>I'm using lyx 1.1.6fix4 on my Debian Woody. When I
>try
>to export the User's Guide, I get 17 errors. They
>are
>mostly the same:
>
>
>
> --
>Font T1/cmr/m/sc/9=eccc0900 at 9.0pt
> why should this not compile??
>
> \documentclass{article}
> \begin{document}
> \emph{ blah %
> \begin{table}%
> \begin{tabular}{|c|}\hline blah\\\hline\end{tabular}%
> \end{table}%
> }
> \end{document}
If you include caption in your table, you will find the bug.
Step
Here is another small difference in TeX code exporting between LyX
1.1.6fix4 and 1.2.0:
create a math in LyX:
\left< a+b \right>
and then compile it.
Both versions work OK. Then
save the file. Reopen it.
Both versions complain "Deco was not found..."
However, if you compile it,
ÄúºÃ:
ÿÔ²ɹºÔ¼8000ÍòÔªÈËÃñ±ÒµÄÖйúÉÌÆ·½øÈëÂíÀ´Î÷ÑÇÊг¡£¬ÉÌÆ·°üÀ¨£ºÄ¦Íгµ¼°Åä¼þ¡¢
Îå½ð¼Òµç¡¢°Ù»õ¡¢Ð¬Ã±¡¢·þ×°¡¢¹¤ÒÕÆ·¡¢ÂÃÓÎÓÃÆ·¡¢Îľߡ¢¸÷ÀàСÉÌÆ·µÈ¡£ÇëÉú²úÉÏÊöÉÌ
Æ·µÄ³§¼Ò¾¡¿ìÓëÎÒÃÇÁªÏµ!ÈÃÎÒÃǽá³É³¤ÆÚµÄºÏ×÷¹ØÏµ¡£
ÓÐÒâÕßÇ뾡¿ìÓëÎÒÃÇÁªÏµ!
ÑÕÉú
Ling Li wrote:
> If you include caption in your table, you will find the bug.
> Step 1. new a lyx 1.2 file, type anything, say "this is a test"
> Step 2. insert a table float after "a" (before "test"), give it an
> caption with any text.
> Step 3. Compile, it works.
> Step 4. Ma