Search found 10 matches

by roby92ita
Thu Feb 23, 2017 6:08 pm
Forum: LyX
Topic: Compiling Error ! Bad mathchar (32768)
Replies: 3
Views: 7083

Compiling Error ! Bad mathchar (32768)

You're welcome!
Actually searching for that error I found this on a forum:
"It has nothing to do with the specific table used but the fact that the table may contain math characters or somehow messes with the way LyX deals with math characters inside tex code."
So I thought that using a package ...
by roby92ita
Thu Feb 23, 2017 4:25 pm
Forum: LyX
Topic: Compiling Error ! Bad mathchar (32768)
Replies: 3
Views: 7083

Compiling Error ! Bad mathchar (32768)

Hi,
try put this in the preamble:

Code: Select all

\usepackage{mathpazo}
\usepackage[mathpazo]{flexisym}
by roby92ita
Mon Feb 20, 2017 9:31 am
Forum: LyX
Topic: Subfigure without number [solved]
Replies: 10
Views: 16172

Subfigure without number

It's perfect like this, thanks a lot!
by roby92ita
Fri Feb 17, 2017 10:11 am
Forum: LyX
Topic: Subfigure without number [solved]
Replies: 10
Views: 16172

Subfigure without number [solved]

Thanks, LyX generate:

%% LyX 2.2.2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[12pt,twoside,italian]{article}
\usepackage[T1]{fontenc}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=25mm,bmargin=25mm ...
by roby92ita
Thu Feb 16, 2017 4:37 pm
Forum: LyX
Topic: Memoir doesn't print in A4 when making PDF
Replies: 4
Views: 4133

Memoir doesn't print in A4 when making PDF

I tried the memoir and I have the same problem, put this in the Preamble:

\setstocksize{297mm}{210mm}

it worked for me.
by roby92ita
Thu Feb 16, 2017 12:40 pm
Forum: LyX
Topic: Memoir doesn't print in A4 when making PDF
Replies: 4
Views: 4133

Memoir doesn't print in A4 when making PDF

Hi,
LyX automatically use the package geometry \usepackage[a4paper]{geometry} ) I think you put a \usepackage{geometry} in your Preamble that reset the LyX setting and put the page back to the default style (the default style for memoir is letterpaper).
If you need to change the geometry of a page ...
by roby92ita
Thu Feb 16, 2017 10:54 am
Forum: LyX
Topic: Subfigure without number [solved]
Replies: 10
Views: 16172

Subfigure without number

I made a little file showing what I want to do, hope it help understanding the problem.
The conflict appear when I put in the Preamble \usepackage{caption}, so if you put that in the Preamble of my file I think you'll get the same problem.
Thanks
by roby92ita
Tue Feb 14, 2017 12:43 pm
Forum: LyX
Topic: Hyperref and cleveref conflict
Replies: 4
Views: 8251

Hyperref and cleveref conflict

Which version of LyX do you use?
I'm working with 2.2.2 and in Document->Settings->Modules you can enable numbering equation, figure,tables by sections, just search in Modules and there's a little description, without having to use other package, but I don't know if this is implemented in other ...
by roby92ita
Tue Feb 14, 2017 10:56 am
Forum: LyX
Topic: Subfigure without number [solved]
Replies: 10
Views: 16172

Subfigure without number

Thanks everyone,
the package subcaption is in conflict with the package subfigure that is automatically used by LyX and I don't know how to remove it.
With the package subfig I have the exact problem that i described, maybe it is because I use the insert Image and Insert Label of Lyx instead of ...
by roby92ita
Mon Feb 13, 2017 11:50 am
Forum: LyX
Topic: Subfigure without number [solved]
Replies: 10
Views: 16172

Subfigure without number [solved]

Hi, I'm new in the forum. I'm writing my thesis using LyX, v. 2.2.2, and I've got a problem with subfigures.
I'd like to recall the label in the description of the Figure like (a) and (b), but using the cross reference I have 1(a) and 1(b); instead in the text I want exactly 1(a) and 1(b). Like ...