public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: "Denis José Navas Vega" <denis.navas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Beamer not scaling image up
Date: Mon, 27 Nov 2017 23:28:10 -0800 (PST)	[thread overview]
Message-ID: <e6fc3aa0-dc22-4304-8997-58d2cc556826@googlegroups.com> (raw)
In-Reply-To: <20171031211224.GA52352@protagoras>


[-- Attachment #1.1: Type: text/plain, Size: 3621 bytes --]


Using pixels to set the width, due to the image's high ppp --as Muccigrosso 
discovered--, should produce an image of 0.22 in (600/2785). 
With LaTeX you can specify the tall AND the width, and if you want to 
preserve the image proportion its preferable to set one dimension 
(horizontal or vertical) and 'keepaspectratio' in \includegraphics[ ... ] 
instruction. The easy thing is to use 0.9\linewidth as the image width. 
This way, your image **almost allways fit** in your document (except for 
very tall images).


El martes, 31 de octubre de 2017, 15:12:10 (UTC-6), John MacFarlane 
escribió:
>
> Try specifying both a width and a height. That worked 
> for me.  I have no idea why you need both in this case, 
> though...maybe a LaTeX expert could help. 
>
> \includegraphics[width=14cm,height=14cm]{1944.100.4554.obv.width350.jpg} 
>
> works 
>
> but 
>
> \includegraphics[width=14cm]{1944.100.4554.obv.width350.jpg} 
>
> doesn't. 
>
> +++ John Muccigrosso [Oct 31 17 13:16 ]: 
> >   Here's the precise image I'm using in two versions, with and without a 
> >   width attribute: 
> >   ![Obverse: Junius 
> >   Brutus](http://numismatics.org/collectionimages/19001949/1944/1944.100. 
>
> >   4554.obv.width350.jpg) 
> >   ----- 
> >   ![Obverse: Junius 
> >   Brutus](http://numismatics.org/collectionimages/19001949/1944/1944.100. 
>
> >   4554.obv.width350.jpg){ width=700px } 
> >   beamer just gives the same size image no matter what I set the width 
> >   at. 
> >   Note that while the image has a width of 350px, its resolution is a 
> >   ridiculous 2785ppi, which yields a print width of about ⅛ of an inch. 
> >   Beamer prints it at that size, but html, for another example, will use 
> >   the 700px I set (and ignores the native resolution even without the 
> >   attribute). 
> >   PS I just realized this, but my beamer PDF pages are all 5.04x3.78". 
> > 
> >   -- 
> >   You received this message because you are subscribed to the Google 
> >   Groups "pandoc-discuss" group. 
> >   To unsubscribe from this group and stop receiving emails from it, send 
> >   an email to [1]pandoc-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> >   To post to this group, send email to 
> >   [2]pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> >   To view this discussion on the web visit 
> >   [3]
> https://groups.google.com/d/msgid/pandoc-discuss/33651631-7cfc-4a76- 
> >   ad1e-ab78f8f3a0eb%40googlegroups.com. 
> >   For more options, visit [4]https://groups.google.com/d/optout. 
> > 
> >References 
> > 
> >   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:> 
> >   2. mailto:pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:> 
> >   3. 
> https://groups.google.com/d/msgid/pandoc-discuss/33651631-7cfc-4a76-ad1e-ab78f8f3a0eb-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer 
> >   4. https://groups.google.com/d/optout 
>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/e6fc3aa0-dc22-4304-8997-58d2cc556826%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 8138 bytes --]

  parent reply	other threads:[~2017-11-28  7:28 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-31 17:51 John Muccigrosso
     [not found] ` <e5b4440f-6061-4562-807b-cd0751139431-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-10-31 18:12   ` John MACFARLANE
2017-10-31 20:16     ` John Muccigrosso
     [not found]       ` <33651631-7cfc-4a76-ad1e-ab78f8f3a0eb-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-10-31 21:12         ` John MACFARLANE
2017-10-31 21:36           ` John Muccigrosso
     [not found]             ` <237d93a6-5d81-4a7b-8f5f-4cc679da89e6-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-11-03 20:58               ` John Muccigrosso
2017-11-28  7:28           ` Denis José Navas Vega [this message]
     [not found]             ` <e6fc3aa0-dc22-4304-8997-58d2cc556826-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-11-29 17:45               ` John MACFARLANE
2017-11-30 14:54                 ` John Muccigrosso
     [not found]                   ` <ec7dbaa0-aa18-436d-ae8c-52f7727ba2f9-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-11-30 17:47                     ` John MACFARLANE
2017-12-01  0:05                     ` John MACFARLANE
2017-12-01 15:31                       ` John Muccigrosso
     [not found]                         ` <df26d84d-2264-4a47-928c-b116bcb989bd-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-12-01 19:48                           ` John MACFARLANE
2017-12-01 20:39                             ` Joost Kremers
     [not found]                               ` <87tvxachcx.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2017-12-01 21:56                                 ` John MACFARLANE
2017-12-01 23:22                                   ` John MACFARLANE
2017-12-01 23:26                                   ` John MACFARLANE
2017-12-01 23:45                                     ` John MACFARLANE
2017-12-01 23:48                                   ` Joost Kremers
     [not found]                                     ` <87shcuc8lw.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2017-12-02  1:04                                       ` John MACFARLANE
2017-12-02  1:32                                         ` Joost Kremers
     [not found]                                           ` <87tvx9j4nd.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2017-12-02  5:02                                             ` John MacFarlane
     [not found]                                               ` <20171202050215.GA10429-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
2017-12-02 17:26                                                 ` John Muccigrosso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e6fc3aa0-dc22-4304-8997-58d2cc556826@googlegroups.com \
    --to=denis.navas-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).