Update PDF documentation generation#55
Merged
Merged
Conversation
* Indroduce variables for all binaries. * Make phony targets where possible. * Rely in automatic variables in recipes. * Rewrite LaTeX recipe to follow Hevea's `-fix' option.
Change the generation of the PDF version of the manual from latex -> dvips -> ps2pdf to pdflatex. Simplify file "macros.tex" accordingly. Sort `\usepackage' calls at the top of "text.tex" for more clarity. Substitute `imakeidx' for `makeidx'. This allows us to omit the makeindex call in "Makefile". Add `lmodern' and `microtype' packages.
maranget
reviewed
Dec 21, 2020
Avoid ambiguous makefile variable.
Owner
|
Thanks for this maintenance work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix a bug in the generation of version.tex.
Switch from the antiquated path latex -> dvips -> ps2pdf to
calling just pdflatex. Mimick hevea's
-fixin the Makefile.We can bag in some minimal benefits with the
microtypepackage.The next step would be to introduce
hyperrefas suggested in #11.However this requires a trivial but global search/replace/rewrite in
text.tex, which I'd like to postpone until #21 has been merged.