public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* ebooks of images only
@ 2021-05-05  2:42 Apprentice Ship
       [not found] ` <CAH114nB4U0D+BbqVWGJimMF-N+2WMTZC5BtN7VqQZtdbOxPhtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Apprentice Ship @ 2021-05-05  2:42 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

How can I create an ePub book whose pages are single (scanned)  images only?

I have tried with TeX:

\documentclass{report}

\title{Ars Conjectandi}
\author{Jacobi Bernouilli}

\usepackage{pdfpages}

\begin{document}

\includepdf{cover.png}
\includepdf{img_0005.png}
\includepdf{img_0013.png}
....
\end{document}

to no avail.

Then with MD:

-------
% Ars Conjectandi
% Jacob Bernoulli

![Page](cover.png)
![Page](img_0005.png)
![Page](img_0013.png)
![Page](img_0018.png)

but I get  weird display of 4 images per page. Is it possible to have this
much control with MD only?

Johny

-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAH114nB4U0D%2BBbqVWGJimMF-N%2B2WMTZC5BtN7VqQZtdbOxPhtw%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 1612 bytes --]

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

* Re: ebooks of images only
       [not found] ` <CAH114nB4U0D+BbqVWGJimMF-N+2WMTZC5BtN7VqQZtdbOxPhtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2021-05-06 15:40   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2021-05-06 15:40 UTC (permalink / raw)
  To: Apprentice Ship, pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Apprentice Ship <tex.apprentice-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> % Ars Conjectandi
> % Jacob Bernoulli
>
> ![Page](cover.png)
> ![Page](img_0005.png)
> ![Page](img_0013.png)
> ![Page](img_0018.png)

If you lay it out this way, you have a paragraph with four
inline images. That is why you get them in a grid.

Try putting blank lines between the images, and use
an empty alt text (or you'll get a figure with caption).

![](image1.png)

![](image2.png)

![](image3.png)

etc.


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

end of thread, other threads:[~2021-05-06 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05  2:42 ebooks of images only Apprentice Ship
     [not found] ` <CAH114nB4U0D+BbqVWGJimMF-N+2WMTZC5BtN7VqQZtdbOxPhtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-05-06 15:40   ` 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).