Graphics, Figures & TablesGraphic issue beamer in LYX

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
plasticstone
Posts: 2
Joined: Sat Feb 14, 2015 3:03 pm

Graphic issue beamer in LYX

Post by plasticstone »

hi,

Why isn't it the same in LYX editor and in pdf preview or html preview? Why the graphic is shrinked?
preview.jpg
preview.jpg (12.79 KiB) Viewed 3338 times
Last edited by Stefan Kottwitz on Sat Feb 14, 2015 5:19 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: Graphic issue beamer in LYX

Post by Stefan Kottwitz »

Welcome to the forum!

I don't have LyX right here, but if you would make a LaTeX export and post it, as attachment to a post, I could see the reason, I suppose.

Stefan
LaTeX.org admin
plasticstone
Posts: 2
Joined: Sat Feb 14, 2015 3:03 pm

Re: Graphic issue beamer in LYX

Post by plasticstone »

I hope that's what you mean
it's very messy because its based on a template
Attachments
Borel.tex
(4.39 KiB) Downloaded 277 times
rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

Graphic issue beamer in LYX

Post by rais »

I'm no LyX user, but this

Code: Select all

$\stackrel[n=1]{\infty}{\bigcup}X_{n}\in R.$
looks wrong to me: \stackrel expects exactly two parameters, and doesn't have an optional one.
Thus, you're telling \stackrel to put an opening bracket over n---the rest of that statement above is not seen by \stackrel.
Perhaps you were looking for something like

Code: Select all

$\bigcup\limits^\infty_{n=1}X_{n}\in R.$
?
KR
Rainer
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: Graphic issue beamer in LYX

Post by Stefan Kottwitz »

Seems like some wrong clicks in LyX, like Rainer said. The LaTeX code reveals it. You could re-build this formula in LyX.

Stefan
LaTeX.org admin
Post Reply