Split “include graphics” on two pages but keep same Figure numberCaption spreading over two pagesTwo figures side by side with text wrappingWhy are my Images not correctly centered?TikZ scaling graphic and adjust node position and keep font sizedrawing two curves in the same figureCentering a table of imagesAlign three figures, Left, Centering, Right with appropriate Captions and Labels?Side-by-side figures with caption, specify height but use whole textwidthMatplotlib PDF figures blurry when printedInclude graphics under enumeration, align top with number?In the figure form, adjust the whole size of “text” and “math” format at once (II): from twocolumngrid to onecolumngrid

What defenses are there against being summoned by the Gate spell?

N.B. ligature in Latex

Can I make popcorn with any corn?

Is there a familial term for apples and pears?

What are these boxed doors outside store fronts in New York?

Download, install and reboot computer at night if needed

Concept of linear mappings are confusing me

I see my dog run

Prevent a directory in /tmp from being deleted

Can town administrative "code" overule state laws like those forbidding trespassing?

Why is "Reports" in sentence down without "The"

New order #4: World

cryptic clue: mammal sounds like relative consumer (8)

How to use Pandas to get the count of every combination inclusive

How to make payment on the internet without leaving a money trail?

least quadratic residue under GRH: an EXPLICIT bound

Draw simple lines in Inkscape

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

"which" command doesn't work / path of Safari?

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

Can I interfere when another PC is about to be attacked?

A Journey Through Space and Time

Motorized valve interfering with button?

Why is an old chain unsafe?



Split “include graphics” on two pages but keep same Figure number


Caption spreading over two pagesTwo figures side by side with text wrappingWhy are my Images not correctly centered?TikZ scaling graphic and adjust node position and keep font sizedrawing two curves in the same figureCentering a table of imagesAlign three figures, Left, Centering, Right with appropriate Captions and Labels?Side-by-side figures with caption, specify height but use whole textwidthMatplotlib PDF figures blurry when printedInclude graphics under enumeration, align top with number?In the figure form, adjust the whole size of “text” and “math” format at once (II): from twocolumngrid to onecolumngrid













5















In my MWE below, I originally had the figures on one page, but then as I added more text, it became apparent that I had to split the figures across two pages. I wanted to keep the same Figure number for both figures (Figure 1). Is the best practice to use the renewcommandthefigure1 command? Will I have a problem if I then try to reference part A and part B Figures in the document? Thanks for your help.



Here is my code:



documentclass[11 pt]book
usepackage[draft]pgf
usepackagelipsum
usepackagefloat

begindocument
lipsum[1-2]
beginfigure[H]
centering
beginpgfpicture
pgftextpgfimage[width=13cm,height=7cm]scratch.png
endpgfpicture
labelfig1_ptA
captionThis is the first figure.
endfigure
renewcommandthefigure1
beginfigure[H]
centering
beginpgfpicture
pgftextpgfimage[width=13cm,height=7cm]scratch.png
endpgfpicture
labelfig1_ptB
captionThis is the first figure (continued).
endfigure

enddocument









share|improve this question

















  • 1





    See, maybe, tex.stackexchange.com/questions/274934/…

    – Steven B. Segletes
    Feb 5 '16 at 23:28






  • 2





    addtocounterfigure-1 between the two figures, perhaps? But that's not really robust enough, in case even more text results in the two parts of the figure ending up on the same page. I think personally, I'd be tempted to reach for the subfigure package and make figure 1a and 1b. It seems the least hacky solution.

    – Harald Hanche-Olsen
    Feb 5 '16 at 23:32






  • 1





    do as Harald says. If you use `renewcommandthefigure1 then it will be hard to regain the normal numbering afterwards

    – David Carlisle
    Feb 5 '16 at 23:36






  • 1





    With the caption package, the use of caption[full toc caption]caption part A and caption*caption part B might achieve what you desire.

    – Steven B. Segletes
    Feb 5 '16 at 23:42
















5















In my MWE below, I originally had the figures on one page, but then as I added more text, it became apparent that I had to split the figures across two pages. I wanted to keep the same Figure number for both figures (Figure 1). Is the best practice to use the renewcommandthefigure1 command? Will I have a problem if I then try to reference part A and part B Figures in the document? Thanks for your help.



Here is my code:



documentclass[11 pt]book
usepackage[draft]pgf
usepackagelipsum
usepackagefloat

begindocument
lipsum[1-2]
beginfigure[H]
centering
beginpgfpicture
pgftextpgfimage[width=13cm,height=7cm]scratch.png
endpgfpicture
labelfig1_ptA
captionThis is the first figure.
endfigure
renewcommandthefigure1
beginfigure[H]
centering
beginpgfpicture
pgftextpgfimage[width=13cm,height=7cm]scratch.png
endpgfpicture
labelfig1_ptB
captionThis is the first figure (continued).
endfigure

enddocument









share|improve this question

















  • 1





    See, maybe, tex.stackexchange.com/questions/274934/…

    – Steven B. Segletes
    Feb 5 '16 at 23:28






  • 2





    addtocounterfigure-1 between the two figures, perhaps? But that's not really robust enough, in case even more text results in the two parts of the figure ending up on the same page. I think personally, I'd be tempted to reach for the subfigure package and make figure 1a and 1b. It seems the least hacky solution.

    – Harald Hanche-Olsen
    Feb 5 '16 at 23:32






  • 1





    do as Harald says. If you use `renewcommandthefigure1 then it will be hard to regain the normal numbering afterwards

    – David Carlisle
    Feb 5 '16 at 23:36






  • 1





    With the caption package, the use of caption[full toc caption]caption part A and caption*caption part B might achieve what you desire.

    – Steven B. Segletes
    Feb 5 '16 at 23:42














5












5








5








In my MWE below, I originally had the figures on one page, but then as I added more text, it became apparent that I had to split the figures across two pages. I wanted to keep the same Figure number for both figures (Figure 1). Is the best practice to use the renewcommandthefigure1 command? Will I have a problem if I then try to reference part A and part B Figures in the document? Thanks for your help.



Here is my code:



documentclass[11 pt]book
usepackage[draft]pgf
usepackagelipsum
usepackagefloat

begindocument
lipsum[1-2]
beginfigure[H]
centering
beginpgfpicture
pgftextpgfimage[width=13cm,height=7cm]scratch.png
endpgfpicture
labelfig1_ptA
captionThis is the first figure.
endfigure
renewcommandthefigure1
beginfigure[H]
centering
beginpgfpicture
pgftextpgfimage[width=13cm,height=7cm]scratch.png
endpgfpicture
labelfig1_ptB
captionThis is the first figure (continued).
endfigure

enddocument









share|improve this question














In my MWE below, I originally had the figures on one page, but then as I added more text, it became apparent that I had to split the figures across two pages. I wanted to keep the same Figure number for both figures (Figure 1). Is the best practice to use the renewcommandthefigure1 command? Will I have a problem if I then try to reference part A and part B Figures in the document? Thanks for your help.



Here is my code:



documentclass[11 pt]book
usepackage[draft]pgf
usepackagelipsum
usepackagefloat

begindocument
lipsum[1-2]
beginfigure[H]
centering
beginpgfpicture
pgftextpgfimage[width=13cm,height=7cm]scratch.png
endpgfpicture
labelfig1_ptA
captionThis is the first figure.
endfigure
renewcommandthefigure1
beginfigure[H]
centering
beginpgfpicture
pgftextpgfimage[width=13cm,height=7cm]scratch.png
endpgfpicture
labelfig1_ptB
captionThis is the first figure (continued).
endfigure

enddocument






graphics






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 5 '16 at 23:23









JoeJoe

3,61632049




3,61632049







  • 1





    See, maybe, tex.stackexchange.com/questions/274934/…

    – Steven B. Segletes
    Feb 5 '16 at 23:28






  • 2





    addtocounterfigure-1 between the two figures, perhaps? But that's not really robust enough, in case even more text results in the two parts of the figure ending up on the same page. I think personally, I'd be tempted to reach for the subfigure package and make figure 1a and 1b. It seems the least hacky solution.

    – Harald Hanche-Olsen
    Feb 5 '16 at 23:32






  • 1





    do as Harald says. If you use `renewcommandthefigure1 then it will be hard to regain the normal numbering afterwards

    – David Carlisle
    Feb 5 '16 at 23:36






  • 1





    With the caption package, the use of caption[full toc caption]caption part A and caption*caption part B might achieve what you desire.

    – Steven B. Segletes
    Feb 5 '16 at 23:42













  • 1





    See, maybe, tex.stackexchange.com/questions/274934/…

    – Steven B. Segletes
    Feb 5 '16 at 23:28






  • 2





    addtocounterfigure-1 between the two figures, perhaps? But that's not really robust enough, in case even more text results in the two parts of the figure ending up on the same page. I think personally, I'd be tempted to reach for the subfigure package and make figure 1a and 1b. It seems the least hacky solution.

    – Harald Hanche-Olsen
    Feb 5 '16 at 23:32






  • 1





    do as Harald says. If you use `renewcommandthefigure1 then it will be hard to regain the normal numbering afterwards

    – David Carlisle
    Feb 5 '16 at 23:36






  • 1





    With the caption package, the use of caption[full toc caption]caption part A and caption*caption part B might achieve what you desire.

    – Steven B. Segletes
    Feb 5 '16 at 23:42








1




1





See, maybe, tex.stackexchange.com/questions/274934/…

– Steven B. Segletes
Feb 5 '16 at 23:28





See, maybe, tex.stackexchange.com/questions/274934/…

– Steven B. Segletes
Feb 5 '16 at 23:28




2




2





addtocounterfigure-1 between the two figures, perhaps? But that's not really robust enough, in case even more text results in the two parts of the figure ending up on the same page. I think personally, I'd be tempted to reach for the subfigure package and make figure 1a and 1b. It seems the least hacky solution.

– Harald Hanche-Olsen
Feb 5 '16 at 23:32





addtocounterfigure-1 between the two figures, perhaps? But that's not really robust enough, in case even more text results in the two parts of the figure ending up on the same page. I think personally, I'd be tempted to reach for the subfigure package and make figure 1a and 1b. It seems the least hacky solution.

– Harald Hanche-Olsen
Feb 5 '16 at 23:32




1




1





do as Harald says. If you use `renewcommandthefigure1 then it will be hard to regain the normal numbering afterwards

– David Carlisle
Feb 5 '16 at 23:36





do as Harald says. If you use `renewcommandthefigure1 then it will be hard to regain the normal numbering afterwards

– David Carlisle
Feb 5 '16 at 23:36




1




1





With the caption package, the use of caption[full toc caption]caption part A and caption*caption part B might achieve what you desire.

– Steven B. Segletes
Feb 5 '16 at 23:42






With the caption package, the use of caption[full toc caption]caption part A and caption*caption part B might achieve what you desire.

– Steven B. Segletes
Feb 5 '16 at 23:42











1 Answer
1






active

oldest

votes


















5














Package caption for such cases define macro ContinuedFloat. To the float, which is continuation of previous one, you only need add this macro after beginfigure:



documentclass[11 pt]book
usepackage[draft]pgf
usepackagelipsum
%usepackagefloat % <-- not used
usepackagecaption% <-- added

begindocument
lipsum[1-2]
beginfigure[!b]
centering
beginpgfpicture
pgftextpgfimage[width=linewidth,height=7cm]scratch.png
endpgfpicture
captionThis is the first figure.
labelfig1_ptA % <-- had to be after caption
endfigure
%
beginfigure[!t]
ContinuedFloat % <--- added
centering
beginpgfpicture
pgftextpgfimage[width=linewidth,height=7cm]scratch.png
endpgfpicture
captionThis is the first figure (continued).
labelfig1_ptB % <-- had to be after caption
endfigure
lipsum[3]

See Fig.~reffig1_ptA on page pagereffig1_ptA and Fig.~reffig1_ptB on page pagereffig1_ptB dots

enddocument





share|improve this answer

























    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%2f291416%2fsplit-include-graphics-on-two-pages-but-keep-same-figure-number%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    5














    Package caption for such cases define macro ContinuedFloat. To the float, which is continuation of previous one, you only need add this macro after beginfigure:



    documentclass[11 pt]book
    usepackage[draft]pgf
    usepackagelipsum
    %usepackagefloat % <-- not used
    usepackagecaption% <-- added

    begindocument
    lipsum[1-2]
    beginfigure[!b]
    centering
    beginpgfpicture
    pgftextpgfimage[width=linewidth,height=7cm]scratch.png
    endpgfpicture
    captionThis is the first figure.
    labelfig1_ptA % <-- had to be after caption
    endfigure
    %
    beginfigure[!t]
    ContinuedFloat % <--- added
    centering
    beginpgfpicture
    pgftextpgfimage[width=linewidth,height=7cm]scratch.png
    endpgfpicture
    captionThis is the first figure (continued).
    labelfig1_ptB % <-- had to be after caption
    endfigure
    lipsum[3]

    See Fig.~reffig1_ptA on page pagereffig1_ptA and Fig.~reffig1_ptB on page pagereffig1_ptB dots

    enddocument





    share|improve this answer





























      5














      Package caption for such cases define macro ContinuedFloat. To the float, which is continuation of previous one, you only need add this macro after beginfigure:



      documentclass[11 pt]book
      usepackage[draft]pgf
      usepackagelipsum
      %usepackagefloat % <-- not used
      usepackagecaption% <-- added

      begindocument
      lipsum[1-2]
      beginfigure[!b]
      centering
      beginpgfpicture
      pgftextpgfimage[width=linewidth,height=7cm]scratch.png
      endpgfpicture
      captionThis is the first figure.
      labelfig1_ptA % <-- had to be after caption
      endfigure
      %
      beginfigure[!t]
      ContinuedFloat % <--- added
      centering
      beginpgfpicture
      pgftextpgfimage[width=linewidth,height=7cm]scratch.png
      endpgfpicture
      captionThis is the first figure (continued).
      labelfig1_ptB % <-- had to be after caption
      endfigure
      lipsum[3]

      See Fig.~reffig1_ptA on page pagereffig1_ptA and Fig.~reffig1_ptB on page pagereffig1_ptB dots

      enddocument





      share|improve this answer



























        5












        5








        5







        Package caption for such cases define macro ContinuedFloat. To the float, which is continuation of previous one, you only need add this macro after beginfigure:



        documentclass[11 pt]book
        usepackage[draft]pgf
        usepackagelipsum
        %usepackagefloat % <-- not used
        usepackagecaption% <-- added

        begindocument
        lipsum[1-2]
        beginfigure[!b]
        centering
        beginpgfpicture
        pgftextpgfimage[width=linewidth,height=7cm]scratch.png
        endpgfpicture
        captionThis is the first figure.
        labelfig1_ptA % <-- had to be after caption
        endfigure
        %
        beginfigure[!t]
        ContinuedFloat % <--- added
        centering
        beginpgfpicture
        pgftextpgfimage[width=linewidth,height=7cm]scratch.png
        endpgfpicture
        captionThis is the first figure (continued).
        labelfig1_ptB % <-- had to be after caption
        endfigure
        lipsum[3]

        See Fig.~reffig1_ptA on page pagereffig1_ptA and Fig.~reffig1_ptB on page pagereffig1_ptB dots

        enddocument





        share|improve this answer















        Package caption for such cases define macro ContinuedFloat. To the float, which is continuation of previous one, you only need add this macro after beginfigure:



        documentclass[11 pt]book
        usepackage[draft]pgf
        usepackagelipsum
        %usepackagefloat % <-- not used
        usepackagecaption% <-- added

        begindocument
        lipsum[1-2]
        beginfigure[!b]
        centering
        beginpgfpicture
        pgftextpgfimage[width=linewidth,height=7cm]scratch.png
        endpgfpicture
        captionThis is the first figure.
        labelfig1_ptA % <-- had to be after caption
        endfigure
        %
        beginfigure[!t]
        ContinuedFloat % <--- added
        centering
        beginpgfpicture
        pgftextpgfimage[width=linewidth,height=7cm]scratch.png
        endpgfpicture
        captionThis is the first figure (continued).
        labelfig1_ptB % <-- had to be after caption
        endfigure
        lipsum[3]

        See Fig.~reffig1_ptA on page pagereffig1_ptA and Fig.~reffig1_ptB on page pagereffig1_ptB dots

        enddocument






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 14 mins ago

























        answered Feb 5 '16 at 23:42









        ZarkoZarko

        129k868169




        129k868169



























            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%2f291416%2fsplit-include-graphics-on-two-pages-but-keep-same-figure-number%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

            strTok function (thread safe, supports empty tokens, doesn't change string)String case reverse function in CGet line from string functionTDD: String Calculator KataC - K&R getint() variationSimple function to generate an HTML-safe stringGeneric Pairing Heap PerformancePattern for writing a generic string transformation functionChange a string into a function/def activatorC++ string tokenizing without streams, with certain conditionsRead consecutive blanks in array

            How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

            Title of papers that have not been submitted to a venue?How “submitted”, “to appear”, “accepted” papers are evaluated in a CV?What percentage of papers submitted to a conference or journal have been previously rejected in the same or another venue?How to automatically extract submitted/accepted dates of many journal papers?Is it okay/common/good to mention the submitted papers in my phd thesis?Can one determine whether somebody's work may have been plagiarized?How to describe a paper for which you have not yet submitted revisions in CV?JCR publication required to enrol in PhD program - is it common?“Full” versions versus “Preliminary” version of result/paper. Are they considered different?How can I prove that my article has not been submitted to another journal?Is there anything that has been tried to stop publication shopping