-
Notifications
You must be signed in to change notification settings - Fork 49
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
More (mostly SE) updates #2
Open
mhyee
wants to merge
16
commits into
kcbanner:master
Choose a base branch
from
mhyee:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
All the guidelines seem to be using `blockletter` anyways, so set that as the default instead. This change will only affect people who used v2.8 of the class, seeing as the options didn't actually work before. closes #1
`biber` is more modern than `biblatex`. For example, it can support UTF-8 encoding. Updated .gitignore and Makefile.example to reflect the different generated files.
texi2pdf doesn't run biber, so the template is missing references. The solution is to run biber afterwards, and then run texi2pdf one more time. Thanks to @zmanji for noticing this.
`make clean` was missing some of the other auxilliary files (from biber). Update .gitignore to ignore .DS_Store and the generated example pdfs.
There appear to be some compatibility issues with the DVI files. Also, nobody really uses DVI any more these days. PDF is sufficient.
Previously, this was controlled from within the class. "Appendix" would prefix every appendix letter, even subsections. So we would get things like "Appendix A," which is fine, and "Appendix A.1," which doesn't look as nice. Thus, the `appendix' package is used in the SE .tex template. This allows greater control over the appendix formatting. There may be a way of achieving this without using the `appendix' package, but it probably isn't as simple.
This prevents a table or figure in Appendix A from being labelled as 1-1. Now it will be A-1 because that is the section letter. Non-appendix sections should still be fine, eg 1-1.
The class and SE template now support including a PNG image of the student's signature. A blank PNG is provided; it can be replaced or left alone.
The SE requirements provide the boilerplate declaration for the letter of submittal, but it doesn't include the word "further." I can't find any specific wording requirements for the other programs (unlike SE), so this change is global.
SE guidelines state that there is "one space between paragraphs." The previous spacing, 1ex (height of one lowercase 'x') wasn't enough, so it's changed to 1em (width of one uppercase 'M'), which works better.
I typically do not put generated files in repos. However, I've heard that some people have difficulty running the Makefile and creating the LaTeX class. Therefore, I'm adding it for convenience.
bump. cc: @kcbanner |
Please note that the Dockerfile is provided by somebody else, and I have not tested it. I do not endorse and will not offer support for the Dockerfile, and I mention it only because I believe some people will find it useful.
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.
These changes were made while I was preparing my work report for Fall 2012, but I never got around to submitting a pull request.
Summary of SE changes:
Summary of global changes:
biber
instead ofbiblatex