Coder Social home page Coder Social logo

Comments (3)

alexdiem avatar alexdiem commented on September 17, 2024

Hi, if all you want to do is append your existing pdf files I'd recommend using a tool such as pdftk to combine the pdfs:

pdftk in1.pdf in2.pdf cat output out1.pdf

The books class which the template is based on automatically activates the twopages option, which tells Latex that left and right margins are different on even and odd pages.

from phd_thesis_template.

Kevinpsk avatar Kevinpsk commented on September 17, 2024

HI, Thanks for your reply. I have solved this problem by setting the offset argument of the pdfpages package. But I have to do this for each page, which is a bit annoying but bearable. I guess you method could work as well, although I am not sure how do it in Windows. Your command is to be used in Linux right? Can I also using in windows command line? Haven't tried this way before.

from phd_thesis_template.

alexdiem avatar alexdiem commented on September 17, 2024

I'm afraid I can't help with Windows as I haven't used it in almost 10 years. You just need any software that can combine pdf files into one, I'm sure there must be one for Windows. Maybe even pdftk has a Windows version, but I don't know that.

from phd_thesis_template.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.