Giter Site home page Giter Site logo

phonepdf's Introduction

Math Books

This repo includes some info on cropping / formatting math PDF books for reading on Phone / ebook reader type of devices.

Milne's Course Notes PDF for Phone

The author of Group theory and field and Galois theory book (course notes) from https://www.jmilne.org/math/CourseNotes/ has published the tex files, so I made some formatting change and generated PDFs for Phones and Kindle. All the credit and goes to the original author. I might have introduced formatting problems, so please check the official PDF if you encounter one.

The following adjustments are made:

  • PDF size adjusted for phone screen
  • Adjusted font to be more like sans-serif, for screen reading
  • Shrank some diagrams
  • Long formulas were broke into multiple lines.

Licence

The oringinal source is released under Creative Commons CC BY-NC-SA 4.0 licence.

Hatcher's Algebraic Topology

AT_index.info contains index for Hatcher's Algebraic Topology book. Use the following command to add this index to the pdf file:

gs -sDEVICE=pdfwrite -q -dBATCH -dNOPAUSE \
  -sOutputFile=AT_indexed.pdf AT_index.info -f AT.pdf

Fulton's Algebraic Curves

PDF can be cropped using this command:

pdfcrop -bbox-even "140 105 540 700" -bbox-odd "80 105 480 700" CurveBook.pdf

We also have a CurveBook_index.info file to add index to this pdf

gs -sDEVICE=pdfwrite -q -dBATCH -dNOPAUSE \
  -sOutputFile=CurveBook_indexed.pdf CurveBook_index.info \
  -f CurveBook.pdf

Tools

podofo

podofobox can be used to modify the bounding box of a PDF file. It works nicely to crop out the margins of some files, so you can have larger text on an e-reader or tablet device. Something like this would work:

podofobox original.pdf crop.pdf media 5000 5300 34000 58000

Unfortunately podofobox does not support different bounding box for even and odd pages separately.

pdfcpu

A similar command line to add media bounding box:

pdfcpu boxes add -- "media:[50 53 390 633]" original.pdf crop.pdf

phonepdf's People

Contributors

yangzhao11 avatar

Watchers

 avatar

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.