Merging several papersHow to merge several tex files so that they have one table of contents/List of tables & figuresMerging many tex-documents together?what TeX package(s) should I use for a Church BulletinMerging many tex-documents together?ConTeXt: Change the default text colour for entire documentHow to merge several tex files so that they have one table of contents/List of tables & figuresNeed to produce one tex document in multiple volumes

How to pass a string to a command that expects a file?

Placing subfig vertically

Am I not good enough for you?

Is there an equal sign with wider gap?

Low budget alien movie about the Earth being cooked

How much stiffer are 23c tires over 28c?

My story is written in English, but is set in my home country. What language should I use for the dialogue?

Adding an additional "order by" column gives me a much worse plan

Unreachable code, but reachable with exception

Do Bugbears' arms literally get longer when it's their turn?

How much attack damage does the AC boost from a shield prevent on average?

Fourth person (in Slavey language)

How to create a hard link to an inode (ext4)?

Is there a window switcher for GNOME that shows the actual window?

In the late 1940’s to early 1950’s what technology was available that could melt a LOT of ice?

Reverse string, can I make it faster?

Word for a person who has no opinion about whether god exists

Is it true that real estate prices mainly go up?

"One can do his homework in the library"

How did the power source of Mar-Vell's aircraft end up with her?

Making a sword in the stone, in a medieval world without magic

Does "variables should live in the smallest scope as possible" include the case "variables should not exist if possible"?

Is Gradient Descent central to every optimizer?

How could our ancestors have domesticated a solitary predator?



Merging several papers


How to merge several tex files so that they have one table of contents/List of tables & figuresMerging many tex-documents together?what TeX package(s) should I use for a Church BulletinMerging many tex-documents together?ConTeXt: Change the default text colour for entire documentHow to merge several tex files so that they have one table of contents/List of tables & figuresNeed to produce one tex document in multiple volumes













1















This link seems to have the answer:



Merging many tex-documents together?



But what does he mean by "Create a new document as a frame"?
Also whatever it is how do you create it in TexnNicCenter?



Baz



documentclassarticle
usepackagepdfpages

begindocument
includepdf[pages=-]TransferPanel.pdf



includepdf[pages=-]rv-Nss.pdf
enddocument


This was my attempt to follow the instructions.



The resulting pdf does contain the two papers in their entirety, this is 90% what I want, all that remains is that I would like the page numbers to be consecutive?



I guess this means I have to:



1.) Remove the page numbers from the orginal papers
2.) Then add page numbers to this new document?



It's the second part that I'm not sure of?










share|improve this question
















bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1





    Create a new document only with documentclassreport and that packages suggested there. Then you insert the papers using pdfpages tools.

    – Sigur
    Feb 14 '14 at 20:59






  • 1





    You haven't provided much detail about your requirements. You might take a look at the combine package: get-software.net/macros/latex/contrib/combine/combine.pdf

    – Ethan Bolker
    Feb 14 '14 at 21:01











  • Hi I'd still like to be able to edit the page numbers to that they are contiguous (except perhaps for appendices/bibliography's). Also I would like to be able to add a table of contents. Will it be possible to add anything more details than chapter1 and Chapter 2? Ideally I would like to give a breakdown of each chapter?

    – Bazman
    Feb 14 '14 at 21:12











  • Is there any reason you need to include them as PDFs. Why not include their source if they are .tex files? Then you can easily generate the kinds of information you want to include. (You can get the pages anyway - see the documentation for pdfpages on how to do this.)

    – cfr
    Feb 14 '14 at 21:54






  • 1





    I suggest you to use pagestyleempty in TransferPanel.tex and rv-Nss.tex and then includepdf[pages=-,pagecommand=pagestyleplain]TransferPanel.pdf and includepdf[pages=-,pagecommand=pagestyleplain]rv-Nss.pdf

    – karlkoeller
    Feb 15 '14 at 6:51















1















This link seems to have the answer:



Merging many tex-documents together?



But what does he mean by "Create a new document as a frame"?
Also whatever it is how do you create it in TexnNicCenter?



Baz



documentclassarticle
usepackagepdfpages

begindocument
includepdf[pages=-]TransferPanel.pdf



includepdf[pages=-]rv-Nss.pdf
enddocument


This was my attempt to follow the instructions.



The resulting pdf does contain the two papers in their entirety, this is 90% what I want, all that remains is that I would like the page numbers to be consecutive?



I guess this means I have to:



1.) Remove the page numbers from the orginal papers
2.) Then add page numbers to this new document?



It's the second part that I'm not sure of?










share|improve this question
















bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1





    Create a new document only with documentclassreport and that packages suggested there. Then you insert the papers using pdfpages tools.

    – Sigur
    Feb 14 '14 at 20:59






  • 1





    You haven't provided much detail about your requirements. You might take a look at the combine package: get-software.net/macros/latex/contrib/combine/combine.pdf

    – Ethan Bolker
    Feb 14 '14 at 21:01











  • Hi I'd still like to be able to edit the page numbers to that they are contiguous (except perhaps for appendices/bibliography's). Also I would like to be able to add a table of contents. Will it be possible to add anything more details than chapter1 and Chapter 2? Ideally I would like to give a breakdown of each chapter?

    – Bazman
    Feb 14 '14 at 21:12











  • Is there any reason you need to include them as PDFs. Why not include their source if they are .tex files? Then you can easily generate the kinds of information you want to include. (You can get the pages anyway - see the documentation for pdfpages on how to do this.)

    – cfr
    Feb 14 '14 at 21:54






  • 1





    I suggest you to use pagestyleempty in TransferPanel.tex and rv-Nss.tex and then includepdf[pages=-,pagecommand=pagestyleplain]TransferPanel.pdf and includepdf[pages=-,pagecommand=pagestyleplain]rv-Nss.pdf

    – karlkoeller
    Feb 15 '14 at 6:51













1












1








1








This link seems to have the answer:



Merging many tex-documents together?



But what does he mean by "Create a new document as a frame"?
Also whatever it is how do you create it in TexnNicCenter?



Baz



documentclassarticle
usepackagepdfpages

begindocument
includepdf[pages=-]TransferPanel.pdf



includepdf[pages=-]rv-Nss.pdf
enddocument


This was my attempt to follow the instructions.



The resulting pdf does contain the two papers in their entirety, this is 90% what I want, all that remains is that I would like the page numbers to be consecutive?



I guess this means I have to:



1.) Remove the page numbers from the orginal papers
2.) Then add page numbers to this new document?



It's the second part that I'm not sure of?










share|improve this question
















This link seems to have the answer:



Merging many tex-documents together?



But what does he mean by "Create a new document as a frame"?
Also whatever it is how do you create it in TexnNicCenter?



Baz



documentclassarticle
usepackagepdfpages

begindocument
includepdf[pages=-]TransferPanel.pdf



includepdf[pages=-]rv-Nss.pdf
enddocument


This was my attempt to follow the instructions.



The resulting pdf does contain the two papers in their entirety, this is 90% what I want, all that remains is that I would like the page numbers to be consecutive?



I guess this means I have to:



1.) Remove the page numbers from the orginal papers
2.) Then add page numbers to this new document?



It's the second part that I'm not sure of?







document-configuration






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:35









Community

1




1










asked Feb 14 '14 at 20:18









BazmanBazman

4492817




4492817





bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









  • 1





    Create a new document only with documentclassreport and that packages suggested there. Then you insert the papers using pdfpages tools.

    – Sigur
    Feb 14 '14 at 20:59






  • 1





    You haven't provided much detail about your requirements. You might take a look at the combine package: get-software.net/macros/latex/contrib/combine/combine.pdf

    – Ethan Bolker
    Feb 14 '14 at 21:01











  • Hi I'd still like to be able to edit the page numbers to that they are contiguous (except perhaps for appendices/bibliography's). Also I would like to be able to add a table of contents. Will it be possible to add anything more details than chapter1 and Chapter 2? Ideally I would like to give a breakdown of each chapter?

    – Bazman
    Feb 14 '14 at 21:12











  • Is there any reason you need to include them as PDFs. Why not include their source if they are .tex files? Then you can easily generate the kinds of information you want to include. (You can get the pages anyway - see the documentation for pdfpages on how to do this.)

    – cfr
    Feb 14 '14 at 21:54






  • 1





    I suggest you to use pagestyleempty in TransferPanel.tex and rv-Nss.tex and then includepdf[pages=-,pagecommand=pagestyleplain]TransferPanel.pdf and includepdf[pages=-,pagecommand=pagestyleplain]rv-Nss.pdf

    – karlkoeller
    Feb 15 '14 at 6:51












  • 1





    Create a new document only with documentclassreport and that packages suggested there. Then you insert the papers using pdfpages tools.

    – Sigur
    Feb 14 '14 at 20:59






  • 1





    You haven't provided much detail about your requirements. You might take a look at the combine package: get-software.net/macros/latex/contrib/combine/combine.pdf

    – Ethan Bolker
    Feb 14 '14 at 21:01











  • Hi I'd still like to be able to edit the page numbers to that they are contiguous (except perhaps for appendices/bibliography's). Also I would like to be able to add a table of contents. Will it be possible to add anything more details than chapter1 and Chapter 2? Ideally I would like to give a breakdown of each chapter?

    – Bazman
    Feb 14 '14 at 21:12











  • Is there any reason you need to include them as PDFs. Why not include their source if they are .tex files? Then you can easily generate the kinds of information you want to include. (You can get the pages anyway - see the documentation for pdfpages on how to do this.)

    – cfr
    Feb 14 '14 at 21:54






  • 1





    I suggest you to use pagestyleempty in TransferPanel.tex and rv-Nss.tex and then includepdf[pages=-,pagecommand=pagestyleplain]TransferPanel.pdf and includepdf[pages=-,pagecommand=pagestyleplain]rv-Nss.pdf

    – karlkoeller
    Feb 15 '14 at 6:51







1




1





Create a new document only with documentclassreport and that packages suggested there. Then you insert the papers using pdfpages tools.

– Sigur
Feb 14 '14 at 20:59





Create a new document only with documentclassreport and that packages suggested there. Then you insert the papers using pdfpages tools.

– Sigur
Feb 14 '14 at 20:59




1




1





You haven't provided much detail about your requirements. You might take a look at the combine package: get-software.net/macros/latex/contrib/combine/combine.pdf

– Ethan Bolker
Feb 14 '14 at 21:01





You haven't provided much detail about your requirements. You might take a look at the combine package: get-software.net/macros/latex/contrib/combine/combine.pdf

– Ethan Bolker
Feb 14 '14 at 21:01













Hi I'd still like to be able to edit the page numbers to that they are contiguous (except perhaps for appendices/bibliography's). Also I would like to be able to add a table of contents. Will it be possible to add anything more details than chapter1 and Chapter 2? Ideally I would like to give a breakdown of each chapter?

– Bazman
Feb 14 '14 at 21:12





Hi I'd still like to be able to edit the page numbers to that they are contiguous (except perhaps for appendices/bibliography's). Also I would like to be able to add a table of contents. Will it be possible to add anything more details than chapter1 and Chapter 2? Ideally I would like to give a breakdown of each chapter?

– Bazman
Feb 14 '14 at 21:12













Is there any reason you need to include them as PDFs. Why not include their source if they are .tex files? Then you can easily generate the kinds of information you want to include. (You can get the pages anyway - see the documentation for pdfpages on how to do this.)

– cfr
Feb 14 '14 at 21:54





Is there any reason you need to include them as PDFs. Why not include their source if they are .tex files? Then you can easily generate the kinds of information you want to include. (You can get the pages anyway - see the documentation for pdfpages on how to do this.)

– cfr
Feb 14 '14 at 21:54




1




1





I suggest you to use pagestyleempty in TransferPanel.tex and rv-Nss.tex and then includepdf[pages=-,pagecommand=pagestyleplain]TransferPanel.pdf and includepdf[pages=-,pagecommand=pagestyleplain]rv-Nss.pdf

– karlkoeller
Feb 15 '14 at 6:51





I suggest you to use pagestyleempty in TransferPanel.tex and rv-Nss.tex and then includepdf[pages=-,pagecommand=pagestyleplain]TransferPanel.pdf and includepdf[pages=-,pagecommand=pagestyleplain]rv-Nss.pdf

– karlkoeller
Feb 15 '14 at 6:51










1 Answer
1






active

oldest

votes


















0














This is not a simple question as it could be. The hard part are the hyperlinks and the page numbers.



Aims of my solution



I had to generate proceedings for LNI and had following aims:



  • Automatic generation of

    • running heads (including page numbers, authors, title of the paper)

    • table of contents

    • PDF bookmarks

    • index


    • proceedings.bib listing all papers including page numbers


  • Working hyperlinks

    • from the TOC to the papers

    • within the papers

    • from the index to the papers


The solution



I came up with my own solution heavily relying on




  • koma-script for the layout (TOC, separating pages, ...),


  • pdfpages to include the papers,


  • pax to enable hyperlinks


  • biblatex and xindy to generate the index

The solution is more than 400 lines of LaTeX, which come with other scripts.
The complete result is available at https://gi-ev.github.io/LNI-proceedings/.



Considered alternatives



When designing this solution to typeset complete proceedings, several alternatives were investigated.
Nearly all possible alternatives are listed at http://www.ctan.org/topic/confproc.
In the following, evaluated alternatives are listed and discussed.



confproc



confproc seems to the most suitable alternative.
Compared with this approach, it has following drawbacks:



  • The PDFs of the papers do not take a proper heading (page numbers, editor).

  • When clicking on a link in one included PDF, the linked PDF is opened instead of jumping to the link.

  • Indexing of authors has to be done by manually.

combine



The combine class combines the sources of different LaTeX together.
Since there might be conflicting packages, we wanted to include each PDF on its own.
It seems to be more easy to typeset each paper for itself (LaTeX, Word) and then to combine the resulting PDFs.



proc



proc is a very basic class based on the article class.
No update since 1995.






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%2f160507%2fmerging-several-papers%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









    0














    This is not a simple question as it could be. The hard part are the hyperlinks and the page numbers.



    Aims of my solution



    I had to generate proceedings for LNI and had following aims:



    • Automatic generation of

      • running heads (including page numbers, authors, title of the paper)

      • table of contents

      • PDF bookmarks

      • index


      • proceedings.bib listing all papers including page numbers


    • Working hyperlinks

      • from the TOC to the papers

      • within the papers

      • from the index to the papers


    The solution



    I came up with my own solution heavily relying on




    • koma-script for the layout (TOC, separating pages, ...),


    • pdfpages to include the papers,


    • pax to enable hyperlinks


    • biblatex and xindy to generate the index

    The solution is more than 400 lines of LaTeX, which come with other scripts.
    The complete result is available at https://gi-ev.github.io/LNI-proceedings/.



    Considered alternatives



    When designing this solution to typeset complete proceedings, several alternatives were investigated.
    Nearly all possible alternatives are listed at http://www.ctan.org/topic/confproc.
    In the following, evaluated alternatives are listed and discussed.



    confproc



    confproc seems to the most suitable alternative.
    Compared with this approach, it has following drawbacks:



    • The PDFs of the papers do not take a proper heading (page numbers, editor).

    • When clicking on a link in one included PDF, the linked PDF is opened instead of jumping to the link.

    • Indexing of authors has to be done by manually.

    combine



    The combine class combines the sources of different LaTeX together.
    Since there might be conflicting packages, we wanted to include each PDF on its own.
    It seems to be more easy to typeset each paper for itself (LaTeX, Word) and then to combine the resulting PDFs.



    proc



    proc is a very basic class based on the article class.
    No update since 1995.






    share|improve this answer



























      0














      This is not a simple question as it could be. The hard part are the hyperlinks and the page numbers.



      Aims of my solution



      I had to generate proceedings for LNI and had following aims:



      • Automatic generation of

        • running heads (including page numbers, authors, title of the paper)

        • table of contents

        • PDF bookmarks

        • index


        • proceedings.bib listing all papers including page numbers


      • Working hyperlinks

        • from the TOC to the papers

        • within the papers

        • from the index to the papers


      The solution



      I came up with my own solution heavily relying on




      • koma-script for the layout (TOC, separating pages, ...),


      • pdfpages to include the papers,


      • pax to enable hyperlinks


      • biblatex and xindy to generate the index

      The solution is more than 400 lines of LaTeX, which come with other scripts.
      The complete result is available at https://gi-ev.github.io/LNI-proceedings/.



      Considered alternatives



      When designing this solution to typeset complete proceedings, several alternatives were investigated.
      Nearly all possible alternatives are listed at http://www.ctan.org/topic/confproc.
      In the following, evaluated alternatives are listed and discussed.



      confproc



      confproc seems to the most suitable alternative.
      Compared with this approach, it has following drawbacks:



      • The PDFs of the papers do not take a proper heading (page numbers, editor).

      • When clicking on a link in one included PDF, the linked PDF is opened instead of jumping to the link.

      • Indexing of authors has to be done by manually.

      combine



      The combine class combines the sources of different LaTeX together.
      Since there might be conflicting packages, we wanted to include each PDF on its own.
      It seems to be more easy to typeset each paper for itself (LaTeX, Word) and then to combine the resulting PDFs.



      proc



      proc is a very basic class based on the article class.
      No update since 1995.






      share|improve this answer

























        0












        0








        0







        This is not a simple question as it could be. The hard part are the hyperlinks and the page numbers.



        Aims of my solution



        I had to generate proceedings for LNI and had following aims:



        • Automatic generation of

          • running heads (including page numbers, authors, title of the paper)

          • table of contents

          • PDF bookmarks

          • index


          • proceedings.bib listing all papers including page numbers


        • Working hyperlinks

          • from the TOC to the papers

          • within the papers

          • from the index to the papers


        The solution



        I came up with my own solution heavily relying on




        • koma-script for the layout (TOC, separating pages, ...),


        • pdfpages to include the papers,


        • pax to enable hyperlinks


        • biblatex and xindy to generate the index

        The solution is more than 400 lines of LaTeX, which come with other scripts.
        The complete result is available at https://gi-ev.github.io/LNI-proceedings/.



        Considered alternatives



        When designing this solution to typeset complete proceedings, several alternatives were investigated.
        Nearly all possible alternatives are listed at http://www.ctan.org/topic/confproc.
        In the following, evaluated alternatives are listed and discussed.



        confproc



        confproc seems to the most suitable alternative.
        Compared with this approach, it has following drawbacks:



        • The PDFs of the papers do not take a proper heading (page numbers, editor).

        • When clicking on a link in one included PDF, the linked PDF is opened instead of jumping to the link.

        • Indexing of authors has to be done by manually.

        combine



        The combine class combines the sources of different LaTeX together.
        Since there might be conflicting packages, we wanted to include each PDF on its own.
        It seems to be more easy to typeset each paper for itself (LaTeX, Word) and then to combine the resulting PDFs.



        proc



        proc is a very basic class based on the article class.
        No update since 1995.






        share|improve this answer













        This is not a simple question as it could be. The hard part are the hyperlinks and the page numbers.



        Aims of my solution



        I had to generate proceedings for LNI and had following aims:



        • Automatic generation of

          • running heads (including page numbers, authors, title of the paper)

          • table of contents

          • PDF bookmarks

          • index


          • proceedings.bib listing all papers including page numbers


        • Working hyperlinks

          • from the TOC to the papers

          • within the papers

          • from the index to the papers


        The solution



        I came up with my own solution heavily relying on




        • koma-script for the layout (TOC, separating pages, ...),


        • pdfpages to include the papers,


        • pax to enable hyperlinks


        • biblatex and xindy to generate the index

        The solution is more than 400 lines of LaTeX, which come with other scripts.
        The complete result is available at https://gi-ev.github.io/LNI-proceedings/.



        Considered alternatives



        When designing this solution to typeset complete proceedings, several alternatives were investigated.
        Nearly all possible alternatives are listed at http://www.ctan.org/topic/confproc.
        In the following, evaluated alternatives are listed and discussed.



        confproc



        confproc seems to the most suitable alternative.
        Compared with this approach, it has following drawbacks:



        • The PDFs of the papers do not take a proper heading (page numbers, editor).

        • When clicking on a link in one included PDF, the linked PDF is opened instead of jumping to the link.

        • Indexing of authors has to be done by manually.

        combine



        The combine class combines the sources of different LaTeX together.
        Since there might be conflicting packages, we wanted to include each PDF on its own.
        It seems to be more easy to typeset each paper for itself (LaTeX, Word) and then to combine the resulting PDFs.



        proc



        proc is a very basic class based on the article class.
        No update since 1995.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 10 at 22:30









        kopporkoppor

        1,5771557




        1,5771557



























            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%2f160507%2fmerging-several-papers%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