-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Count default PDF book pages #573
Comments
Notes on using the script: for macos install brew install pandoc
brew install texlive
brew install --cask basictex
sudo tlmgr update --self
sudo tlmgr install comment
brew install xpdf also this path |
@jwlibby Drawback: this has security implications if a user's |
@binkley Put PDF files in |
See #544 for the publisher epic that includes this story.
Context
After a call with Jonathan from Manning, a publisher is more interested in book page count than in word count.
This is odd in that expectation is that publishers reformat to fit specific page dimensions, and word count captures that better.
Acceptance criteria
Out of scope
Tech context
Validate using the
etc/count-words-or-pages.sh
script in the wiki repo with the-P
flag. This does two things:Dev setup
My experience was:
modern-java-practices.wiki/etc/count-words-or-pages.sh
into the parent directory so I don't need to type so much.-h
(help) than really needed. I hate doing things half way.Converting Markdown to PDF
The
pandoc
tool is excellent for converting among formats for documentation.Steps taken (Homebrew should be similar):
The text was updated successfully, but these errors were encountered: