Graphics, Figures & TablesProportions messed up in animation

Information and discussion about graphics, figures & tables in LaTeX documents.
jonysatie
Posts: 27
Joined: Fri Apr 06, 2007 1:15 am

Re: Proportions messed up in animation

Post by jonysatie »

Do you mean this?
What should I put as arguments?
Attachments
this.png
this.png (52.5 KiB) Viewed 2550 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
alex
Posts: 32
Joined: Mon May 19, 2008 10:53 am

Proportions messed up in animation

Post by alex »

jonysatie wrote:Do you mean this?
Yes.
jonysatie wrote:What should I put as arguments?
Either no -Ppdf option, that is

Code: Select all

dvips -R0 "%Bm.dvi"
or, if you absolutely need the -Ppdf option

Code: Select all

dvips -Ppdf -X 600 -Y 600 -R0 "%Bm.dvi"
jonysatie
Posts: 27
Joined: Fri Apr 06, 2007 1:15 am

Proportions messed up in animation

Post by jonysatie »

Thank you alex. Perfect !! Both options work good.
This must be archieved in this community, xD.
Thank you again.
Post Reply