Skip to content
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

PDF generation #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

SuzanneSoy
Copy link

There were two problems preventing PDF generation:

  1. The CSS file defining #:style "strike" was included, instead of the TeX equivalent
  2. LaTeX chokes on the Japanese "Transformers" characters トランスフォーマ. LaTeX can be set-up in principle to handle these characters, but as a quick solution, I simply added a sed command to the makefile which removes this word and saves that as pdf-index.rkt. The sentence is still readable, so not much is lost.

I also included a few Makefile idiosyncrasies, like marking "virtual" targets as such using the very-well-named (ahem) .PHONY target. I also made the dependencies for a few targets a bit more precise.

The PDF file builds fine on my Linux system with texlive-full installed.

I'll send a second pull request for the gh-pages branch which includes the generated PDF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant