public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* [Question] How to fix the figure position in LaTeX outputs
@ 2019-04-19 16:41 Oelauge
       [not found] ` <7B57221E-4D47-4076-A0A1-461A8F4D2510-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Oelauge @ 2019-04-19 16:41 UTC (permalink / raw)
  To: pandoc-discuss

Dear All,

The LaTeX output by Pandoc consider a flexible position logic of a 
picture. I guess, Pandoc should consider the typographical logic of a 
document, but sometimes the pictures should be placed in a document, 
like the Author it wants.

My question is, how can i tell Pandoc as command or direct in a header 
file, that the LaTeX-Converter must consider a fix position, i think the 
‚h‘ (here) attribute?

And by the way, how can i tell Pandoc to use a fix width instead to use 
the complete page width?

Thank you

-- 
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/7B57221E-4D47-4076-A0A1-461A8F4D2510%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Question] How to fix the figure position in LaTeX outputs
       [not found] ` <7B57221E-4D47-4076-A0A1-461A8F4D2510-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2019-04-19 17:49   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2019-04-19 17:49 UTC (permalink / raw)
  To: Oelauge, pandoc-discuss

Oelauge <oelauge-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Dear All,
>
> The LaTeX output by Pandoc consider a flexible position logic of a 
> picture. I guess, Pandoc should consider the typographical logic of a 
> document, but sometimes the pictures should be placed in a document, 
> like the Author it wants.
>
> My question is, how can i tell Pandoc as command or direct in a header 
> file, that the LaTeX-Converter must consider a fix position, i think the 
> ‚h‘ (here) attribute?

No way to do this with the actual image; maybe there's
a way to do this globally through something in the
preamble, though; I don't know.

> And by the way, how can i tell Pandoc to use a fix width instead to use 
> the complete page width?

Assuming your source format is markdown, just use an
image attribute like

    ![my image](img.jpg){width=3in}

-- 
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/yh480kpnphdgw8.fsf%40johnmacfarlane.net.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-19 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-19 16:41 [Question] How to fix the figure position in LaTeX outputs Oelauge
     [not found] ` <7B57221E-4D47-4076-A0A1-461A8F4D2510-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-04-19 17:49   ` John MacFarlane

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).