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 3289 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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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 271 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: 10335
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