Images disappearing when compiling with tex4ebook Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How to put an image in part pagetex4ebook for dummiesTex4ebook - incorrect chapter/appendix orderCan't include diagram with tex4ebookBook template for tex4ebookUsing storebox with tex4ebookSome further issues with index generation and tex4ebookErrors when generating epub and mobi formats with tex4ebookSection head style with memoir class and tex4ebookStrange page numbers with mobi format and tex4ebookFaulty section header with latest Tex4ebook running on Texlive 2018

Is a copyright notice with a non-existent name be invalid?

Why complex landing gears are used instead of simple, reliable and light weight muscle wire or shape memory alloys?

Hide attachment record without code

Noise in Eigenvalues plot

How do Java 8 default methods hеlp with lambdas?

How to resize main filesystem

Maximum rotation made by a symmetric positive definite matrix?

Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?

Flight departed from the gate 5 min before scheduled departure time. Refund options

Restricting the Object Type for the get method in java HashMap

Why not use the yoke to control yaw, as well as pitch and roll?

The test team as an enemy of development? And how can this be avoided?

What helicopter has the most rotor blades?

Fit odd number of triplets in a measure?

why doesn't university give past final exams' answers

Can I take recommendation from someone I met at a conference?

Can I cut the hair of a conjured korred with a blade made of precious material to harvest that material from the korred?

How to make an animal which can only breed for a certain number of generations?

What should one know about term logic before studying propositional and predicate logic?

Shimano 105 brifters (5800) and Avid BB5 compatibility

Does the universe have a fixed centre of mass?

How to achieve cat-like agility?

How to remove this numerical artifact?

The Nth Gryphon Number



Images disappearing when compiling with tex4ebook



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How to put an image in part pagetex4ebook for dummiesTex4ebook - incorrect chapter/appendix orderCan't include diagram with tex4ebookBook template for tex4ebookUsing storebox with tex4ebookSome further issues with index generation and tex4ebookErrors when generating epub and mobi formats with tex4ebookSection head style with memoir class and tex4ebookStrange page numbers with mobi format and tex4ebookFaulty section header with latest Tex4ebook running on Texlive 2018










0















I am trying to convert an existing book from plain PDF output to ebook format for online publishing (and doing some reformatting in the process, but that's another question).



I have images in the part page (thanks to @peter-wilson for that).
Problem is those images do not appear in tex4ebook output, without any error/warning.



Full (current) header of my book follows:



documentclass[10pt,ebook,italian,onecolumn,oneside,titlepage,extrafontsizes]memoir
usepackage[italian]babel
usepackagegraphicx
usepackage[utf8x]inputenc
usepackage[T1]fontenc
usepackageucs
usepackagemakeidx
usepackagequotmark
newcommandgqt[1]tqtscshape #1
newcommandstarsbegincenter * * *\ endcenter
%
makeatletter
def@partimage
newcommandpartimage[2][]gdef@partimageincludegraphics[#1]#2
renewcommandprintparttitle[1]parttitlefont #1vfil@partimagevfilgdef@partimage
makeatother
%
setlengthcftpartnumwidth2em
%
authorMauro Condarelli
titleCronache della Nuova Terra
begindocument
%
frontmatter
maketitle
%
mainmatter
chapterstylecompanion
%bookCronache della Nuova Terra
tableofcontents
%
partimage[width=210pt]old_mage.jpg
partIn cerca di un Mondo Nuovo
%
%
chapterLa Missione
%
%scene: 'Prologo I'

La Pianta non era certo imponente, somigliava a una verza troppo cresciuta, alta quasi un metro e mezzo e larga altrettanto, grandi foglie verde pallido sormontavano un tronco corto e tozzo dal quale partiva un robusto peduncolo che portava a una grossa zucca adagiata sulla sabbia pulita.par
...
%end scene
%
%end chapter
%

backmatter
appendix
%
%
enddocument


Problem, as said, is image (old-mage.jpg, in this case) simply vanishes leaving no visible trace.



I'm using a plain: tex4ebook -c tex4book.cfg Cronache_della_Nuova_Terra.tex to compile; contents of tex4book.cfg follows:



Preamblexhtml 
CoverMetadatathano.jpg
ConfigureAddCssblitz-lite.css
DeclareGraphicsExtensions.svg,.png,.jpg,.pdf
begindocument
EndPreamble


Any hint welcome










share|improve this question


























    0















    I am trying to convert an existing book from plain PDF output to ebook format for online publishing (and doing some reformatting in the process, but that's another question).



    I have images in the part page (thanks to @peter-wilson for that).
    Problem is those images do not appear in tex4ebook output, without any error/warning.



    Full (current) header of my book follows:



    documentclass[10pt,ebook,italian,onecolumn,oneside,titlepage,extrafontsizes]memoir
    usepackage[italian]babel
    usepackagegraphicx
    usepackage[utf8x]inputenc
    usepackage[T1]fontenc
    usepackageucs
    usepackagemakeidx
    usepackagequotmark
    newcommandgqt[1]tqtscshape #1
    newcommandstarsbegincenter * * *\ endcenter
    %
    makeatletter
    def@partimage
    newcommandpartimage[2][]gdef@partimageincludegraphics[#1]#2
    renewcommandprintparttitle[1]parttitlefont #1vfil@partimagevfilgdef@partimage
    makeatother
    %
    setlengthcftpartnumwidth2em
    %
    authorMauro Condarelli
    titleCronache della Nuova Terra
    begindocument
    %
    frontmatter
    maketitle
    %
    mainmatter
    chapterstylecompanion
    %bookCronache della Nuova Terra
    tableofcontents
    %
    partimage[width=210pt]old_mage.jpg
    partIn cerca di un Mondo Nuovo
    %
    %
    chapterLa Missione
    %
    %scene: 'Prologo I'

    La Pianta non era certo imponente, somigliava a una verza troppo cresciuta, alta quasi un metro e mezzo e larga altrettanto, grandi foglie verde pallido sormontavano un tronco corto e tozzo dal quale partiva un robusto peduncolo che portava a una grossa zucca adagiata sulla sabbia pulita.par
    ...
    %end scene
    %
    %end chapter
    %

    backmatter
    appendix
    %
    %
    enddocument


    Problem, as said, is image (old-mage.jpg, in this case) simply vanishes leaving no visible trace.



    I'm using a plain: tex4ebook -c tex4book.cfg Cronache_della_Nuova_Terra.tex to compile; contents of tex4book.cfg follows:



    Preamblexhtml 
    CoverMetadatathano.jpg
    ConfigureAddCssblitz-lite.css
    DeclareGraphicsExtensions.svg,.png,.jpg,.pdf
    begindocument
    EndPreamble


    Any hint welcome










    share|improve this question
























      0












      0








      0








      I am trying to convert an existing book from plain PDF output to ebook format for online publishing (and doing some reformatting in the process, but that's another question).



      I have images in the part page (thanks to @peter-wilson for that).
      Problem is those images do not appear in tex4ebook output, without any error/warning.



      Full (current) header of my book follows:



      documentclass[10pt,ebook,italian,onecolumn,oneside,titlepage,extrafontsizes]memoir
      usepackage[italian]babel
      usepackagegraphicx
      usepackage[utf8x]inputenc
      usepackage[T1]fontenc
      usepackageucs
      usepackagemakeidx
      usepackagequotmark
      newcommandgqt[1]tqtscshape #1
      newcommandstarsbegincenter * * *\ endcenter
      %
      makeatletter
      def@partimage
      newcommandpartimage[2][]gdef@partimageincludegraphics[#1]#2
      renewcommandprintparttitle[1]parttitlefont #1vfil@partimagevfilgdef@partimage
      makeatother
      %
      setlengthcftpartnumwidth2em
      %
      authorMauro Condarelli
      titleCronache della Nuova Terra
      begindocument
      %
      frontmatter
      maketitle
      %
      mainmatter
      chapterstylecompanion
      %bookCronache della Nuova Terra
      tableofcontents
      %
      partimage[width=210pt]old_mage.jpg
      partIn cerca di un Mondo Nuovo
      %
      %
      chapterLa Missione
      %
      %scene: 'Prologo I'

      La Pianta non era certo imponente, somigliava a una verza troppo cresciuta, alta quasi un metro e mezzo e larga altrettanto, grandi foglie verde pallido sormontavano un tronco corto e tozzo dal quale partiva un robusto peduncolo che portava a una grossa zucca adagiata sulla sabbia pulita.par
      ...
      %end scene
      %
      %end chapter
      %

      backmatter
      appendix
      %
      %
      enddocument


      Problem, as said, is image (old-mage.jpg, in this case) simply vanishes leaving no visible trace.



      I'm using a plain: tex4ebook -c tex4book.cfg Cronache_della_Nuova_Terra.tex to compile; contents of tex4book.cfg follows:



      Preamblexhtml 
      CoverMetadatathano.jpg
      ConfigureAddCssblitz-lite.css
      DeclareGraphicsExtensions.svg,.png,.jpg,.pdf
      begindocument
      EndPreamble


      Any hint welcome










      share|improve this question














      I am trying to convert an existing book from plain PDF output to ebook format for online publishing (and doing some reformatting in the process, but that's another question).



      I have images in the part page (thanks to @peter-wilson for that).
      Problem is those images do not appear in tex4ebook output, without any error/warning.



      Full (current) header of my book follows:



      documentclass[10pt,ebook,italian,onecolumn,oneside,titlepage,extrafontsizes]memoir
      usepackage[italian]babel
      usepackagegraphicx
      usepackage[utf8x]inputenc
      usepackage[T1]fontenc
      usepackageucs
      usepackagemakeidx
      usepackagequotmark
      newcommandgqt[1]tqtscshape #1
      newcommandstarsbegincenter * * *\ endcenter
      %
      makeatletter
      def@partimage
      newcommandpartimage[2][]gdef@partimageincludegraphics[#1]#2
      renewcommandprintparttitle[1]parttitlefont #1vfil@partimagevfilgdef@partimage
      makeatother
      %
      setlengthcftpartnumwidth2em
      %
      authorMauro Condarelli
      titleCronache della Nuova Terra
      begindocument
      %
      frontmatter
      maketitle
      %
      mainmatter
      chapterstylecompanion
      %bookCronache della Nuova Terra
      tableofcontents
      %
      partimage[width=210pt]old_mage.jpg
      partIn cerca di un Mondo Nuovo
      %
      %
      chapterLa Missione
      %
      %scene: 'Prologo I'

      La Pianta non era certo imponente, somigliava a una verza troppo cresciuta, alta quasi un metro e mezzo e larga altrettanto, grandi foglie verde pallido sormontavano un tronco corto e tozzo dal quale partiva un robusto peduncolo che portava a una grossa zucca adagiata sulla sabbia pulita.par
      ...
      %end scene
      %
      %end chapter
      %

      backmatter
      appendix
      %
      %
      enddocument


      Problem, as said, is image (old-mage.jpg, in this case) simply vanishes leaving no visible trace.



      I'm using a plain: tex4ebook -c tex4book.cfg Cronache_della_Nuova_Terra.tex to compile; contents of tex4book.cfg follows:



      Preamblexhtml 
      CoverMetadatathano.jpg
      ConfigureAddCssblitz-lite.css
      DeclareGraphicsExtensions.svg,.png,.jpg,.pdf
      begindocument
      EndPreamble


      Any hint welcome







      graphics memoir tex4ebook






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 10 mins ago









      ZioByteZioByte

      1625




      1625




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "85"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f486029%2fimages-disappearing-when-compiling-with-tex4ebook%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f486029%2fimages-disappearing-when-compiling-with-tex4ebook%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

          Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

          Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm