Re: Raster font in amsbook

2015-06-05 Thread Guillaume M-M

Le 05/06/2015 18:35, Victor Porton a écrit :

I have just noticed that the text font for my amsbook PDF file (created
with PDFLaTeX) is raster rather than vector font :-(

Why? What I did wrongly?

BTW, the math font is vector.

--
Victor Porton - http://portonvictor.org




Dear Victor,

You have not chosen the font yet, so LaTeX defaults to these bitmap 
fonts. "Why" is a bit long to explain. You did nothing wrong. If you 
would like a font based on Computer Modern, please try to set Latin 
Modern in the document settings.


Best regards




:)



Re: No export menus LyX 2.1.3 on Ubuntu 15.04 Beta 2

2015-04-29 Thread Guillaume M-M

On 04/25/15 07:46, Scott Kostyshak wrote:

On Sat, Apr 18, 2015 at 3:45 PM, Blaine Elswood
 wrote:

Yep. You're right. That's the bug. I try to keep LyX so I don't have to deal
with it often. But others won't. Hope they fix it! LyX and Ubuntu are both
awesome when they are compatible.


Here is the best workaround I have so far:

sudo apt-get remove appmenu-qt

also, if you happen to be compiling on your own against qt5,

sudo apt-get remove appmenu-qt5

Read the description of the package to be aware of the consequences.

If you're interested in why this bug is occurring, follow the thread
I've started on lyx-de...@lists.lyx.org

Best,

Scott



Dear Blaine and other Ubuntu users,


Like the rest of you I ran into this bug when I upgraded today.

The best workaround for now is to run lyx with the command line:
  QT_X11_NO_NATIVE_MENUBAR=1 lyx
or equivalently to adapt /usr/share/applications/lyx.desktop as follows:
  Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lyx %F

The bug most probably comes from the package indicator-appmenu. You can 
also follow the discussion there 




Guillaume